Slashdot Mirror


Macworld Holds Battle of the Browsers

dumbArtMajor writes "Macworld has an article breaking down most of the available browsers for Mac OS X and evaluates speed, rendering, etc. Did your app of choice kick the other guy's ass?" I don't want to know which one kicked which other one, or where they kicked them. I just want one browser that works.

167 comments

  1. Browsers: by Neck_of_the_Woods · · Score: 3, Funny


    telnet www.apple.com 80 has all the functionality that I need.

    --
    Neck_of_the_Woods
    #/usr/local/surf/glassy/overhead
  2. kinda cool by customs · · Score: 1

    most all browsers will get the job done, even IE...it's just nice because just about every browser, with the exception of IE undergoes fairly regular updates.

    i'm still in good ol mozilla.

  3. Make AppleScript Work For You by pudge · · Score: 5, Informative
    The story includes this:
    Launch the Script Editor application (located in the Applications: AppleScript folder) and type the following:
    try
    tell application "Internet Explorer"
    GetURL "http://apple.slashdot.org/"
    Activate
    end tell
    on error
    end try
    To use a browser other than Internet Explorer, enter its name within the quotation marks after tell application. To open more sites in separate windows, add new GetURL commands with the other pages' addresses.
    Bleah. You shouldn't need to know the browser name, or what events are understood by the app, or what arguments it accepts. Just use this:
    open location "http://apple.slashdot.org/"
    It uses your default http handler, and should work fine with all the browsers (and if not, send in a bug report to the maker of browser you're using).
    1. Re:Make AppleScript Work For You by kwerle · · Score: 2

      open location "http://apple.slashdot.org/"

      echo '' > temp.html ; open temp.html; rm temp.html

      Done.

      Write a shell script if you want to just type
      openurl blah.

      Oh, look, I already did it some time ago. Cut and enjoy:

      --- openurl ---
      #!/bin/sh
      TEMPURLFILENAME=$LOGNAME.temp.html
      echo '' >> /tmp/$TEMPURLFILENAME
      echo '' >> /tmp/$TEMPURLFILENAME
      echo " " >> /tmp/$TEMPURLFI
      LENAME
      echo 'Not Here' >> /tmp/$TEMPURLFILENAME
      echo '' >> /tmp/$TEMPURLFILENAME
      echo '' >> /tmp/$TEMPURLFILENAME
      echo 'Hang on!!!' >> /tmp/$TEMPURLFILENAME
      echo '' >> /tmp/$TEMPURLFILENAME
      echo '' >> /tmp/$TEMPURLFILENAME
      open /tmp/$TEMPURLFILENAME
      sleep 10
      rm /tmp/$TEMPURLFILENAME
      echo bye
      ---

    2. Re:Make AppleScript Work For You by kwerle · · Score: 3, Informative

      Oh, crap - I should have previewed!

      echo '<html><head><META HTTP-EQUIV="refresh" content="0;URL=http://www.apple.com"></head></html >' > temp.html ; open temp.html; rm temp.html

      And here is the shell script:
      --- openurl ---
      #!/bin/sh
      TEMPURLFILENAME=$LOGNAME.temp.html
      echo '<html>' >> /tmp/$TEMPURLFILENAME
      echo '<head>' >> /tmp/$TEMPURLFILENAME
      echo " <META HTTP-EQUIV=REFRESH CONTENT=\"0;URL=$1\">" >> /tmp/$TEMPURLFI
      LENAME
      echo '<title>Not Here</title>' >> /tmp/$TEMPURLFILENAME
      echo '</head>' >> /tmp/$TEMPURLFILENAME
      echo '<body>' >> /tmp/$TEMPURLFILENAME
      echo '<h1>Hang on!!!</h1>' >> /tmp/$TEMPURLFILENAME
      echo '</body>' >> /tmp/$TEMPURLFILENAME
      echo '</html>' >> /tmp/$TEMPURLFILENAME
      open /tmp/$TEMPURLFILENAME
      sleep 10
      rm /tmp/$TEMPURLFILENAME
      echo bye
      ---

    3. Re:Make AppleScript Work For You by usr122122121 · · Score: 4, Funny
      Or, better yet, if typing open location "http://apple.slashdot.org/" is too long for you.. you could just use aliases to do all the typing...

      Please don't take offense when I say that your script is like using a machine gun to kill an ant.

      --

      -braxton
    4. Re:Make AppleScript Work For You by CableModemSniper · · Score: 1

      You gotta admit that its an extraordinarily well aimed machine gun :)

      --
      Why not fork?
    5. Re:Make AppleScript Work For You by kwerle · · Score: 2
      Please don't take offense when I say that your script is like using a machine gun to kill an ant.

      Here are the big advantages to my script:
      • It works
      • It's done


      Here's the disadvantage to using aliases:
      • I don't have one onhand
    6. Re:Make AppleScript Work For You by usr122122121 · · Score: 2

      Explain to me how your script is better than typing open http://www.apple.com/. You don't even need aliases.

      --

      -braxton
    7. Re:Make AppleScript Work For You by kwerle · · Score: 2

      Explain to me how your script is better than typing open http://www.apple.com/. You don't even need aliases.

      benzene% open http://apple.com
      2002-12-04 17:18:20.586 open[23213] No such file: /home/kwerle/http:/apple.com

      benzene% openurl http://apple.com ...
      Browser of choice opens page.

      That was the point about it working, as opposed to not working. I'm using 10.1 - maybe you're using Jaguar and they included that functionality. Can you type open http://www.apple.com and have it work?

    8. Re:Make AppleScript Work For You by usr122122121 · · Score: 3, Insightful
      That was the point about it working, as opposed to not working. I'm using 10.1 - maybe you're using Jaguar and they included that functionality. Can you type open http://www.apple.com and have it work?
      open http://www.apple.com/ works just fine on my machine (10.2.2).

      Try open location http://www.apple.com/. If that works, you can alias "openURL" to "open location". Then you can just type "openURL http://www.apple.com/"

      Hmmm. This entire discussion appears to be the result of another inconsistency in Apple's Tools...

      --

      -braxton
    9. Re:Make AppleScript Work For You by kwerle · · Score: 2

      benzene% open location http://www.apple.com/
      2002-12-04 17:55:40.175 open[24496] No such file: /home/kwerle/location
      2002-12-04 17:55:40.176 open[24496] No such file: /home/kwerle/http:/www.apple.com

      Hmmm. This entire discussion appears to be the result of another inconsistency in Apple's Tools...

      They just added that functionality to Jaguar. Cool with me!

    10. Re:Make AppleScript Work For You by Anonymous Coward · · Score: 0

      Works fine in 10.2.

      Honestly, what kind of self-respecting computer user doesn't upgrade their OS?

  4. I'll enter. by tps12 · · Score: 5, Funny

    I think I have a chance at taking home the trophy. I've been browsing since the mid 90's, and I've got my moves down. I can read User Friendly in one window while submitting a Register article to Slashdot in another and bookmarking the latest Flash meme in a third. I haven't seen an ad since 1998, I've never been fooled by a goatse link, and I clean my cache biweekly. My History is organized better than most people's Favorites, an appropriate plugin is always found, and I have a script set up to automatically notify webmasters of broken links. I truly am a Great Browser, and I think I have what it takes to compete with the best.

    Sign me up.

    --

    Karma: Good (despite my invention of the Karma: sig)
  5. go mo! by jericho4.0 · · Score: 2
    Glad to see Mozilla made a good showing against IE. With Mozilla I can run a MS free Apple. I don't hate MS, I just don't want them anywhere near me.

    Now if only I could get my Mac to serve the browser to my X-thin clients.

    --
    "A language that doesn't affect the way you think about programming, is not worth knowing" - Alan Perlis
  6. chimera wins by stoffel · · Score: 1, Redundant

    Need I say more...

    1. Re:chimera wins by Corvus9 · · Score: 2, Insightful
      Yes you do need to say more. You need to say why you think Chimera "wins" when the article left it unrated because it was a beta release. It was also the only browser rated "prone to crashes" and having "minimal preferences; limited support for Flash".

      What the summary said is Chimera is the "browser to watch". As in, if it ever becomes reliable and supports plug-ins it will become a contender, but not until then. The summary also said Internet Explorer is "the browser to beat". IMHO this comes a lot closer to "winning" than the "browser to watch".

    2. Re:chimera wins by WatertonMan · · Score: 2
      Have you used Chimera of late? Most of the Flash bugs have been fixed. You need the latest download from Macromedia, but it works quite well. Many of Flash heavy sites I used to have problems with work perfectly now.

      Don't get me wrong. I have some problems with Chimera. Its history is weak. It has few features. It doesn't support most of the nice Cocoa features that Omniweb does. (i.e. spellchecking) But it is very fast and renders pages better than Omniweb. What I've heard about the new Omniweb makes me excited. But that is still likely about two months out.

    3. Re:chimera wins by Znonymous+Coward · · Score: 2

      Yes 0.6 could be 1.0 in my book. It does everything so well.

      --

      Karma: The shiznight, mostly because I am the Drizzle.

    4. Re:chimera wins by Twirlip+of+the+Mists · · Score: 3, Insightful

      It doesn't support most of the nice Cocoa features that Omniweb does. (i.e. spellchecking)

      It goes deeper than that. Chimera doesn't use Cocoa text widgets at all. Not only to you not get services like spellchecking; the text rendering itself is screwed up. It's unbearable, and so absurdly unnecessary.

      I use Chimera only when I have to. For everything else, it's OmniWeb all the way-- and yes, I paid for my OmniWeb license, thank you very much.

      --

      I write in my journal
    5. Re:chimera wins by WatertonMan · · Score: 3, Informative
      The problem only really occurs with some fonts that the Carbon anti-aliases handles differently than the Cocoa anti-aliasing. I've complained about browsing the MacNN Forums with Chimera, for instance. They use bold Geneva which anti-aliases horribly with Chimera. There was a discussion of this in the MacNN Forums. Basically there isn't much of a work around. That is more Apple's fault than anyone elses though.

      You are right that text input fields still use the Gecko code which is oriented towards crossplatform abilities. Supposedly that will be changed, but because of the difficulty will be one of the last things finished. Hopefully by then Apple will have made more Cocoa features available to the Carbon API.

    6. Re:chimera wins by Twirlip+of+the+Mists · · Score: 2

      The problem only really occurs with some fonts that the Carbon anti-aliases handles differently than the Cocoa anti-aliasing.

      That's not what I'm talking about. Open up Chimera and go to a page with a big textedit box. Start typing. See how it redraws the entire textedit box contents every time you strike a key? I have a dual gigahertz machine, and I'm only a moderately fast typist; Chimera can't keep up with me. It lags behind as I type. That's unacceptable.

      --

      I write in my journal
    7. Re:chimera wins by Anonymous Coward · · Score: 0

      I don't see this. I'm also on a dual gig machine. I'm typing this comment in a big textedit box, and it works just as good as any I've seen.

    8. Re:chimera wins by WatertonMan · · Score: 2
      I don't notice the typing problem. I'm on a dual 867 system. I edit rather long messages in forums like this one without noticing such a problem. I admit that in earlier versions of Chimera I hated doing this. But I don't notice it now, although I still prefer Omniweb for typing. What version of Chimera are you using? Something sounds wrong.

      Regarding what some others asked about anti-aliasing. This is a real problem although there are modifications you can make to Chimera to limit the smallest font displayed and also the font used. Various hacks have been discussed on many message boards and Version Tracker even has an application to modify them without editing the pref file by hand. Some of these the nightlies have added interfaces for.

      To see the problem check out this MacNN Forum thread. Be aware that it is based off on Chimera 0.5 and not the more recent version. But the same basic problem remains. It also demonstrates the display differences between Omniweb and Chimera on ESPN.

      I'd have to say that I've modified my position somewhat since that thread. I find that CHimera 0.6 is improved enough that I now use it more than Omniweb.

    9. Re:chimera wins by Twirlip+of+the+Mists · · Score: 2

      What version of Chimera are you using? Something sounds wrong.

      A nightly build from a week or so ago. It's definitely wrong, but the question is whether it's wrong in all cases, or only wrong in the build that I (occasionally) use.

      If-- and this is a giant if-- the Chimera guys can get their act together and actually release a finished product, it might, someday, end up being a better browser than OmniWeb. But if it goes the Mozilla route, that is to say they just take a given build that's not even remotely feature-complete or bug-free and stamp it 1.0, then it's still going to be OmniWeb all the way.

      --

      I write in my journal
    10. Re:chimera wins by mbbac · · Score: 1

      Same here. Chimera is only used as a backup for OmniWeb. Hopefully OmniWeb 5 will be out sooner than later and I can drop Chimera.

      --

      mbbac

    11. Re:chimera wins by mbbac · · Score: 1

      Newer nightly builds fixed this. 0.6 has the problem.

      --

      mbbac

    12. Re:chimera wins by kitzilla · · Score: 2

      > Need I say more...

      Some supporting comments might help.

      --
      This is my post. There are many others like it. If you don't like what you read here, go try one of the others.
    13. Re:chimera wins by giaguara · · Score: 1

      it does. i use it now 95 % of the time and if i could not think about that there are ppl out there using IE .. and other OS s that OS X i would not have IE on my hard disk anymore.

      chimera 95 % IE 3% and icab / OW 2 % of time.

      and of total time 5% in peecee = in konqueror.

      chimera. just faster...

  7. IE suck for 1 reason and 1 reason only... by Sebby · · Score: 2, Interesting
    ... and no, that reason is not "Microsoft".


    It's because the damn thing will totally lock you out of doing just about anything if you have the misfortune of trying to contact a server that won't respond immediately. IE just sits there, waiting for a timeout instead of letting you do something.

    This is what makes it totally unusable.

    --

    AC comments get piped to /dev/null
    1. Re:IE suck for 1 reason and 1 reason only... by Tafs · · Score: 0

      Well that, and the absence of tabbed browsing. I'm hooked, and I'm sure there are more people than me that are. Actually, with tabbed browsing, you could do something else in the meantime.

    2. Re:IE suck for 1 reason and 1 reason only... by Sebby · · Score: 2

      Actually, no, that's the whole problem. The entire application just locks up until there's a timeout. Of course, if they'd update the thing more than just once every 4 years (beside their 'we screwed up again' security fixes), they might have gotten it cocoa-ized by now, and the whole thing might actually become usable.

      --

      AC comments get piped to /dev/null
    3. Re:IE suck for 1 reason and 1 reason only... by Golias · · Score: 2
      It used to be Mac User Interface gospel that any read process, from a disk or a network, could be aborted immediately by pressing Command-Period. For most browsers, they meet this guideline by mapping that keyboard shortcut to the "Stop" button of the browser.

      IE for Mac is just about the only program I know of which completely breaks this rule. If it's building a page, "you shall sit there and wait for it, dammit! No, you may not abort the page-load. No, you may not minimize the window and do other things. You are hitting commands, but I can't hear you! Lalalalalalala!"

      Moz/Chimera/etc. may bot be perfect, but at least they usually give you a fighting chance of aborting a process. They also die instantly on crash, rather than hangning forever without any indication that they stopped responding. I wish I had a nickel for every time I used "Force Quit" or "Kill -9" on IE.

      It's hard to believe that MS is spending $10 Million a year on their California-based Mac solutions group, when this sort of thing is the best they can come up with.

      --

      Information wants to be anthropomorphized.

  8. IE5WIN != IE5MAC by krs-one · · Score: 3, Insightful

    I didn't read the article, but a lot of people think that IE5 for Windows is the same as IE5 for Mac. IE5 for Mac is actually a decent browser because it was headed up by a guy at Microsoft who pays attention to the standards set by the W3C (I forget his last name, but I think it starts with a T). IE5 for the Mac is as good as Mozilla for Windows. They are both awesome browsers. Unfortunately, IE Anything for Windows sucks.

    -Vic

    1. Re:IE5WIN != IE5MAC by PsychoSpunk · · Score: 2

      IE5 for the Mac is as good as Mozilla for Windows.

      It's pretty good, except I seem to have this problem using <object> tags to include text/html content. Both versions of IE5 (Win or Mac) seem to make this extra GET request to the server with "-" as the referer, and the content is not displayed.

      This is in keeping with not using frame tags in Strict HTML 4.01 compliance. The w3c validator reports that the container page is compliant, as is the page included by the object tag.

      Finally, in all versions of Mozilla browsers (since they all use the same render engine), the content is included in the container page without a hitch (and Moz doesn't make the extra GET request with the empty referer string). So, IE still isn't as good as Mozilla in this w3c strict compliance regard.

      --
      ALL HAIL BRAK!!!
    2. Re:IE5WIN != IE5MAC by Twirlip+of+the+Mists · · Score: 2

      IE5 for the Mac is as good as Mozilla for Windows. They are both awesome browsers.

      Well, I won't argue that IE for OS X is about the same as Mozilla for Windows, but I can say that it's not an "awesome browser."

      IE randomly decides to stop loading page data before it's finished. If you browse a page with tons of images-- some web designers just love to separate a page into 50+ GIFs, for some reason-- the page will often fail to render completely. IE will just stop right in the middle.

      On my machine, I have OmniWeb, Chimera, and IE. IE is by far the least dependable browser of the bunch.

      --

      I write in my journal
    3. Re:IE5WIN != IE5MAC by migurski · · Score: 1

      "...it was headed up by a guy at Microsoft who pays attention to the standards set by the W3C..."

      You're thinking of Tantek Celik.

  9. IN SOVIET RUSSIA by Anonymous Coward · · Score: 0

    Browsers Battle MacWorld!!!

  10. Quoting some doodie by BoomerSooner · · Score: 4, Interesting

    Quote "The Last Word
    Microsoft's Internet Explorer effectively controls the Mac OS X browser market -- its overall rendering quality and its support for Web standards made it the browser to beat in our tests. Netscape's fall from grace as IE's main competition has opened the field to newer browsers, such as Opera and The Omni Group's OmniWeb, that focus on speed and standards compliance. But what may turn out to be the biggest surprise is how Mozilla.org and the promising Gecko rendering engine have risen from the ashes of Netscape Communications to mount a credible challenge to IE's dominance. Although Mozilla is still too similar to its Netscape cousin in performance, Navigator's speed and rendering fidelity make it the OS X browser to watch. "


    This is a load of crap. First Navigator is based on Mozilla. I use Mozilla and Chimera as my browsers on OS X, and on Windows I use IE and Mozilla.

    Saying IE is the "standards" leader is like saying you find your grandma attractive (fucking crazy). My company runs all linux on the server side (except one db on solaris) and when building our JSPs the ONLY browser that constantly fucks up is IE on OS X/9. If it works fine in IE for PocketPC you'd hope it would work on a Mac. Oh well, I guess if you use MS you get what you pay for.

    I just cant wait for Apples iBrowse (or whatever they decide to call their own browser). Sherlock is not exactly what I'm envisioning for the future.

    1. Re:Quoting some doodie by Kplusplus · · Score: 1

      This is a load of crap. First Navigator is based on Mozilla. I use Mozilla and Chimera as my browsers on OS X, and on Windows I use IE and Mozilla.

      They never said Chimera wasn't using Gecko as a matter of fact they made sure to mention the Gecko rendering engine, they merely didn't mention that Navigator uses Gecko explicitly. I thought the idea was inferred.

      --
      -"I'm one of those Mac people that will break a bottle on the bar and hold it to your throat for bad-mouthing my system"
  11. iCab... by singularity · · Score: 5, Informative

    I am disappointed the article did not mention more about iCab's unique abilities. It does have some problems supporting CSS, and it is HTML compliant to a fault (although being "compliant to a fault" with HML could be argues as impossible), but some features it does offer are only now being integrated into other browsers.

    iCab's Filter Manager is one of the most powerful things I have ever seen in a web browser. You can filter almost anything (cookies, JavaScript, images) based on domain, link, or another other thing.

    Mozilla's coders could learn a lot by studying iCabs Filter Manager.

    Do you want to turn off JavaScript except for your online banking (that requires it), and allow all cookies but those coming from DoubleClick? Done. Want to accept Slashdot cookies forever, but Yahoo cookies only until the end of the session? Done. Do you want to not load images that are 480x60 pixels big and not accept any images that come from */ad-bin/*? Done.

    iCab (along with some other browsers) also supports "Open in Background Window", which is something I cannot imagine being without while surfing.

    Another great thing? You can set it to only send a Referrer: header inside the same domain (or set it to not be sent at all)

    Unfortunately the article forgot to mention iCab's ad filtering (which is much more powerful than simply rejecting all images not from the original server and its ability to block pop-ups without seeing them.

    --
    - (c) 2018 Hank Zimmerman
    1. Re:iCab... by singularity · · Score: 2

      I was downloading a new beta of iCab in the background while writing that message. From the readme:

      "The Web Cache and the image cache (and some other components) were completely replaced by new routines. Because of this iCab is now much faster (depending of the page)."

      So maybe iCab will be even faster (it was in the middle of the pack as far as speed goes in the article)

      --
      - (c) 2018 Hank Zimmerman
  12. Bad coverage of Mozilla by LordNimon · · Score: 5, Insightful

    I subscribe to Macworld and read this article in the December issue. The coverage of Mozilla was very poor. The editors just don't "get it" when it comes to why you would choose Mozilla. They didn't cover any of the useful Mozilla-only features. They didn't cover the fact that you could report bugs directly and download daily updates that can fix your problems. They didn't cover anything about the value of open source. They didn't cover any of the cool plug-ins, like the preferences toolbar, mouse gesturing, or whatever. And worst of all, they didn't mention that Netscape removed the GUI control for allowing you to block pop-up windows. That feature alone would convince half the IE users to switch to Mozilla if they knew about it.

    --
    And the men who hold high places must be the ones who start
    To mold a new reality... closer to the heart
    1. Re:Bad coverage of Mozilla by Twirlip+of+the+Mists · · Score: 2

      They didn't cover anything about the value of open source.

      Why should they? Open source is of no value whatsoever to most people. In fact, given the conclusion (the arguable conclusion, but a conclusion nonetheless) that IE is superior to Mozilla and Mozilla-derived browsers right now, it seems like "open source" is a liability rather than an asset.

      They didn't cover any of the cool plug-ins, like the preferences toolbar, mouse gesturing, or whatever.

      This falls into the same category as the open-source thing. These features are of dubious value at best. Mouse gesturing? Dumb idea. Certainly some people out there are going to like it, but most won't, so why bother mentioning it in a competitive review?

      --

      I write in my journal
    2. Re:Bad coverage of Mozilla by Anonymous Coward · · Score: 0
      And worst of all, they didn't mention that Netscape removed the GUI control for allowing you to block pop-up windows. That feature alone would convince half the IE users to switch to Mozilla if they knew about it.

      Fortunately, Netscape have learnt from their mistake and will be including a sophisticated pop-up blocker in Netscape 7.01. You'll be able to choose to either allow all pop-ups or suppress all pop-ups and there will be an exceptions list for each option. If you've chosen to block pop-ups and a site tries to open one, an icon will appear in the status bar. Clicking this icon will allow you to add the site to the exceptions list if it requires pop-ups to work.

      Sound too good to be true? It isn't. Netscape 7.01 will be released in the next few days.

    3. Re:Bad coverage of Mozilla by Wiggins · · Score: 1

      Not to mention the fact that Mozilla comes with a full mail client, an HTML composer, address book, etc. Which I realize is not necessarily needed on a mac with the various iApps, etc. but the fact that it is loading at least 4 applications accounts for most of the speed differences. Launch IE, Mail, Addressbook, etc. all at the same time and see which one is faster, I don't really know, but it should be part of the test....

      Same problem on windoze, launch IE, outlook, etc. all at once and see which is faster, probably still the M$ stuff, but it is going to slash the difference in speed way down.

      --
      Funny and I thought Perl == Paid employment recently located ....hmmph.....
    4. Re:Bad coverage of Mozilla by Melantha_Bacchae · · Score: 2

      Twirlip of the Mists wrote:

      > Why should they? Open source is of no value
      > whatsoever to most people.

      A more valid point would be that most people may not realize what open source is or what value it is to them.

      Open source is of considerable value, or Apple would never have based their OS of the future, OS X, on an open source base (Darwin). Open source web server, Apache, included in OS X, is the major player in the web server market, with over 50% of the market.

      And in this case, Mozilla and buddies being based on open source means that people can suggest changes (or gasp, make their own), and get frequent updates and bug fixes. That is valuable, whether you are a heavy browser with a cool idea for how to improve your browser, or the IT department looking to deploy a customized browser for the corporate intranet.

      > In fact, given the conclusion (the arguable
      > conclusion, but a conclusion nonetheless) that
      > IE is superior to Mozilla and Mozilla-derived
      > browsers right now,

      Oh, give the baby a break! Mozilla just hit 1.0 a few months ago! Big brother Goji is gonna get mad if he hears you are being mean to his baby brother. Besides, if IE is oh-so-superior, where are its tabbed windows and ad blocking features?

      > it seems like "open source" is a liability
      > rather than an asset.

      Closed source (and $30) iCab has been in "preview" versions for how long now?

      > This falls into the same category as the
      > open-source thing. These features are of dubious
      > value at best.

      In a review I want to see a comparison of features (and even details of feature implementations so I can tell, say who has the best ad blocking features, and who can't be bothered to have any). I don't want to just see features compared on what IE has (the ones Microsoft decides we need to further its world domination).

      Chief Tsujimori: "I won't let you get away. I will never let you escape."
      Godzilla elegantly lifts his tail skyward to give her the "finger", crashes it down on the water, and submerges.
      "Godzilla X Megagiras", 2000

    5. Re:Bad coverage of Mozilla by Twirlip+of+the+Mists · · Score: 2

      Open source is of considerable value, or Apple would never have based their OS of the future, OS X, on an open source base (Darwin). Open source web server, Apache, included in OS X, is the major player in the web server market, with over 50% of the market.

      Okay, so open-source software has value to software companies, or to people who run web servers. I fail to see how that has any meaning for individuals who just want to surf the web.

      And in this case, Mozilla and buddies being based on open source means that people can suggest changes (or gasp, make their own), and get frequent updates and bug fixes.

      Last things first: the value of frequent updates is moot if the browser is not of sufficient quality to merit its use. In other words, all the patches in the world won't make up for a poor product. As to the other matter, virtually nobody is going to be interested in making changes to their web browser; users are not programmers. There will undoubtedly continue to be a niche in which users want access to source code, but that niche is so small in comparison to the user base for a web browser as to be statistically insignificant.

      I uphold my assertion that "open source" is of no value to just about everybody.

      Besides, if IE is oh-so-superior, where are its tabbed windows and ad blocking features?

      Tabbed windows are a terrible idea; on those occasions when I use Chimera, I avoid them. With tabbed windows one cannot view two pages side-by-side at the same time. That's the only reason I ever have more than one browser window open at once, so tabbed windows are of no use to me.

      Ad blocking, on the other hand, is a good thing. It's one of my main reasons for using OmniWeb.

      Closed source (and $30) iCab has been in "preview" versions for how long now?

      There is just as much crappy closed-source commercial software as there is open-source software. I generally find that this is less good open-source software than closed-source software, however.

      I don't want to just see features compared on what IE has (the ones Microsoft decides we need to further its world domination).

      Uh... okay, first of all, your opinion of Microsoft is clear, and irrelevant to the conversation. Can we keep the MS-bashing out of this, please?

      Let's say you built a web browser that also included a little window with a picture of a bouncing ball. A feature, no question about it, but is it a useful or important one? In reading a review of web browsers, I would prefer that the discussion be limited to features that actually mean something in the context of a web browser. Features like Mozilla's misguided and unwelcome "sidebar" and the mail and news readers don't belong in any serious comparison of web browsers, not because IE doesn't have them, but rather because no web browser needs them.

      --

      I write in my journal
    6. Re:Bad coverage of Mozilla by Anonymous Coward · · Score: 0

      Please remember that iCab will cost $29 for the pro version when it is finished. You do not HAVE to pay anything right now.

      You CAN register the Preview version if you WANT to. It's entirely voluntary. This was added at the request of USERS who wanted to contribute something to the developer but had no clear way of doing so.

      It is not something that the developers imposed unilaterally.

    7. Re:Bad coverage of Mozilla by 3263827 · · Score: 1

      Twirlip of the Mists wrote:

      "Tabbed windows are a terrible idea; on those occasions when I use Chimera, I avoid them. With tabbed windows one cannot view two pages side-by-side at the same time. That's the only reason I ever have more than one browser window open at once, so tabbed windows are of no use to me."

      In that case simply open another Chimera window and compare the two sites side by side. At least with Chimera you have the option of using tabbed windows. Just because you don't use a feature, doesn't mean it's not a valid feature. Where I work, I haven't found one person who doesn't give up IE for Moz/Chimera/Phoenix once they see tabbed browsing. And, we're largely a MS shop.

  13. Problems with Article by WatertonMan · · Score: 4, Informative
    There is something wrong with this article. For one it says all the browsers pretty much rendered ESPN right. However Omniweb, my favorite browser, does NOT render ESPN right. The speeds seem slightly off from what I see on my system as well. Right now Chimera renders about as fast as my PC while the others are far slower.

    I really don't think it is a terribly good article. It isn't very specific in problems. They also didn't do what I think is applicable: a bank test. Most problems Mac browsers have are with banks. Chimera handles most of them as well as IE. Omniweb doesn't.

    I should add that the browser scene is changing quickly. The latest releases of Chimera really have improved a lot. Although its still a beta, it is a beta far more usable than many iApps. Omniweb is falling behind, but version 5.0 is just around the corner. It'll have an entirely new rendering engine and should remove all the problems it has with CSS and tables.

  14. Surely most accurate benchmark evar by Anonymous Coward · · Score: 5, Funny

    Time spent in loading a web page has to be one of the most rock solid, consistent and predictable experiences a computer user cam ever hope for. Thus their decision to only load each webpage once per browser is more than enough, and anyone suggesting that this is a ludicrously simplistic and flawed benchmark needs to get help.
    I applaud the scientists involved in this research for their painstaking efforts and astonishing attention to detail.

  15. They didn't rate Chimera because it was a beta??? by Anonymous Coward · · Score: 0

    Kicks the arse of IE anyday.
    It still needs some stability fixes though.

    I would hate to see IE 0.6 in action ;)

  16. Netscape 7.0... by Alan+Partridge · · Score: 3, Informative

    ...according to this idiotic article DOESN'T support tabbed browsing. Since it certainly DOES, the rest of the article isn't worth the pixels it's rendered with.

    Oh yeah - my choice? Omniweb 4.1, Chimera 0.6, Netscape 7.0 IN THAT ORDER.

    --
    That was classic intercourse!
    1. Re:Netscape 7.0... by angelo · · Score: 4, Interesting

      You are incorrect. The order goes Mozilla, Chimera, Netscape 7.0, IE, Omniweb, iCab. This is because only one thing matters: accurate rendering and standards support. Omniweb and iCab are pretty terrible at this.

    2. Re:Netscape 7.0... by Anonymous Coward · · Score: 0

      While we're ranking web browsers, can I put in my suggestion?

      Chimera, Mozilla, Netscape 7, Omniweb, IE, iCab, Opera (in that order).

      And so the great browser flame wars continue...

    3. Re:Netscape 7.0... by gidds · · Score: 1
      Oddly enough, that's my exact choice, too! With IE a distant fourth.

      And no, accurate rendering isn't the only important part of a browser, otherwise we wouldn't have fine control over cookies/popups/images, download managers, bookmark management, tabbed browsing, and many other features.

      And even `accurate' rendering still allows much leeway for elegance and consistency.

      Those are some reasons why I currently use OmniWeb in preference to Chimera - though at the latter's current rate of development, I expect it to overtake OmniWeb before too long.

      --

      Ceterum censeo subscriptionem esse delendam.

    4. Re:Netscape 7.0... by Alan+Partridge · · Score: 2, Interesting

      if you want accurate rendering I'd point you to IE 6 for Windows - seeing as that's the standard.

      I choose Omniweb (yep, I even paid) because the UI is outstanding, all my online banking works flawlessly, it renders Slashdot more readable than ANY other browser, it's filtering is top notch and it's bookmark management and deadlink checking is unsurpassed. Chimera may yet develop into something good, and Netscape 7.0 is a fine internet "suite", but I'd rather lose an arm than go back to IE from Omniweb - it's that simple.

      --
      That was classic intercourse!
    5. Re:Netscape 7.0... by pi+radians · · Score: 2

      IE 6 doesn't inherit very well. Whats the point of CSS (cascading style sheets) if they won't inherit?

      Until they do, Mozilla (and therefore Chimera) is tops.

      --

      sin(6cos(r)+5A)
    6. Re:Netscape 7.0... by Matthew+Weigel · · Score: 4, Insightful

      Spoken like someone who hasn't used any of them.

      I might rank Chimera and OmniWeb neck and neck, but probably not. Netscape 7 is completely, unabashedly unusable, and doesn't belong in any list of browsers people use.

      IE renders more correctly than OmniWeb, but the user experience is sufficiently inferior that I only use it if it correctly handles something OmniWeb fails at (that is, one site a week).

      I would love for OmniWeb to render websites more correctly. But, frankly, it does a good enough job. Does that limit web developers? Sure. I feel for them. But expecting users to use crap like Netscape 7 is simply insulting. Expecting me to use stuff like Chimera, which offers a "Cocoa" interface with all non-Cocoa widets for interaction, is also insulting. I'm using OS X for a reason.

      Here's a quick test: is posting to Slashdot pleasant in these other browsers? No. Only OmniWeb can spell check my text as I enter it, and only OmniWeb and IE have text entry that is reasonably fast. Why would anyone use a browser that obviously pauses for each character I enter into a text field?

      --
      --Matthew
    7. Re:Netscape 7.0... by TiMac · · Score: 4, Informative
      I'd say that my order is: Chimera, Mozilla, IE, OmniWeb.

      Why would anyone use a browser that obviously pauses for each character I enter into a text field?

      How slow is your Mac? Or how the hell fast can you type? Because I type ~65-70 words a minute (fairly fast) and I'm typing this on Chimera 0.60 and I'm not seeing any "pauses" between characters. IE is fast. Mozilla is slow. But Chimera is definitely miles ahead of Mozilla. There really isn't significant delay. Maybe you were using an older version of Chimera?

      Expecting me to use stuff like Chimera, which offers a "Cocoa" interface with all non-Cocoa widets for interaction, is also insulting.

      What are you talking about non-Cocoa widgets? Are you high? All of Chimera's widgets are Cocoa...or rather, they are "Aqua," which is the proper name. The close, minimize and whatever-the-official-name-for-the-green-button-is buttons are all Aqua. The scroll bars and arrows are Aqua. The tabs are Aqua. You can test these by going to the "General" System Preferences and selecting the Graphite theme. Chimera's widgets turn graphite! They are real.

      The button bar is true Aqua. You can test this by Command-clicking the White button. The buttons rotate through configurations as Aqua does. The Sidebar is Aqua--it's actually called a "Drawer." Its alerts are real--they are "Sheets." Even form elements (buttons, etc) are Aqua-sized.

      So yeah...Chimera is definitely Cocoa, and definitely Aqua. And it's fast and renders perfectly (in my experience). I never use another browser anymore. Mozilla used to be my browser but it was way too slow.

      --

    8. Re:Netscape 7.0... by Anonymous Coward · · Score: 0

      Mozilla isn't slow anymore. I prefer Chimera on the Mac, but Mozilla is fast, too.

    9. Re:Netscape 7.0... by Erik+K.+Veland · · Score: 1

      Text boxes are definitly NOT aqua, they can be erratic and annoying at times. And yes, even slow. Heck, it doesn't even support spell checking.

      Still, I love my Chimera, and I rank IE second as it's the most mature, feature-complete, accurate browser on the mac today. Still, there's no tabs, no popup-blocking and no speed. So the honor of being my favorite browser goes to Chimera. I'm using one of the nightly builds, and it's fantastic.

      However, it's NOT flawless! Besides the previously mentioned text-area faults, I'm missing:

      - CSS support for page form elements (optional for those who wants native widgets.
      - A download manager. The current model will bring the program down if I try too many simultaneous downloads - and I hate the way it opens new windows for each of them. For downloads of more than three files at the time I go to IE.
      - Faster switching of tabs
      - Copy image
      - Drag and drop image to desktop or finder creates image.
      - Display image dimensions in popup-menu, copy to clipboard as 'height="x" width="x"' (wow, amazing new feature)
      - Block image by size

      I used to miss proper unicode support and a single keyboardcommand (backspace) but that's all been fixed in the nightly builds...yay!

      --
      "I tend to think of OS X as Linux with QA and Taste", James Gosling, creator of Java
    10. Re:Netscape 7.0... by haa...jesus+christ · · Score: 1

      What are you talking about non-Cocoa widgets? Are you high?

      nothing like a browser flame war to bring on the fun. :)

    11. Re:Netscape 7.0... by Matthew+Weigel · · Score: 3, Informative

      TiMac wrote:

      How slow is your Mac? Or how the hell fast can you type? Because I type ~65-70 words a minute (fairly fast) and I'm typing this on Chimera 0.60 and I'm not seeing any "pauses" between characters.

      500MHz G3. Is that not fast enough to run a frickin' web browser? I remember running (an admittedly much less capable version of) OmniWeb on a 25MHz NeXTStation. How much more processing power does Chimera require? Chimera pauses for each character entered, and it is definitely not a Cocoa text field.

      The text field, where OS X actually innovated a lot - actually improved usability over other systems a lot - isn't native. Things like reasonably complete emacs bindings for cursor movement, interface to the spell checker, and so on are things I've come to expect in OmniWeb. Redrawing the entire text box every time I enter a character is not what I expect.

      --
      --Matthew
    12. Re:Netscape 7.0... by Matthew+Weigel · · Score: 2

      Erik K. Veland wrote:

      Still, I love my Chimera, and I rank IE second as it's the most mature, feature-complete, accurate browser on the mac today. Still, there's no tabs, no popup-blocking and no speed. So the honor of being my favorite browser goes to Chimera. I'm using one of the nightly builds, and it's fantastic.

      I admit, I've never liked tabbed browsing. I've played with tabs some (even a tabbed window manager in X), just doesn't grab me. I don't really think it's as innovative and purely great as some people think (not to say that it isn't innovative, just that it's not that innovative).

      OmniWeb trumps IE or Chimera on everything but rendering correctness and tabs; but it does a very credible approximation of correctness, and displays better than anything else I've seen.

      In short, have you tried OmniWeb yet? :-P

      --
      --Matthew
    13. Re:Netscape 7.0... by Erik+K.+Veland · · Score: 1

      Tabs are not the make or break feature of a browser to me either. But it does save space, even a 1600x1200 can get cluttered at times. And tabs give me quick-glance access to what window contains what content.

      What DOES count is rendering correctness and speed, of which OmniWeb has neither. And this "displays better"-thing you are talking about isn't just the anti-aliasing is it? Heck, even Explorer does that. And it doesn't have any rendering errors.

      --
      "I tend to think of OS X as Linux with QA and Taste", James Gosling, creator of Java
    14. Re:Netscape 7.0... by Matthew+Weigel · · Score: 2

      shrug On the system where Chimera text boxes pause on each character, OmniWeb finishes rendering at about the same time as Chimera (I tested the Opera beta too, just for reference, and it finished after both OmniWeb and Chimera). However, OmniWeb isn't as fast or good at progressive rendering.

      I didn't test IE, because trying to handle loading a web page in four browsers at once was just too much- couldn't monitor more than three.

      As for "displays better" - it's more than that. Good fonts by default, better layout, more closely-coupled rendering and displaying engines.

      --
      --Matthew
    15. Re:Netscape 7.0... by GarfBond · · Score: 1
      Chimera uses all-aqua native widgets. Best check up on those facts before you post. Mozilla/Netscape do not use native widgets, although they are designed to work more seamlessly with the native OS theme than they have before (classic inherits all of your system look, including aqua), although all of it is XUL.

      Also, Netscape 7 and Mozilla use the same basic codebase (1.0.1 to be exact). So you can't think that Mozilla 1.0.x is miles ahead of Netscape 7, because, in reality, they are the same. Mozilla does progress a little faster than Netscape does though, as the latest Mozilla is 1.2, so the speed may have increased a bit since 1.0.

      Mozilla and Netscape 7 are slow in OS X every once in a while (particularly on G3s I've seen) but it's still usable. Chimera tends to be better in these cases.

  17. Obviously an English-Only Type by kalidasa · · Score: 5, Interesting

    its overall rendering quality and its support for Web standards made it the browser to beat in our tests.

    Really? Standards like ISO 10646-1? Let's see:

    Internet Explorer for Mac: No Unicode

    Mozilla: BMP and Plane 1 support (maybe more; that's what I've seen)

    I just use IE for the sites that are too stupid to code to W3C standards like they ought to.

    1. Re:Obviously an English-Only Type by Twirlip+of+the+Mists · · Score: 2

      Internet Explorer for Mac: No Unicode

      Mmmm... huh? For the record, non-Roman sites like apple.co.jp, chinese.yahoo.com, yahoo.co.jp, and so on render just fine in IE for OS X. I don't know if they use Unicode or another character set, but they work with no problem at all, and without anything other than the default OS loaded.

      --

      I write in my journal
    2. Re:Obviously an English-Only Type by kalidasa · · Score: 2

      No, not Unicode. Shift-JIS and Big5 (the encodings used by apple.co.jp and chinese.yahoo.com, respectively) are not the be all and the end all. And you can't use e.g. Cyrillic or Greek on the same page as Shift-JIS Japanese. IE 5 claims to have UTF-8 support, but that support seems to be limited to the pre-Unicode encodings, and so is not real Unicode support like one finds in OmniWeb and Mozilla. Try Alan Wood's Unicode test pages in IE and then in Mozilla, and you'll see what I mean.

    3. Re:Obviously an English-Only Type by Anonymous Coward · · Score: 0

      One word(err... acronym): ATSUI.

    4. Re:Obviously an English-Only Type by kalidasa · · Score: 2

      One word: Cocoa.

    5. Re:Obviously an English-Only Type by jx100 · · Score: 1

      Mmm... hot cocoa...

    6. Re:Obviously an English-Only Type by 3Bees · · Score: 1

      You beat me to the punch on bitching about this! :-) They comment that Explorer is a consistant and standards compliant browser? In whose universe? I've seen Explorer load a page differently on each of three consecutive loads! Explorer doesn't support framesets properly, and...blah! Must stop before I degenerate into incoherant hate filled babbling...

      --
      "I think we should tax people who stand in water! " - Mr. Gumby
    7. Re:Obviously an English-Only Type by marmoset · · Score: 1

      Wow, that is so cool. I never knew my browser (Chimera) supported Runic. The next time Thor visits, he'll have no problem surfing Valhalla's site. Phresh!

  18. The pop-ups are the main reason I use mozilla by BoomerSooner · · Score: 2

    The coolest thing is you can selectively allow pop-ups based on whether they are requested (followed link) or not.

    I cannot remember if Chimera does this but I think it does. Once Chimera implements 90% of Mozilla I'm changed for good.

    My favorite feature (this is real cheezy I know) is the fact I can add a Home button next to the stop button without having to show the Personal Toolbar!!! YEAH!!!

    1. Re:The pop-ups are the main reason I use mozilla by BandwidthHog · · Score: 2
      The coolest thing is you can selectively allow pop-ups based on whether they are requested (followed link) or not. I cannot remember if Chimera does this but I think it does.
      Yep.
      Once Chimera implements 90% of Mozilla I'm changed for good.
      They have. Gecko's in there in it's entirety, and that's the whole web browsing portion of Mozilla. (Except the resource hogging XUL environment; sorry, but it's true.)

      It's the preference interface that isn't full featured yet. In other words, it will honor every pref set by Mozilla, even the ones it doesn't present to the user. So either set them from Mozilla, or edit the file 'prefs.js' by hand.
      --

      Quantum materiae materietur marmota monax si marmota monax materiam possit materiari?
  19. whoopie doo by BigBir3d · · Score: 2, Insightful

    I thought we all new there was only 4 real choices:

    1) IE
    2) Mozilla or variant therof
    3) iCab
    4) Omni

    IE was/is the most reliable rendering wise...

    Mozilla/Netscape et al, too slow and buggy.

    iCab was ok.

    Omni I hate.

    There really is no good browser for OS X.

    A fast IE with tabs that is not a Microsoft product would be great. To bad Apple has little apparent interest in doing such a thing.

    1. Re:whoopie doo by GTsquirrel42 · · Score: 1

      I must agree to an extent. Even Opera, my browser of choice in Windows, isn't nearly as efficient in OS-X. I really think more attention needs to paid to the Macintosh world of internet users.

      --
      "I was raised by a cup of coffee" -Homsar
    2. Re:whoopie doo by Anonymous Coward · · Score: 0

      Except that 2) includes Chimera, which is not the least bit slow, and is starting to get pretty darn stable.

    3. Re:whoopie doo by Twirlip+of+the+Mists · · Score: 2

      Omni I hate.

      Dude, if you take the very best browser overall for the Mac and dismiss it with "I hate this," of course you're going to end up with no good choices.

      OmniWeb is not without flaws. It needs some CSS improvements, seriously, and some JavaScript improvements. But its text rendering and Cocoa features (like spell-checking in a textedit box) can't be beat. It's got great regular-expression URL filtering, too. I use OmniWeb most of the time, and Chimera on those rare occasions when I have to.

      "I hate this" isn't a very good critique.

      --

      I write in my journal
    4. Re:whoopie doo by BigBir3d · · Score: 2

      ok...

      CSS doesn't work

      Java is useless (double entendre...)

      My bank's website didn't agree with it (first browser ever)

      slooowwww....

      tabs?

    5. Re:whoopie doo by Alan+Partridge · · Score: 1

      >ok...
      >
      >CSS doesn't work

      agreed, but I rarely read wired anymore so...

      >Java is useless (double entendre...)

      Java is useless on ALL Mac browsers!

      >My bank's website didn't agree with it (first >browser ever)

      my three credit card and one bank site work PERFECTLY

      >slooowwww....

      not on my DP533 - what are you running?

      >tabs?

      no, but it handles windows very nicely, like opening links BEHIND. If Omni do add tabs, I hope they leave it optional.

      --
      That was classic intercourse!
    6. Re:whoopie doo by BigBir3d · · Score: 1

      >not on my DP533 - what are you running?

      ex-girlfriend has a iMac 700MHz G4 with 3/4 gig o RAM running Jaguar (10.2.1)

      did a side by side comparison with my P3 500MHz IBM ThinkPad (600X) that is running win98se with only 192mb RAM, and the laptop is faster (IE, Mozilla, & Netscape) than the iMac, using same browser. All 3 were faster than Omni and iCab also.

      I love OS X, but the 'internet experience' is pretty sucky... Wanted to buy a iBook (G3 700MHz), but it was slow enough that I got the used ThinkPad instead.

    7. Re:whoopie doo by qengho · · Score: 2

      OmniWeb is not without flaws. It needs some CSS improvements, seriously

      "Some" CSS improvements?? OmniGroup is so far behind the curve on CSS that I don't bother to account for it in my sites.

      its text rendering...can't be beat.

      I used to agree, because it was the only browser that used OS X's text rendering capabilities. Recent versions of Mozilla now use Cocoa for text rendering, obviating the only real presentational advantage of OW. I can't comment on its other nifty features because it's just too frustrating to watch it break compliant sites.

      Mozilla ain't perfect. It renders fairly quickly, but the interface is a bit rough and the programmers don't seem to know about multi-threading (trying to open a new tab while a page is loading usually takes two or three tries). However, it's the benchmark for standards compliance, and for that I'm eternally grateful.

    8. Re:whoopie doo by Twirlip+of+the+Mists · · Score: 2

      Recent versions of Mozilla now use Cocoa for text rendering

      True, but the text still doesn't look right. The leading is wrong, and cannot be adjusted. Compare, oh, Slashdot's main page in OmniWeb to the same page in Chimera. The OmniWeb version looks noticeably better.

      Mozilla ain't perfect.

      Mozilla is, ultimately, a hack. I appreciate the work that went into making the user interface fully cross-platform, but it was wasted effort. It would have been better to have a native branch for Mac, a native branch for Windows, and so on. More work to maintain, but the result would have been far superior, which is the only thing that counts.

      I have, at various times, tried to use either Chimera or full-blown Mozilla as my main browser. I just can't do it. OmniWeb just blows them both away in terms of overall quality of the browsing experience.

      --

      I write in my journal
    9. Re:whoopie doo by qengho · · Score: 2

      Compare, oh, Slashdot's main page in OmniWeb to the same page in Chimera.

      I did, and couldn't see any real difference. OW lets you adjust the leading? I can't find it in the prefs.

      Mozilla is, ultimately, a hack.

      No real argument from me here. I'm just so happy that somebody is emphasizing standards-compliance that I'm willing to overlook (for a while) the shortcomings in the UI.

    10. Re:whoopie doo by Anonymous Coward · · Score: 0

      "I did, and couldn't see any real difference."

      Then you have bad eyesight, or a blurry CRT.

    11. Re:whoopie doo by Twirlip+of+the+Mists · · Score: 2

      OW lets you adjust the leading?

      No, text leading in OmniWeb looks good by default, whereas with Chimera it looks way too tight by default. Neither program has an adjustment that I know of, but OmniWeb gets it right and Chimera gets it wrong.

      --

      I write in my journal
    12. Re:whoopie doo by podperson · · Score: 1

      Chimera is a fast IE with tabs that's not a Microsoft product. Well actually it's a fast Mozilla with tabs that's not a Microsoft product which is even better since:

      1) Gecko renders pages not specifically and solely tailored to IE better than IE does.

      2) It even does a pretty good job with IE-tailored stuff.

    13. Re:whoopie doo by mrtrumbe · · Score: 1
      So you've completely dismissed Chimera Navigator by lumping it together with Mozilla, eh? You've just lost credibility there, bub. There are really very few similarities between the two when talking about usability.

      I think that most people who have used Chimera would agree that it is much faster than Mozilla (mostly in UI operations) and it beats IE's rendering speed any day. And, though this might be more highly contested, its about equally as buggy as IE. And the Gecko engine is completely standards compliant and renders correctly almost all of the time. And Chimera's Flash support (and plugins in general) are getting better every day (try it with version 0.6 and the newest Flash betas; works great).

      And finally, you missed probably the biggest advantage that Chimera (and Mozilla for that matter) have...THEY ARE OPEN SOURCE! Bugs are fixed quickly (and you can easily report them and participate in their squashing). Nightly builds are available. And you aren't owned by MS.

      You're dismissal of browsers other than IE--and ESPECIALLY Chimera--is shortsighted and ignorant. Someone mod the parent down as Troll. I would have, but I just used all of my mod points. Dang!

      Taft

  20. Chimera Cons by DoktorFaust · · Score: 5, Insightful
    From the article in reference to Chimera:
    Prone to crashes; minimal preferences; limited support for Flash.

    Notice that all of these cons are just what you'd expect in beta software -- in fact, improvements in all of these areas has been made since the release of 0.6.

    This suggests to me that Chimera is going to be one awesome brower when it reaches 1.0
    --

    Die Menschen verhoehnen was sie nicht verstehen. -- Goethe.
    1. Re:Chimera Cons by Morky · · Score: 1

      Agreed. The Chimera project has turned a corner in a big way since 0.5. It is as solid as IE now, renders better and is much faster. I predict no other browser will hold a candle to it by 1.0. By that I mean on any platform.

    2. Re:Chimera Cons by joel_mac · · Score: 1

      At the end of the article, Macworld says as much: "Although Mozilla is still too similar to its Netscape cousin in performance, Navigator's speed and rendering fidelity make it the OS X browser to watch."

    3. Re:Chimera Cons by fermion · · Score: 1
      I would like to state here that I consider the creators of Chimera to be the most noble of persons and cannot thank them enough for their generosity. To me, Chimera is the killer App for OS X. It is one of the few applications that makes me happy I am running OS X.

      rant on
      As previously stated, the usefulness of an application that one uses every day cannot be stated in a simple features matrix. It can only be a title earned with use. IE, for everyday use, is not even an option. Netscape is barely an option. Mozilla is good, but still to complex.

      Lets take a look at the cons. Chimera did crash at 0.5, but now it is stable. Even when it did crash, it was still more useful than IE. Chimera has never crashed on me since it reached 0.6.

      Chimera has minimal preferences. For the most part setting preferences is not a daily task. It is not the thing that, over time, is going to rack up the hundreds of hours that say, directed to a vendors search service by default, might waste. Can anyone catagorize the amount of time wasted when IE would set the homepage and search engine back to MSN after upgrade? Most things can be done in Chimera. The most obvious missing feature is accept/reject image preference. I think the biggest mistake a developer can make is to over engineer the preference GUI at the expense of more oft used features.

      As far as flash is concerned, that is more an issue to the advertisers and content distributors that to me, as a user. Flash has wasted so much time in my web browsing experience, through useless splash screens, advertisements, etc, that I have it turned off in everything except IE. If I can get into a site without using flash, I just usually skip that site.

      BTW, the only reason IE is on my computer to access some (unfortunately) important sites in which the developer has implemented so IE only bug. I guess they were too illiterate to learn real HTML.
      ran off

      --
      "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
  21. uh... by Anonymous Coward · · Score: 0

    >
    A fast IE with tabs that is not a Microsoft product would be great.
    >

    Oh, you mean like Chimera?

    It has tabs, and it usually renders pages slightly faster than Mozilla.

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

      usually

      still slower than IE

      crashes even more than mozilla did, in my experience. causing system wide slowdowns, on a G4! this is not acceptable.

      Phoenix 0.2 for windows is more useful than chimera was for OS X.

    2. Re:uh... by Anonymous Coward · · Score: 0
      I'm afraid that I'm going to have to respond to your post.

      > Still slower than IE
      I ran some tests on a 500K HTML document served off of my hard drive. Chimera loaded it in 15 seconds. IE took 20.

      > Crashes even more than mozilla did
      Have you tried the Nightly Builds?

  22. You forgot to include the chorus by cappadocius · · Score: 3, Funny

    It's all about the Pentiums baby

    --

    omnia tua castra sunt nobis

  23. Pluses he missed... by DarkRecluse · · Score: 5, Funny
    "...Microsoft Internet Explorer 5.2.1...
    Price: free
    Pros:Most reliable renderer; good performance; great standards support.
    Cons: Sporadic cache and redraw problems; doesn't take advantage of new technologies such as tabbed windows or ad blocking."
    He forgot a few pluses... So let's update those Pro's and Cons...
    "...Microsoft Internet Explorer 5.2.1...
    Price: one measly soul
    Pros: Most coded for renderer; theatrical; standards support it well; No unused processor time; evokes joy in others; slows down your machine to prevent it from going to fast for you;
    Cons: What cons? Who needs a soul?..I mean, REALLY"
    --
    --"It's Bradford Company, slash your last name, dot your first name"
  24. I wouldn't surf without... by lbrt · · Score: 3, Interesting

    Chimera or Links.

    Chimera is a fast lightweight (unlike Mozilla) browser using Gecko layout engine and Cocoa user interface. Links on the otherhand is an excellent text browser. Sadly neither one was in the review.

    *lbrt

    1. Re:I wouldn't surf without... by Anonymous Coward · · Score: 0

      Ibrt, you are dumb.

    2. Re:I wouldn't surf without... by BandwidthHog · · Score: 3, Informative
      Chimera is a fast lightweight (unlike Mozilla) browser using Gecko layout engine and Cocoa user interface. Links on the otherhand is an excellent text browser. Sadly neither one was in the review.
      Uhh, yeah it was. That's what Navigator 0.5 is, Chimera.

      But other than that, you're right about it. It's lightweight, and *fast* as hell. It also now renders pages almost as beautifully as OmniWeb, but I'll admit I haven't tried that lately. Speaking of which, didn't the article say Omni is free? Wasn't last I knew.

      Oh well, it's MacWorld. They served us well in their day, now, well... What are ya gonna do?
      --

      Quantum materiae materietur marmota monax si marmota monax materiam possit materiari?
    3. Re:I wouldn't surf without... by nonsuchworks · · Score: 1

      Speaking of which, didn't the article say Omni is free? Wasn't last I knew.

      It's donation-ware, which suits most folks' definition of "free" (useable at full capability for an unlimited time without paying), and it never cripples out or otherwise gets in your way. And the donation messages are actually pretty funny.

  25. One Vote for OmniWeb by TheCouchPotatoFamine · · Score: 1, Interesting

    I know someone else out there HAS to give up to OmniWeb with me. It renders SO beautifully. It's fast. And it really IS written in Cocoa.

    I don't care if Mozilla *calls* itself Cocoa --- If i cant use CocoaGestures with it then it ain't, period. I do believe that it's the only browser (haven't used iCab) that lets you do this so far (as all apps really written in cocoa will support).

    if you don't kmow what Cocoa Gestures is, download this http://www.bitart.com/CocoaGestures.dmg NOW!

    and you'll thank me.

    --
    CS majors know the time/space tradeoff, but they never get taught the 3rd, crucial, tradeoff of the set: comprehension!
    1. Re:One Vote for OmniWeb by MoneyT · · Score: 2

      Has Omni web improved it's load speeds though? I remember with early versions of Omniweb, the pages were amazing in terms of rendering, but it took forever to do anything, even worse than other browsers under OS X (the original release)

      --
      T Money
      World Domination with a plastic spoon since 1984
    2. Re:One Vote for OmniWeb by Anonymous Coward · · Score: 0

      OmniWeb is my choice for browsing, but for downloading large files it is hopeless. Almost always gives up the download at some random point, and doesn't seem to have a resume feature like every other browser out there.

  26. Customizing Chimera by megabulk3000 · · Score: 2, Informative

    This article explains how to bookmark groups of tabs in Chimera. And this one tells you how to block images selectively by server. The more I use Chimera, the more I like it-- it's fast and stable, and it's nice to know that folks can expand upon its functionality easily. It seems like every day I learn about a new way to trick out Chimera.

    1. Re:Customizing Chimera by Twirlip+of+the+Mists · · Score: 3, Insightful

      Yuck. I don't want to use a browser where you have to have an article that explains how to do things.

      I do not, for example, want an article that tells me how to make Chimera's tab-to-focus only work with text boxes instead of with every UI element on the page. I just want it to work correctly.

      --

      I write in my journal
  27. Make _Terminal_ Work For You by ChrisDolan · · Score: 4, Informative

    Try this on the command line:

    bilbo% open "http://apple.slashdot.org/"

    It uses you Internet prefs to decide which browser to launch.

    But do you want to see something really bizarre? My prefs are set to use IE as the default browser (yeah, I know, sorry). But If I explicitly try to launch an url with mozilla, it launches in IE instead. That is, the following command launches IE:
    open /Applications/Mozilla.app "http://apple.slashdot.org/"

    *shrug*

    1. Re:Make _Terminal_ Work For You by pudge · · Score: 3, Informative

      open didn't even open http URLs before 10.2 ...

    2. Re:Make _Terminal_ Work For You by Onan · · Score: 3, Informative


      I'm afraid that doesn't explicitly ask to use mozilla; you need to use -a to specify an opening application.

      open -a /Applications/Mozilla.app "http://apple.slashdot.org/"

    3. Re:Make _Terminal_ Work For You by norwoodites · · Score: 2

      even easier `open -a Mozilla "http://apple.slashdot.org/"', you do to say the path to Mozilla or any other app if it has been opened before or in a Standard location, /Applications, ~/Applications, or /Network/Applications.

    4. Re:Make _Terminal_ Work For You by dubstop · · Score: 2, Informative

      Something similar was annoying me. In the finder, I'd set *.html files to be opened by my browser choice and it worked fine, but when I opened a site from (for example) mail, it always brought it up in IE. I finally discovered that the browser preference also has to be set in the System Preferences - Network panel.

    5. Re:Make _Terminal_ Work For You by ChrisDolan · · Score: 2

      Ahh, thank you! I had quite misunderstood the open command. I guess I should have RTFManpage instead of relying on bad examples... :-)

    6. Re:Make _Terminal_ Work For You by russellh · · Score: 1
      that's because open requires the -a option to indicate the name of the application to launch. do man open. Two comments: you don't need the full path to the application, and it's best practice to use single quotes for urls (in general):

      open -a Mozilla.app 'http://apple.slashdot.org/'

      --
      must... stay... awake...
  28. Re:iCab... so good by Anonymous Coward · · Score: 0

    iCab has been my default browser since day one. My needs are fairly simple with regards to code (I don't often visit pages that are jam packed with all the latest and greatest web standards) although with each release its getting closer to covering many of the more complex things.

    In fact iCab was the FIRST browser to pusue standards compliance as its main goal. The problem is that its a small team and they can't get everything working at once (that's why it's still only a Preview release).

    But what a Preview!!

    iCab has much too much going for it cover in this post. It is the most configurable, compact browser I have ever used. Stable as hell, snappy and very well thought out.

    As has been mentioned, the filter manager has to be the Holy Grail of web control. If you're a control freak this thing is for you.

    The Link Manager is terrible handy. The kiosk mode can be a godsend. The contextual menus do just about everything. And with the new Beta the cache navigator is working again! Browsing your cache can be an enlightening experience!

    It's still not finished but if only all unfinished products were as good as this.

    And I see two or three of the suggestions I made to the team have made it into the new beta.

  29. *ALERT!* Unix-Poser in sight! by Anonymous Coward · · Score: 0

    It's Lynx, not links you dumbass! If you've actually EVER USED IT you'd know that, since you have to TYPE THE COMMAND IN to use it; no clicking you fag. Fucking Unix poser; You've probably never even TOUCHED the command line of your Mac. FUCKING COCKSUCKING UNIX-POSING LOSER.

    1. Re:*ALERT!* Unix-Poser in sight! by lbrt · · Score: 1

      Dude, go read your homework.
      It's what the site says: "Lynx-like text WWW browser with tables".

      Links just happens to be much better than Lynx ...but what the hell. I'm just waisting my time writing to you.

      *lbrt

    2. Re:*ALERT!* Unix-Poser in sight! by yack0 · · Score: 2

      It's lynx and it's links.

      The person here was referencing the more powerful links as opposed to the still useful standby, lynx.

      --
      -- There is no sig line, only Zuul.
  30. Bake-offs like this are inherently flawed by melquiades · · Score: 5, Insightful

    The problem with side-by-side comparisons like this -- MacWorld is an especially egregious offender -- is that they strongly favor comparisons on quantifiable attributes, like feature matrices and benchmarks.

    Unfortunately, these things aren't what users really care about.

    Most any modern browser will render most any web page at a perfectly acceptable speeds. I don't really give much of a shit about rendering times, unless some browser's are so incredibly bad that I actually notice them. (Perhaps I'm more patient than some users, but honestly, I really don't care. They'll all just fine.)

    What I care about is the whole "browsing experience" -- and that's hard to quantify. A program's functionality is more than the sum of its features: it also involves how well those features work together, and the smoothness of the facade under which they fit. I don't actually want a lot of features -- I want very few powerful features that give me tremendous functionality.

    This bake-off misses the subtle, truly important differences that make it worth switching. For example:

    OmniWeb renders pages gorgeously. They just ... look better. They're easier on the eye, scan faster, read faster, and are just ... pleasing. I defy even Tufte to quantify that.

    OmniWeb (and, increasingly, Chimera) feel much more like OS X apps than the alternatives. They have great UIs. Apple goes a long way toward quantifying that in their HI guidelines, but really, it's a "feels good" thing.

    Mozilla's tabbed browsing isn't just a feature in a checklist -- it's a wonderfully powerful and well-thought-out feature that's tightly, thoughtfully integrated with the app. Menus are keyboard shortcuts for tabs are there where you'd want them; tabs behave helpfully and sensibly. It's not the tabs that are exciting; it's the fact that they work so darned well.

    Do keep trying, MacWorld. I'm glad that somebody at least acknowledges that there are alternatives!

    1. Re:Bake-offs like this are inherently flawed by dnewlander · · Score: 1

      And this, in a nutshell, is why magazine reviews and website comparisons between the Mac and Windows fail to understand *why* Mac users, in general, are loyal to the platform.

      It's got more to do with Apple's tradition of putting users, not features or speed, at the heart of the design.

  31. Old article by Daleks · · Score: 5, Insightful

    Internet Explorer 5.2.1 [...] Most reliable renderer; good performance; great standards support.

    Um, what? If this were true, then why would Apple make an article documenting the IE's shortcomings? Also, on the subject of verions, why do they test version 0.5 of Chimera? 0.6 is much better and has been out since November 4th. It's a month later! The tested version of IE is 5.2.1, but on my machine I have 5.2.2. The modification date is October 3rd. This article is dated.

    Also why didn't the article address security? I seem to recall a problem with IE in that when it would download .hqx files it would automatically execute them. Granted it doesn't do this anymore, but it shows IE has a bad track record.

    1. Re:Old article by Alex+Thorpe · · Score: 2

      These print magazines, MacWorld and MacAddict, seem to take at least two months to go to print, and this article we're discussing is already about a month old. I really just read them for reviews these days.

      --
      "Common Sense Ain't" -Unknown
    2. Re:Old article by cspiff · · Score: 1

      Yes, most industry monthly print magazines have long lead times. When I worked for a small mailorder retailer that advertised in MacWorld and MacUser (US), we had to submit our ads 3 months in advance of the cover date. That is partly because publishers like to ship each month's issue almost a month ahead of time. This gives more shelf life to the magazine. Retailers generally put the magazines on the shelf the moment they come in, but don't remove old unsold issues until it's past their cover date. So you can expect to see both the December and January issues on newsstands now.

  32. Chimera by MalleusEBHC · · Score: 3, Interesting

    Some people have pointed out that Chimera is at 0.6 already. However, as much of an improvement as this is for stability, I think it should be noted that turning of disk caching increases stability as much if not much more. Since I turned off disk caching I have only had one crash of Chimera as opposed to crashing about once every 2-3 days. (This is with the nightly builds that tend to be less stable than the regular release.) Turn of disk caching and enable http pipelining, and Chimera beats the pants off anything out there. It's fast, it has tabs, and it's nearly as stable as the other browsers even though it's a beta.

    1. Re:Chimera by lysurgon · · Score: 2

      Where are the prefs for "disc caching" and "http pipelining"? I love chimera (using it now), but the lack of powerful preferencing is my major pet peeve.

  33. IE Fast??? by Fished · · Score: 3, Informative

    Okay, I don't know what anyone else's experience is, but my primary reason for switching to Netscape 7.0 (then to Chimera starting with 0.6) was that IE was so incredibly slow and unreliable, prash-crone and sluggish. I almost wonder if they are using the same IE I am to call it faster and more reliable.

    --
    "He who would learn astronomy, and other recondite arts, let him go elsewhere. " -- John Calvin, commenting on Genesis 1
  34. If it hasn't got TABS then it doesn't rate by evil_roy · · Score: 4, Interesting

    How could anyone who has experienced tabbed browsing discount this feature? The lack of tabbed browsing alone places IE dead last. When you add in the fact that it doesn't support ad-blocking the whole article becomes a troll.

    Of course IE will win if you discount features it doesn't have.

    1. Re:If it hasn't got TABS then it doesn't rate by uzzell · · Score: 1

      Someone has got to explain to me the appeal of tabs. I don't like them. I have yet to see a browser that has them that has a keystroke to switch tabs. And I want to do it with my keyboard. Any help here?

      --
      "Politicians are the same all over. They promise to build a bridge even where there is no river." -- Nikita Khrushchev
    2. Re:If it hasn't got TABS then it doesn't rate by iso · · Score: 4, Interesting

      Chimera has Command-{ and Command-} to switch to previous and next tab respectively. Not much help if you don't run Mac OS X, but why not submit a feature request to bugzilla?

      - j

    3. Re:If it hasn't got TABS then it doesn't rate by a-moll · · Score: 1

      I'm sitting on a windoze here, but i just ctrl-tab'ed and switched tabs (moz1.2.1). I'm not sure about moz on osx, but i'll try it when i get home.
      And whith mousegestures it gets even better. upp righ/left to change tab, upp starting at the link to open it in other tab.
      I've seriously considered using ie on school to reduse my surfing here (to get any reading done), becouse i get so much more iritated when surfing in ie. No tabs and no mousgestures, how am i going to use such a cripled browser?!?! ;)

    4. Re:If it hasn't got TABS then it doesn't rate by mbbac · · Score: 1

      Maybe because tabbed browsing is a bad UI.

      --

      mbbac

    5. Re:If it hasn't got TABS then it doesn't rate by damiam · · Score: 2, Insightful
      The appeal of tabs is that you can read down an entire page, middle-clicking interesting links as you go and opening them in the background. This is a lot easier than seeing a cool link and trying to remember to visit it after you're done with your current page, or interrupting your reading to visit it immediately.

      As for switching tabs with the keyboard, Mozilla, Galeon, and Phoenix all use Ctrl-PgUp and Ctrl-PgDn, although I'm sure those bindings are configurable.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    6. Re:If it hasn't got TABS then it doesn't rate by Anonymous Coward · · Score: 0

      Which is a moronic keyboard command, because it involves having to hold down shift.

      Why don't they make it just Cmd-[ and Cmd-]?

    7. Re:If it hasn't got TABS then it doesn't rate by Xenex · · Score: 2

      "The appeal of tabs is that you can read down an entire page, middle-clicking interesting links as you go and opening them in the background."

      I do this with OmniWeb. Tabs have nothing to do with it.

      I also have Cmd-` (often incorrectly written as Cmd-~) bound to the side button on my MouseMan Dual Optical, which makes cycling simple.

  35. Could it be? by Anonymous Coward · · Score: 0
    *Gasp* Some people don't like tabs! Shock! Horror! I know it's hard for Mozilla-lovers to grasp, but the world doesn't revolve around tabbed browsing, except maybe while using IRIX.


    What many of the IE bashers fail to realise is that IE has many features that none of the other browsers do, and it works with any site you could care to name.

    1. Re:Could it be? by The+Bum · · Score: 1
      and it works with any site you could care to name.

      I beg to differ. There are a few e-commerce sites that *require* IE 6.0 and won't work at all on a Mac if your browser doesn't lie about itself to the site. In that regard, I have found that OmniWeb works best, as long as you set it up to masquerade as IE 6.0. (Opera also supports the same type of masquerading, but it generally doesn't otherwise work well with those types of sites.) However, I use Chimera 0.6 as my primary browser, as I find IE (and OmniWeb) to be much slower than Chimera on my iBook SE 466.

  36. Path of Least Resistance by eshine · · Score: 2, Informative
    ...points to Chimera. It just works, with very little fuss.

    There aren't a ton of rational reasons. It's all feel. IE for Mac feels like Microsoft's operating systems; that is, like junk food. Omniweb gives the impression that is thinking oh so hard about how to construct a page.. iCab made more sense in OS 9, and Opera is easy to forget about after it crashes. That said, I've gone back to the Chimera .5 formulation; .6 appears unsteady.

    And yeah, I like tabbed browsing. Wow. My desktop's already a mess, might as well not add to it.

  37. I don't care about web standards... by anarkhos · · Score: 1

    Most web sites work without JavaScript, CSS, etc. Well at least sites with actual content.

    My primary reason for using IE is it has the better Mac interface. It supports drag+drop peroperly and supports InternetConfig settings. In fact without IE I couldn't even change the system-wide MIMEfilename extensionHFS type mappings.

    It's SAD that Explorer, which hasn't improved in a VERY long time, still has the best interface.

    Yes, I have tried EVERY Mac OS X browser out there!

    --
    >80 column hard wrapped e-mail is not a sign of intelligent
    >life
    1. Re:I don't care about web standards... by Anonymous Coward · · Score: 0

      You think IE's interface is better then OmniWeb's?

      You obviously have no clue about interfaces then.

  38. no tabbed windows for netscape? by Anonymous Coward · · Score: 0
    Pauses when drawing new windows; nonbrowser add-ons make it feel clunky and encumbered; no tabbed windows.


    Um, last I checked, Netscape 7.0 had tabbed windows.
  39. WAISTING???? by Anonymous Coward · · Score: 0

    waIstingg ???

  40. About OmniWeb's Speed, an informal test by TheCouchPotatoFamine · · Score: 2, Informative

    my box:
    867Mhz Quicksilver G4, 2Meg L3
    640 Megs Ram,
    Many Open Applications, with Uptime > 2 days.
    There is sufficient free memory to avoid any
    swapping.

    i'm using DIALUP avg 4.0 Kb/sec for both tests.

    opening ESPN (what they liked to test in the article), it takes:

    OmniWeb
    1:32 Seconds.

    Mozilla
    1:11 Seconds.

    BUT, considering that it's dial-up and not highspeed, I think the render-time proportions between the two would shrink to a factor where OmniWeb's other merits become a factor to appreciate.

    Observe, I ran them consecutively. They don't share caches so they both loaded from scratch. Being 4:00am on a college dialup means there aren't many fluctuations in network availability.
    if we imagine then that everything was the same, but run 16 times faster (like a dsl can easily achieve), then the rendering times come out to be

    5.75 second for OmniWeb,
    4.4375 for Mozilla.

    That is not a large difference. Someone up on the thread mentioned that it's really hard to get objective speeds with browsers, but this is a unbiased as i can get. Especially when, did i mention, i'm a 56K warrior.

    I think Omni caught up.

    Now feel free to blow my little science fair project away...

    regards, jamesr.

    --
    CS majors know the time/space tradeoff, but they never get taught the 3rd, crucial, tradeoff of the set: comprehension!
    1. Re:About OmniWeb's Speed, an informal test by michaelggreer · · Score: 1

      5.75 second for OmniWeb,
      4.4375 for Mozilla.

      As I read it, OmniWeb is 77% the speed of Mozilla, which I think is significantly slower: it renders at about 3/4 the speed. This is noticable, especially over high-speed lines where the download time is not evening the scores out.

  41. Human interface guidelines compliance by osolemirnix · · Score: 2
    IMHO they didn't even do the quantifiable part very well. For example they should have checked how well the browsers fit Apple human interface guidelines, which would in part reflect the overall "browsing experience".

    Things like klicks in the URL address bar:
    single klick: place the cursor
    double klick: mark a word
    triple klick: mark the whole line (URL)

    Or drag-n-drop support:
    Can I drag-n-drop a URL address or HTML file item onto an open browser window? Onto the browser icon in the task bar or on the desktop? Can I mark text in a HTML window and drag it to an open editor window? Is text from HTML tables tab separated? etc.

    All in all a pretty shallow review, but then it's only MacWorld, and not a serious computer magazine suited for geeks...

    --

    Idempotent operation: Like MS software, wether you run it once or often, that doesn't make it any better.
  42. Mozilla variants vs. IE by Anonymous Coward · · Score: 0

    Uhhh... you *do* realize that Mac MSIE *is* a Mozilla variant, right? That's why it's so different from the Windows version.

    Mac MSIE identifies itself as "MSIE/Mozilla 4.0" I believe...

  43. This is a hopeless article... by podperson · · Score: 1

    1) It doesn't rate Chimera, iCab, or Opera because they're not final release. Frankly these days for most software "final release" is a meaningless phrase. Maybe MacWorld needs to have a provisional rating scheme to make articles like this meaningful.

    2) NetScape 7.0 is stated as having "no tabbed windows". Um, what?

    In any event, unless you're starved for bandwidth almost all these programs are free. Why not download them and make up your own mind?

    And as a final note: tabbed browsing really makes up for rendering issues. You don't notice a new page's loading time nearly as much when it's opened in a background tabbed versus having a blank window shoved in your face...

  44. OS X Browsers by uzzell · · Score: 1

    I guess my issue is this: I don't like Netscape because its flipping huge, and seems slow to launch, and generally slow. I haven't used Mozilla much -- I'm on a dial-up connection, and I don't have time to keep downloading the new version that comes out every three days. I've tried Opera, and I liked it -- up until they threw in the tabs. Opera does not appear to have a keystroke for changing tabs -- that I've found. IE may not be ideal, it may not be up to standards, it may be evil, and all that. But, for me, it works. I'd love to be using some other browser, but I have yet to find one that is fast, stable, has keystroke shortcuts, holds to the standards, etc.
    Please give me something other than IE --now. I'm sure Chimera will be there eventually, but I'm somewhat conservative. I want one browser. Not three. Not one that gets reprogrammed every week.
    Can any browser meet those requirements?

    --
    "Politicians are the same all over. They promise to build a bridge even where there is no river." -- Nikita Khrushchev
    1. Re:OS X Browsers by psychopracter · · Score: 1
      Opera 6 is my browser of choice for OS X. Don't bother with 5. SLOW.

      I refuse to use IE on ANY platform.

      The last time I downloaded Netscape (6 months ago) freaking CLASSIC ENVIRONMENT launched, so I hozed it off my drive. If they can't bother to carbonize it, I can't bother to use it.

      iCab doesn't do CSS. (The site I write for uses CSS. I code a lot of CSS tags, so it's useless to me.)

      Omniweb doesn't like CSS , and wonks things up when I post in various forums (like buttons dissapear.)

      Despite a few bugs here and there (the world was never conquered in beta) Opera 6b3 is what I have on the G4 at home. It's fast, stable, and very customizable.

      --
      OS X:*nix for the real world.
  45. Well... by Amiasian · · Score: 1

    I give a vote for Omniweb. First, beautiful rendering. Second, it's Cocoa, and thus you get all the benefits of services, which I cannot stress enough. Third, in Omniweb, you have a nice HTML editor with error checking. Fourth, ad blocking and pop up blocking. Fifth, shortcuts ... which I realized are really quite useful. It's just I overlooked them, because with Omniweb using them is ubiquitous. I've grown accustomed to searching Versiontracker by typing vt "query", Google by typing Go "search", a dictionary site by Define "word", etc. In and of itself, that's a cool feature ... but being fully Cocoa, I can combine this with services. A good example is when I'm talking in Fire and someone wants me to look something up for them. Simply Go "Search" Apple+A and then Control Shift U. Boom, search. That's convience. True, we need tabbed browsing and speed enhancements. But, I'm willing to deal with those short commings.

    1. Re:Well... by Molz · · Score: 1

      OmniDictionary's service rocks too. When ever I see a word in OmniWeb I don't know, just select it and hit Cmd-= and it pops up in OmniDictionary.

      --
      Can I Play With Madness?
  46. Fastest web browser by Paladeen · · Score: 3, Interesting


    By far, the fastest web browser for MacOS X is the quick'n dirty port of Phoenix.

    Quite frankly, it is amazingly speedy, although it lacks quite a lot of features. But if you are willing to sacrifice compatibility for speed, it's the way to go. Launch speed is pretty lousy, but once it's launched, boy is it fast!

  47. the best browsers will choke by nuckin+futs · · Score: 1

    No matter how good a browser is, it can't compensate for badly coded sites.
    In other words, it's basically garbage in, garbage out.
    If a webmaster optimizes for Windows IE, there will be certain functions that just won't work with any other browsers. One example is wmf/wma files. It always gives me trouble when I'm not using an MS OS.

    1. Re:the best browsers will choke by berniecase · · Score: 1

      Windows Media is just about the only thing I'd like to see working in Chimera. Apart from that, Chimera's a wonderful browser. I like seeing the speed difference between a PowerBook G4/500, iMac G4/800, and Dual G4/867. Chimera's wickedly fast on that PowerMac, and still quite quick on the other computers.

  48. Re:iCab... so good by 3Bees · · Score: 1
    iCab has been my default browser since day one.

    I've been using iCab for a couple years now and have only recently become unhappy with it. Their support for nested tables has gone to hell, and they seem to support many elements of CSS sporadically (sp?) at best. I still use it and enjoy it (my god, what would I do without their image blocking, contextual menu, error report, etc.?), but I wish they would re-fix their damn tables!

    It is the most configurable, compact browser I have ever used. Stable as hell, snappy and very well thought out.

    Hear, hear! I switched to iCab way back when because I will *never* use Explorer as my main browser and NN is so bloated it was making me sick. iCab is light and fast. It would be nice if they took a lesson from Mozilla's form manager though...

    --
    "I think we should tax people who stand in water! " - Mr. Gumby
  49. Re: Pausing text on a 500MHz G3? by Anonymous Coward · · Score: 0
    Matthew Weigel (888) wrote:
    Chimera pauses for each character entered, and it is definitely not a Cocoa text field.

    Zuh? I'm running 100MHz less than you (and yes, it's a G3) and there are NO pauses in Chimera while I type.

    Omniweb is nice, but the bastard won't even render some Apple corporate HTML properly. Try going to the .mac login screen with Omniweb.

    Chimera, rules. Plain & simple. Rules.
  50. odd config by gumbi+west · · Score: 2, Insightful

    Did anybody else notice that they had just 256MB in the computer? 10.2 launches and that's it, its all swap from there on out. If you actualy have $30 to blow on memory your computer will perform much better and differently than these tests.

  51. Re:Problems with Banks? by splateagle · · Score: 1

    Interesting.

    my flatmate and I both use OmniWeb 4.1 (on different machines) both bank online (through a total of four different banks) and have no difficulties what so ever in doing so.

    In my experience OmniWeb only fails to render a page correctly very *very* rarely, certainly no more frequently (in its current incarnation) than IE5 did last time I used it for any length of time, and far less frequently than the only other candidate I've any experience with: Netscape 7 (which I'm stuck using on the Mac at work - blech!)

    This of course just demonstrates the core of the "Problems with [the] article" which is that we all browse different combinations of a bewildering number of sites, most of which are undergoing almost constant editing and reconstruction, so we all have different experiences... *shrugs* happily I've found the browser that works for me.

  52. I have a dream... by xvi · · Score: 1

    My ideal browser would be something like Chimera with iCab's filter manager (with real regexps, not the current fakes). iCab filter manager just rocks. Period.
    Maybe the guys at iCab should use Gecko and concentrate on what is their added value?
    Aaaah, let me dream...

  53. iCab is both the best and the worst by Anonymous Coward · · Score: 0

    For those who use browsers in a professional capacity, good ad-blocking is essential, as is built-in validation. But the CSS? I honestly think iCab simply gave up a long time ago. Pity.

  54. There's no "best" browser by kitzilla · · Score: 4, Insightful

    There's really no "best" browser. Each has its strengths and weaknesses.

    I use Chimera/Navigator almost exclusively now. The Flash instability problems seem to be a thing of the past, and even the nightly builds are useable. It's damn fast, and renders better than IE or OmniWeb. Preferences are still a bit spartan from the UI, but you can always edit the preference file by hand if you want tweaks. I've enabled HTTP pipelining and some other things in that manner. There are also pointy clicky utility programs like Chimerchanga that will do this for you if a text editor is inconvenient.

    Mozilla for OS X handles certain Javascript better than Chimera. It's more mature, but it's slower and doesn't feel like an OS X app. It's a good choice for those who prefer suites to standalone browsers. The mail program is quite serviceable.

    Netscape 7 is a bit clunky and cluttered. It's great if you access Netscape webmail, or if you need a spellchecker within your mail program.

    OmniWeb is a very respectable browser: fast and pretty, and quite stable. Like Chimera, it has a support community around it. I recently loaded OmniWeb and spent a few hours seeing how it has come along. A very nice ride, but I miss tabbed browsing. I understand tabs will make it to OmniWeb soon.

    IE for OS X is a much better browser than its Windows counterpart. I keep it on my drive to access our company's internal websites, which all require IE. It handles tables poorly. Don't bring it to Slashdot.

    Opera has a huge following: it feels light and was the first with tabbed browsing. You can set it to identify as pretty much any browser right from the toolbar. I've never liked its rendering, but a lot of folks think it's great.

    iCab does nothing to my satisfaction, but has its own faction of supporters.

    In my view, it's a great time to be an OS X user. We have a ton of great browsers. My top 3, in this order: Chimera, OmniWeb, and IE.

    All bets are off if Apple delivers a branded browser. It would almost certainly be based on Chimera/Navigator. Would be nice to see a commercial distribution of an already terrific product.

    --
    This is my post. There are many others like it. If you don't like what you read here, go try one of the others.
  55. reliability? by andyhuey · · Score: 1

    I'd really like to see a browser comparison that emphasizes reliability. Nothing on my new iBook ever crashes, except Mozilla and IE. They don't crash all *that* frequently, but it's way more often than on my PC, strangely enough. At some point, I'm going to play around with OmniWeb, and see how that is.

  56. Chimera Image Preference Pane by WiseWeasel · · Score: 1

    Check out this hint that shows how to add an image handling preference pane to Chimera's prefs. It works great, and adds that most essential feature you mentioned.

    --
    "I like systems, their application excepted", George Sand (French)
  57. OmniWeb rules by verytechnical · · Score: 1

    I'll represent. OmniWeb is the only browser I've used for many months. I used to keep Mozilla around just in case, but I just haven't needed it.

    Something amazing that the reviewer missed is the fact that you can drive OmniWeb using speech recognition. It just works. Say page up, it goes page up. Say the name of a link, and even on a Slashdot page with many links, it works.

    Persistant history (global and window-specific), bookmarks in a drawer, Services, spell checking in forms, and the most intuitive, invisible UI you have ever seen make OmniWeb great.

    Plus throbbing Aqua Submit buttons!