Slashdot Mirror


PC Magazine Reviews Firefox, Opera

prostoalex writes "PC Magazine reviews Mozilla Firefox 0.9.1 and Opera 7.51, noting: 'Security concerns aren't the only reason to seek an alternative [to Internet Explorer]. IE's slow rendering engine and dearth of privacy features may plant the thought in some iconoclastic minds that it may not be the best browser for everyone.' 4 stars for Firefox and 3.5 for Opera, so looks like a Firefox win, although the editors do point out FF's troubles with DHTML as well as Opera issues with JavaScript."

55 of 700 comments (clear)

  1. Mozilla, Opera and Firefox... by shackma2 · · Score: 5, Informative

    Mozilla, Opera and Firefox, from my unscientific perspective, seem to load web pages quicker than IE, but what really bothers me is how slow the mozilla opera and firefox load times are. I can either get to the web quickly with IE, or wait a while with firefox for a minute page load time diffrence.

    1. Re:Mozilla, Opera and Firefox... by elbazo · · Score: 4, Informative

      That is because IE is part of the OS unlike Opera and Firefox. If you use WinXP or 2003 open the process manager and set the firefox/opera process to realtime, might do the trick.

      Baz

    2. Re:Mozilla, Opera and Firefox... by mopslik · · Score: 4, Informative

      I'm not entirely sure what you're saying here.

      Mozilla, Opera and Firefox ... seem to load web pages quicker than IE.
      I can either get to the web quickly with IE, or wait a while with firefox for a minute page load time diffrence.

      Pages load faster in M/O/Ff, but they're a minute slower in M/O/Ff? I think what you're getting at is this...

      but what really bothers me is how slow the mozilla opera and firefox load times are

      If you're talking about clicking on the IE icon vs. clicking the M/O/Ff icon, and having the application pop up ready to roll, then keep in mind that IE loads on boot. That way, it gives you the impression of loading faster.

    3. Re:Mozilla, Opera and Firefox... by spectecjr · · Score: 5, Informative

      That is because IE is part of the OS unlike Opera and Firefox. If you use WinXP or 2003 open the process manager and set the firefox/opera process to realtime, might do the trick.

      1. IE is a set of components that provide HTML rendering support for the OS. It is not loaded with Windows.

      2. Setting Firefox/Opera to realtime will cause other system functions to slow to a crawl and/or possibly crash.

      3. Mozilla and Firefox can be loaded exceptionally fast on Windows. It's very simple. DO NOT install QuickLaunch, but allow the Mozilla build process to correctly bind and rebase its DLLs. When it's done, you'll have a version of Mozilla which loads AS FAST AS Internet Explorer.

      If the dll binding procedure did not make it into the Mozilla installer, that explains why people are still seeing it launch slowly.

      This crap about "IE runs faster because it's part of the OS" is a myth propounded by people who really just don't know anything about how Windows loads processes and DLLs. Any time you have an app that loads slower than its competitors, consider this:

      1) Is it loading ALL of its DLLs into memory at startup? Or does it dynamically load them as needed? (The latter is faster).

      2) Is it loading a lot of potentially unnecessary COM components at startup instead of as needed? (As needed is faster).

      3) Are its DLLs rebased correctly so that they don't need to be fixedup by the Application Launcher when they load? Does it have a clean memory map? (Most non-Microsoft apps do NOT take this step - which is fully documented in MSDN - which means that their load times will be 10 to 20 times longer than apps which DO rebase their DLLs).

      4) Are its DLLs bound at install-time? Binding DLLs reduces the time necessary to load and patch the import/export table of processes and DLLs, by pre-patching the import/export table and attaching a signature to it to catch if the external DLLs change. (Most non-Microsoft apps Do NOT take this step - which again is fully documented in MSDN - which means that their load times will be another 4 to 7 times longer than apps which DO bind their DLLs).

      Sloppy development practices lead to sloppy performance.

      --
      Coming soon - pyrogyra
    4. Re:Mozilla, Opera and Firefox... by Jaguar777 · · Score: 2, Informative

      I'm not entirely sure what you're saying here.

      Mozilla, Opera and Firefox ... seem to load web pages quicker than IE.
      I can either get to the web quickly with IE, or wait a while with firefox for a minute page load time diffrence.

      Pages load faster in M/O/Ff, but they're a minute slower in M/O/Ff? I think what you're getting at is this...


      I believe he meant minute[minoot](as in small amout of time). Not minute(as in 60 seconds).

      Mozilla, Opera and Firefox ... seem to load web pages quicker than IE.
      I can either get to the web quickly with IE, or wait a while with firefox for a tiny page load time diffrence.

      --
      Maybe you should educate the morons of tomorrow so they'll stop believing the leaders of tomorrow. - Dogbert
    5. Re:Mozilla, Opera and Firefox... by mike2R · · Score: 2, Informative

      I can't remember if this is a standard option or an extension, but you can get Firefox to prompt you before closing a window with multiple tabs

      Thinking about it, I'm pretty sure its an option in the Tabbrowser Preferences extension.

      --
      This sig all sigs devours
    6. Re:Mozilla, Opera and Firefox... by SimplexO · · Score: 3, Informative

      IEHTML is loaded in the OS to display lots of things (folders, icons, your desktop, etc). It's part of the windows shell. The IE application just loads up the browser chrome, and uses the preloaded IEHTML to display websites.

      Firefox (the quickest-launching of the Mozilla line) has to load up gecko, the rendering engine, each time a process starts. It's browser chrome is just some JavaScript, CSS and the data to be displayed (XUL), which is displayed using gecko. If your shell were to run on top of the GRE, and Firefox were allowed to share that GRE, it would load up almost instantly -- seconds before an IE that wasn't halfway loaded into memory.

      Who would load up faster, Firefox or IE when both were forced to load everything from scratch? I don't know. It doesn't matter though. Fx loads fast enough for me now.

    7. Re:Mozilla, Opera and Firefox... by bheer · · Score: 2, Informative

      Comctl.dll first shipped with Windows 3.x. Comctl32 was an evolution and first shipped with the initial release of Windows 95 (when the Internet wasn't even a twinkle in MS' eye), not IE (source). Calling it IE-specific is a travesty. New versions of Commctl.dll were shipped with all Internet Explorer releases and Windows Service Packs, because Microsoft was on a jihad then to spread IE far and wide and wanted uniform UI across different OS flavors and service packs (all of which had different versions of Comctl32 -- ah, the joys of having both the browser and OS developers in the same organization).

      Btw, if Mozilla was slow for the sole reason that it did not use native widgets (==Comctl32) then perhaps they should have taken tips from the SWT guys and used freakin' native widgets. Thankfully, this is not the case. As several Win32 developers have repeatedly pointed out, Mozilla is slow mainly because it's compiled badly. Rebasing helps, and the new Moz builds are faster because of that. There are many other optimizations possible, but I believe most of them will be moot because by that time Firefox will rule the roost.

      As for MSHTML: Log into a freshly booted Windows 2000 box, with Web View for folders disabled (i.e., 'Classic view' enabled), Active Desktop disabled, and no Web-related shell accessories like Google's Deskbar. In this configuration, MSHTML is not loaded. And yet even here IE starts faster than Firefox - code optimized for one platform will trump xp code every time. Firefox has the overhead of init'ing a lot more stuff: for example it has to load XPCOM whereas IE can simply call OLE directly, which is loaded because the shell uses it.

      Of course, Firefox is still very usable because it is secure, has kickass extensions like Adblock and Scribe, and is fast enough in terms of both load time and normal use.

  2. Re:What about IE? by marnargulus · · Score: 5, Informative

    IE 6.0 got a 4 out of 5 on their reviews site. Click on "more reviews" and it lists all their reviews.

  3. Ingrained attitudes by robogun · · Score: 5, Informative
    From the review of Mozilla/Firefox:
    CONS: Default installation doesn't include many functions; you have to download additional features via the Extensions Manager. Will not load ActiveX and VBScript; this prevents certain kinds of attacks, but also disables the normal functions of some sites.


    Those are PROs if I ever saw one. Drive-by software installs and buggy Active-X is the reason I spend ten hours a month cleaning up computers of friends and family. WHo subseqently receive Mozilla and are forbidden to run IE except for Windows Update forevermore, on pain of no more free computer work.

  4. Re:User-Agent stats? by Anonymous Coward · · Score: 5, Informative

    our site was roughly 95% internet explorer 4 months back...we've started plugging firefox fairly often(has to be repeated - people that use IE are too slow to get it the first time, no?) and it's now at 30.3% moz/firefox users.

  5. Re:Alright Mozilla by no+reason+to+be+here · · Score: 3, Informative

    isn't FUD usually just speculation and half-truths.

    All the recent stories concerning IE's horrible security have been demonstrably true.

  6. Re:User-Agent stats? by elbazo · · Score: 2, Informative

    I read an article on the register that indicates for the first time in ages Internet Explorer has gone down in usage "For the first time since Microsoft saw off rival Netscape in the 1990s Internet Explorer's virtual stranglehold on the browser marketplace has loosened. IE's share decreased slightly from 95.7 per cent to 94.73 per cent in the month up to 6 July, according to Web metrics firm WebSideStory." Baz

  7. Re:User-Agent stats? by lortho · · Score: 2, Informative

    There was a recent Slashdot post discussing a PC World report that IE's market share has decreased 1% in the past month.

  8. Re:User-Agent stats? by RobertB-DC · · Score: 4, Informative

    Has anyone been tracking Firefox/Mozilla in the User-Agent stats for a large site to see if it is truly pulling browsershare from IE?

    Well, when I linked to a little-viewed page on my site (during a discussion of poker, really!), the stats showed a surprising number of non-IE visitors. It seemed to be about half IE, half Opera, Mozilla, and the like. An awful lot of visitors weren't using Windows, either.

    That means either 1) Slashdot visitors use alternate browsers and OS's, or 2) Slashdot visitors like to modify their browsers' User-Agent strings. With this crowd, I'd think both are equally likely.

    --
    Stressed? Me? Of course not. Stress is what a rubber band feels before it breaks, silly.
  9. Re:Proof is in the Pudding by Neophytus · · Score: 4, Informative

    If there's one thing that I couldn't fault IE on is the fact that it actually displays pages pretty fast.

  10. Re:IE User by Stingr · · Score: 2, Informative

    I switched to Firefox a little less than a year ago and let me tell you the difference then was incredible. After I got used to the new UI everything was smooth sailing. The only complaint I had about it back then (.7 at the time IIRC) was that, compared to IE it was a little sluggish when loading pages. However this was fixed in .8 and keeps getting better and better with each new version. The only complaint I have now is that some webpages will only work properly in IE. (I know it's not Firefox's fault but it's still annoying.) However there is an extension you can download that will add an "Open link in IE" option to the context menu which makes this problem a lot easier to cope with. All in all I say go for it!

    --
    Chaos reigns within.
    Reflect, repent, and reboot.
    Order shall return.
  11. Re:Last Straw by bwthomas · · Score: 2, Informative

    it's a very nice thing to use a browser built on a framework which allows you to decide for yourself which components you want active. Obviously you can turn off Active-X and other IE only stuff, but it's annoying that something so easily exploitable is there, on by default, and used by website designers designing for IE. Basically, the thing overlooked by the review is that Firefox is, to some extent, everything to everyone (so to speak); it can be lightweight, it can be feature filled. IE is... well, it's IE. it's buggy, non-standards-compliant software.

  12. Re:Opera... by Nakito · · Score: 4, Informative

    In my book gets 4.5 stars. But the java/javascript errors that come up constantly are a bitch and a half.

    I give it 4.5 stars as well. I've been using Opera since version 3. My favorite features are the very simple things that let you browse painlessly even on poorly designed sites. For example, there is a button on the toolbar that lets you toggle images on and off without the need for changing your preferences. There is another button that lets you instantly override the color and font setting of a page with your own defaults. You can also turn off all plugins with a single checkbox. I tend to browse primarily for information, and nothing annoys me so much as poorly chosen backgrounds, graphics, and fonts that get in the way of reading the text. Opera lets me get straight to the content. It's a good browser, even though it is a bit flaky on javascript.

  13. And from the BBC by driftingAimfully · · Score: 4, Informative

    The BBC are running a similar story too:

    Rivals nibble at Microsoft's IE
  14. To Really Speed FireFox/Mozilla Up by ironwill96 · · Score: 5, Informative

    The only issue I had initially with FireFox and Mozilla is how slow they seem to load picture-heavy sites such as www.cnn.com

    To speed up the load times of all sites add the following to your user.js file (if it doesnt exist - for Windows users, go to the run menu and type: %AppData% and then browse through the Mozilla folder and any sub folders until you get to your profile folder - inside of this create a new text document and call it user.js):

    // This one makes a huge difference. Last value in milliseconds (default is 250)
    user_pref("nglayout.initialpaint.delay", 0);

    // Change to normal Google search:
    user_pref("keyword.URL", "http://www.google.com/search?btnG=Google+Search&q =");

    // Instead of annoying error dialog messages, display pages:
    user_pref("browser.xul.error_pages.enabled", true);

    The other two changes are ones i've found useful as well - the second one changes the browser to do a normal Google search from the location bar instead of doing an "I'm Lucky" Google search (this is more useful in Mozilla than FireFox since FireFox comes w/ the Google search bar built in).

    The third change makes Mozilla and FireFox display error pages like IE instead of annoying dialog boxes when an error occurs (such as page not found). This helps a TON when doing tabbed browsing.

    Hope those tips are helpful for everyone else as much as they were for me. For more of them go to http://texturizer.net/firefox/tips.html

    --
    "To strive, to seek, to find, and not to yield." - Tennyson
    1. Re:To Really Speed FireFox/Mozilla Up by yeremein · · Score: 4, Informative
      As a warning: if you edit prefs.js while the browser is running, it will overwrite it when you exit.

      You can type about:config in Firefox's URL bar to change these preferences while the browser is running.

    2. Re:To Really Speed FireFox/Mozilla Up by SCHecklerX · · Score: 3, Informative

      You should use about:config these days to change prefs.

    3. Re:To Really Speed FireFox/Mozilla Up by anti-trojan · · Score: 2, Informative

      Thank you... Did you know that typing about:config in the url bar saves the hassle of editing prefs.js?

      Also I advise you to enable HTTP pipelining support by changing the values of network.http.pipelining and network.http.proxy.pipelining to true, and setting network.http.pipelining.maxrequests to a higher (like 100) value.

      Try visiting CNN before and after changing these settings (of course, delete your cache too).

    4. Re:To Really Speed FireFox/Mozilla Up by Anonymous Coward · · Score: 2, Informative

      // This one makes a huge difference. Last value in milliseconds (default is 250)
      user_pref("nglayout.initialpaint.delay", 0);

      That preference (which controls how long Gecko waits before painting anything on the screen) actually makes rendering take longer as it has to do more repaints in total. It's only the perceived loading time that's reduced (that said, I often wonder how many people can really tell the difference between a delay of nothing and a delay of a quarter of a second).

  15. Now that you have changed your browser... by freeduke · · Score: 4, Informative
    would you go any further?

    Instead of using the default Windows software, as you have seen, other applications runs well under windows: Firefox and Opera are cool for browsing, but now that you are on the way to change your mind, give thunderfox a try, it is far better than outlook (or outlook express).

    Then, forget your included windows media player, and try alternatives like BSplayer and others. When you want to edit a picture, use Gimp for windows or replace your illegal copy of Word by OpenOffice.

    And if you enjoy what you are getting, and this new perspective of choices, jump in and join the GNU/Linux community.

  16. Re:User-Agent stats? by Em+Adespoton · · Score: 2, Informative

    Simply Accounting. Of course, since this depends on ActiveX controls, it really *does* depend on IE -- PureTracks just says it does, because their DRM can be bypassed by any other browser.

  17. Don't uninstall it... by fanfriggintastic · · Score: 2, Informative

    First off, you shouldn't totally uninstall it, else you lose access to Windows Update. Sure you can use the auto-update, but you lose a lot of control that way, and you won't get access to the non-critical patches that way.

    On top of that, the benefit of freeing up the drive space IE requires is not worth the headahce of trying to remove the damn thing, especially since part of it is built into the OS. Instead, if you have the Service Patch installed, you can use the Control Panel uninstall, which simply removes access to IE. At least it'll keep IE "out of sight, out of mind..."

    --
    This is not the greatest sig in the world, no. This is a tribute.
  18. On Opera's ad... by Illissius · · Score: 4, Informative

    ...just want to point out that it's just a Google text ad in the toolbar. Completely unintrusive, and after two days unnoticeable unless you happen to be bored and want to look at what it's saying (which ranks up there with reloading /. on ways to waste time effortlessly).

    --
    Work is punishment for failing to procrastinate effectively.
  19. Re:Dearth of Privacy Features? by Anonymous Coward · · Score: 1, Informative

    Firefox has this (Tools, options, privacy, cookies, exceptions) and the prompt for cookies allows always accepting cookies from the site (adds the site to the Exceptions list).

  20. Re:User-Agent stats? by prockcore · · Score: 4, Informative

    Has anyone been tracking Firefox/Mozilla in the User-Agent stats for a large site to see if it is truly pulling browsershare from IE?

    I work for a newspaper.. we don't do technology news so the people visiting our site are strictly Joe Blow. (Same dudes who read our paper).

    Here are our top browsers for July:

    68% IE 6.0
    6.2% AOL (IE)
    4.3% Mozilla/Firefox
    4% IE 5.5
    4% Netscape 7
    2% Safari

    all the others are webtv, opera, konq, etc

    I don't know why they count Gecko based browsers separate from Netscape 7.. it's just something Omniture does.

  21. Re:Dearth of Privacy Features? by Anonymous Coward · · Score: 1, Informative

    This annoyed me too. But then I found Cookie Culler, an extension.

  22. Re:It's only a matter of time... by Random+Web+Developer · · Score: 2, Informative

    happened a couple of days ago for the windows build (with the shell: exploit) a few hours later there were already multiple(3) ways of updating(2) or disabling the feature (1)

    --
    Artists against online scams http://www.aa419.org/
  23. Re:I run Moz/FF exclusivly but... by manWorkSucks · · Score: 2, Informative

    as another poster said, this has been fixed, and if i remember correctly from the coverage on slashdot the other day, it's really an OS (Windows) issue. Moz. on other OSes wasn't affected and all browsers using the shell support suffered from this. Publicizing this as a Mozilla flaw is clearly just grasping at straws to try and drag Mozilla down. And the fact that there's already a fix for Moz. speaks highly for the developers.

    --
    NERDS!!!!
  24. Re:Proof is in the Pudding by Anonymous Coward · · Score: 1, Informative

    Try loading a huge page (say 2MB of HTML or so) in Firefox. Verrry Sloooow. Also, javascript can be sluggish.

  25. Re:Article Text (site seems slow) by Condor7 · · Score: 2, Informative



    Opera has an option to start where you left off last time, Mozilla has the Session Saver extension.

  26. Re:Out of the frying pan... by Derang() · · Score: 4, Informative

    And if that happens, where is the security update infrastructure to ensure everyone gets patched?

    As of 0.9, firefox has an automatic update checker thing to let the user know when new versions are availible. It seill has a few kinks to be worked out, but they're going in the right direction.

  27. Re:The only thing I ever need IE for by Anonymous Coward · · Score: 1, Informative

    Erm, Domino Web Access (previously called INotes) works just fine with Firefox. I use it everyday. Your Notes admin most likely needs to update your mail template to the latest version.

  28. Re:Alright Mozilla by Smidge204 · · Score: 5, Informative

    I've always equated FUD with the use of disinformation to gain a competative advantage by invoking fear, uncertainty and doubt in the public about your competitor's product. In this case:

    1) The information ("IE is insecure" etc) is verifyably true and reported by many different people and organizations.

    2) The people behind Mozilla and Opera are not the one generating the reports about their competitor's (Microsoft's) products.

    3) The people involved with 1 and 2 (The ones finding and reporting the security issues, and the ones championing Moz/Opera) have no (apparent) vested interest in seeing IE lose it's market share.

    So I'm not convinced this article coutns as FUD in that respect.
    =Smidge=

  29. Is MSIE a "browser". No! by rcgawenda · · Score: 2, Informative

    Let me explain: We'll take the browser word as all of we are thinking, ie. a program that displays/navigates webpages. Web pages are HTML, transferred to the browser using HTTP. HTTP is a "defined" standard, and it marks as REQUIRED the compliance with some other RFC docs, one of them being the URI definition doc, in which is allowed the proto://user:pass@site/path that MSIE disabled in one of the latest 500 patches. Let's do some 1-1=0 MSIE doesn't support http, and then it shouldn't be called browser.

  30. Re:Article Text (site seems slow) by realmolo · · Score: 4, Informative

    If you like CrazyBrowser, you really should be using Maxthon (formerly MyIE2):

    http://www.maxthon.com

    It's like SUPER CrazyBrowser ;) And it's updated constantly.

  31. Re:Mozilla and Hotmail by pydron · · Score: 4, Informative

    Use the extension MozEx, which allows you to select which apps launch when you click on a link.

  32. Re:IE User by cuzality · · Score: 2, Informative
    there is an extension you can download that will add an "Open link in IE" option to the context menu
    IE View
    by Paul Roub
    http://texturizer.net/firefox/extensions/#ieview
    Version: 0.8
    File Size: 22 KB
    Updated: 2004-06-15

    Adds "View page in Internet Explorer" links to the content and link context menu. Handy for previewing pages in IE, loading up IE-only pages when you run across them in Mozilla, etc.

  33. Re:which extension by Anonymous Coward · · Score: 1, Informative
    locating good extensions is a pain it would be nice to get them all in one place and rated by users.


    You mean just like at update.mozilla.org?
  34. Re:Opera... by Ruediger · · Score: 2, Informative

    FF has an image zooming extension but AFAIK it won't scale text and images automatically.

    --
    "...personality goes a long way."
  35. ...so install a User Agent switching tool by Goldenhawk · · Score: 2, Informative
    ... like User Agent Switcher Extension. Why on earth would you let a site identify your browser correctly when you can spoof it? If you want to continue to "plug" your use of a non-IE browser, you can always append some explanatory text at the end, like:
    --Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Actually Mozilla Firefox - try it now!)

    The beauty of the FireFox design IS the plugins - you can do this kind of thing.

    Oh, and by the way, there are many other ways to do this, and you can also do it in Opera and Mozilla. Here's a comprehensive article on how to manipulate the User Agent strings.

    --
    --Brandon / Split Infinity Music

  36. Re:Proof is in the Pudding by displaced80 · · Score: 4, Informative

    Umm... find out a little more about what the browsers are doing.

    There's always a trade-off between rendering speed and quality. Do you start to lay-out the page before all content has been fetched, thus incurring unsighltly redraws and reflows as new content invalidates the current best-guess display? Or do you hold off on painting somewhat to allow more content to arrive, and thus a better initial layout?

    Gecko-based browsers give you full control over this, so you can tune it to your network performance. By default, it always waits 250msec (or is it less now?) before displaying anything. Of course, it ain't twiddling its thumbs during this -- it's building the page, but not showing it to avoid ugly reflows. Jump into the prefs (type about:config and find initialpaintdelay) and set it to 0 to make it render immediately.

    It's psychological. That inital pause where nothing appears to be going on may make you think Gecko's slower than IE. But the time from initiating the load to a mostly-complete layout may well actually be smaller than IE.

    If you really want to learn about this stuff from a guy who's as close to being a guru as you're gonna get on this subject, check out this post on Dave Hyatt's (Moziila/Apple developer) weblog.

    --
    What's the frequency, Kenneth?
  37. Re:Actually Opera is order magnitude faster. by guidryp · · Score: 2, Informative

    "That's not a feature that is unique to opera. I know for a fact that IE can do it and I am fairly certain that FF can do it as well. "

    Actually having the option is not the same as having a speedy implementation of it. I just tested all three browsers.

    I changed IE as you suggested. With firefox I used preferential to change the cache check_doc_frequency to never.

    I then ran a series of web pages in each then stepped back and forward with buttons. Results:

    Opera seems like you are flipping a static image cache it is that fast. No hesitation absolutely instant.

    Both IE and FF have noticiable delay, you can see the items drawn on the screen. In one page they took a long time. Firefox was the slowest and still seemed to be loading. Perhaps the option doesn't work.

    This page was quite slow on both. All pages lightning on Opera.
    http://www.theweathernetwork.com/weather/c ities/ca n/pages/CAON0512.htm

    If I had to guess, I would say opera is caching pre-rendered pages, while the others store files but render when you load the page.

    Whatever the reason, my original point remains, Opera is an Order of magnitude faster with cached pages. It is not contest. Once you get used to INSTANT, you can't go back.

  38. Re:There is no such thing as DHTML! by the-matt-mobile · · Score: 2, Informative

    Try this: create a page with a hidden layer

    Um... layer tags aren't standard HTML. It is a Netscape invention. So, this is one place where IE does the right thing. See here

  39. BSPlayer by Anonymous Coward · · Score: 2, Informative

    Let me just add that BSPlayer is an amazing program that runs much faster and easier than any current Windows Media Player version (admitedly, I have no problems with the 'unsupported' WMP 6.x but you can't get that from Microsoft anymore). I'm surprised more people on the Windows platform haven't heard it. In addition to a wide variety of features like subtitles, surround sound, faster seeking and... well actually I'm not very good at remembering which features WMP also has. But here's something really cool... BSPlayer can play incomplete files fairly well. That's right, corrupted downloads or badly compressed video is no longer a problem... as long as you have the appropriate codecs installed (still a necessary evil to install them manually, Gregorian Knot helps though)... you can view it. Even from unfinished P2P.

    Having just pronounced my love for BSPlayer, let me just say that an open-source application named VideoLAN plays incomplete files even better than BSPlayer, but it falls short in many other areas. I believe it's original purpose is to view streaming media off of a network.

  40. the last non-IE browser i used was netscape 4.7 by waspleg · · Score: 4, Informative

    Until about a week ago when i was introduced to Firefox. Here I'll give my opinions based on years of browsing and although I've used virtually every browser out there from lynx to safari I primarily use IE and have for the last several years so I will compare Firefox to it. As I've read other posts comparing speed, I find both of them render comparably fast, are compatible with roughly the same media and are basically equal at this level. People complain about the load times compared to IE but I really don't notice it that much, and there is none with tabs, they're very fast. I was skeptical at first and it still has a few annoying things I don't like but they're fewer than what I do so I'll list them first:

    CONS
    1.) you can't just press enter like in IE after entering information eg login/password, searches anything you have to press tab THEN enter.

    2.) it doesn't pass off most wmv files to mplayer2 like it should and does with everything else fine

    3.) why can't i run exes? must it not only second guess me but lock me into a forced download/install/delete cycle when IE lets me just execute after the download is complete trusting me to make the right choice?

    PROS
    1.) easily installed (ctrl-d, i like hte mimiced funcationality as it makes migrating easier for me and i'm lazy) highly functional bookmark toolbar buttons which even show the related website graphic with the associated website such as the green /. i'm looking at right now.

    2.) multiple browser tabs easily opened (ctrl-t), i had heard about these before but i grossly underestimated just how useful these really are until i started using them, never again will i go hunt and peck for the right IE window at the bottom my ever cramped taskbar.

    3.) beautiful and extremely functional themes with details only someone who made it with love would think to include like red/yellow/green status lights for if a tabbed page is loading and separate forward and back list box histories (i'm using nautipolis from the site i found simply by clicking on "get themes")

    4.) extension plug-ins available that flawlessly install, notable examples include a tiny java vm compared to the huge sun download and resource hog, easily done macromedia flash without any bullshit of registering or clicking through 400 pages to install associated with a similar typical IE 3rd party install, these are all seamlessly integrated and the installs are smooth. My personal favorite and most important extension is the adblock extension, which allows me to block source sites for ads with a simple right click and a wildcard.

    5.) built in search and popup blocking, you take these things for granted if you have the google toolbar installed as i did but this takes up less realestate (almost none, a tiny google search thumb in the right corner) and is more functional and the google news button is easily emulated as per the buttons mentioned above.

    Overall Firefox is extremely impressive and I'm rarely impressed and not only is it a lesson to microsoft not to sit on their laurels, in regards to adding actual functionality instead of endless security patches but its really a testament to how free software should be, polished, easy to use, portable and easily added on to by others. It's software products like these that will undermine monopolies and I'm sure htey're not unaware of the threat.

    It's a pity there isn't a few billion dollars to market Firefox with or they would dominate. Even so word of mouth is powerful and it generates a momentum that is difficult to turn back.

  41. Re:Opera is the fastest and smallest by Anonymous Coward · · Score: 1, Informative

    Neither Netscape Navigator v3 nor v4 had tabs. Not even Mozilla had tabs in the beginning.

    Oh, and Opera doesn't have tabs. Opera has true MDI, which is a gazillion times better.

  42. User-Agent Strings: Opera v. Firefox by nozzle! · · Score: 2, Informative

    One thing not mentioned in the reviews is that, while both browsers allow the user to change the reported user-agent string (Firefox through an add-on extension), only Firefox does this correctly, while Opera reports the user-agent you specify, PLUS Opera as well.

  43. How to make Firefox render pages faster than IE by Jack+Zombie · · Score: 5, Informative

    To make Firefox render pages faster than IE, start by typing "about:config" in your FireFox address bar. Look for nglayout.initialpaint.delay and set it to 0 (zero).

    The initialpaint.delay is the length of time (in milliseconds) after the server response before the browser begins to paint the page. By default it is 250 milliseconds, and even though by setting it to 0 (like Internet Explorer) makes it _seem_ to display pages faster, it ends up taking more overall time than with the default value.

    You can also make Firefox faster by:

    1.) Setting network.http.pipelining to true
    2.) Setting network.http.proxy.pipelining to true
    3.) Setting network.http.pipelining.maxrequests to a number between 1 and 8

    Enabling the pipelining features allows the browser to make multiple requests to the server at the same time. The "maxrequests" is the maximum number of requests it will send at once. 8 is the maximum Firefox allows it to be, but it may bog down yours, or the server, connection, so it is best to leave these options on their default values.

    More information about these and other tweaks are available at the MozillaZine's Firefox Tuning Thread.

    --
    "You should never doubt what nobody is sure about." -- Willy Wonka
    1. Re:How to make Firefox render pages faster than IE by Anonymous Coward · · Score: 1, Informative
      In addition to the above, you can also set 'browser.turbo.enabled' to true.


      Actually, that doesn't do anything. The function has been deprecated and has no effect.