Slashdot Mirror


Linux Web Browsers Reviewed

scubacuda writes: "A while back, Slashdot posted a Rob Valliere's Linux vs. Windows review. Since then, he has posted a 2002 Linux Web Browser Review." This is a great , straightforward round-up of current web-browsing options, as shipped with distributions. Note though that none of these browsers are static -- Konqueror's CVS version, for instance, now includes tabs and other goodies. So bear your own downloading and installation habits in mind.

1 of 319 comments (clear)

  1. Re:What's Mozilla got over IE/OE? by lkaos · · Score: 5, Informative

    1) Tabbed browsing - it's worth all the hype it receives. Mozilla can be configured such that almost any action will just generate a new tab. I middle click on a link, new tab. If a link has a _TOP target, new tag. Tabs are much easier to navigate especially if your like me and tend to have 15 web pages open at once.

    2) Scripting security customization. Almost all the annoying aspects of JavaScript can be individually blocked with Mozilla. This includes disabling pop-up ads or pop-under ads or those stupid things that resize your window. The nice thing is that Mozilla is smart enough to differentiate between an action that occurs onLoad or something verses one where you actually click a link.

    3) Sidebar. The mozilla sidebar is pretty neat for two reasons. On the one hand, it provides easy access to things like bookmarks, history, and searching. On the other hand though, the sidebar is built on Mozillas XUL technology such that any webpage can install a new sidebar (well, you have to allow the page to install the sidebar). Freshmeat, CNN, and a few other sites have great sidebars that provide headlines and search facilities (in a compact, easy to use manner).

    4) Integrated everything. Mozilla has a built in mail client, WYSIWYG editor, and address book. The WYSIWYG editor doesn't get the attention it deserves. Its really evolved from the horrible Composer of Netscape fame into something that rivals any editor that I've ever used. The mail client is really nice too with all sorts of searching and filtering capabilities that I am not aware of in Outlook (although I only use Outlook at work).

    A lot of these things are just showing up in the newer releases (in a usable state at least). When the 1.0 milestone is released, I would really recommend checking it out. The release candidates so far definitely have changed the way I use the internet.

    --
    int func(int a);
    func((b += 3, b));