Slashdot Mirror


Linux: Browser Wars

Anderson Silva writes "LinuxToday has an article doing a pretty basic comparison on some of the major linux browsers. Although a nice article, and with a fair result, I still think Opera is the best browser available for Linux." I prefer knoqueror, although recent builds seem to have random hangs on images.google.com.

352 comments

  1. lynx by Anonymous Coward · · Score: 0

    Simple is good.

  2. CmdrTaco and I finally have something in common by opeuga · · Score: 3, Funny

    We both like 'knoquers'.

    --
    ---- http://www.opedog.com/
    1. Re:CmdrTaco and I finally have something in common by TrollMan+5000 · · Score: 1

      And I guess both of you noticed the "random hangs" too.

  3. telnet by Nastard · · Score: 2, Funny

    Telnet in on port 80 and do a manual get.

    Anything else is for wussies.

    1. Re:telnet by gjohnson · · Score: 1

      make that netcat:

      nc slashdot.org 80

    2. Re:telnet by Anonymous Coward · · Score: 3, Funny
      I'd just noticed that myself. Bizarre.

      % echo "GET / HTTP/1.0" | nc slashdot.org 80 | head | grep '^X-' | grep -v '^X-Powered'

      X-Bender: Oh, so, just 'cause a robot wants to kill humans that makes him a radical?

      X-Bender: OK, but I don't want anyone thinking we're robosexuals.

      X-Fry: Nowadays people aren't interested in art that's not tattooed on fat guys.

      X-Bender: Honey, I wouldn't talk about taste if I was wearing a lime green tank top.

      X-Bender: Bite my shiny, metal ass!

    3. Re:telnet by interiot · · Score: 2

      Or simply try this header viewer.

    4. Re:telnet by Nastard · · Score: 3, Funny

      Being a programmer does not make you intelligent.

      The inverse is also true.

    5. Re:telnet by Anonymous Coward · · Score: 0

      Netcat is for little girls who can't code their own networking tools.

    6. Re:telnet by Anonymous Coward · · Score: 0

      That's like saying "Linux is for faggoty little college kids who can't code their own OS."

    7. Re:telnet by Anonymous Coward · · Score: 0

      Well.. it is.

  4. google by Trollificus · · Score: 1, Informative

    Every browser I use randomly hangs on images.google.com. Even on my Windows machines.
    It has nothing to do with Linux, or the browsers.

    --

    "People should be allowed to keep midgets as pets."
    - Gov. Jesse Ventura

    1. Re:google by Anonymous Coward · · Score: 0

      S'true. For some reason, halfway into typing I get the previous search. And before they start, no, I DON'T have any kind of autocomplete, or get it in any other webpage/form.

    2. Re:google by Anonymous Coward · · Score: 0

      I'm using Mozilla on Windows, and images.google.com is working fine for me...

  5. Spellchecker by Ford+Fulkerson · · Score: 5, Funny
    I prefer knoqueror


    I guess slashcode still doesn't include a spellchecker.

    --

    Somewhere in the heavens... they are waiting.
    1. Re:Spellchecker by number+one+duck · · Score: 0, Offtopic

      Of course not! If you scroll up to the first post, for instance, you can see that its ID # is clearly mispelled as well!

      Its silly to introduce a readability issue to crush trolls that were already below threshold 90% of the time, but what can you do...

    2. Re:Spellchecker by nyteroot · · Score: 1

      well, i mean, when you get right down to it, im sure youre not going to find konqueror in your average dictionary.. hehe..

      --
      Ratio of replies to old sig content : replies to actual post content > 0.5. Sig changed.
    3. Re:Spellchecker by WWWWolf · · Score: 1
      I guess slashcode still doesn't include a spellchecker.
      Yep. I guess the next release should just support some automatical rules for story posting. Like, if($topic =~ /browser/ and $author{$uid} eq "CmdrTaco") { $blurb .= "Konqueror rules."; }

      =)

    4. Re:Spellchecker by Anonymous Coward · · Score: 0
      well, i mean, when you get right down to it, im sure youre not going to find konqueror in your average dictionary.. hehe..
      True, but most spellcheckers allow adding words to personal dictionaries. (Yes, this includes all free spellcheckers like ispell, too.)
  6. What it comes down to. by metalhed77 · · Score: 2, Insightful

    since the site is slashdotted and i have no hope of reading the article i'll just post my opinion. I think i have to go with mozilla as the best linux browser, or more exactly, the gecko engine. The reason being that webdesigners will ONLY design for IE and Netscape since running IE is out of the question (yes i'm aware it runs on wine) netscape is the only logical choice. Unless you only read slashdot in which case even lynx is fine.

    I admire the work the konqueror people have done, if they can get it to emulate IE exactly then they'll have a browser that's on par. Kinda like what opera did (trying to emulate IE) it just has to be more accurate, opera screws up on many pages, as does konqueror. Mozilla will render 99.99% of pages rightn (those that don't render right were made with netscape 4.x in mind), the others screw up much more often.

    --
    Photos.
  7. Why *Linux* Browsers? by bXTr · · Score: 1

    All the aforementioned browsers run on other OSes, but they are called *Linux* browsers. Sure, makes sense to me.

    --
    It's a very dark ride.
    1. Re:Why *Linux* Browsers? by Spiral+Man · · Score: 1
      linux browsers as in browsers that run under linux...

      perhaps you shouldnt be so narrow minded and inflamatory. obviously they all run under different oses...

      --
      "we demand rigidly defined areas of doubt and uncertainty!" --Douglas Adams, The Hitchhikers Guide to the Galaxy
    2. Re:Why *Linux* Browsers? by Surak · · Score: 2

      Ummm...dumb question. The site in question is LinuxToday, being a Linux site, they would do articles on browsers available to run on Linux natively.

      Similarly, there have been many articles done on Windows browsers. Such articles would likely include IE, Mozilla, Netscape 4.x, and Opera, even though everyone one of those browsers, including IE, also run on other operating systems natively.

      Geez, don't be so reactionary.

    3. Re:Why *Linux* Browsers? by Anonymous Coward · · Score: 0

      Hemhorrids flaring up? Calm down!

      Sig this.

  8. Opera Slow? by Rura+Penthe · · Score: 4, Informative

    From the article: Opera is slick, but it's page rendering is nothing short of horrendous. Galeon performed well in all tests, and, aesthetics aside, it's a good choice.

    I haven't noticed this myself...In my experience Opera has (almost always) been very fast in rendering HTML for viewing. Its only problem is that it waits for images to load before it displays anything past the image tag in question. Perhaps this was why it took so long to load the page in the test.

    1. Re:Opera Slow? by grammar+nazi · · Score: 2

      I think that since Galeon's aesthetics match that of the current gtk+ theme, it should be given a more positibe view. I use a graphite Aqua theme and I believe that Galeon is the most pleasing because it matches the rest of my desktop.

      --

      Keeping /. free of grammatical errors for ~5 years.
    2. Re:Opera Slow? by jacobito · · Score: 2

      Looks are subjective, of course, but I too disagree with the author's opinion that Galeon is the worst looking of the lot. If GNOME is your desktop, then Galeon looks and feels native, which is important to me for some reason. This is why I also tend to use IE (gasp!) when I'm using Windows. At any rate, just about all of the current Linux web browsers have come a long way, so whatever you choose is going to be a good choice.

      -jacob

    3. Re:Opera Slow? by Anonymous Coward · · Score: 0

      Yeah, I don't where he got the 127 seconds for Opera to load slashdot. It's close to 5 seconds on mine. Opera is the fastest browser I've seen. Netscape? Nah. Uh-uh. Mozilla? Better with the last two releases, but Opera is still faster. My biggest complaint with Opera is that there many pages that don't render correctly or completely. They claim to be the most W3C compliant browser, so it must be poorly written pages, right?

    4. Re:Opera Slow? by jsse · · Score: 1

      Its only problem is that it waits for images to load before it displays anything past the image tag in question.

      That's especially bad for p0rns-browsing. All I need to see is 10% of an image to decide whether to stop.

    5. Re:Opera Slow? by IpalindromeI · · Score: 1

      It's poorly written pages as well as pages that are "browser enhanced," meaning they are written with extensions that only a certain browser supports (usually IE nowadays, but also Netscape). Of course, in terms of the W3C, this is equivalent to a poorly written page, since it doesn't follow the standards. Opera does misrender some pages, but on the whole I like it best.

      --

      --
      Promoting critical thinking since 1994.
    6. Re:Opera Slow? by anewman · · Score: 1

      I've had a lot of problems with Opera on Solaris, mostly in the page rendering. I considered it an alternative to Netscape, which I've always been loyal to but is pretty much an unstable memory leaking hog, but the fact that the pages don't look right pretty much voids off any sort of advantages it may have. I'll deal with Netscape's downsides until Opera can clean itself up more.

  9. Less crappy browsers by Dreven · · Score: 4, Insightful

    This proves once again, that there still isn't a good browser for Linux. So we have to decide on which one is less crappy, and not which one is better.

    I don't understand why this is so. It sickens me that browsing on windows with IE is more stable then anything on the linux platform. Its just not right.

    1. Re:Less crappy browsers by MtViewGuy · · Score: 2, Insightful

      Well, when Windows and Internet Explorer are around 85% of the marketshare for web browsing, small wonder why most web designers usually test against IE and Netscape Communicator 4.7x versions for rendering accuracy.

      Hopefully, web designers will add Mozilla 1.0 to the list by late this year. (crossing fingers)

    2. Re:Less crappy browsers by Quazion · · Score: 1, Interesting

      IE more stable ? since i use Mozilla 0.9.3 it hasnt yet crashed, but IE 5.5 crashes nearly everyday on my work where i use WinNT4. (nothin a simple kill and restart doesnt fix)

      The only thing i like more about IE over Mozilla is the fast booting and it fast opening of new windows, for everything else Mozilla is a very GOOD browser if you ask me and really good to use for everyday browsing.

    3. Re:Less crappy browsers by flacco · · Score: 1
      This proves once again, that there still isn't a good browser for Linux. So we have to decide on which one is less crappy, and not which one is better.

      Say what?

      I prefer Mozilla on Linux AND Windows.

      --
      pr0n - keeping monitor glass spotless since 1981.
    4. Re:Less crappy browsers by Anonymous Coward · · Score: 1, Insightful

      If IE 5.5 is crashing on you everyday, you have obviously fucked your workstation up. Don't blame MS for your own stupidity.

    5. Re:Less crappy browsers by mz001b · · Score: 2, Interesting
      This proves once again, that there still isn't a good browser for Linux. So we have to decide on which one is less crappy, and not which one is better.

      I don't think this proves that at all. I have been happily using Mozilla since version 0.8, and I like 0.93 much better than anything else I've tried. This of course is my opinion, some people like Konquerer (sp?) but I would say that there are good browsers for Linux.

      Mozilla has been very stable for me. I have not had any crashes. I encourage you to evaluate the browsers for yourself.

      Loading time for a browser is a non-issue for me. I load it once and that's it. I don't have to do that again until I reboot. There are other measures that I would have like to see in this comparison, like adherence to the stardards, implementation of different features. One /. page is not the end all of HTML rendering.

    6. Re:Less crappy browsers by soya · · Score: 1
      for everything else Mozilla is a very GOOD browser if you ask me and really good to use for everyday browsing.


      Yeah, especially the last night's build. (Why
      can't people get it? I've said it for 3 years now!)

      --


      NEVER voluntarily put a project you work on under the GNU umbrella, -- Ulrich Drepper
    7. Re:Less crappy browsers by ncc74656 · · Score: 2
      IE more stable ? since i use Mozilla 0.9.3 it hasnt yet crashed, but IE 5.5 crashes nearly everyday on my work where i use WinNT4. (nothin a simple kill and restart doesnt fix)
      Something must be seriously ate-up with your system if IE is causing problems like that. I run IE 5.5 on Win2K Pro SP2 and it Just Doesn't Crash.
      --
      20 January 2017: the End of an Error.
    8. Re:Less crappy browsers by Surak · · Score: 2, Interesting

      This proves once again, that there still isn't a good browser for Linux. So we have to decide on which one is less crappy, and not which one is better.

      I dunno. Tend to think that a lot of software sucks, including web browsers and operating systems. The question actually becomes which sucks less?

      Mozilla sucks because it doesn't render some pages (mostly ones designed with IE in mind) correctly, and its load time is slow. IE sucks because of its tendency to crash and its tendency to bring the rest of the operating system (even on Win2k) down with it. Konqueror sucks because it doesn't render pages with Netscape OR IE in mind.

      But everything is a tradeoff. Mozilla is, bar none, the most second most stable browser on Linux, following Netscape 4.x closely. IE loads fast on Windows because, well, the code for IE is always in memory on a system with ActiveDesktop installed and is fairly stable on WinNT or Win2K. Konqueror is pretty stable, but it loads fast on KDE and isn't a memory hog like Mozilla. Opera is cool, but has a tendency to be slow and not render pages correctly. Plus it costs money.

      Mozilla, Konqueror and Galeon are the three most viable open source browsers on Linux.

      Everything in software is a tradeoff in terms of peformance, size, and functionality. Performance, size, functionality: pick any two.

      Given all of this info, I still prefer Konqueror, but I use Mozilla sometimes. To me Konqueror sucks less, but I tend to lean towards software that is higher performance. (That's one main reason I chose Linux over FreeBSD, Windows, or other operating systems available on my hardware)

      You just need to decide which set of tradeoffs is best for you.

    9. Re:Less crappy browsers by Anonymous Coward · · Score: 0

      This proves once again, that there still isn't a good browser for Linux.

      There aren't any good browsers for Windows or MacOS or FreeBSD either, so why are you singling out Linux? Browsers have been stagnating since 1994 or 1995, and we are still several years away from things starting to get better.

    10. Re:Less crappy browsers by spudnic · · Score: 1

      This is interesting? Maybe you think it's interesting if we find out that this guy either has no clue as to figure out what is causing his problems, but I sure dont. Or maybe you find it interesting because you agree with him (?) politicaly?

      I'd guess he's got some hardware issue going on. IE5x is rock solid. It renders beautifully, and is super fast.

      Don't get me wrong, I use Linux on the servers that I administer and do my development on, but when it comes to my box it's W2K all the way. I've tried to use Linux on my desktop, but I believe that you should use the right tool for the job.

      I typically have several IE windows open and about 6 SecureCRT sessions going. That's how I do my work. My clients view the fruits of my labor in IE, so I have to design for it.

      Besides, all the Linux browsers do a HORRIBLE job rendering text. It's either so small that you can barely read it or it's just big and clunky. And don't even get me started on the screen "flashes" as you scroll down a page. Ugh.

      --
      load "linux",8,1
    11. Re:Less crappy browsers by MtViewGuy · · Score: 1

      Besides, all the Linux browsers do a HORRIBLE job rendering text. It's either so small that you can barely read it or it's just big and clunky. And don't even get me started on the screen "flashes" as you scroll down a page. Ugh.

      You can really say that again. :-(

      I've run Netscape Communicator 4.78 in Red Hat Linux 7.2 and frankly, the text display on many commercial web pages really suck like a vacuum cleaner. -_- Somehow, something about Linux GUI's is causing Communicator 4.78 not to select the right text size. The flashes you see scrolling up and down the page is there even with the Mozilla 0.9.3 build for Windows--quite annoying.

      Say what you want about Microsoft including their browser with Windows 95 OSR2 and later, but you have to admit MS engineers have really done their homework in creating a browser that renders pages fast and displays web page elements correctly.

    12. Re:Less crappy browsers by dimator · · Score: 1

      You want to know what sucks? I can spend days with one Mozilla process with no crashes or hiccups at all, but the SECOND I'm showing someone something or someone is at my machine for a couple seconds, it crashes, leading them to think of the utter shittiness of other browsers, not to mention operating systems.

      I think I'll open a bug on this.

      --
      python -c "x='python -c %sx=%s; print x%%(chr(34),repr(x),chr(34))%s'; print x%(chr(34),repr(x),chr(34))"
    13. Re:Less crappy browsers by Craig+Maloney · · Score: 2

      I would say that Mozilla has since surpassed Netscape as far as stability. There are still certain sites that will hork Mozilla and require you to use something like Netscape, but at least Mozilla will allow for a "softer" crash than Netscape.

    14. Re:Less crappy browsers by iamblades · · Score: 1

      I prefer opera on Linux, BeOS, and windows, but I usually use IE in windows, as it is more convenient for going to a few site really quick, which is what I usually do..

      --
      Shit adds up at the bottom...
    15. Re:Less crappy browsers by juha0 · · Score: 1


      I used Mozilla on Windows(NT) when it was around 0.9. These latest releases have been so unstable, that I've given up.

    16. Re:Less crappy browsers by Anonymous Coward · · Score: 0

      Well I have two machines near me. One NT box with IE and one Linux laptop with Mozilla. Both viewing this thread on slashdot. Guess what. The text on Mozilla looks way better. The "screen flashes" in response to page up or page down or cursor up/down are much more anoying on IE.

    17. Re:Less crappy browsers by somehotshot · · Score: 1

      I run SuSE 7.2 with KDE 2.1 and Mozilla 0.9.2 and I was asked recently by a friend to tell him how his site looked in Mozilla in Linux.

      I did a screen capture and sent it to him.

      He said it looked better than it did on IE 5.5 on his Windows box.

      There is a font problem with Netscape 4.7....but if you are still using that old piece of crap then it's time to upgrade.

      All W3 Standard Compliant web pages that I view look close to the same on SuSE in Mozilla 0.9.2 as they do on my Windows 2k IE 5.5.

      And in reference to the comment about the guy who has IE crashing all the time must be doing something wrong with his system sounds like Microsoft FUD.

      I have experienced a few crashes myself, mostly at hotmail.com while using IE 5.5. Which goes to show what...well if you frequent certain sites that happen to tickle the right spot in a browser it can crash it like nobody's business...IE or Mozilla or whoever. So instead of slamming the guy why not point him to some helpful IE resources.

      Brian

    18. Re:Less crappy browsers by MrBoring · · Score: 1
      People need to stop associating the meaning of life with web browsing. Web browsing should be about looking at pages displayed clearly, and FAST. It shouldn't be about messaging, email, news groups, chicken soup and making coffee.

      Netscape 4.x can't display pages clearly because whoever is responsible for X windows makes it a challenge to change the fonts used with it. Styles are window manager issues, not browser issues. Probably most of the interface problems are X problems, which though thoroughly worth griping about, aren't relevant. The last I tested Netscape 6, I think it had the same problems.

      Fortunately for me, I've been using IE, which seems to be more stable then the above. It really helps to be using the hedgemonic browser. I'm not sure how these people got their IE browsers to crash, but I certainly remember Netscape crashing perpetually on Linux, since I had to muck with the X and Gnome/KDE settings to get it to work. I never have to do this with Windows, because It Just Works! And faster at that!

      The reviewer did point out a few common needs every browser should have though:

      Javascript popup disable feature -- Mandatory, mandatory, mandatory.

      Image disablement. But let the user choose which ones to disable, such as banner adds.

      Speed and simplicity. Stop trying to cram everything into one "browser."

    19. Re:Less crappy browsers by Explo · · Score: 1


      It sickens me that browsing on windows with IE is more stable then anything on the linux platform. Its just not right.

      As far as stability goes:

      ps aux | grep mozilla
      myrjola 1858 0.4 36.6 162636 93572 pts/6 R Aug13 51:04 ./mozilla-bin

      Sure, it has accumulated quite a bit of memory for itself (then again, I have 5 windows open right now, that should explain something), but it's been up and running for 7 days now without a crash.

      --
      Everyone who makes generalizations should be shot.
  10. Pentium 166, 32 MB Ram? by Anonymous Coward · · Score: 1, Insightful

    Wow, that's a useful test setup.

    1. Re:Pentium 166, 32 MB Ram? by CaseyB · · Score: 2, Insightful

      No kidding. You might include a low end machine for an extra data point, but having it as the only machine is just plain idiotic. The tests are useless if they're not run on typical hardware. Especially with the price of RAM where it is -- testing apps on memory-contrained machines is pointless.

    2. Re:Pentium 166, 32 MB Ram? by msaavedra · · Score: 2

      Yeah, I don't know what that guy was thinking. Mozilla ( and galeon and skipstone, by extension), was written with at least a P-233, 64MB RAM in mind (see here), and all the binaries I've seen have actually been optimized for i686. It wouldn't surprise me if the other browsers were similar.

      --
      "Any fool can make a rule, and any fool will mind it."
      --Henry David Thoreau
    3. Re:Pentium 166, 32 MB Ram? by Sloppy · · Score: 1

      For people that still use 56k modems, where the real bottleneck is, a 166MHz machine is extreme overkill. When it comes to web browsing, my GigaHertz Athlon and my 50 MHz Amiga have nearly indistuishable performance, except that the Amiga's browser (AWeb) is a lot more stable than Galeon. ;-)

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    4. Re:Pentium 166, 32 MB Ram? by JBowz15 · · Score: 2

      He mentioned that he only used the versions that came with Mandrake 8.0. That means that all packages were optimized for i585. Still his hardware was rather low-end, as I'm not sure it even meets the mandrake minimun specs. Furthermore, Mandrake 8.0 does not ship with the most up-to-date versions. I beliee it comes with Mozilla .8. It's only since 0.9.3 that Mozilla has lived up to its promise. It has NEVER crashed on my Linux or Windows 2000 machine (neither has IE5.5 sp2 either). I find it kind of funny that in Windows, Mozilla renders the Hotmail interface quicker than IE. I wonder if Microsft has noticed this (Shhhh. don't tell them or they'll mess with it on purpose, I'll bet) The Linux version of Opera is not quite as evolved yet as the Windows version (Gasp!), which is one of the fast browsers around.

    5. Re:Pentium 166, 32 MB Ram? by T300bps · · Score: 1

      For the record, my FreeBSD box is a P150 with 32MB of RAM. KDE is completely out of the question. I'm currently trying AfterStep with Netscape 4.7. My preferred browser on that box? Lynx.

      T300bps

      Being devoured by Python

    6. Re:Pentium 166, 32 MB Ram? by CutCopyPaste · · Score: 1

      "Yeah, I don't know what that guy was thinking. Mozilla ( and galeon and skipstone, by extension), was written with at least a P-233, 64MB RAM in mind"

      And thats why mozilla/netscape are bloated, crappy, slow pieces of sh!t. I have a pentium 200mhz 32mb box and a pIII 700mhz 128mb box they choke both my boxes thats why I paid $40 for opera on linux and use IE on windows because I refuse to use subpar slow inefficient memory hungry software!

    7. Re:Pentium 166, 32 MB Ram? by clare-ents · · Score: 2

      That's what I'm running on at the moment.

      Of course I've ordered more RAM, $120 for 64MB extra - I'll have to throw away 16MB to get a free slot of course so I'll only get up to 80MB.

      I've also got to wait 3 weeks for delivery.

      Some people use laptops where RAM isn't as cheap or as easy to obtain as you think.

      Am I the only person who finds it daft that my machine runs a web and database server with ease but has trouble running the browser. Isn't this the wrong way round?

      --
      Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. (Einstein)
    8. Re:Pentium 166, 32 MB Ram? by Anonymous Coward · · Score: 0
      In my Pentium200mhz MMX, 80mb, running MS Windows, Mozilla plays nice. Using .9.2 ..

      Does crash alot, has some stupid bugs, etc etc.

      It's kinda fast. I really like the look&feel, as I posted in the comments for the browser test ..

      I think Mz in Linux is less evolved, probably the newer versions will be faster.

      mr.b o b landia, rally pilot, contract programmer, deluxe malue prostitute. At your service.

    9. Re:Pentium 166, 32 MB Ram? by CaseyB · · Score: 2
      That's what I'm running on at the moment.
      ...Some people use laptops where RAM isn't as cheap or as easy to obtain as you think.

      You don't run a typical machine. Like I said, a low-end machine is a nice extra test, but it's still not relevant to most people. Using an extremely high-end machine is almost as bad, but at least those results get more relevant over time, instead of less.

      Am I the only person who finds it daft that my machine runs a web and database server with ease but has trouble running the browser. Isn't this the wrong way round?

      Not really. "Server" does make people think of big machines, but that's only because it has to scale. Server software can in general be smaller and simpler than client software, as it is more specialized, and doesn't have to deal with video, input devices, etc. A browser is the worst-case scenario for a client, because they have everything but the kitchen sink built in now, and are VERY "smart" with respect to the traditional client-server model.

    10. Re:Pentium 166, 32 MB Ram? by Anonymous Coward · · Score: 0

      "I refuse to use subpar slow inefficient memory hungry software!"

      Isn't that the definition of windows?

      Just checkin.

    11. Re:Pentium 166, 32 MB Ram? by haruharaharu · · Score: 1

      Some people use laptops where RAM isn't as cheap or as easy to obtain as you think


      Some people like me. I have a portege (PII-266) that i just upgraded to 160 MB. The ram (128M) cost $30 and took a week to get here from across the country. If your memory is expensive and old, that probably means that it's time to upgrade, before you can't get any parts at all.


      For the record, my laptop runs pretty much everything plenty fast, including IE and NS

      --
      Reboot macht Frei.
  11. knoqueror? by AntiNorm · · Score: 2

    knoqueror

    You must mean konqueror :P.

    Anyway, I really like Konqueror as well, except for the fact that it seems to like pulling things out of the cache instead of downloading them as it should. Yes, this speeds things up, but on frequently changing sites such as /. and Fark, it gets to be a pain. I've been using Netscape lately, but as everybody knows, it has stability (and bloat) problems.

    --

    I pledge allegiance to the flag...
    of the Corporate States of America...
    1. Re:knoqueror? by gjohnson · · Score: 1

      Man I really dislike konquerer. I can't stand the user interface. As a random example, emacs editing does not work in the URL box. Maybe there's a way to change it, I don't know. Also I think it's pretty ugly. I do use it from time to time when mozilla won't work. dell.com has some forms which just don't work in mozilla. Probably broken html, but anyway...

    2. Re:knoqueror? by Anonymous Coward · · Score: 0

      Oh yeah that really sux.. yeah.. uh.. what the fuck are you talking about mooron, emacs editing in the url box?!? WTF WHO THE FUCK WANTS THAT?

    3. Re:knoqueror? by number+one+duck · · Score: 2

      I've found that most netscape/ie incompatibility issues are based on optional vs. required tag closure, at least in the work I've done. Internet explorer lets designers get very very lazy, most tags where a closure isn't required logically (implied by the surrounding structure), simply assume that thats what you meant. Netscape is much more letter-of-the-law... if you omit a closing tag, the browser doesn't do the extra work for you.

      These errors are the most irritating, since the html doesn't *read* as invalid when you are writing it.

      I don't know if this makes IE a better/worse browser than its stricter counterparts, but from a developer's point of view, make it look good in netscape first... IE compatability will then follow.

      Its a neat contradiction that designing with MS's competitor in mind tricks their code into bending over backwards on your behalf.

    4. Re:knoqueror? by Simon+Brooke · · Score: 2
      These errors are the most irritating, since the html doesn't read as invalid when you are writing it.

      If a page isn't valid, it isn't valid. And if a web designer is so unprofessional (s)he can't write a valid web page, that's not the browser's problem.

      --
      I'm old enough to remember when discussions on Slashdot were well informed.
  12. Netscape 4.7x is it until Mozilla 1.0? by MtViewGuy · · Score: 1

    I think for compatibility reasons, Netscape 4.7x releases are pretty much the best browser in terms of rendering accuracy. At least on the Windows side, Netscape Communicator 4.78 is still a bit better than Netscape 6.1 in terms of rendering most commercial web pages.

    I hope that once Mozilla 1.0 is released later this year it will become the basis for the new standard for web browsers running under Linux.

    While I do applaud Opera's small system requirement footprint, it has some trouble rendering the more complex commercial web pages.

    1. Re:Netscape 4.7x is it until Mozilla 1.0? by jchristopher · · Score: 3, Informative
      Please. You should see the tricks we have to pull at work to get Netscape to render properly. It has tons of things wrong.

      One of the most glaring is that it won't render table cells with no content, so you have to put a non-breaking space in every empty cell. It also screws up table widths.... I could go on and on... ask anyone who works on web application development, they will tell you, Netscape sucks.

      If it looks good on your machine in Netscape, it's only because someone slaved away to make it that way.

    2. Re:Netscape 4.7x is it until Mozilla 1.0? by Karlt1 · · Score: 1

      Actually, IE 5.5 has the same problem. Frontpage actually puts a non breaking space in empty cells automatically for this very reason

    3. Re:Netscape 4.7x is it until Mozilla 1.0? by Pope · · Score: 2
      I used to use ns 4.7-ish as my main browser until OperaPPC came out (using it now) and still use it for cross-browser checking. I like the fact that it fucks up if your TABLE pairs are out of whack, because after all, you should be writing vaild code, right? :)
      As for TABLE WIDTH problems, I don't see it. But then again, I'm used to it's weirdness so I guess I just take that into account.

      The main thing that bugs me is it's weird CSS bugs now that I've finally started to use CSS everywhere. Ah well.

      --
      It doesn't mean much now, it's built for the future.
    4. Re:Netscape 4.7x is it until Mozilla 1.0? by glitch_ · · Score: 3

      I really don't see the big deal in designing an app that works in all browsers.
      For me, it is part of my job, and yes I bitch about it but I am required to make it "work". Sometimes that involves kludgey work arounds, sometimes it involves designing two different versions of the same site, and sometimes it means dropping a bell there and a whistle here. Hell, at our office we have a guy who specializes in Netscape quirks, and he is great to have when things like this come up.

    5. Re:Netscape 4.7x is it until Mozilla 1.0? by roca · · Score: 2

      Netscape 4.x does suck in many ways. However, empty table cells not rendering the background color is BY DESIGN. There has been plenty of discussion about this in Mozilla; the consensus is that the W3C seems to require it, plus it is a useful feature --- it's easy enough to add an to get the background to render, but if empty cells drew the backround, there would be no way to make the background NOT render.

    6. Re:Netscape 4.7x is it until Mozilla 1.0? by Anonymous Coward · · Score: 0

      While I do applaud Opera's small system requirement footprint, it has some trouble rendering the more complex commercial web pages.

      Huh? Opera has no problems with "complex commercial web pages". The problem, I believe, is web designer writing pages and even taking IE and Netscape 4's bugs into account.

      It's got more to do with crappy code, most of the time.

  13. This guy needs to develop some aethestic sense by Jeffrey+Baker · · Score: 4, Interesting
    The author of this article referes to Galeon as "nasty" and "tacky". I'm looking at a Galeon window right now, and it has only six small icons, a URL bar, the throbber, and standard GNOME menubar. I think it looks very minimal and tastful.

    The author says Opera is clean and simple. In my eyes, Opera is horrible. It's default screen is covered with 500 different widgets. When you load a page, they all start whizzing and moving around. It's very distracting. Opera doesn't look at home on GNOME nor KDE, which just adds to its problems. Opera, with its adverts and grotesque widgets, is a visual insult.

    1. Re:This guy needs to develop some aethestic sense by mrmag00 · · Score: 1

      To add to this, last I checked Galeon is GTK/Gnome-ish. So if you don't like the default style why not use a fricken theme other then the default?

      I tried galeon a while ago and I found it to be very nice, but I still prefer mozilla because it supports javascript very well/themeable/mail-news clients/etc. Lots of people claim this is bloatware, I just find it featureful. The composer is the only thing that I would do away with.
      Just my 2cents...

    2. Re:This guy needs to develop some aethestic sense by Anonymous Coward · · Score: 2, Informative

      I don't have the same complaint with the widgets, and I've figured out how to hide the ad. I just open a 'find' box and place it over the ad. It's an almost perfect fit, and it's always on top.

    3. Re:This guy needs to develop some aethestic sense by roca · · Score: 2

      Most of the composer code is required to support mailnews and CSS-styled text fields. The composer UI isn't that much extra, so getting rid of it wouldn't save much.

  14. hello by Anonymous Coward · · Score: 2, Funny

    I strictly use only MS Internet Explorer becuase that's the only browser that doens't try to steal my flamberge.

  15. Monochrome by wilper · · Score: 1

    Anyone that knows any browser that is "good" on monochrome displays?

    I tested quite a few, and ended up using Netscape, in spite of it inverting all pictures making them look like negatives. :-)

    1. Re:Monochrome by wilper · · Score: 1

      Textmode browsing is ok as long as the pages are clean. But ppl use way to much fancy features these days for it to be very practical.

      I were still using lynx a few years ago, but it became harder and harder to see all the pages I wanted to, so I moved to Netscape.

      I even find myself using IE over vnc every now and then to see those really ugly pages.

    2. Re:Monochrome by *nixie · · Score: 1

      Try Links.

  16. loading slashdot?... by gkuchta · · Score: 5, Interesting

    Slashdot uses a lot of tables on the pages which can take a while to render, so what better test for a browser. Obviously this is a pretty extreme test as most pages are nowhere near as big.

    Opera: 127 seconds
    Konqueror: 57 seconds
    Mozilla: 71 seconds
    Galeon: 64 seconds
    Skipstone: 57 seconds (Note: Browser crashed on first attempt.)
    Netscape: 34 seconds
    Winner: Netscape Navigator


    These load times are absurd. Is this guy connected to the internet via a 300-baud phone-coupler attached to a telephone line spliced together with paper clips? I'm on a cablemodem, and it takes less than two-seconds to fully load slashdot. I think it took about 9 or 10 when I was on a dialup. Anyone else think these figures look a little inflated?

    --
    when salmon are outlawed, only outlaws will have salmon
    1. Re:loading slashdot?... by interiot · · Score: 1

      /me raises his hand

    2. Re:loading slashdot?... by icqqm · · Score: 2
      "Anyone else think these figures look a little inflated?"

      Depends. He said it was a 360kB page (supposedly a story with comments, not the homepage). So pick a page with a similar size and see what you come up with.

    3. Re:loading slashdot?... by Anonymous Coward · · Score: 0

      Read the article again. It sounds like he was loading a saved page off his machine, rather than getting it over the net. Even if he left out a decimal point, there's no way those numbers are even close to realistic.

    4. Re:loading slashdot?... by mmcshane · · Score: 2, Funny
      For this test, I took a 370kb page from Slashdot page. I saved the page out, rather than use it on the site, since comments could be added on the site which would skew the results.
      It's even worse than that - it took him that long to render pages off his own disk. Apparently he was rendering Shrek in the background.
    5. Re:loading slashdot?... by rho · · Score: 5, Informative

      He saved the page to local disk -- network time had nothing to do with it.

      However, his hardware did: a Pentium 166. My main machine is a P-133, and I normally see such load times on complicated sites. While I could use a faster computer, a slower one is a good indicator of when your HTML is getting out of hand and that it's time to stop dinking with it.

      Regardless, I still use Netscape 4.7x for these reasons -- it's fast, relatively stable while Mozilla on a P-133 is a complete joke.

      --
      Potato chips are a by-yourself food.
    6. Re:loading slashdot?... by garcia · · Score: 2

      In my recent experience w/the above browsers (minus Skipstone and Galeon) Netscape is still the overall winner.

      Konq is great and all but it still renders some pages incorrectly, crashes quite a bit (I haven't done much testing on the latest and greatest but I will), and in general causes me a lot of headaches w/all the shit it loads (I don't run KDE)

      Netscape (the latest 6.whatever) works well, it rarely crashes (once since I have dl'd it), it is fast, and it loads the pages that I look at just fine.

      Mozilla has frequent crashes and is ungodly slow for whatever reason.

      Opera. UGH. First of all it is horribly crowded, 100 things going on at once, and it crashes when I try to load just about any page.

      I don't know what the hell the guy is talking about w/the load times. I have DSL and it takes only a few seconds to load everything.

      I wish that there was a "MS HTML" compatible browswer out there that would just bring us up to speed w/the rest of the world.

      Just my worthless .02

    7. Re:loading slashdot?... by jchristopher · · Score: 2

      I'm using Opera to read this very article, and there is no way his numbers are correct. I'm on a slower DSL line, on a Celeron 333 RedHat box. The article loaded in about 3 seconds, measured from the time I clicked the link to the time it was fully rendered on screen. It's way faster than Mozilla or Netscape when loading the same pages.

    8. Re:loading slashdot?... by Trepidity · · Score: 2

      Opera. UGH. First of all it is horribly crowded, 100 things going on at once, and it crashes when I try to load just about any page.

      Try the Windows version. It's much more stable, and faster. And has the nifty gesture navigation that I can't live without after using it for a few months now...

    9. Re:loading slashdot?... by gkuchta · · Score: 1

      I have a p200 here, with 32MB of old EDO ram. Loading slashdot, from the remote server, takes 8 seconds. 7 with mozilla 0.9.3.

      --
      when salmon are outlawed, only outlaws will have salmon
    10. Re:loading slashdot?... by Molf · · Score: 1

      Well, I just randomly picked an article from a couple of days ago (Loki speaks up on chapter 11). I'm on dialup, so it took several seconds to download (~15-20ish seconds). Opera then rendered it in less than a second. Mozilla started rendering it as it downloaded, so it was hard to compare, but reloading from cache was marginally slower in Mozilla. I only recently upgraded my machine however, from a 166/32. On that, Mozilla was almost unusable becaause of the RAM shortage, though the processor was easily fast enough to do the actual rendering at perfectly acceptable speeds. The 0.9.x releases were usable under Win95, as I didn't have the vast amount of RAM used by X to worry about; slow to load, but not bad when in use. Basically, the Gecko engine is *sweet*, but Mozilla itself usues to much RAM for sub-low-end machines. Opera OTOH, is a different story. Even on antique hardware it runs incredibly fast and renders like a wild thing. It is also a tiny app compared to other graphical web browsers. Basically amazing; if I hadn't upgraded my machine shortly after, I would have paid for the no-ads version, because it is obviously a wonderfully written piece of software. As it is, I've taken to running Mozilla (0.9.3 at the moment) as I find it faster, stabler, less ugly, and more accurate than NS4.7x. The biggest problem with both of these is too strong standards-compliance, given that most web pages contain errors, often because they are designed to render properly in broken browsers.
      Molf

    11. Re:loading slashdot?... by Adam+Jenkins · · Score: 1

      Seems like a better survey would include a comparison of features and functionality, not just speed and opinions on aesthetics. I'm sure Opera renders pages fast but my vote is for Mozilla. I've found it to be more stable than Netscape and it supports Javascript (?), so I can read my email. Same with lynx and links, and I'd rather use them than Netscape.

    12. Re:loading slashdot?... by HiH · · Score: 1

      I don`t know what he did, but the numbers look quite high. My main computer died a few weeks ago and I'm forced to use my test system for now.. a Cyrix 6x86 PR 200 (witch is a 150 MHz cpu) with 64 MB of RAM. Even while playing MP3s (for those who don`t know, the Cyrix FPU is so crappy that playing MP3 slows down the computer so much it can takes seconds to simply switch focus from windows), i've never seen such long loading times, using mozilla.

      Those times must be mostly caused by the punny 32 Megs of memory. You know, accessing data from disk is about 1E6 times slower than from memory.

      --
      resilience is futile
    13. Re:loading slashdot?... by uchian · · Score: 1

      Was you using a 370Kb page off slashdot, or the link on the site (which just leads to the homepage of slashdot)?

    14. Re:loading slashdot?... by gibara · · Score: 2, Informative

      On an underpowered machine, it is inevitable that the browsers which are designed to be scalable, and to perform well at larger tasks will be precisely those which perform worst.

      I think this trend is clearly apparent in the given rendering (not loading) times. I am not suprised at these high figures, most of it will be accounted by virtual memory paging.

      --
      Programmers of the world unite, you have nothing to lose but your strings.
    15. Re:loading slashdot?... by arestivo · · Score: 1

      Netscape 4.7x might be faster than mozilla. But the advantages of having a browser that can show part of a page while the other only shows something when the page is complete (this happens in Netscape if you have table tags around the whole site) are enormous.

      I liked to see those figures in terms of the time it took for the first article to be shown.

    16. Re:loading slashdot?... by hexx · · Score: 2

      I'm using Opera to read this very article, and there is no way his numbers are correct. I'm on a slower DSL line, on a Celeron 333 RedHat box. The article loaded in about 3 seconds, measured from the time I clicked the link to the time it was fully rendered on screen. It's way faster than Mozilla or Netscape when loading the same pages

      Ok, well unless the page you are loading is the same 360k page the author tested on, and you divide the load time the author saw (127 seconds) by 2 (you're about twice his CPU speed in MHz, so all architecural differences aside, we should be able to call it about 50%) your comment is not applicable.

      Remember, the author used a complicated HTML page with multiple nested tables.

    17. Re:loading slashdot?... by rapett0 · · Score: 1

      Actually, with IE 5.5 on my G4 at work with OS 9.1, 192MB RAM, 10BaseT out on Frame Relay, still takes an absurd amount of time to render, like 10-20 seconds. So I can see it on that weak system.

    18. Re:loading slashdot?... by Jerf · · Score: 1

      Why do you need Javascript to read your email?

    19. Re:loading slashdot?... by Knobby · · Score: 1

      He's loading the page off a local drive. Use iCab to grab a quick mirror of the site to your local machine, then try it.. If IE on your g4 is still taking 10-20 seconds, you better find a new browser or return the machine to Apple!!



      For a quick comparison.. iCab loads and renders the main /. page in under 3 seconds on my little G3/400 PowerBook (bronze w/OS 9.1, 384MB RAM, and 100baseT).. For reference: Netscape Communicator 4.75 takes about 2 seconds, and IE 5.0 takes between 2 and 3 seconds..

    20. Re:loading slashdot?... by Anonymous Coward · · Score: 0

      This is a good point, except for the fact that no site should enclose the whole damn thing in a TABLE tag. A TABLE is for showing tabular information, not for Stupid HTML Tricks...

      (Of course, then I go and do the same thing in sites, but usually at the request of clients, so I'm claiming immunity)

    21. Re:loading slashdot?... by Anonymous Coward · · Score: 0

      Kinda sad that my Psion (36mhz or so) running Opera over 33.6 dialup can load pages faster even compared to the "winner." :P This guy needs to seriously rethink his testing system/environment.

    22. Re:loading slashdot?... by RobYoung · · Score: 1

      The thing that I noticed here is that his "HTML rendering" test was actually, according to his account an "HTML table rendering test"... how about other HTML elements... he should have made his own page that was really long, and had a good assortment of all the different elements from tables to lists, and add in some CSS and other stuff...

    23. Re:loading slashdot?... by Mandrias · · Score: 1

      I agree :-)

      Opera for Windows rocks. It's super fast loading... and going forward and back between pages is quick as light.

      And I also am a devotee to the Opera gesture way of life.

      --
      Use the Z-modem protocol between Information Superhighway routers to compress the plaintext. ~LordOfYourPants
    24. Re:loading slashdot?... by Anonymous Coward · · Score: 0

      I am in Windows98 right now for work... (openbsd at home).

      Those stats are way off b/c I am on a P166 right now and slashdot has never taken that long to load.
      (Not in windows or BSD)
      on my cable modem and a P166 system running IE 5.0 it takes about 4 secs.

    25. Re:loading slashdot?... by Anonymous Coward · · Score: 0


      You're right. After also months of using Opera for Windows exclusively, I've seen myself doing mouse gestures instictively on Netscape and even in WordPerfect!

      Personally, I dislike Opera on Linux just because I hava a small 14" display and can't run in a resolution higher than 800x600. Any other browser sucks (esp. the bloated Netscape-Mozilla). I don't understand how the Mozilla people have not retired yet to do some spleeping. What it features to be so slow loading?

  17. Totally meaningless by randombit · · Score: 5, Insightful

    The Mozilla version shipping with Mandrake 8.0 is 0.8.7. While stability is pretty much unchanged since then, Mozilla has gotten noticably faster during the 0.9.x cycle. 0.9.1 is usable on a 350 Mhz Pentium II... sort of. 0.9.3, while still being slower than Navigator 4.77, isn't bad at all. It's finally fast enough that I can use it as my normal, day-to-day browser (I was using Nav 4.77, because while it was unstable as hell, at least I didn't have to wait 20 seconds for a page to load).

    I imagine that simliar situations are true for at least one or two of the other browsers compared. Development on Mozilla, especially, is happening very fast and comparing something current 6 months ago is not, IMHO particularly meaningful.

    1. Re:Totally meaningless by mz001b · · Score: 1
      The Mozilla version shipping with Mandrake 8.0 is 0.8.7. While stability is pretty much unchanged since then, Mozilla has gotten noticably faster during the 0.9.x cycle

      Umm...perhaps for you stability has not changed, but the release notes for the latest Mozilla build keep listing the bugs they fixed. For instance Mozilla 0.9.2 fixed 25 bugs over the previous version. This is largely due to the reporting from the growing user base. The reviewer should have made sure he used the latest versions of the browser in the comparison.

      Also, I don't remember Mozilla ever officially releasing a 0.8.7 -- they went 0.8., 0.8.1, 0.9, ...

    2. Re:Totally meaningless by Darren+Winsper · · Score: 1

      0.8.7? There was 0.8, 0.8.1 and then straight to 0.9.

    3. Re:Totally meaningless by wsapplegate · · Score: 1

      > 0.9.1 is usable on a 350 Mhz Pentium II

      Huh ? I have a 200 MHz Pentium MMX ! With 64 (yes, sixty-four) MB RAM. And still I don't see WTF I couldn't use a browser. I'm sorry to say this but the Mozilla XUL interface is simply a Bad Choice[tm]. They should have stick to another way for making their product portable. Currently, Mozilla is far too bloated and spend all his time swapping on my box (I use the latest nightly builds). I finally felt back on Konqueror ; even though it is horrendous (it doesn't respect any standards. It doesn't even know that a PRE doesn't wrap :-( at least it is fast 'cause I use KDE (note : I use XFCE when I need to use Mozilla to give him a little more RAM) and it has its libraries already pre-loaded. Still, this is symptomatic of modern programmers : they are no more focused on efficiency. Nowadays, all applications are big bloatwares implementing a host of needless features instead of doing just what they are written for. Even Galeon/Skipstone regularly go up in my `top' display because of the bloated underlying Gecko engine. This is awful. But I still have hope. There *must* be a solution. Hem... A browser written in Assembler, anyone ? :-)

      --
      Xenu brings order!
    4. Re:Totally meaningless by randombit · · Score: 2, Insightful

      0.8.7? There was 0.8, 0.8.1 and then straight to 0.9.

      My bad. I read 0.8-7 (the RPM version) as 0.8.7.

    5. Re:Totally meaningless by randombit · · Score: 1
      Umm...perhaps for you stability has not changed, but the release notes for the latest Mozilla build keep listing the bugs they fixed. For instance Mozilla 0.9.2 [mozilla.org] fixed 25 bugs over the previous version.

      OK, I had that phrased badly. Let's say that I didn't see much stability difference between 0.9.1 and 0.9.3, because I found 0.9.1 to be quite stable.

      (BTW, about the version number: I misread 0.8-7 as 0.8.7).

    6. Re:Totally meaningless by Anonymous Coward · · Score: 0

      umm a browser written in assembler is bad. One of the great things about mozilla is that it was programmed with portability in mind, which is why people using their apple computers and people using their x86's can share code. Now some things about mozilla may be considered bloated but I think the developers have done a wonderful job, though I look at mozilla as the netbsd of browsers. If you find a browser written in assembly good luck porting it.

    7. Re:Totally meaningless by henley · · Score: 2
      While stability is pretty much unchanged since then, Mozilla has gotten noticably faster during the 0.9.x cycle. 0.9.1 is usable on a 350 Mhz Pentium II... sort of. 0.9.3, while still being slower than Navigator 4.77, isn't bad at all.

      True comments, for the browser. However, the mail&news client is still, on my PII-300MHz Linux system, juuust on the barely-acceptable side of unusably slow.

      And still refuses to check ALL imap folders for new messages automatically.

      YMMV

      --

      --
      I'd rather have a bottle in front of me than a frontal lobotomy
    8. Re:Totally meaningless by Anonymous Coward · · Score: 0

      Huh ? I have a 200 MHz Pentium MMX ! With 64 (yes, sixty-four) MB RAM. And still I don't see WTF I couldn't use a browser. I'm sorry to say this but the Mozilla XUL interface is simply a Bad Choice[tm]. They should have stick to another way for making their product portable.



      In my Windows machine, with a Pentium 200mhz MMX processor, and 80megabytes of RAM, Mozilla words just fine.

      Maybe it's a Linux version problem.

      XUL is a nice ideia.

      mr b of b landia, race card driver, contract programmer, exquisit malue prostitute.

  18. Explorer? by yooden · · Score: 5, Insightful

    A German magazine did a similar thing a while ago, only they included MSIE. It won hands on in every discipline from speed to adherence to standards.
    A pity that it wasn't at least mentioned.

    1. Re:Explorer? by Anonymous Coward · · Score: 0

      And seeing as it's now available for Solaris, Linuxtoday will probably have a version to test RSN.

      Having said that, the "back" button is giving me trouble (i.e. it crashes IE). Hmm.

    2. Re:Explorer? by core10k · · Score: 1

      Me too! God damn is that annoying. It only seems to happen when I accidentally start loading a new page and then hit 'back' quickly. A threading problem, perhaps?

    3. Re:Explorer? by Anonymous Coward · · Score: 0

      I hope have you submitted it to MS as a crash report...?

    4. Re:Explorer? by core10k · · Score: 1

      Nope. Internet Explorer 6 beta, when it crashes on that particular problem, doesn't pop up the lovely 'submit this bug' window, so I can't be bothered to submit it.

    5. Re:Explorer? by Darren+Winsper · · Score: 1

      Please show me some docs showing IE being more standards compliant than Netscape 6, yet alone Mozilla.

    6. Re:Explorer? by Anonymous Coward · · Score: 0

      Hello? McFly? This was a comparison of LINUX BROWSERS, that is, browsers available for Linux...

    7. Re:Explorer? by reverius · · Score: 1

      Well, I can think of a good reason it wasn't mentioned.

      Simply for the fact that this was a Linux browser war.

      When's the last time you ran IE on Linux? :)

    8. Re:Explorer? by ChaosDiscord · · Score: 2, Interesting

      A German magazine did a similar thing a while ago, only they included MSIE.

      They did? I'd love to see the article. Especially the part how they ran IE under Linux. You did notice that the article is about browsers under Linux, right? Suggesting a browser not available for Linux is as silly as a Windows magazine including reviews of MacOS and Linux software.

    9. Re:Explorer? by Glonk · · Score: 1
      IE renders every single CSS/HTML tag in the standards, plus more.


      Go ahead and show me some pages or tags that don't work under IE that are part of the standards.

    10. Re:Explorer? by roca · · Score: 2

      <html><head><style>.CL { display: none; }</style>
      <body><p class="cl">Hello world</body></html>
      IE incorrectly treats class selectors as case-insensitive. This is one of many many bugs in IE's CSS support.

    11. Re:Explorer? by RobYoung · · Score: 1

      Now there are probably more bugs in IE than Netscape, but I do recall after just reading through HTML - The Complete Reference, that everywhere you looked it kept mentioning how this and that work fine under IE, but not under netscape.

      However, when considering "Standards Compliant", IE does go beyond the standards quite a bit, implementing their own features everywhere. This has good and bad implications, since many pages will only render properly under IE, however if the W3C incorporates them into the next set of HTML standards, it can make HTML better (or more cluttered).

    12. Re:Explorer? by Glonk · · Score: 1
      Just tried this in IE6, it didn't print anything.


      I guess that means that IE6 is case-sensitive?


      Download IE6 then try it. My point is proven.

    13. Re:Explorer? by Darren+Winsper · · Score: 1

      Check out this. I know it's a Netscape site, but it doesn't make the facts any less real.

    14. Re:Explorer? by yooden · · Score: 0, Troll

      You did notice that the article is about browsers under Linux, right?

      Yup.

      Suggesting a browser not available for Linux is as silly as a Windows magazine including reviews of MacOS and Linux software.

      The magazine's name is 'Linux Magazin' so can be sure that they are not suggesting MSIE. It is not, however, good journalistic practice to ignore stuff related to the realm at hand. If MSIE running on Windows is a superior browsing platform than Linux running Whatever, this is worth mentioning, especially if lacking adherence to standards by the Free contenders is the reason.

      Free software should win on merits, not on misinformation.

    15. Re:Explorer? by yooden · · Score: 1

      Please show me some docs showing IE being more standards compliant than Netscape 6, yet alone Mozilla.

      Buy it.

    16. Re:Explorer? by msaavedra · · Score: 2

      I think you are missing the point of the guy's example. If it were rendered according to the spec, you should be able to read the "Hello world". Since IE's CSS implementation is case insensitive, it thinks that the class called CL and the class called cl are the same thing. Thus, IE renders the page incorrectly.

      Just trying to be helpful ;^)

      --
      "Any fool can make a rule, and any fool will mind it."
      --Henry David Thoreau
    17. Re:Explorer? by Anonymous Coward · · Score: 0

      case-fscking sensitive ... !?!? go back to your closet, weenie --- play with the electro-mechanic blo-up doolly

  19. Konqueror by Grim+Grepper · · Score: 1

    I think it's mandatory for Slashdot editors to prefer Konqueror as their primary browser.

    But anyway, I'd have to agree. Mozilla is slow, buggy, and big, although it's improving. Netscape is Mozilla + AOL crap. Konqueror seems to be reasonably fast and stable, and doesn't do a bad job of rendering pages.

    The Microsoft bashers may hate me saying this, but I'd love to see Internet Explorer available for Linux. Of course, it will never happen, but it would be nice.

    1. Re:Konqueror by unitron · · Score: 2

      If Microsoft is really as nefarious as we've all come to believe, expect, and even count on, it seems that they *would* crank out a version of IE that runs on Linux. Just think, since it'd only be available as binary, they could hide all sorts of stuff in there and get up to lots of mischief. If they were feeling especially wicked they could make the Linux version of IE work better than any of the other stuff available for Linux and use that to muddy that whole "open versus closed" thing.

      --

      I see even classic Slashdot is now pretty much unusable on dial up anymore.

    2. Re:Konqueror by Anonymous Coward · · Score: 0

      Too bad --- too good, really that on my new WinME sys OPERA beats IE easily ( most pages ) in speed & quality of presentation. Bets are off on "purchase" pages.

  20. Galeon Problems by Verloc · · Score: 3, Interesting

    I'm using Galeon to read this right now 0.11.0, and while it's a really nice, clean interface, it does have some problems.

    http://ska.about.com/library/cannabis/blccrolling. htm

    This is one of them. One of the two pop ups on this page crash it EVERY time. Without fail. I warn you, do not visit this in Galeon (unless there is some way of turning pop-ups off, which is entirely possible, I've never really delved too deep into it's guts.

    But I like it MUCH better than Mozilla and Netscape. It just seems cleaner to me.

    And for those of you visiting that web site in non Galeon browers, I did eventually figure out how to roll a joint without its help :)

    Verloc

    1. Re:Galeon Problems by msaavedra · · Score: 3, Informative

      I tried this in Galeon-0.12pre3 and the link loads fine. Maybe the problem you are experiencing has been fixed. I imagine 0.12 will be out fairly soon, since pre3 seems pretty solid.


      And by the way, yes, you can turn off pop-ups.

      --
      "Any fool can make a rule, and any fool will mind it."
      --Henry David Thoreau
    2. Re:Galeon Problems by JesseL · · Score: 2

      I'm running Galeon 0.12pre1. I tried your link twice and each time got a different popup, and it loaded with no problem. Maybe you should try updating Galleon and Mozilla on your system.

      --
      "Prefiero morir de pie que vivir siempre arrodillado!"
    3. Re:Galeon Problems by Anonymous Coward · · Score: 0

      I just visited that page with Galeon 0.11.0 and nothing bad happened. But I'm behind two filtering proxies (Junkbuster & Sleezeball/Squid).

    4. Re:Galeon Problems by damiam · · Score: 1
      I warn you, do not visit this in Galeon (unless there is some way of turning pop-ups off,

      In Galeon 11.0, go to Settings > Preferences > Advanced > Filtering and uncheck the Allow Popups check box.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    5. Re:Galeon Problems by jimshep · · Score: 1

      I have mostly switched from Mozilla to Galeon. I love the use of tabs and the speed of Galeon. However, Galeon has two quirks tha continually bug me: the lack of a form manager and the download dialog (erases filename when the directory is changed). I never realized how much I used the form manager (double clicking in a blank field and usually getting the correct information filed in, even if I haven't visited the site before), until it wasn't available.

      By the way, the Galon interface is somewhat themable. The Icons and spinner can be changed. Doesn't make a huge difference, but it helps a little.

    6. Re:Galeon Problems by jareds · · Score: 1



      I tried this in Galeon-0.12pre3 and the link loads fine. Maybe the problem you are experiencing has been fixed. I imagine 0.12 will be out fairly soon, since pre3 seems pretty solid.


      Ironically, it looks like Galeon 0.12 was
      released the day before you posted that.

  21. Please tell me by Anonymous Coward · · Score: 0

    Why do you call yourself "Number One Dick"?

    1. Re:Please tell me by Anonymous Coward · · Score: 0

      This man appears to have multiple (whether by virtue of simple numbers, or by logical divisions of a single large penis) penises, and is simply keeping track, via a basic counting algorithm, in order to prevent anyone from becoming confused.

  22. Links ? by Quazion · · Score: 1

    Textmode browsing, who needs pictures anyways ;)

  23. Another page to check out by Anonymous Coward · · Score: 0
    Although not completely current, HardcoreLinux reviews all the major browsers for Linux. It may be worth referencing since the other page seems to be Slashdotted. Here it is:


    http://www.hardcorelinux.com/linux-browsers.htm

  24. 34 sec to render slashdot? by Knobby · · Score: 1

    Page Rendering Times

    For this test, I took a 370kb page from Slashdot page. I saved the page out, rather than use it on the site, since comments could be added on the site which would skew the results.



    Slashdot uses a lot of tables on the pages which can take a while to render, so what better test for a browser. Obviously this is a pretty extreme test as most pages are nowhere near as big.





    Opera: 127 seconds

    Konqueror: 57 seconds

    Mozilla: 71 seconds

    Galeon: 64 seconds

    Skipstone: 57 seconds (Note: Browser crashed on first attempt.)

    Netscape: 34 seconds



    WTF!!! 34 seconds to render /.? iCab on my mac is probably the slowest rendering browser out there right now (on a fat pipe, on a modem it rocks) and it renders the main page almost instantly! Please tell me this is simply a function of the low cost hardware that was used.. If not, I'll stick to OS X.. What am I talking about?, I'll stick to it anyway, but I'll feel bad for all you linux users out there..



    1. Re:34 sec to render slashdot? by quartz · · Score: 2, Insightful

      I wouldn't trust this particular article very much. They don't even mention the versions of the browsers tested. They say there's no direct way (w/o resorting to the "Settings" menu) in Konqueror to disable javascript and images, but sure enough, in my Konqueror (2.2) they're right in front of me (Tools -> HTML options). I dunno, I guess the article is a bit of a troll. And what better place for a troll than the Slashdot front page? :-)

    2. Re:34 sec to render slashdot? by Anonymous Coward · · Score: 0

      Dude...your return key is stickey.

  25. Gimme a break... by quartz · · Score: 5, Interesting

    From the article: Konqueror: Clean, simple and boring. Perfectly functional, with the bare minimum of fuss. The spinning KDE logo in the corner looks very nice, but of course adds nothing to your browsing experience.

    Konqueror, boring? Gimme a break. It's completely themable and it doesn't even need its own themes like Mozilla, you can use general KDE themes. And it works wonderfully as a file manager (and network browser and PDF and manpage viewer), with smooth icon previews of HTML, ps, pdf, images and text files. You can split the view in however many sub-windows you want, you can even have a shell prompt as a subwindow. It has a full screen mode. Right now, I'm browsing with KDE and Konqueror in "Aqua" theme and it looks, well, let's just say you have to buy an Apple if you want something to look cooler than that.

    And what's up with testing on a ridiculously outdated machine? P166, no MMX, 32 MB RAM? You've gotta be kidding me. If I wanted a browser that worked fast on this configuration, I'd have stuck with Netscape 3.0...

    1. Re:Gimme a break... by Lord+Omlette · · Score: 1

      I thought linux prided itself on doing more with less? Doesn't that make this a valid test?

      Of course a more valid test would have been to compare the results on a 'ridiculously outdated machine' and on a high end top of the line mofo.

      --
      [o]_O
    2. Re:Gimme a break... by Amon+Re · · Score: 1

      You are the same people that will complain if the software doesn't run quick on older hardware.

    3. Re:Gimme a break... by quartz · · Score: 1

      First, I am not "people". I am me. Second, how old is "old" for graphics-intensive desktop software like web browsers? Would you expect a web browser to work on a 486? On a 386SX? On an XT? I have a current incarnation of Linux/KDE/Staroffice with all the bells and whistles running resonably well on my old laptop (P2/300 + 64M RAM). I'd say that's good enough, considering that I run the same thing on my desktop machine, which is an Athlon/1GHz + 512M RAM.

    4. Re:Gimme a break... by ChaosDiscord · · Score: 5, Insightful

      And what's up with testing on a ridiculously outdated machine? P166, no MMX, 32 MB RAM?

      Sure, it's a bit old, but machines like that are still pervasive. School labs and libraries are full of computers like this. I'd rather not have my local library make a decision between providing usable web access and purchasing more books. It should be perfectly reasonable to browse the web on these old computers, saving money for other uses.

    5. Re:Gimme a break... by Arandir · · Score: 2

      Would you expect a web browser to work on a 486?

      Ummm, yes...

      Netscrape 3.0 ran just fine on a 486. No, it couldn't render all of the complex stuff that Konqueror or Mozilla can, but running several orders of magnitude slower than NS-3.0 is ridiculous.

      I've spent twenty years chasing after enough speed, ram and storage just to get last week's software to run. It's a losing battle. I'm desperately waiting for Moore's Law to smack all the world's developers upside the head so they can stop writing last week's software for next week's systems.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    6. Re:Gimme a break... by quartz · · Score: 1

      My point exactly. If you want something to run on a 486 Netscape 3.0 is there. If you want to run a modern browser, however, expect the system requirements to go up a notch. Being a developer myself, I can relate. I develop, test and optimize my software on whatever commodity hardware I can afford at the moment, and there's only so far I'm willing to go for a performance/time compromise. At some point during development I simply can't afford to spend more time on optimizations. It's sad, but as a developer you're never given enough time to things the way you want. And the fact that the standard libraries keep getting larger and larger (due in part to the same reasons) is not exactly helping, performance-wise.

    7. Re:Gimme a break... by vanguard · · Score: 1

      And what's up with testing on a ridiculously outdated machine? P166, no MMX, 32 MB RAM? You've gotta be kidding me. If I wanted a browser that worked fast on this configuration, I'd have stuck with Netscape 3.0...

      I hear you but I think it's reasonable to test on a slower machine. If he was running a dual Athlon whatever or the latest P4 1.8 whatever it would have been much tougher to see the differenced in performance.

      --
      That which does not kill me only makes me whinier
    8. Re:Gimme a break... by RedBear · · Score: 1
      And what's up with testing on a ridiculously outdated machine?

      You, and unfortunately so many others like you, are, not to put too find a point on it, an a$$hole. You seem to expect everyone to go out every 3 to 6 months and get a top-of-the-line system just so they can have a reasonably quick computer when using modern software. Why is this? You complain about MS products being so incredibly slow, and yet you continue to follow the same bloatware path, just a few steps behind, where every new version of application X and OS Y becomes slower and slower on old hardware. I have an old 486DX/33 with 8MB of non-EDO RAM and a 1GB drive. I thought surely I could get some good use out of this old machine by loading some kind of Linux distro or *BSD on it. Tried some Linux distros, they crashed during the installation process. Impressive. Tried FreeBSD. It ran, but attempting to run a GUI using XFree86 was a joke with 8MB of RAM. I gave up on that when it couldn't even finish loading the X server after 10 minutes. After that, I found an old Win95 CD and installed that.

      I was amazed by the results.

      Not only did Win95 take up less room on the drive, but it booted in something like 2 minutes (compared to at least 5 for every other OS I tried). Win95 is a GUI, of course, and runs just fine with 8MB of memory. It boots faster on a 486DX/33 than Win98 does on a Pentium 233MMX. Don't even get me started on how slow every Linux distro I've tried is on the same P233MMX.

      The long and short of it is that people like you (and there are too many of you out there) are hypocritical, elitist a$$holes. If you really wanted to make the world a better place, you'd design an OS that booted faster, and was more stable and usable than Win95, on a 486DX/33 with 8MB of RAM and a 1GB HD. Don't give me any crap about how it takes massive hardware to have a quick OS, because I've seen Win95 kicking your ass on a 486. That's ridiculous. You show me an OS that works that well on a 486/8MB system, and I'll show you an OS that will blow people's minds on an Athlon 600 with 64MB. Until the open source world manages to do that, I will not be impressed.

      Oh, and if there is anyone out there who actually thinks a usable, relatively quick Linux/*BSD system can be set up (with a GUI!) on the 486 machine I have described, please, enlighten me!!
    9. Re:Gimme a break... by mikael · · Score: 1

      This is not a fair comparison. More like "Which browser uses the least amount of RAM?" With 32MB RAM, you'll probably be swapping, and thus invalidade any results about browser speed.

      Do it again with a decent amount of RAM.

      Mikael

      --
      Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
    10. Re:Gimme a break... by Anonymous Coward · · Score: 0

      >And what's up with testing on a ridiculously
      >outdated machine? P166, no MMX, 32 MB RAM?
      >You've gotta be kidding me. If I wanted a
      >browser that worked fast on this configuration,
      >I'd have stuck with Netscape 3.0...

      Not every geek can afford the brightest and best computer :) I'm currently using a P120 with 32 megs of RAM, no MMX, and can use Konqueror, Netscape 4.7 and KDE2 without (much) complaint.

      Using lower-end hardware to test software's speed makes sense because you get a *much* clearer picture how slow slow can get :)

    11. Re:Gimme a break... by quartz · · Score: 2

      Heh. You have no idea what you're talking about, but you're calling names left and right. Typical, I might say. You're making the gross mistake of trying to put current Linux distributions on par with win95, which is 5 years old. It won't work. Those of us who ran Linux even before Win95 came out remember the Slackware distro (which was pretty much the only game in town) that took a few days to set up for someone new to Linux, but it ran X windows and Apache just fine on a 486 w/ 8MB RAM. That is what someone who is not completely clueless would compare win95 with. Or you can try putting the latest Win2k Service Pack 13248.832 on a 486, see if that does you any good (since Microsoft has stopped selling and supporting Windiws 95 a long time ago, so you're not really supposed to use it anymore). OR, if you're still bitching, I could point you at a current Linux distro that runs just fine on a MIPS/66MHz w/ 8M RAM and 16M flash, X Windows and all.

      So am I being hypocritical? Nah, not really. Linux has many faces other than your standard hand-holding, pretty-looking newbie-ready Mandrake/Redhat/SuSe/whatever. Am I being an asshole? Of course. Elitist? You betcha. And not only technologically. Socially as well. And your problem is?

    12. Re:Gimme a break... by Anonymous Coward · · Score: 0

      I see his point, although off topic here. And I agree that he is clueless, although not for the reasons mentioned. Even current versions of Linux distros have the responsibility to run well on old machines. Now I know the the rpm based, flashy ones won't, but I think they should. What he missed in bashing Linux and advocating Win95 is that there are other games in town besides Redhat/Caldera/Mandrake/SuSe. Since he didnt state what distribution he was running, I assume he means one of those. But look, there is still Slackware, and even better, Debian. Personally I am lazy, and so choose to use Debian and its slick package management. I have it installed on four computers of varying speed and age, and keep all three pretty well updated with the Woody distro. Now my slowest is not quite as unsubstantial as the 486 he talks about, but its not much faster either (P-125 w/32Megs). Its performance vs. the same machine when i had windows95 installed is about even, but it's much more stable. He probably tried using the default sawfish-gnome or KDE desktops that come default on most newer commercial versions of linux, and therein lies the problem.

      If you know what youre doing you can make Linux work just fine on an older machine, X and all. Or simply do without a GUI and use the console, which is an option in Linux but not in windows. (Dont even think about using DOS7 for anything other than loading the windows gui)

    13. Re:Gimme a break... by Algan · · Score: 1

      You're comparing apples with oranges. To be more fair, try to install Win2000 on the same 486 machine. Guess what, you can't! Win 95 is 6 years old, better try to get a linux distro that is about same age. Slackware comes to mind. And guess what again, it'll work just fine. I know this because I used to run it on a pretty similar system back then. I had a pretty usable system on a 486 with 8MB ram and a 300MB disk partition. And it even booted up faster than win95, back in the day....

      --
      If con is the opposite of pro, is Congress the opposite of progress?
    14. Re:Gimme a break... by Arandir · · Score: 2

      Actually, I want a browser that's boring. I want a lot of functionality, ease of use, fast and correct rendering, etc. I don't want it to be ugly.

      But the purpose of a browser is to display an html document. I want to see that document in all of it's glory, with no exciting browser stuff getting in the way. Konqueror (and Galeon) fit this bill just fine.

      A browser isn't a toy, it's a tool.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    15. Re:Gimme a break... by Anonymous Coward · · Score: 0

      One of the main reasons I use linux is because it proports to run well on older machines, faster and more stable than Win.

      Believe it or not, there are still people out here in the poor sector using completely servicable 486 machines! We don't all have a thousand dollars to blow on a computer every few years. Some of us are just happy to put food on the table and get on line now and then. (I access on a 486/75 laptop with a 28800 dial-up connection.)

      Is it wrong for us to desire a sleek stable graphical browser without all of the bells and whistles? Who cares if you can skin it, or how many dodads it has. Just give me a graphic browser that renders the web fast and simple, a graphic browser with a lynx mentality.

      One of the huge selling points for linux for me was that there seemed to be a prevailing desire to avoid forcing bloated software on users. So why then do all of these browsers assume everyone wants every feature?

      Less is more! Give me more less.

  26. Konqueror needs to stay current too.. by Anonymous Coward · · Score: 0

    It should also support the latest plug-in's for Netscape. I tried to go to the www.bttf.com web site as shown on the KDE screenshots pages, but the latest (and most easily available) version of Flash is 5.X. Konqueror only supports up to version 4.X. Sad.

    ForgiveR

    1. Re:Konqueror needs to stay current too.. by A+Life+in+Hell · · Score: 2

      uuh... flash 5 worked in konqueror just fine for
      me, without blinking. dunno where you got the
      idea that it doesn't

      --
      Commodore 64, Loading up the dance floor!
  27. A Poor Review by eAndroid · · Score: 2

    No one is going to take this review seriously. Not only does the author not give version numbers he also refers to Netscape Navigator as "Netscape". Was he testing the corporation itself?

    Personally, I'd be more interested if Navigator 6.1 were compared along side 4.7x and Mozilla.

    --

    I can't spell or type, but that doesn't mean I'm unusually stupid.
    1. Re:A Poor Review by Amon+Re · · Score: 1

      Lets get real, no one calls Netscape Navigator just Navigator, everyone I have talked to calls it Netscape.

    2. Re:A Poor Review by Anonymous Coward · · Score: 0

      It's called Netscape 6.1. Netscape the corporation got rid of the Navigator/Communicator part. It's still Netscape Navigator 4.08 or Netscape Communicator 4.7x, though. I do agree that this review is completely useless. Konqueror boring? And he actually likes Opera's non-standard icons and cluttered appearance? I don't, and I'm writing this with Opera on Windows! MSIE5.5/6 can't even play movie trailers in a decent format.

    3. Re:A Poor Review by PurpleBob · · Score: 2

      Netscape 6.1 isn't called "Navigator" anywhere. It's just called "Netscape", showing that in this wonderful language of ours a name can have two different referents with no problem at all.

      You lose.

      --
      Win dain a lotica, en vai tu ri silota
  28. hehe by Lord+Omlette · · Score: 1

    "I prefer knoqueror, although recent builds seem to have random hangs on images.google.com."

    I have no say in the matter, but I bet more people prefer konqueror than knoqueror...

    --
    [o]_O
  29. Article on Linux Today, eh? by Strike · · Score: 1

    Looks more like canadacomputes.com to me

  30. Opera is awesome by jchristopher · · Score: 1
    As a newbie to RedHat 7.1, I must say that Opera was easy to get installed.

    I like it a lot, primarily because it seems to use the widgets (radio buttons, form elements, etc) that I've chosen in my Gnome setup, in contrast to some other programs. It's very mac-like in that way.

    Although it is not open source, I don't particularly care - because I, like most people, wouldn't know what to do with the source if I had it.

  31. IE Stable? You're dreaming. by chill · · Score: 1

    I have IE 5.5 sp2 installed on a Win98 partition and 5.5 sp1 installed on a Win95 box. The Win98 partition copy will crash (kill IE) on the average of 4 to 5 times a day (in a 5-6 hour period). The Win95 one is more stable -- one crash a day, maybe.

    Konqueror (2.1.1 or 2.2) doesn't crash, period. I've used it for days straight before logging out with as many as 6 windows open and it doesn't crash.

    Start hitting the "stop" button while complex pages are loading and IE 5.5 will start to barf.

    Konqueror isn't perfect (nothing is), but it is one of the best -- most stable, decent speed and good compatibility.

    --
    Learning HOW to think is more important than learning WHAT to think.
  32. Versions? by icqqm · · Score: 4, Insightful

    I'm sorry, but aren't the versions of the browsers used somehow important to the story? Was it Mozilla 0.9, or 0.9.2? Netscape 4.08 or Netscape 4.7, or Netscape 6? Hard to tell what these tests mean, especially if not the latest versions of each browser are being used.

    1. Re:Versions? by mz001b · · Score: 1
      I'm sorry, but aren't the versions of the browsers used somehow important to the story? Was it Mozilla 0.9, or 0.9.2? Netscape 4.08 or Netscape 4.7, or Netscape 6? Hard to tell what these tests mean, especially if not the latest versions of each browser are being used.

      He did say the verisons indirectly, since he claims that the Mandrake 8.0 defaults were used. I agree though, explicitly stating the version numbers in the article is important.

  33. no text only browsers (and why?) by johnjones · · Score: 5, Insightful

    why oh why where text only browsers not included ?

    is this because their user base is small ?
    I personally use it but I find that alot of people dont

    because I find lynx the fall back GOD the page doent render in netscape or some fool has FSCK the HTML I just use lynx and away I go

    really how much information (I am intrested in )is presented in pictures on the web
    not much I am sure

    lynx is my fallback king (-;
    I use it when I telnet into places to check they can see stuff plus all I need is a telnet app which I can obtain for most OS's

    what do you relie on to ALWAYS give you the web ?
    (me its a telnet client and lynx)

    regards

    john jones

    1. Re:no text only browsers (and why?) by isorox · · Score: 3, Troll

      really how much information (I am intrested in )is presented in pictures on the web
      not much I am sure


      No, just a few million terrabytes of pr0n!

    2. Re:no text only browsers (and why?) by Kidbro · · Score: 1

      really how much information (I am intrested in )is presented in pictures on the web


      Having spent some depressing three years in the web production business, I must say that text only browsers are pretty much ignored by the main stream web designers. A lot of juicy info is put in pictures, and if not information, then navigation. Although I'm a great fan of lynx myself, I find that I can seldom use it due to the incompetence of web designers.

    3. Re:no text only browsers (and why?) by jesser · · Score: 2

      Having spent some depressing three years in the web production business, I must say that text only browsers are pretty much ignored by the main stream web designers. A lot of juicy info is put in pictures, and if not information, then navigation.

      When you complain to the web site operator, you might mention that adding alt text not only makes the site usable in lynx, but also goes a long way toward making a site usable by blind users.

      Alt is the "alternative text" attribute of an <img> tag, telling browsers what to display if the image doesn't load or can't be displayed. A page will not validate as HTML4 unless every image has alternate text. It's not difficult to add alt text, as long as you're careful to specify empty alt text for images that don't add meaning to the page. (For example, a picture of a trash can with word "delete" underneath it, where both the trash can and "delete" are part of a link that deletes a message, should have alt="" rather than alt="trash can" or alt="delete".)

      The only drawback to adding alt text is that IE and older versions of Netscape display the alt text as a tooltip, which looks redundant if the image is just a the text in a fancy font. The authors can work around that in IE (but not in Netscape 4) by including title="" on each image with non-empty alt text.

      --
      The shareholder is always right.
    4. Re:no text only browsers (and why?) by moeman · · Score: 1

      Of cource, a huge amount of very useful info is stored on secure sites. Guess lynx is ok if you are just looking for publicly available info. Try doing anything Productive, and you are outta luck.

      --
      Ambition is a poor excuse for not having enough sense to be lazy.
    5. Re:no text only browsers (and why?) by curious.corn · · Score: 1

      tera-bytes my friend... tera-*
      terra means earth/soil in italian...

      --
      Mi domando chi à il mandante di tutte le cazzate che faccio - Altan
    6. Re:no text only browsers (and why?) by Halo- · · Score: 1

      Umm... last I checked lynx does SSL just peachy...

    7. Re:no text only browsers (and why?) by Kenyaman · · Score: 1

      I routinely test my web pages in Lynx. In fact, a web seminar I attended back before they axed the training budget made a big deal about calling Lynx the "ADA Compliant browser," meaning that if your page runs and is navigable in Lynx, screen reading software, etc., should have no trouble with it. Even my photo album works just fine in Lynx. Though why you'd try to view a photo album in a text browser is beyond me....


      Can't say I actually do much with it normally, though.


    8. Re:no text only browsers (and why?) by VHDLBigot · · Score: 1

      Having used lynx and w3m I'd have to give a vote for the links web browser. I'm running it on a lightweight slack based distro (VectorLinux 2.0) on a P133 laptop with 32MB RAM. It can run under the linux console or in the X windows terminals (xterm, rxvt, eterm...). The big keys for me were:
      a) it can use the mouse (X or gpm for the console)
      b) it colorizes and uses the special line characters when appropriate
      c) it does tables and frames much better than lynx (as does w3m)
      d) it does cookies (useful for slashdot)
      e) it uses a meg or two of RAM.

      For browsing news sites, blogs, etc, it does very well. Check out the screen shots at the links homepage if you've not seen it before.

      w3m does well, too, but I can't get used to the VI keybindings... ;-)

  34. Konqueror holds the most promise by ndogg · · Score: 1

    I will stick to Konqueror for a while. I have looked at the source code and it is very clean and easy to follow, cleaner and easier than most open source/Free projects out there (definitely cleaner than Mozilla.) When you have source code like that, development goes extremely fast. Features become very easy to code.

    Besides, I find that Konqueror is a nice compromise between features and speed. It does not try to sway towards one end and exclude the other. Many other browsers have a tendency to do this sort of thing.

    --
    // file: mice.h
    #include "frickin_lasers.h"
  35. Uh geez... by cmdrsed · · Score: 0

    Of course, leave it to Canada to completely screw up an article. Their load time 'benchmarks' are skewed since the browsers were tested on some sort of 386 hooked up with a baud modem to the internet. Thanks for the totally inaccurate article.

  36. Bah by Enahs · · Score: 4, Insightful
    Startup test, from blackbox, showed konqueror to be the clear loser. Well, duh, kdeinit wasn't running yet! A fairer test would have been in in konqueror's "native environment."



    Hey, at least I didn't post a lame joke about the obvious misspelling. Get a life, people, willya?

    --
    Stating on Slashdot that I like cheese since 1997.
    1. Re:Bah by Junta · · Score: 2

      Maybe if comparing to I.E. in windows, but in Linux, it is important to note this. Maybe it would be fairer to include in-environment numbers, but that stacks the deck in favor of Konq too much. One of the huge objections I have to most KDE apps is that they require so many support processes to be running for even the most simple tasks, while Gnome apps could care less whether or not the "Gnome environment" is running. Konq and KDE are very good things, but the way the environment dependencies work is just insane..

      --
      XML is like violence. If it doesn't solve the problem, use more.
    2. Re:Bah by nd · · Score: 1

      You can't really call that a fairer test. Fact is, there IS no truly fair test for comparing startup times.

      For example, you could also demand that you start galeon's CORBA server interface before running it, which would result in galeon starting in less than a second.

    3. Re:Bah by UnclPedro · · Score: 1
      Gnome apps could care less whether or not the "Gnome environment" is running.
      This seems to be getting less true as GNOME evolves -- whenever I start up galeon (I don't use GNOME as an 'environment'), it also spawns gconfd. Nothing to the extent of konqueror's pile of kdeinit and kio processes, but who knows where it may end up.
  37. What is so hard by PRESIDENT+BUSHCLIT · · Score: 1

    about writing a God-damned web browser?

    1. Re:What is so hard by Anonymous Coward · · Score: 1, Insightful

      A web browser is about as difficult piece of software as there is too write: it must be standards compliant, speak and understand 20 protocols, be resiliant to poor protocol implementations (otherwise the browser is blamed), stable and fast as hell. That's why it's so hard.

    2. Re:What is so hard by Anonymous Coward · · Score: 0

      Listening to the users all bitch and whine that you should add Javascript to it, even though you know it's the Wrong Thing to do.

    3. Re:What is so hard by uchian · · Score: 1

      Why don't you try writing one and find out?

    4. Re:What is so hard by phalse+phace · · Score: 1

      I don't think people just want a browser. We want a good (if not great) browser.

  38. images.google.com by Skynet · · Score: 5, Funny

    *CmdrTaco loads images.google.com*
    *CmdrTaco types in "tux the penguin nude"*
    *Penguin loads up in goatse position*
    CmdrTaco: hmmmm....
    *CmdrTaco types in "RMS nude"*
    *Google locks...*
    CmdrTaco: ^$%$#@!

    --
    Execute? [Y/N] _
    1. Re:images.google.com by unitron · · Score: 2
      "My question is: where is the goat in ..."

      I think the idea is, if you click on the link, that makes you the goat.

      --

      I see even classic Slashdot is now pretty much unusable on dial up anymore.

  39. thank gods for choices by RestiffBard · · Score: 2

    I use galeon and konqueror mostly and the occasional skipstone (which is by the same guy that does gkrellm and pronto) mozilla, navigator and opera just seem to be the EMACS of web browsers. it always seems funny to me that in the Unix (one tool per job) world we have so many kitchen sink utils. vi, galeon or konq, enlightenment. I like to keep things simple looking if not simple.

    --
    - /* dead coders leave no comments */
    1. Re:thank gods for choices by Cyph · · Score: 1

      The guy that wrote Skipstone and Pronto, did not write GKrellM. He just hosts a skin repository for GKrellM on his site, and never claimed to have written GKrellM.

    2. Re:thank gods for choices by RestiffBard · · Score: 2

      you're right. I'm wrong. I'll have to beat my man in the fact checking department.

      --
      - /* dead coders leave no comments */
    3. Re:thank gods for choices by Anonymous Coward · · Score: 0

      I thought EMACS was the EMACS of Web Browsers...

  40. Re:IE Stable? You're dreaming. by SLi · · Score: 1
    Konqueror isn't perfect (nothing is), but it is one of the best -- most stable, decent speed and good compatibility.

    And the only one with anti-alias support, I think.

  41. About the Start-up time by renoX · · Score: 1

    Konqueror 2.2 has an option to use the same process, for launching multiple brower.

    So on my computer, its start-up time is about 10 seconde for the first window but only about 3 seconde for the next windows.

    Oh and you can also start with a blank page instead of the "help page for konqueror".

    The article doesn't say which release of Konqueror he is using though.

    And with KDE 2.2.1 , I expect that the problem with the symbol relocation of shared libraries will be finally solved, right now the "solution/hack" is a bit flaky (cause problem with javascript).

  42. Spoon full of browsers by Captain+Pooh · · Score: 1

    I've used Netscape, Mozilla, Opera, and even lynx. I like Mozilla since I first used it. I had a small problem with Mozilla viewing text on webpages, but that was fixed when I upgraded X to 4.10. Opera is okay, but the way it renders some webpages is totally wrong. I also used Netscape 4.7 and 6.0 but everytime I would go to a new webpage it would stick then load. So I just stuck with Mozilla, and as for lynx, it's good for when you can't startx which happen to me once.

  43. "Vast Amounts of RAM Used by X" by jonabbey · · Score: 3, Insightful

    Sorry, the amount of memory used by XFree86 isn't really all that much. What you're seeing when you see huge memory usage for X in top is because the X process has memory mapped your video card's graphics RAM into its memory space, several times over.



    On my 32 meg GeForce2MX card, top shows X taking up 135megs of RAM. On a friend's system with an old school 2 meg VRAM card, X is only shown taking up 4-5 megs of RAM.



    X is actually pretty damn memory efficient. Remember it was originally created when a workstation might have had one megabyte of memory, total. If you have a lot of windows open at high color depth, there will be some real RAM taken up to store those bitmaps, depending on whether you have 'save unders' enabled, but that's a function of all of the programs you have running, more than of X's inefficiency, even if the memory is counted against the X server process and not the X programs themselves.



    FWIW.



    I still think that the browser tests covered here are rather meaningless on a 32 meg machine. These days, browsers will take up close to a full 32 megs of RAM on a UNIX system, especially with the 'cache in RAM' option of Mozilla and Netscape. These days, when you can get 512 megs of PC133 RAM for less than fifty bucks, it just doesn't make sense to worry about 32 megs here or there, anymore.

    1. Re:"Vast Amounts of RAM Used by X" by jonabbey · · Score: 2

      Gah, looks like the new Slashdot decided to no longer default to 'HTML Formatted' for my posts, so the <p> and </p> tags I put in blew up.

      Blech.

    2. Re:"Vast Amounts of RAM Used by X" by Greyfox · · Score: 2

      When I was working at the Satanic Satellite TV company, we were looking at putting X on a set-top box. The X Server we got for our hardware had a 700K memory footprint. It was pretty snappy too. Pity that project will never see the light of day largely due to project management stupidity (Among other things, they were using Microsoft Visual Source Safe for their version control on this Linux project. Stupid fucks.)

      --

      I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  44. Don't bother reading or posting... by Anonymous Coward · · Score: 0

    ...to this article unless you've tried Opera.
    Opera puts the rest of the "Linux" browsers to shame.
    Yes Konqueror and Mozilla have come far, bravo for their efforts.
    But if you want speed, stability and flexibility in a small footprint, get Opera.

    Oh, and why don't these developers forget about writing email clients, and file browsers and just write a web browser?

  45. not really by metalhed77 · · Score: 2, Informative

    well many people rarely use those environments, a FAIR test would have been 2 benchmarks one without kdeinit running one with. THen again it doesn't really matter becasue this review has so many probs with it it's not usefull at all.

    --
    Photos.
  46. You have to take into account... by kypper · · Score: 1, Flamebait
    that Microsoft has optimized IE with Windows, using closed source binaries and tweaks only they could ever do being as they wrote the bloody operating system.

    Mozilla, Netscape, Opera haven't had that wonderful advantage, which is one of the reasons the Justice Department wanted it separated into two companies. Personally, I think a few bits of source should've had to have been released to these browser companies. Microsoft's upper hand is in knowing the environment to its fullest extent, and indeed tweaking that environment to suit their browser.

    THAT is why MS Internet Explorer isn't worth a mention; they cheat.

    1. Re:You have to take into account... by AnarchoFreak_00 · · Score: 1
      Bullshit. I used to have a 233, Netscape 4.7 was much faster that IE 5.

      But I switched over cause of the better UI, and 'casue it didn't turn a CSS2/HTML4 site to crap. And that's got nothing to do with being able to intergate the browser into the operating system.

      Anyway. The reason it wasn't mentioned, is becasue they're comparing Linux browsers. The last time I checked MS didn't make a version of IE for Linux.

    2. Re:You have to take into account... by VFVTHUNTER · · Score: 2, Insightful

      "Microsoft has optimized IE with Windows, using closed source binaries and tweaks only they could ever do being as they wrote the bloody operating system. Mozilla, Netscape, Opera haven't had that wonderful advantage..."

      This comment would be true if we were compiling mozilla on Windows. But since we are all talking about open-source browsers (mostly) running on an open-source OS, this BS hardly applies. Everyone who has ever written an app has had the same access to the same source code.

      Given all the bitching on this site about the bloated nature of M$ products, I would submit to you that given the same hardware, a browser running on Linux should (had better be) faster than whatever browser running on M$. Otherwise, we'd all better shut the f**k up.

      This comment submitted from Galeon.

    3. Re:You have to take into account... by Anonymous Coward · · Score: 0

      You're full of shit.
      What's wrong with writing both and OS and a browser inside the same company? Should Microsoft sit on their butts and do nothing because they're finished with the OS?!
      You're full of shit.

      ...

      You're full of shit.

    4. Re:You have to take into account... by yooden · · Score: 1

      You have to take into account that Microsoft has optimized IE with Windows, using closed source binaries and tweaks only they could ever do being as they wrote the bloody operating system.

      This is the most hypocritical criterion I can imagine. Not only are the contenders running on a open-source OS they can analyze and tweak at their leisure, they can even look into each other's sources to learn from.

      You are also ignoring the fact that the main advantage (beside speed) of MSIE is better adherence to standards.

  47. images.google.com? by L-Wave · · Score: 1

    maybe your looking at too much porn cmdrtaco! =P

    --
    I SURVIVED THE GREAT SLASHDOT BLACKOUT OF 2002!
  48. This article is so incorrect by hexix · · Score: 1

    I can't believe some of the stuff I'm reading.

    First, although this is really personal taste, I don't think the guy could have been any further from the truth when talking about which browser looks the best. I mean he totally ripped on galeon, then went on to say skipstone was decent looking. Ummm, the last time I tried skipstone it was pretty much the same look as galeon only a less appealing spinner and crappier icons (maybe things have changed but I doubt it).

    Well, I shrugged that off thinking maybe he just has weird taste, then I hit the part about the load times on slashdot.

    Those numbers he has are insane. I don't know how slashdot could take that long to load. And theres no way, from my experience at least, that netscape navigator 4.x could beat mozilla in load times.

    I think the part that pretty much puts the nail in the coffin (or whatever that saying is) for this guy's article is the fact that the load times for the gecko based browsers (mozilla, galeon, skipstone) differed by like 10 seconds each. I think this guy is measuring the speed of slashdot's server at different times more than he's measuring the browsers. He probably should have some how measured how long it took to load a complex page located on a local server or his own computer.

    Oh well, one good thing came out of this article, i decided to give opera a try, downloading it right now.

    And for anyone who can't use galeon and is wondering what it looks like I made a screenshot of it right here.

    1. Re:This article is so incorrect by Captain+Pooh · · Score: 1

      The thing is, he used only 1 webpage to do the test

    2. Re:This article is so incorrect by hexix · · Score: 1

      Yeah, I just noticed that he was saving the page to disk. Guess i just assumed he wasn't since the times where so huge. My bad though.

  49. Contradiction by Meldric · · Score: 1

    Just something I noticed that didn't seem right Furthermore, when the preferences dialog is loaded, it's not immediately apparent where the option to toggle JS is. It's actually under the Applications section for some reason, under the plugin's tab. Illogical, given JS is not a plugin, but actually built into Opera. then at the end: One final comment: only Netscape actually comes with Java support built in. For all the others you'll need a Java environment to run Java applets. Attention to detail is one of the finer points of a good journalist. Oh well, the article seems poorly thought out anyway. A newer machine and update browsers would have lended more credibility. -Mel

    1. Re:Contradiction by Junta · · Score: 2

      That is far from a contradiction, considering that Java and Javascript are two entirely different beasts...

      --
      XML is like violence. If it doesn't solve the problem, use more.
  50. In the Arabic numbering system... by Anonymous Coward · · Score: 0

    ...all such counting of penises starts at one. In comparison, slashdot would clearly assign a penis number as high as 2195069 for a similar purpose, although the effect is of course lost in the struggle.

  51. Grey is not bad by ChaosDiscord · · Score: 5, Insightful

    The Winner [for "The Look"]: Mozilla, hands down. It's terrific that someone decided to take the route away from the greys.

    Oh goody. I was tired of all my applications looking the same and behaving the same. I love guessing which color means disabled for each different application. I like having my system wide colors that I've carefully chosen to minimize eye strain thrown out the window.

    System wide colors and looks are feature. If you're sick of living in grey land, change it globally. Gnome supports this. KDE supports this. Windows supports this.

    Mozilla is a great browser, but their decision to roll their own user interface was a mistake. Fortunately Mozilla is modular, and as the core engine stabilizes I plan on moving to a more system friendly browser using that engine. Probably Galeon or Skipstone.

    1. Re:Grey is not bad by Skynet · · Score: 1

      How is skin technology "rolling your own
      user interface?" If you don't like the skin Mozilla ships with, change it to the Classic skin.

      I think all applications are heading towards skin technology. It would be smart to allow skin techonology to pick up global color/font settings (if it doesnt already). Then we could please folks like yourself, which I am sure there are a bunch of.

      Not sure why anyone would want red chrome on a black window, but I'm sure someone out there does.

      --
      Execute? [Y/N] _
    2. Re:Grey is not bad by ChaosDiscord · · Score: 2

      How is skin technology "rolling your own user interface?"

      Microsoft Windows, Gnome/GTK, KDE/Qt, and Motif all provide standard user interface widgets. Buttons, menus, edit boxes, drop lists, trees, and the like. Because developers use one of these standard interface libraries, your applications look and behave similarly.

      Mozilla and Netscape 6.x don't use the standard interface widgets for it's various platforms. It doesn't quite match the rest of the system.

      If you don't like the skin Mozilla ships with, change it to the Classic skin.

      The classic skin approximates the old Netscape interface. It still uses non-standard user interface controls. They don't quite behave like native controls on Microsoft Windows, and they certainly don't look like Motif controls under X-Windows. If the system's standard interface library is updated with a new look or behavoir the skinned application won't get those updates.

      It would be smart to allow skin techonology to pick up global color/font settings (if it doesnt already). Then we could please folks like yourself, which I am sure there are a bunch of.

      What would really please me is the ability to move all of the skinning to a global location. Gnome and KDE are moving in this direction. I tell Gnome in one place that I want an MacOS Aqua like look, or a Microsoft Windows like look, or something strange and unique. Instantly, dozens of applications immediately adjust. My system remains consistent.

      However, if I want WinAmp, and Netscape 6.x to match under Microsoft Windows, I need to create custom skins for each. If I want QuickTime and Media Player to match, well, I'm SOL. If I want XMMS, Mozilla, XMovie, and OMS, to match under Linux I have a lot of work ahead of me.

    3. Re:Grey is not bad by Skynet · · Score: 1

      However, if I want WinAmp, and Netscape 6.x to match under Microsoft Windows, I need to create custom skins for each.

      Then the solution is a standardized "skinning" platform. Then Winamp and Netscape could leverage the same skins. Anything like this exist or in the works? You would think Microsoft in all it's glory would have thought it up.

      --
      Execute? [Y/N] _
    4. Re:Grey is not bad by ChaosDiscord · · Score: 2

      Then the solution is a standardized "skinning" platform. Then Winamp and Netscape could leverage the same skins. Anything like this exist or in the works? You would think Microsoft in all it's glory would have thought it up.

      Exactly. Gnome/GTK has this functionality right now under the name "Themes". I believe KDE/Qt has similar functionality. You can get a third party product for Microsoft Windows (WindowBlinds) to accomplish this. The neat thing is that if the software developer uses the standard user interface API, the end user can gain this benefit.

    5. Re:Grey is not bad by Anonymous Coward · · Score: 0

      Well I don't know how this works but on my Gentoo Linux setup Mozilla takes on the colours of whatever KDE theme I have at the time. It just looks like part of KDE.

  52. This analysis is worthless by EMN13 · · Score: 3, Insightful

    Unfortunately this outdated-browser analysis is worthless, for several reasons - all of which boil down to the small amout of actual testing done. A faster, more representative machine would have been useful as well. And I don't need an analysis of browsers way back when on a machine from way back when and then some :-).

    But should you doubt me:

    First off, I think the one most deciding factor in the choice of a browser if how well it displays pages - whether corrupt, IE5.5 optimized, javascript enabled, CSS2.0 or ancient, my browser first and foremost needs to WORK. This isn't even touched upon here! The stability of the browser, in my opinion a part of usability, needs to be tested.

    A browser doesn't need to be all that fast either just "fast enough". And, not only is "fast enough" a subjective measure, it includes things such as responsiveness while loading, total page loading time, time to create a new window, time to "scetch" a first outline onscreen and more. Many pages can be very usable with only 10% loaded. By the time you're done reading the first paragraph the rest can be loaded. In addition, speed will vary depending on processor speed and type, memory availability, and network bandwidth. A fast browser which gains speed with bad incremental display could be worse than a slower version in which you can start reading immediately. Furthermore, the internet extends beyond slashdot... some HTML elements may render in varying speed depending on the browser used.

    Speed is a hard thing to measure. This analysis isn't nearly complete enough to be at all useful.

    Startup time is effected by things such as program size (if too much else is loaded, a 32meg machine might well be swapping skewing the image drastically), speed ratio between hard drive and processor, and VERY importantly, dependance on shared libraries. Konqueror for instance might seem much faster when running KDE already... and the same goes for the other browsers too though I don't immediately know which libraries they use. Notice how fast those "second instances" pop up...

    Finally, this is a pretty lame attempt to harvest slashdot links by using a slashdot page in a linux browser test... :-(

  53. Yes! by cluening · · Score: 3, Insightful

    It is great to see that he used a fairly low end system to do his tests. There are so many Pentium 75 - 200 systems around that are still perfectly useful if people would just think a little harder while programming, and it is nice that somebody is realistically putting one to the test with more "modern" software...

    --
    Posted from the wireless couch.
  54. Worthless Review by ronmon · · Score: 1

    Yeah, it's already been pointed out, but a P166? Not quite representative of what's running out there right now.

    Then he complains about Konqueror and Galeon being plain. Well duh! They use the KDE or GNOME themes respectively and he's running blackbox. Want to disable popups in Galeon? Settings - Preferences - Advanced - Filtering -- Deselect "Allow popups" will do it. And Galeon's tabbed windows are way too cool a feature to skip over.

    How about some version numbers?

    It looks like he spent at least an hour researching this. Yawn... :o)

  55. incremental rendering by jesser · · Score: 2

    I loaded a recent Slashdot article (http://slashdot.org/article.pl?sid=01/08/19/15562 11) over an ISDN connection with the four Windows browsers I have. Instead of timing how long it took between hitting "reload" and the progress bar stopping, I looked at how much of the page each browser displayed while loading the 50 or so comments that are displayed with my threshold:2 and overflow:3.

    slashdot in light mode

    ie article, no comments
    moz article and the comments loaded so far
    ns4 article, no comments
    opera article, no comments

    slashdot in heavy mode

    ie nothing except stuff above the article
    moz article, no comments
    ns4 nothing except stuff above the article
    opera nothing except stuff above the article

    Conclusion: the fastest way to read Slashdot over a non-broadband connection is to use Mozilla and set Slashdot to light mode.

    I didn't test Konqueror because it isn't available for my platform (!?), and I didn't test Gecko embedders because they should behave similarly to Mozilla when rendering pages.

    --
    The shareholder is always right.
  56. Windows: Browser wars by imevil · · Score: 5, Interesting

    I had to do a Browser comparison with an application which needed hiding and displaying parts of a web page: depending on what you clicked some different stuff appeared.

    This application uses a lot of features a browser can handle: stylesheets (and the nasty "display" attribute), JavaScript, tables, forms and XML.

    I tried the following browsers (under Windows, since the people who will use it mainly have Windows):

    Netscape 4.x
    Netscape 6.1
    Internet Explorer 5.x
    Opera 5.12
    Amaya 5.1
    Mozilla 0.9.3

    Here are the results:
    - IE kicked ass in everything, and even displayed the XML stuff right.
    - NS 6.1 kicked ass too, but 6 or 7 times slower. Prettier display, but hideously slow (and no XML, but we didn't care). Same thing for Mozilla (duh).
    - NS 4.x sucked. Couldn't handle the "display: none" property properly. No XML.
    - Opera faked kicking ass, but in fact had JavaScript problems... just wouldn't show anything whatever you clicked. No XML.
    -Amaya didn't even fake. I guess it was a JavaScript problem because the display of the object was weird. But it faked some XML. displayed the source as plain text (ohh it's displaying something!! no, it's the source)

    Conclusion: best results on Win: (sniff) IE. Followed by NS6.1 and Mozilla. Then comes Opera.

    Gotta try some browsers under Mac and Linux now too, maybe.

    E

    1. Re:Windows: Browser wars by toriver · · Score: 1
      Opera ... No XML.

      Opera has XML support, but without an associated CSS will just render any PCDATA content inline. If the content is WML (e.g. from a WAP server), it has a "preinstalled" CSS file it uses.

      I do agree that IE's default XML rendering - showing the document tree indented - is more convenient, though.

    2. Re:Windows: Browser wars by Anonymous Coward · · Score: 0

      No XML for anything bug IE? Sounds like MSIEXML to me. Try writing standards compliant code instead.

  57. mozilla by mp3audionut · · Score: 1

    Hey hasn't anybody checked out mozilla, since netscape and galeon are based on it. Its fast and renders quite nicely. I haven't seen much mention of that here. dt

  58. Wow by Wee · · Score: 2
    With an argument as strong as yours, I'm gonna get rid of Linux as soon as I can. No, really... you're ASCII art has me convinced. I must have been delusioned this whole time thinking I had an OS that didn't suck. I've seen the light. Linux sucks. Says so right up there. You wouldn't have typed that out if it weren't true. I mean, really, why would you lie? You've obviously got something important to share, and a very well-informed opinion, so I should heed your advice and admonition.

    So what OS should I use? I could re-install Windows I guess -- I'd need to buy a copy from some place. I also don't have much Windows software. Can Windows run Linux software? I can run some Windows stuff in WINE. BeOS runs pretty well on my machine, although their SCSI drivers leave a little to be desired. I could run one of the BSDs too...

    What do you think? What is it I should be doing? How can I run an OS that doesn't suck? How can I meet with your approval?

    --

    Ash and Hickory, straight-grained and true, make excellent bludgeons, dandy for the cudgeling of vegetarians.

    1. Re:Wow by Anonymous Coward · · Score: 0

      Dude, that guy is a VMS advocate, what makes you think he likes Windows?

    2. Re:Wow by Wee · · Score: 2
      Hey, why bash VMS? It's to easy a target. Leave them VMS guys alone...

      Oh, I don't like Windows. I just had a pithy comment. That's all. I don't like VMS either. Had to use that once...

      --

      Ash and Hickory, straight-grained and true, make excellent bludgeons, dandy for the cudgeling of vegetarians.

  59. Re:IE Stable? You're dreaming. by Anonymous Coward · · Score: 0

    Opera is too, if you use it with Qt 2.2 or higher (I think), and set QT_XFT=1 in your environment.

  60. You forgot MacOS by HongPong · · Score: 2

    I usually use MS Internet Explorer 5 on MacOS 9 or X, and it is really, really good. Really good. And it adheres to the CSS W3C standards so much better than Netscape 4.7x it's obscene. Mozilla and Opera have the same opportunity to make a fast, clean browser for MacOS. Everyone does. But IE rocks.

  61. Wee by Anonymous Coward · · Score: 0

    With the latest "tech preview" of Opera, you can use plugins and Java. It was painless to set up the Java plugin, and it works great. I haven't had a single crash or glitch since I installed it.

    Konqueror is an excellent browser, too. I use it for testing my pages for compatibility, and for surfing on my other machine. If they're successful in implementing ActiveX support as they are supposedly attempting, Konqueror will literally be the best alternative to Windoze browsers.

  62. Good review, but slightly incomplete by xcomputer_man · · Score: 1

    I liked this guy's review, except:

    1. Galeon looks gorgeous on my pc, with the gtk+ theme I use. At least 10 times more beautiful than Opera. Mozilla looks nice, but I personally think Galeon's interface is a lot more functional than Mozilla's.
    2. He failed to mention tabbed browsing. Opera, Skipstone and Galeon support this, and it is an awesome feature. Saves many a mouse drag and click and trouble.
    3. Galeon's SmartBookmarks are way better than any similar feature in any other browser, including IE. It is really convenient to be able to search rpmfind.net or Freshmeat, or look up a word in the dictionary straight from the main window without having to waste extra time browsing to the site first.

    So I personally think Galeon has a definite edge over Opera (which is not free, and sometimes takes an annoyingly long time to finish loading a page because of some little counter at the bottom). I wouldn't call it that close.

    1. Re:Good review, but slightly incomplete by bartszyszka · · Score: 1

      There's a plugin for MSIE (from Microsoft) that does something similar to the SmartBookmarks called QuickSearch. I actually submitted a bug report to Mozilla requesting a feature based on QuickSearch. They basically had the option to set keywords to bookmarked sites and after my report they added the option for 'keyword SEARCHTERM' after my bug report. Great feature. Konqueror has had it for a while. I forget what it's called, though.

  63. Crazy by Simm0 · · Score: 1

    This guy is crazy, Mozilla wins hands down in just about any aspect. How could he even consider a browser (netscape) that was made redundant 3-4 years ago. Mozilla, now, is a very fast and sleek browser, gecko(the mozilla rendering engine) is by far the fastest in the industry. If the results were actally done on a half-decent computer then may be the results would reflect more of the truth. Apart from mozilla now being fast and stable it contains support for ssl(which i use alot), SVG, Right to left text (for other languages), a html editor, mail/news client, plugins such as Java and Flash, being able to skin it and at the same time being w3c.org standards compliant.

  64. galeon is the leader, imho by pavelc · · Score: 1

    Hi /.-ers,

    My primary browser is Galeon, and has been for the last few months. It's a Gecko- and Gnome-based web browser. As such, it is very fast, because it uses a native graphics toolkit (Gtk+) and does very nice rendering. Give it a try - the guys have RPMs for RedHat, Slackware packages, and it's already in Debian sid - just apt-get install galeon. It is significantly faster than Mozilla and offers pretty much the same web browser functionality, if not even better. Stability with Mozilla 0.9.3 and Galeon 0.11.5 is pretty much perfect - I don't recall a single crash with this combo. And it seems like it's becoming the default browser for GNOME - somethind I'd definitely love to see.

    Just a note to those using Konqueror - I don't know what the claims that it supports CSS are based on. I haven't yet tried the latest KDE 2.2, but the one in 2.1.1 just doesn't cut it.

    1. Re:galeon is the leader, imho by halk · · Score: 2
      Here is a table showing the level of CSS2 support in Konqueror 2.2.

      For all practical purposes, it can be considered complete.

    2. Re:galeon is the leader, imho by Jeffrey+Baker · · Score: 1

      That table is a joke. Those proerties may work in some simple test cases, but whenever I test on Konqueror it butchers my pages. I always write strict HTML 4.01 or XHTML 1.0 with CSS2 and DOM2 code, and run it through validator.w3.org before using the browsers. I have good luck with Mozilla and ts descendants, and also with IE 6.0. Konqueror, Opera, and IE 5.5 normally eat shit.

    3. Re:galeon is the leader, imho by Anonymous Coward · · Score: 0

      Maybe because you are not testing with Konqueror 2.2?

    4. Re:galeon is the leader, imho by roca · · Score: 1

      "overflow: scroll" ... "visibility: collapse" ... "text-align: justify" ... these are fundamental CSS2 features, not just bells and whistles. Get those working then we'll talk.

    5. Re:galeon is the leader, imho by halk · · Score: 1

      "text-align: justify" yes, but those others... They not exactly commonly (or at all) used and no one has even implemented them until very recently.

    6. Re:galeon is the leader, imho by jonathan_ingram · · Score: 2

      Mozilla has much better compatibility than Konqueror, but the KDE team have about 1% of the resources of Netscape, and with that 1% have managed to produce a browser with 95% of the features of Mozilla.

      They are slowly working toward implementing all the CSS2 features -- but there are only 24 hours in the day, and they are much more interested in implementing the features which people actually use.

      If you believe that the three features you mention are 'fundamental', then submit bug reports to the KDE site (bugs.kde.org), together with examples of sites which Konqueror fails to display because of a lack of support for these features. A similar burst of bug reports happened after KDE 2.1, which showed the team which areas to work on next.

    7. Re:galeon is the leader, imho by roca · · Score: 2

      The claim was that Konq's support for CSS2 is "practically complete". If the poster meant "Konq's support for the parts of CSS2 that people actually are using on Websites today is practically complete", then that would certainly be more credible, but that's not what they said.

      (Note that few Web designers will use features that are not supported by browsers, so it's not good enough to implement what people are currently using and then say "OK, that's complete support" ... we'd never make progress.)

      Then there's the question of whether these features have simply been "implemented" or whether they've actually been debugged along with all their interactions with other parts of the system. That's actually where 80% of the work is. Jeff Baker seems to think the debugging is lagging...

      Actually I'm incredibly impressed with Konqueror and its developers. They're doing a great job. They don't need advocacy that plays loose with the facts.

    8. Re:galeon is the leader, imho by halk · · Score: 1

      I said "complete for practical purposes" not "practically complete". That's different. It seems to me that you just saw an opportunity to flame and went for it. Trying to justify your comment with the troll above is not cool either.

      Since you have actually implemented justified text for Mozilla, maybe you could consider contributing that to Konqueror too. A way more productive approach than flaming in Slashdot.

  65. Bloat not considered, but mozilla's email is nice by smartin · · Score: 2

    Being chained to the horrible outlook at work, i have to say that i think that mozilla's mail tool is really nice. It does everything i want in email cleanly and with out any hassel. I really think that an email tool should be separate from the browser so that you can mix and match, but in this case the mail tool makes mozilla the only choice for me.

    --
    The difference between Canada and the USA is that in Canada healthcare is a right and gun ownership is a privilege.
  66. measuring stability by jesser · · Score: 3, Informative

    a site that will crash a browser one day will work fine the next in my experience

    No kidding. IE crashes on me multiple times daily, but I very rarely find a reproducible set of steps I can take to make it crash. Mozilla crashes on me occasionally, but I can almost always figure out what I need to do to reproduce the crash so I can file a bug.

    That doesn't mean it's impossible to measure stability. It just means that being able to find reproducible crashes isn't the same thing as having a stable product. If you wanted to compare the stability of various browsers, you would have to get a group of users to try different browsers for their daily browsing while running your own crash reporting tool, but that's far from impossible to do.

    Mozilla comes with a third-party program called Talkback that reports crashes to the developers. mozilla.org uses this data not only to find the most common crash bugs (by comparing the tops of the stack traces), but also to calculate theh "mean time between failure" to determine whether any given milestone (and maybe even nightly builds) is particularly stable. Internet Explorer 6.0 comes with a similar feature. (Both Mozilla and IE6 prompt the user before sending the crash report.)

    --
    The shareholder is always right.
    1. Re:measuring stability by Listen+Up · · Score: 1


      You don't need IE 6 to get this software. Actually, IE 5 and 5.5 have both been able to send "Bug Reports," for almost a year now, back to Microsoft when they crash. All you have to do is go to "Windows Update" and it will be on the list of "Recommended Downloads".
      And this crash reporting software is actually really, really good. IE 5 was crashing on me constantly and it was almost useless for a while. Then I went and downloaded the Bug Reporting tool from Windows Update and installed it. No sooner than IE crashed again, a window came up and the Error Reporting tool send the bug report to Microsoft. Then all of a sudden a window came up and directed me to the Microsoft Knowledge Base. The reason IE was crashing was because the version of Microsoft VC++ I was developing with (a recently upgraded) had a conflicting DLL/Library. I downloaded the "fix" (which was the next VC++ Fixpack) and I haven't had an IE crash in months and months.

    2. Re:measuring stability by Anonymous Coward · · Score: 0

      First post!

    3. Re:measuring stability by NeoMage · · Score: 1

      Probably the easiest way to get started on troubleshooting Internet Explorer is to use Windows NT/2000 so that if you get major crashes (exceptions) etc you can check the Dr Watson log file for pointers on what module crashed.

  67. Opera blends in nicely w/KDE by ubernostrum · · Score: 1

    I don't often use KDE, but when I do, I find Opera (since it uses Qt, after all) matches it quite nicely. Of course, in GNOME or Enlightenment it looks like crap and doesn't match anything, since it takes on a dark grey that doesn't match my unaltered basic GTK theme or my Enlightenment themes...

    Overall it's pretty nice, though I'm fighting to try to get it to recognize TrueType fonts (everything else on the system sees them and is using them, so why can't Opera show me my website rendered in oh-so-pretty Verdana?).

    1. Re:Opera blends in nicely w/KDE by egjertse · · Score: 2

      Try using the dynamically linked version. The statically linked version of Opera is linked against a QT version that is not compiled with anti aliased font support.

  68. I tend to disagree... by kypper · · Score: 2
    IE is fast on MacOS, yes. However, don't tell me it adheres to W3C standards better.


    Perhaps it holds CSS better, but I'll be damned if it hasn't perverted website development for years to come.

    1. Re:I tend to disagree... by Lord+Omlette · · Score: 1

      Um, check with WASP. IE for Mac fully supports CSS 1 and HTML. Since you don't believe me, here.

      --
      [o]_O
  69. Konqueror speed-up in 2.2 by Anonymous Coward · · Score: 0

    I must say that although I prefer Konqueror, it's slow start-up speed (and opening new instances) was disappointing.

    However, KDE 2.2 has certainly improved things on my machine (AMD K6/2-500). The start-up speed of Konqueror is now on par with Internet Explorer (infact, KDE 2.2 is generally much more responsive in opening up apps).

    Opera looks terrible on Linux, and Netscape is trying to be flash but also looks terrible (cliche adolescent futuristic design just doesn't cut it).

    Konqueror takes the correct route of uniform design (when used with KDE, of course).

    1. Re:Konqueror speed-up in 2.2 by bero-rh · · Score: 2

      I must say that although I prefer Konqueror, it's slow start-up speed (and opening new instances) was disappointing.

      Turn on prelinking. That fixes all of it.

      --
      This message is provided under the terms outlined at http://www.bero.org/terms.html
  70. Galeon rules... by Ghyl · · Score: 1

    What I like about Galeon is that it has the rendering ability of Mozila, plus it's fast! Konqueror is nice, but there are still too many pages that it renders improperly. One thing I agree with the author is that Mozilla is by far the prettiest bowser out there. I wish Galeon would adopt its toolbar (or at least give the option to use it, similar to the way Mozilla gives a choice between looks.)

  71. Netscape Navigator 3.04 rules! by Anonymous Coward · · Score: 0

    Tiny memory footprint!

    Okay, so Java and Javascript are mostly broken (don't care: hate both of them), the SSL is deprecated, the plug-ins are pretty much bust (don't care: plug-ins suck), and there's no PNG support, but it's still a very peppy browser.

    The mail client is much more responsive than the utterly porcine Netscape Messenger (version 4.x) and you can turn off BLINK tags in your .Xdefaults file.

    Best of all, it still runs on a modern version of Linux (e.g., kernel 2.4.9).

  72. What else was running on the box? by Simon+Brooke · · Score: 3
    My experience, on a much faster more modern machine with lots of memory, is that Netscape is substantially slower, especially on complex pages, than either Opera or Konqi. I suspect that the test machine was running out of memory and was paging; Netscape being relatively small may have appeared better under those conditions.

    Frankly, if you care, rerun these tests yourself; I don't think the figures quoted are representative.

    --
    I'm old enough to remember when discussions on Slashdot were well informed.
  73. Get a real MUA: exmh by Anonymous Coward · · Score: 0

    I actually think the mail client has been the weakest part of Netscape for years. Netscape Messenger 4.x was an absolute pig (3.x at least was functional), and Mozilla 0.9.x still isn't a good mail client.

    Exmh is a lightning-fast, highly hackable (read customizable) GUI that runs on top of the powerful mh (the RAND mail handler - actually superceded by nmh). I've been using exmh for years and have over 2000 messages.

    Exmh stores messages as individual files, so you don't have memory or performance issues like crummy consumer-grade MUAs. The memory footprint is unbelievably low.

    Combined with the procmail utility and a *real* MTA like qmail (with the RTBL patch), this is the ultimate!

  74. Comment removed by account_deleted · · Score: 4, Interesting

    Comment removed based on user account deletion

  75. IE 5/WINE howto by rinkjustice · · Score: 5, Informative

    There's an IE 5/WINE howto at:

    http://www.hardcorelinux.com/wine-howto.htm

    which shows you how to run IE 5 in Linux. Someone wrote me recently stating v5.5 doesn't work w/ the command-line parameters i used, but I know personally circa 5.0 does. It works decently too, rendering pages nearly as well as the Windows counterpart.

  76. Mozilla is getting pretty good... by ferratus · · Score: 1

    Mozilla is my browser of choice (it's been ever since ... 0.6 ?). These days, the latest build crashes MUCH less than IE on windows and best of all : it's pretty much compatible to every important standards out there. (still need better XSLT support)

    A browser that is standards-compliant is very important because then we can create web sites and ignore those non-compliants browsers. When every web developper does this, everyone will be able to use the browser *they* like on whatever platform *they* like.

    I'm up to the point where I use Mozilla most of the time on Windows (mostly at work : we are a *gulp* Microsoft-Devoted shop -- I'm working on that) and Mozilla all the time on Linux. I did try Konq. and I think it's a really nice browser.

    As long as they're standards-compliant, any browser will do.

    --
    IP Therefore I am.
  77. my vote goes to Galeon by Peter+Amstutz · · Score: 1

    The one major impression that I get from using Galeon is that it's clearly a browser that the authors wrote with the intention of USING it. The interface is simple and efficient, very configurable, and the bookmark handling has a number of features I haven't seen anywhere else. Their slogan is "The web. Only the web." which pretty much sums up the apparent design philosophy: do one thing, and do it well. It's definately worth a try.

  78. It'd be great if ... by lqx · · Score: 1

    he told us WHEN and WHAT he tested !!!

    He didn't even bother telling us what version of each browser he tested it. Is it Mozilla 0.9.1, or 0.9.3 ? Is it Galeon 0.11.1 or 0.11.4 or 0.12preX?

    Geez .. talk about a fair review :)

  79. Bad Design? by IpalindromeI · · Score: 1

    The preferences option is located under the File menu instead of the Edit menu. This is a bad design choice.

    How is this a bad design choice? I personally prefer having a menu bar option like Tools or Options with the preferences menu underneath. I always thought Netscape was silly to have the preferences under Edit. To me the Edit menu means you're editing whatever is currently opened, ie the webpage you're viewing. That's why you find the copy/paste options there, or the View Source option. Your browsing preferences have nothing to do with editing that webpage, so why put it under the Edit menu. And frankly, I can't think of any other apps that let you change your session configuration/preferences by going to the Edit menu. This guy obviously has a Netscape bias.

    --

    --
    Promoting critical thinking since 1994.
  80. Internet Explorer by Anonymous Coward · · Score: 0

    Just wanted to point out that Internet Explorer is just simply much better than any of the browsers mentionned in the article.

    It's a real shame, but hopefully Microsoft can port its browser to Linux some day.

  81. It chugs, but I still use it. by M3wThr33 · · Score: 1

    Even on the Windows version on a P3 800 with 384MB of ram it has big trouble with large images (http://wendycomic.com) and I really do not like how it won't show any broken image placeholder when images don't loaded. Not to mention the fact that highlighting the mouse over an image doesn't show the tag or the horrible problems on data transfer on some sites like EZBoard(don't laugh, it's free). But I still use it because I am lost without gesturing and the blazing speed, maybe 5.13 will fix these little niggles, whilst keeping the speed.

  82. this article is sh*?%t by mrm677 · · Score: 0, Flamebait

    Obviously commander burrito, or whatever his/her name is, doesn't read the articles before posting them. For a number of reasons pointed out by other readers, this article is crap and doesn't deserve the slashdot-effect that it is receiving.

  83. Netscape 6.1 by jalagl · · Score: 1

    I think he should have considered Netscape 6.1.
    I've been using it almost exclusively in both Linux and Windows since it came out. It looks like the people at AOL/Netscape finally got it 'kinda' right. It haven't crashed yet, the interface is very responsive and it doesn't take forever to load, as was the case with versions 6.0 and 6.01.
    Plus, the UI is cool :-)

    If only I could fix those horrible fonts in Mandrake 8.0.....

    --
    -.
    1. Re:Netscape 6.1 by nagora · · Score: 2
      the interface is very responsive

      Are you using the latest Cray or something? I loaded NS6.1 on to a 600Mhz Celeron and it was like treacle.

      Now that Opera supports plugins and Java (at last), I can't imagine any reason to ever give Netscape another chance.

      TWW

      --
      "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
  84. Best Browser, according to /. readers by mosch · · Score: 5, Informative
    Everybody knows that actions speak louder than words. A few weeks ago I posted a link to a page that I mirrored, as the original site got slashbanged. Looking at the logs, I have:
    • 1440 people using IE 5.5
    • 1163 people using IE 5.0/5.01
    • 954 people using Mozilla
    • 748 people using Netscape 4.7x
    • 309 people using IE 6.0 preview
    • 227 people using Opera
    • 178 people using Konqueror
    • 215 people using Netscape 4.6x
    • 102 people using Galeon
    • 22 people using iCab
    • 1 person using SkipStone
    1. Re:Best Browser, according to /. readers by ae · · Score: 1
      It all boils down to:
      • 54 % using IE
      • 20 % using Mozilla and derivatives
      • 18 % using Netscape 4
      • 8 % using something else
      --
      Blog Ho
    2. Re:Best Browser, according to /. readers by Anonymous Coward · · Score: 0

      Thats a lot of people using WINE!

    3. Re:Best Browser, according to /. readers by Captain+Bonzo · · Score: 1
      Looking at the logs, I have: <snip&gt

      One question though: how many of those IE hits are other browsers masquerading? I know Opera at least pretends to be IE by default (at least it did on my download), and I wouldn't be surprised if others did too...

    4. Re:Best Browser, according to /. readers by Anonymous Coward · · Score: 0

      It's perfectly possible to uncover those Operas. I've writen a PHP function to one of my projects, and tested it with

      Opera - with the 5 possible masquerading ..
      MSIE - 5.x 3.0 and others
      Netscape - 4.x
      Mozilla - the newest versions and releases
      Konkeror - asked someone to try it out
      Links - asked someone to try it out
      bottom line:

      My function correctly IDENTIFIED ALL THE BROWSERS, INCLUDING IDENTIFYING Opera browsers MASCARADING AS MSIE and/or Mozilla [and the other possiblities].

      So, it's pretty much possible to have correct results.

      even if those Operas where counting, it wouldnt be that big number.

      mr b of blandia, read my shit in some other comment.

  85. Skipstone by Anonymous Coward · · Score: 0
    Did you realize that you can change the icons which Skipstone utilizes? If you check out the themes page at the Skipstone website, you'll see that there are several different icon sets.

    Of course, if you don't like the icons, you can always contribute your own!

  86. What do you think I'm using? by Anonymous Coward · · Score: 0

    This Anonymous Coward is *still* running a P166 "classic" (non-MMX) ... Don't laugh, these things *are* still useable!

    Yes, my other computer is an 8088...

  87. question about ie by hyperstation · · Score: 1

    ie 5 runs on some unices, solaris and hp-ux. how does it compare to the windows version (in performance), etc...

    1. Re:question about ie by hyperstation · · Score: 1

      [microsoft] was supposed to be a link. is slashdot censoring links now?

  88. benchmark... by motox · · Score: 1

    I found that benchmark really superficial, especially regarding the page loading times, i think it should have tested heavy CSS pages,layers, heavy pages with a lot of nested tables, and so on. Loading time of the browser its not really important, i would rather measure the time to open a new window when the browser is loaded. On linux my choices are mozilla 0.9.3 when i want things to work properly, and konqueror for the occasional browsing (it is faster). Running netscape 4.x these days is just asking for trouble, frequent hangs, and mangled pages.

  89. Re:IE Stable? You're dreaming. by Cassivs · · Score: 1

    Actually, Opera can do anti-aliased text too. There is a screenshot floating around somewhere too, but i can't find a link at the moment.
    As a sidenote, there's a new "technology preview" version of Opera for Linux out now.

    --
    -skip
  90. Your wish is granted by Anonymous Coward · · Score: 1, Funny

    Lynx is a good browser that works under Linux, and is more stable than IE in my experience.

    1. Re:Your wish is granted by Anonymous Coward · · Score: 0

      And if you run it in an xterm, you can get anti-aliased fonts too!

      take that mozilla!

  91. WAR by ioman1 · · Score: 1

    There is a war over here

  92. Constuctive Suggestion by RockyMountain · · Score: 1

    Who will volunteer to re-do this study a little more rationally & post the results here?

    (And while we wait for a volunteer, add your suggestions to the following list).

    1. State the version of each browser used. Make reasonable effort to use up-to-date ones.
    2. For startup time, configure all to initially display blank pages.
    3. Include text-only browsers as well (lynx, w3, etc).
    4. Use reasonably modern (but not high-end) hardware. At least, enough memory to be support all browser's footprints (i.e. no swap).
    5. Separately measure & report "rendering speed" (i.e. from cache or file) and "loading speed" (i.e. with cache flushed).
    6. For loading speed: State your internet connection type. Choose a lightly loaded server, at a time of day when your ISP performance is good.
    7. Report the actual memory footprint.
    8. Report the best unique features (e.g. built in ad-blocker, flexible cookie rejection, whatever.)
    9. Report any obvious bad features (e.g. advertising, crashes, etc).
    10. Try on a browser compliance test site, and report result. (I know they exist, don't know which is good, though).

    Any volunteers to try this and post to Slashdot?

    I'd volunteer, but I'm still employed (until Tuesday at least), so I don't have time!

  93. Arachne? by itronix · · Score: 1

    Has anyone tried the linux port of Arachne? I used it on an old 486 dos laptop (yes, there is a graphical web browser for dos) and it ran pretty quickly...plus it's only about a 1 meg download.

    --
    - wha-choo talkin' 'bout willis?
  94. Incomplete IMHO by Anonymous Coward · · Score: 0

    I'm interested in browsers that embed mozilla since Netscape Navigator IMHO should die, Mozilla itself is nice but no thanks for the interface. I keep updating my copies of both Galeon and SkipStone and I must say that both of those browsers rock, wether interface or browsing. First of all, Galeon looks great, all Gtk+ apps imho look great, and who said you can't change the default grey icons of SkipStone, SkipStone has been themeable for as long as I can remember, visit SkipStone's theme page| to see what I'm talking about. Both browsers also support tabbed browsing which is great.. SkipStone recently introduced a plugin API that you can use to write cool plugins, the source package includes some examples too, Galeon and SkipStone both offer comprable performance imho though on my laptop I solely run SkipStone cause I really dont want to install the requirements for GNOME due to disk requirements. I think everybody with a *nix box should try both, Galeon and SkipStone. SkipStone is currently at 0.7.5 and Galeon at 0.12pre I think.. I wonder what versions he used (including the mozilla version) cause both browsers havent crashed since 0.9.1 at least in my machine (and I do browse SlashDot) I never crashed on a slashdot page using either.

  95. Konqueror by Anonymous Coward · · Score: 0

    I like the:

    -stability
    -AA fonts
    -speed
    -flash/realplayer/java applets

    working in Konqueror.

    just my vote on the current best browser under Linux.
    Yes, IE is a good browser option under windows but it is twice as slow than konqueror.

  96. Screw That. by Anonymous Coward · · Score: 0

    The most reliable browser I've used in a long time is this one, and I suggest you dump all your fancy crash-prone graphical kluges for it. Porn addicts may disregard my recommendation.

  97. What about standards??? by Mr_Jonez · · Score: 1

    I would have like to see more about compliance to w3 standards. I know Mozilla is mostly compliant (thus all who use its engine as well). Ie is compliant but adds a whole bunch of uncompliant CRAP to it which makes every joe blow write html that doesn't work in any browser but ie. And of course netscape 4.xx is far too old to be compliant but renders most webpages fine. I don't know anything about opera never tried it. Konqueror as far as i've seen is compliant.

    Personally I prefer konquor, I get great load times (bout 5 seconds) but with moz I get closer to 20. (Im on a k6-3 450). The one thing I hate about it is the status bar doesn't seem to update properly, so on slow pages I don't know whether its loading the page or not.

  98. Explorer and standards by dotmaudot · · Score: 1

    A German magazine did a similar thing a while ago, only they included MSIE. It won hands on in every discipline from speed to adherence to standards.

    Pity that XML support in IE5.x is piecewise (to be fair, Opera has no support, and Netscape is a mess).

    I switched for a while to IE5.5 for lack of alternatives: now I am using Mozilla 0.9.3 and I find myself rather comfortable.

    ciao, .mau.

  99. browsers by drg55 · · Score: 1

    I like Opera but I find that it crashes.
    Konqeror is almost there, impressive.
    Nautilus is not bad as well.

    -Thing that needs the most attention: plugins.

  100. Tired of subjective browser remarks by ader · · Score: 1
    "Well, Mozilla 0.99995pre3beta9 is almost production quality..."
    "Konqueror is my browser of choice." - "Bah, Konqueror crashes within five seconds every time I run it."
    "You can't beat Netscape 4.7." - "I'd like to beat the authors with a stick though."
    "What about Galeon? That works well." - "No it doesn't, it won't render pictures of white elephants."
    "I use IE." - "Piss off."


    Slashdot users could use some lessons in making objective, rounded assessments of software, or at least understand that usage patterns affect browser performance as much as the quality of the code per se. If you feel a particular browser is good or bad, you might at least consider how you use it and whether that affects your perception of it. For example, I find Netscape 4.7x extremely stable with JavaScript (& Java) disabled, but certain to crash on long pages with JS enabled. IE works fine for me at work, but again I disable most of the advanced options in favour of speed and less [Ff]lash. On the other hand, I am consistently disappointed by Mozilla releases, each of which is alleged by numerous early adopters to "rock" yet contain serious bugs in some pretty basic and necessary functionality (bookmark management, selective image loading, etc.). But maybe that's just because my web browsing preferences tend towards the minimal/luddite end and I don't have a fast machine.


    Browser roundups are easy to knock off, enabling you to fill a page or two of your struggling news site with little effort and usually garnering a Slashdot link into the bargain. But a properly researched review - which, people, requires many weeks of indepth, varied testing and the application of a little science - has yet to be written.


    Yours grumpily on a Monday morning,
    Ade_
    /

    --
    Big Bubbles (no troubles) - what sucks, who sucks and you suck
  101. partial list of browsers for you to try by chongo · · Score: 1
    Which browser is right for you? You can answer that by trying them yourself:

    The article did not review a number of browsers. Here are a some more that you may want to try:

    And how the disclaimers: The list above by no means complete. The browers above were listed in j-random order. Some browsers are in early alpha stage, some in Beta and others are in full release. Some of the browsers may suck, some are OK and some are good. Your mileage may vary. Sorry If I left out your favorite browser. IE was left off the list for obvious reasons. Good while supply lasts or until Bill Gates takes over. I'm not a member of the FCIA. Void where cast as (void).

    --
    chongo (was here) /\oo/\
  102. Lynx? by Bob_the_Cannibal · · Score: 1

    Why not test linux vs windows versions, and put in lynx as a reference...

    Lynx on the command line kicks ass and takes names, I can load the /. main page in ~10s on a 56k connection...

  103. Mozilla's pretty sweet these days... by Greyfox · · Score: 2
    I've been using Mozilla more or less exclusively lately and it's to the point where it does just about everything I want. A bit of poking around on the Mozilla pages turns up some handy Javascript you can put in your user.js. I've set it up to disable all animations and to not allow Javascript to pop up any popups. The web is a lot less obnoxious using this setup.


    My biggest gripe with it now is that when you launch it, it takes 2-3 times longer to come up that Netscape 4.7. I think that load time is due to their having implemented yet another graphics library. While that means that it will look pretty much the same across every platform, it also means that it will not really fit in on any platform. It also means I have to apply yet another theme to get it pretty close to the same look and feel as the rest of my desktop (It's still a damnsight closer than Navagator ever was, though.)


    I noticed that this seems to take place at the lowest level, so it seems to me that Gaelon also takes the hit from having to load those extra libraries. I haven't tested galeon lately though, so maybe it's become faster with the recent Mozilla rendering speed improvements.

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  104. ISPs only work with MSIE by walterbyrd · · Score: 0, Redundant

    So only MSIE really counts. Very few people will use linux for internet access until ISPs accept linux. ISPs will not accept linux until linux has MSIE. The reason I don't use linux for my home desktop is that I cannot get $4.95 ATT worldnet on a linux box.

    ISPs that do not support linux include: ATT (broadband or worldnet), CompuServ, Earthlink, AOL, MSN, and just about any others.

    1. Re:ISPs only work with MSIE by pkesel · · Score: 1

      The browser generally has nothing to do with connecting to an ISP. It's in the dialer. By 'not support' I think you mean that you can't install their distribution CDs. If you get the IP/proxy/DHCP info you'll probably find you can get to about any one of these. I know that Worldnet and Earthlink work just fine on Linux with other browsers. It's been a while but I've had either working on my Linux box. I'm currently using AT&T@Home cable access.

      --
      - Sig this!
  105. One answer: not many. by mosch · · Score: 2
    Well, some of the Opera entries look like:
    Mozilla/4.0 (compatible; MSIE 5.0; Linux) Opera 5.0 [en]
    which you might say is "pretending to be IE", as Opera has another common user-agent entry:
    Opera/5.11 (Windows 2000; U) [en].

    Of the IE hits I listed though, they all claimed to be running on some flavor of Windows, with nothing varying from the standard IE log pattern. Perhaps Opera can also log in this manner, but I seriously doubt that the statistics I gave are off by more than a percent or two.

    Face facts, slashdroids love to say they hate windows, but at the end of the day, it's what they use on their desktops.

    1. Re:One answer: not many. by flez · · Score: 1

      Face facts, slashdroids love to say they hate windows, but at the end of the day, it's what they use on their desktops.

      ...at work.

      Much of my slash reading is on an NT machine at work. My linux box at home hits this site only occasionally.

    2. Re:One answer: not many. by Wakko+Warner · · Score: 2
      Much of my slash reading is on an NT machine at work. My linux box at home hits this site only occasionally.

      Oh, me too. I mean, I only run Windows at home when I need to play games.

      Or visit certain websites.

      Or run Office.

      Or watch DVD movies.

      Or browse Slashdo^W^W^WOr print things.

      - A.P.

      --
      "Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"
    3. Re:One answer: not many. by Garc · · Score: 1
      Face facts, slashdroids love to say they hate windows, but at the end of the day, it's what they use on their desktops.

      Actually the only time I'm bored enough to do a substantial amount of web browsing is while I'm at work. Guess what, my work computer has MSEverything installed. At home, I don't have a copy of _any_ MS software installed anywhere except for wince 2.5 that's burned into ROM inside my clio. Might be that I'm not the only person that fits this situation.

      Garc

    4. Re:One answer: not many. by Anonymous Coward · · Score: 0

      > Oh, me too. I mean, I only run Windows at home > > when I need to play games.

      Games are for kids.

      > Or visit certain websites.

      Galeon

      > Or run Office.

      Abiword, gnumeric, dia, etc

      > Or watch DVD movies.

      Xine

      > Or browse Slashdo^W^W^WOr print things.

      What? Your desktop environment can't print?

  106. Poor choice of tests by Bridog · · Score: 2, Insightful

    Maybe I'm a bit extreme, but these tests are in no way representative of my browsing environment. Clearly, if the browser can't render a table or include an image, then it pretty much fails the HTML compliancy test. With regards to a browser being useable, however, it's going to take many more tests.

    For example, I rarely, if ever, have only one browser window open; I have seven right now. In this measure, Opera fails instantly. The last time I checked, you could have multiple pages loaded in Opera, but they couldn't be outside the main Opera window. With Mozilla and Netscape, I frequently have multiple pages spanning multiple screen pages and multiple desks. In this regard, Netscape wins above Mozilla, though only slightly, because it can launch a new window onto a different desk. If you try to launch a new Mozilla window, which is a little bit slow to begin with, and try to skip to a new desk before it loads, it will pop you back to a different desk, meaning you have to then move the new window to the desk you want. Of course, let's not get into multi-heading, because Opera would fail even more miserably.

    If you measure stability, though, Netscape is going to lose. I think Mozilla has crashed one time, ever. Given that I launch a browser, and then run it for weeks without closing it, and given that it goes through many new windows and many removed windows, Netscape loses. It just leaks too much memory. Every 14 days it would crash (rather, it would fill up ALL of the swap space). Mozilla went down for a really bad URL (poor content design). I don't recall it ever going down for a memory leak.

    What am I saying? Netscape, while fast, just can't handle what I do to it; it leaks too much. Opera was fast (in my experience), perhaps the fastest browser I've seen (faster than IE), but if I can't browse 55 different pages in 25 to 55 different places on my desktop, forget it. Mozilla wins for now, because the 0.9.x optimizations have made it fast enough to use, and it doesn't die every week like Netscape. The others I have no experience with.

    The tests, while interesting information about `old' machines' capabilities, may not be very representative of today's user base, or of today's optimized code.

    --
    Most likely the #1 Unfunny Meta/Moderator on /.!
  107. what the heck by Anonymous Coward · · Score: 0
    So, here's my POV.

    First, the man should have really pointed the version numbers. Using Mozilla .8.x [ that comes with Mandrake ] is not the same as using the latest .9.x releases.
    Also, the hardware is a Joke. Should have used something above P200, and something like 64 megs of memory. At the very least. The test should have had 2 machines: a machine with more advanced hardware, and another with crappy hardware ( like the used that was used ). Results would have been more accurate.

    The Mozilla fellows SAY that one should have 64 megs to run the damn thing. The same probably goes to Galeon and other Mozilla-based browsers. Why should we test it under an environment that is not ideal ? We shouldn't. I don't, he did.

    Also in Mozilla, it's possible to Kill popup-windows. If it's a juicy detail in Konq. why ain't it in Mozilla? Probably because, in my best knowleadge, it is a feature that was only implemented after .9.x got out. So, the tested .8.x doesn't have it. If this isn't enough reason to use the latest versions, maybe the fact that .9.x releases are faster then .8.x ones.

    I do agree that Mozilla has the nicest interfaces & skins around. I like it more than I like MSIE when it comes do user interface.

    Galeon was pointed has having a bad interface, but that interface can be changed trough the usage of other (gtk) Themes. I think this is also possible with Konqueror ( with tq ).

    Another thing. Does Konqueror have the same performance outside The K Desktop Environment ( KDE for short ) ?

    Another reason for using the latest releases is this: this browsers are projects in alpha/beta stages. They are changed everyweek, and they get faster&better as the development goes on. With small release cycles.

    Soon, Mozilla will be at 1.0 and it will be a lot better. In every release they fix the nastiest bugs around. They improved & clean the code. The browser is getting stabler and faster. The next release of Mozilla, .9.4 is targeted for September 7.
    Mozilla WILL get there.

    Sure, Mozilla can get slow, but it ain't just a browser. It's a browser, email client, news client, irc client, HTML editor/composer, etc..

    Another question worth pointing out: Other alternatives, like Links and Lynx. Sure, Lynx is text based, but sure does a good work when the objective is to browse clean, low on gfx, HTML sites.

    Galeon won. It is based on Gecko(Mozilla). It's a good indicator about the quality of Gecko/Mozilla, anyways.

    If you (or anyone interested) aproach another one of these tests, please do the following:

    • Use the latest stable versions of each browser tested.
    • Use it with diferent hardware specs. A pentium 166 w 32 mb, and a pentium 350 with 64 megs in example.
    • Don't do the test to a single page. Try two or three. Keep it variable. Do tests with pages with CSS, pages with simple, non-tabled HTML. Pages with lots of tables (like slashdot).
    • Point extras in each browser. Point out all the features [ mail, news, irc, html editor ] in Mozilla. They are plus, and one should know they are there. With Mozilla you don't need to use another IRC client. Just use Mozilla's. You don't need an external mail client. In windows you can discard the MS Outlook. Do you need to use HTML editor to do some simple pages? Use Composer. If you need nothing of this, just use Galeon.. that's what it's there for.


    best regards,

    bmpc(11)@(11)megamail.pt [remove all the (11) in the email]
  108. Fair Testing by The+Tithe · · Score: 1

    I find it interesting that there are tests and benchmarks being performed on Mozilla and other Gecko based browsers when Mozilla still contains a large quantity of Debugging code. I'm sure that once a final realse is issued the majority of this will be removed and the browser will perform better.

  109. The article is from CANADA COMPUTES by ShieldWolf · · Score: 2

    Linux Today doesn't have an article, they are reporting on a reputable publication that DOES.

    -ShieldWolf

    Here is the link:

    http://www.canadacomputes.com/v3/story/1,1017,71 78 ,00.html?tag=81&sb=79

    --
    just = (My)Opinion.toCents();
  110. Re: low RAM is still an important test case by maffew · · Score: 1

    anyone using computers more than 3 years old will know how hard to find and expensive the old RAM is. so you're often effectively stuck with the 32 MB of RAM the box came with.

    me, i'm using a pentium 166 with about 50 MB RAM. with browsers like opera and konqueror it just hangs in there as far as being usably fast. but for lots of other things, including web programming, it's quite useful, although emacs is a bit of a stretch.

    some people can't afford to spend a thousand dollars a year on their computer.

    this is especially important for projects seeking to recycle old computers and put linux on them.

  111. credit where credit is due. by twitter · · Score: 2
    Something must be seriously ate-up with your system if IE is causing problems like that. I run IE 5.5 on Win2K Pro SP2 and it Just Doesn't Crash.

    Nope, that's just the world of MS. We've got NT here too, and Netscape 4.04 is faster and more stable on it. Nothing ate up but the computer by NT. Oh well.

    How I hate these MSIE troll posts. There is fine and stable browsing available under Linux and has been for years. Trolls, get back under the bridge.

    --

    Friends don't help friends install M$ junk.

    1. Re:credit where credit is due. by ncc74656 · · Score: 0, Troll
      How I hate these MSIE troll posts.
      Learn the definition of "troll" before you start slinging that label around. Just because you can't figure out how to get NT and/or IE to run reliably doesn't make someone who can a troll. (It's really not that difficult...start with a clean, vanilla install, apply SP3, install IE 5.5 to replace the IE 2.x that comes with NT, and apply SP6a. Or something like that...it's been a while since I've needed to reinstall NT on a box.)

      Besides, in what way does a positive comment on IE under Windows reflect negatively on Linux? Did I say anything against Linux? The last time I checked (which was several months ago), FWIW, Konqueror was getting to where it would be usable. I think the only page on which it choked was MSN, which is (somewhat) understandable. Maybe that's been fixed since then; I don't have a system right now on which I can check it. If I need to browse within Linux, I normally use Lynx, but that's because I run Linux headless on a server (no X). As for Nutscrape, it's caused me no end of grief as a website developer (its level of support for HTML and CSS is horribly behind the times) and I've heard more than a few complaints of crashes under multiple OSen. I won't let it come anywhere near any of my computers...whether they run Windows, MacOS, Linux, BSD, or whatever (yes, I have systems running all of those).

      --
      20 January 2017: the End of an Error.
    2. Re:credit where credit is due. by twitter · · Score: 2
      from the parent:
      This proves once again, that there still isn't a good browser for Linux. So we have to decide
      on which one is less crappy, and not which one is better.

      That's a troll. It's just as wrong as all these MSIE is great posts by the other Micro Terds around here. There is very little positve in any of them, it's mostly FUD designed to obfuscate the useful information that gets posted. This is a Linux news site, please refrain from singing MSIE praises all day long, as a quick review of your user page indicates you do.

      --

      Friends don't help friends install M$ junk.

    3. Re:credit where credit is due. by ncc74656 · · Score: 2
      from the parent:
      This proves once again, that there still isn't a good browser for Linux. So we have to decide on which one is less crappy, and not which one is better.
      Where on earth did you get that from? It wasn't from anything I posted. Put down the crack pipe, pay attention, and get your quotes straight before you post and make a fool of yourself.

      (BTW, just did a check...it was two levels before my post. It's also currently scored 5, Insightful...that doesn't happen to troll posts.)

      That's a troll.
      Sounds more like an opinion with which you disagree...that doesn't make it a troll. In any case, it wasn't what I wrote. If you're responding to me (and /. says you are), I'd appreciate it if you didn't put words in my mouth. (FWIW, back when I was running Linux on the desktop (about a year ago), I had VMware running Win98 so that I could run IE...because there were no decent graphical browsers for Linux at the time. That may very well have changed; I have no recent experience with which to confirm or deny that.)
      It's just as wrong as all these MSIE is great posts by the other Micro Terds around here.
      That's nice...ever hear of using the right tool for the job? Stuff like this would make me embarrassed that I use Linux for anything...if I paid any heed to the zealots on either side.
      This is a Linux news site, please refrain from singing MSIE praises all day long, as a quick review of your user page indicates you do.
      <flame>
      Pull your head out of your ass...where on this page did you get that idea? Besides, I thought /.'s banner was "news for nerds; stuff that matters." I guess all those articles on DMCA atrocities and Star Wars and *BSD and such don't belong here, if we're to believe you. Now would you just either get a clue or FOAD?
      </flame>
      --
      20 January 2017: the End of an Error.
    4. Re:credit where credit is due. by twitter · · Score: 2
      (FWIW, back when I was running Linux on the desktop (about a year ago), I had VMware running Win98 so that I could run IE...because there were no decent graphical browsers for Linux at the time. That may very well have changed; I have no recent experience with which to confirm or deny that.)

      That's not worth much. Go away, you loud mouthed troll.

      --

      Friends don't help friends install M$ junk.

  112. Well... by Anonymous Coward · · Score: 0

    This seems like it would be a good topic to mention this in...I finally got my cable modem to work with Mandrake! This may seem like a small feat to the rest of you, but I've been experimenting about 3 days to get this to work. I'm using Konqueror now, but I'm going to install Opera (it's what I even use in Windows)

    Now if I could only figure out why the backspace key doesn't delete?!? (I have to highlight and delete, any one know how to change this?)

  113. MS worship? by Brendan+Byrd · · Score: 1

    C'mon! We know that even W2K crashes randomly and screws with other apps.

  114. More crappy IE by Brendan+Byrd · · Score: 1

    People need to stop associating the meaning of life with web browsing. Web browsing should be about looking at pages displayed clearly, and FAST. It shouldn't be about messaging, email, news groups, chicken soup and making coffee.

    It depends on how you look at it. I love using Mozilla for my browser and my e-mail. After all, it's a little annoying clicking on a "mailto" link and having your non-default mailer pop up. So, I've used Mozilla's one forever. It has almost everything I need in a mailer, and I'd prefer to look at the new e-mail thing at the lower-left, rather than load up a seperate e-mail client and check my mail.

    Fortunately for me, I've been using IE, which seems to be more stable then the above. It really helps to be using the hedgemonic browser. I'm not sure how these people got their IE browsers to crash, but I certainly remember Netscape crashing perpetually on Linux, since I had to muck with the X and Gnome/KDE settings to get it to work. I never have to do this with Windows, because It Just Works! And faster at that!

    Your comparing Netscape/Linux with IE/Windows, which isn't that fair. (Netscape sucks, hands down.) Even with that comparison, though, Netscape will STILL beat IE in W3C standards. When IE 5 came out, I wanted to rip out Bill Gate's beating heart for releasing browser that was so fast and loose with the HTML/CSS standards that it cost millions of dollars for businesses to "repair the damage".

    If a page doesn't look right in Mozilla, it's YOUR fault (as a webmaster), not the browsers. If your page is W3C compliant and it doesn't work on IE, bitch at Microsoft, not W3C, Mozilla, Netscape, or anybody else.

    Javascript popup disable feature -- Mandatory, mandatory, mandatory.

    I'm watching this Mozilla bug entry closely :)

    Image disablement. But let the user choose which ones to disable, such as banner adds.

    Already in Mozilla, but I've requested a more powerful version.

    Speed and simplicity. Stop trying to cram everything into one "browser."

    If it's a GNU project, why not? Isn't that what Linux is trying to be: the end-all OS for everybody? World domination through GNU!
  115. Hey Taco, do you mind... by 2Bits · · Score: 1
    stop expressing your preference for a month or two?
    You know, you don't have to go up to the roof and shout out your preference for konqueror evertime someone mentions browser.


    And you are decreasing my flerbage too, because everytime I have to spend my precious avoiding your comment.

  116. Well, keep in mind... by festers · · Score: 1

    Many /. readers are browsing from work, where they mostly likely are stuck using the corporate OS/Browser (i.e IE). So those numbers don't really show what browser Slashdot readers think is best, only what browser they are able to use.

    BTW, I'm stuck using IE5.01 right now, but would much rather be using Galeon...

    --


    -------
    "Every artist is a cannibal, every poet is a thief."
    1. Re:Well, keep in mind... by Galvatron · · Score: 1

      Exactly, I too am using IE 5.01 from work, and would use Moz .9.3 at home.

      --
      "The question of whether a computer can think is no more interesting than that of whether a submarine can swim" -EWD
  117. IE5 sucks too by the article's criteria. by raindog2 · · Score: 1

    Check it out.

    1. Loading time. Sure, IE comes up in like 5 seconds but so does Konqueror if you're running KDE. In his test he was running Blackbox. Try running Win2K on a P166 with Litestep or something instead of Explorer and see how fast IE loads ;)

    2. Appearance. Using default settings, IE is gray. The author hates gray. He probably would have ranked IE right next to Konqueror if not Galeon in terms of appearance.

    3. Ease of use. His only two criteria were "how do I turn off images" and "how do I turn off Javascript." IE has a far, far more byzantine approach to this than any of the browsers he reviewed. One is buried in the "custom security settings" dialog on the second tab of the Internet options dialog and is called "active scripting", not Javascript, and the other is buried 2/3 of the way down a scrolled list under the Advanced tab of Internet Options.

    4. Page rendering. I'm typing this in Konqueror through a Java VNC client from IE, from a site where I'm doing some pretty intensive stuff targeted to IE, unfortunately, but which looks fine in normal browsers too. Anyway, the stuff I'm doing renders at about the same speed accessed remotely through Konqueror over VNC as it does accessed locally through IE. Konqueror, by the way, is running on a Celeron 400 with 256mb of RAM, IE is running on a dual P4-1GHz with 1.5GB of RAM.

    It seems pretty clear that by the article author's criteria, IE would have ended up in the lower middle of the pack with Galeon still on top.

  118. survey says by twitter · · Score: 2
    slashdroids love to say they hate windows, but at the end of the day, it's what they use on their desktops.

    Bzzzt! It's what I have to use all day, thanks to some PHB thought on "standardization". Insecure, unstable, costly and crippled. You don't really think anyone would purchase and then go through all the install and upkeep hastles that crap demands if they knew any better, do you?

    --

    Friends don't help friends install M$ junk.

  119. good post by twitter · · Score: 2

    It's funny what people have to put up with at work, isn't it? I also wonder what the link was too, any way. The Bill Gates Free Love Site TM?

    --

    Friends don't help friends install M$ junk.

  120. XML by BaronCarlos · · Score: 2

    I know that IE has made some major advances in XML and xsl, and many e-software packages are using these features to integrate their products with the Web. (My current organization is one of them).

    However, I get comments from non-IE users who complain that these features bar them from using our services.

    What browsers out there can compete with this?

    --
    *Carlos: Exit Stage Right*

    "Geeks, Where would you be without them?"
    "Got Linux?"

  121. And people *still* keep blaming the UI for speed by Anonymous Coward · · Score: 0

    What amazes me is that people still keep blaming Mozilla's UI for performance problems in other parts of the program. This goofball reviewer assumes that Galeon (which shares almost nothing other than Gecko with Mozilla and lacks many of Mozilla's features) is slightly faster due to the UI? If that were true, there'd be a bigger speed difference between the embedded sample apps (MFCEmbed, GTKEmbed, etc) and the full browser, since they include almost no UI at all--no throbber, no progress meters, no location bar, no status line, and that adds up to a 15% difference in performance on a fast, low-latency network.

    The problem is that nontechnical newbies tend to see the UI as the biggest visible change from Netscape 4.x, so it must be responsible for every other difference in the two apps.

    As for this guy's 34 second page loads, that's simply because he used an ancient Pentium 166 with $5 of RAM. That makes even a PowerMac G4+ look fast.
    And as for "bloat," I say more power to them. I won't use Opera, Konqueror, or any other browser that doesn't provide the features I use in Mozilla. Why give up things that make my life easier in order to save 100 milliseconds of page load time? I'm not into comparisons of benchmarks and genital sizes--I'll leave that to the kiddies.

  122. Nope. by ubernostrum · · Score: 1

    I've already been through that one with the Opera support guys - the dynamically-linked versions are just as ugly as the static ones.