Slashdot Mirror


An IE-Based Tabbed Browser from China

wannabgeek writes "CNET reports that a new browser, Maxthon is gaining wide popularity in China. 14 percent of Chinese websurfers have used it ... Part of the reason, it has features that help in circumventing the Chinese government censors. CNET says it was shown at the Consumer Electronics Show in Vegas this year, and is slowly gaining foothold in Europe as well as the U.S."

6 of 163 comments (clear)

  1. New browser? by transwarp · · Score: 5, Informative

    Maxthon hasn't been new for a long time. In fact, the only thing in the article I hadn't heard a million times already was that it's made by a Chinese company. And this "parallels" feature they're working on--sounds like MDI.

    1. Re:New browser? by kukyfrope · · Score: 4, Informative

      I use Maxathon on my computers with tiny amounts of RAM, like my old 866mhz 128mb machine that runs WindowsXP. I've got a minimalistic install of WindowsXP on it and use it for only browsing the web. Firefox was too slow on that machine with how many tabs I like to open up, yet with Maxathon I had open 30 tabs and in task manager, it was only using about 15-20mb of RAM.

      The main pitfalls of the app are it's still based on IE so the DOM Firefox support isn't there, and while Maxathon has an "AdBlock" like feature, Firefox's is cleaner and collapses the page where graphics previously were, while Maxathon keeps the ad space open and blank. And it still isn't great about handling file opening (torrent especially).

      Overall it's a great little browser and on old machines I can live with its few features I wish worked differently in exchange for super low memory usage.

  2. A new browser? by Anonymous Coward · · Score: 5, Informative

    Maxthon's been around for years. It used to be called MyIE.

  3. Maxthon, Not New by Webz · · Score: 4, Informative

    Maxthon isn't all that new. Long time users know it as MyIE2.

    If you've ever wondered what a browser with an IE-engine and tabs that didn't suck is like, try Maxthon. It's really lightweight.

    For development purposes and sometimes just pure speed (IE feels faster than Firefox sometimes), I keep a copy on my machines alone Firefox.

  4. Re:So what, it's windows only... by Anonymous Coward · · Score: 4, Informative

    You're an idiot.

    With that out of the way, Opera doesn't use any part of IE at all. Hell, it barely even uses Windows libraries, since the UI is built using Qt.

    Opera uses as much IE as Firefox uses IE: practically none. (Practically because some people might consider opening downloaded files in the Windows shell to be part of IE - namely Microsoft lawyers when trying to prove that IE is a core part of Windows.)

  5. Maxthon can use Gecko as well? by aymanh · · Score: 5, Informative
    It looks like Maxthon isn't entirely IE-based, its Wikipedia entry suggests that it can use the Gecko engine as well (which is the same rendering engine used by Firefox):
    Maxthon (formerly MyIE2) (pronounced "max-ton") is a freeware browser. It uses Trident, the same layout engine used by Internet Explorer as its default layout engine, but can use the Gecko technology used in Mozilla Firefox as well.
    --
    python>>> q="'";s='q="%c";s=%c%s%c;print s%%(q,q,s,q)';print s%(q,q,s,q)