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.
I've been using Galeon for months at work doing web development (Java!), and I don't think life would be sane if I had to use Netscape.
It's fast, and does some cool things like disable popups, etc. I also dig the Google search boxes at the top.
This little browser is just AWESOME!
A shame that the very fast and neat Dillo wasn't mentioned.
-- Ed Avis ed@membled.com
And it looks like even if you remove these web browsers, Linux will still work.
That's the problem with these kind of reviews; Mozilla is at RC1 and Galeon is at 1.2 - I assume the other browsers are similarily updated. A review of such software needs to be done almost literally within a week or two, or it will be obsolete and/or wrong by the time it reaches its readership. Reviewers really should take note of that, and maybe include a small section on what is happening to each product in developer-land.
/Janne
Trust the Computer. The Computer is your friend.
The only way I've been able to convince Windows IE users to use Mozilla is by introducing them to the pop-up blocking feature. Once they see that, they're in awe, and once you show them things like tabs, they're sold. Try it with your favorite IE user and see what happens!
(And yes, there are extra programs to provide this functionality, but the people I've done this with were happy to dump them.)
I can't speak for the reviewer, but even on Windows I prefer Mozilla for two reasons: Pop-up blocking and tabbed browsing. I can't live without either of those features any more.
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));
I use Mozilla to disable auto-popups, and I love it. But it occurs to me that if/when IE integrates this feature, it won't be long before it's worked around.
The problem is that many pages create JavaScript popups when you click on a link, and for this reason Mozilla allows you to enable or disable this separately. There are many reasons you would want to enable click-triggered popups, so most folks will want/need to leave this on.
Well, I've written a couple of sites where a user clicks on a link, and JS triggers a popup as well as opening up the desired page. This is done intentionally and for functional reasons; but it's only a matter of time before someone at Geocities or Angelfire figures out how to rewrite a user's page so that every single link triggers a popup in addition to opening the desired hyperlink.
It would only take a few lines of server-side scripting; a Perl regexp could do it in a second. And then we'll all have to contend with unwanted popups again, opening on the second page of a site instead of the first; only this time we'll have to disable the good popups as well as the bad ones.
Towards that end, I dearly hope that MS never, ever decides to add pop-up blocking to their browser. As long as they have over 50% usage 'net-wide and lack this feature, no one will see the need to do any of the above. See, unjust monopolies can be a Good Thing....