Slashdot Mirror


Look Out, Firefox 3 — IE8 Is Back On Top For Now

CWmike writes "Internet Explorer 8 has shipped in its final version and is ready to take on its rivals. Preston Gralla reviewed it and says the latest version of Microsoft's browser leapfrogs its closest competition, Firefox 3, for basic browsing and productivity features — it has better tab handling, a niftier search bar, a more useful address bar, and new tools that deliver information directly from other Web pages and services. IE8 has also been tweaked for security and includes a so-called 'porn mode,' new anti-malware protection, and better ways to protect your privacy. The most noticeable new features? Accelerators and Web Slices. Think of an Accelerator as a mini-mashup that delivers information from another Web site directly to your current browser page. Web Slices deliver changing information from a Web page you're not actively visiting directly to IE8. There's one big problem for many, though. No add-ins, and there doesn't appear to be such an ecosystem on the horizon. So if you're a fan of add-ins and customizing the browser itself, writes Gralla, Firefox is superior. But for the actual browsing experience, IE8 has the upper hand — for now."

56 of 662 comments (clear)

  1. Best attribute by imajinarie · · Score: 5, Funny

    IE's primary function for me will still be as Firefox Downloader 8.0

    1. Re:Best attribute by XaviorPenguin · · Score: 5, Insightful

      Agreed.
      Besides, I think that whoever is using Firefox will continue to use it regardless of what IEX Browser comes out. The people that will be moving to IE8 will be those people that have used are privy to the previous IE Browser incarnations.

      --
      Friends help you move...
      REAL Friends help you move dead bodies... ^_^
    2. Re:Best attribute by MilesAttacca · · Score: 5, Funny

      Telnet? Real men would use SSH instead of telnet, but they wouldn't really be real men, because real men disassemble Ubuntu on a friend's computer, read it, then type the commands in all over again on their own from memory.

      --
      98% of America's teens drink alcohol, smoke, and have sex. Put this in your sig if you like bagels.
    3. Re:Best attribute by Buelldozer · · Score: 4, Informative

      Nevermind that /. comment links don't work in IE8 unless you enable compatability mode for the site. Additionally this comment box for replies, even in compatability mode, extends far off to the right and blows out the formatting for the site.

      There are still issues with the rendering engine and IE8 should NOT have gone live yet.

      All of that stuff works in FF.

    4. Re:Best attribute by lymond01 · · Score: 5, Interesting

      I tried the new Chrome 2 Beta which might not be what you're talking about. Definitely not ready for primetime by any means. Slow, clunky feeling, didn't load pages properly, etc. The old Chrome seems okay, except it has a problem rendering popular social networking sites.

      Firefox's memory usage, test shows, is 1/2 that of Chrome or IE 8 with the same 10 tabs open. It has plugins, cooler themes, is very fast, configurable. So if by "better" you mean "faster"...Chrome 1 is pretty quick as long as you don't mind rendering issues. IE 7 I guess I need to disable completely the Phishing feature instead of just Turn it Off because the browser still waits to load pages as if it's considering whether it meets the MS standard of acceptable surfing.

      Firefox works. Works well.

    5. Re:Best attribute by mrjohnson · · Score: 4, Informative

      If you're still using Firefox for something other than Web Developer and Firebug, I'd be willing to say you're doing it wrong.

      I run Linux you insensitive clod.

    6. Re:Best attribute by dotancohen · · Score: 4, Interesting

      I'm sorry, which one of IE8 and Chrome run in Ubuntu? Or should I go pay $$$ for Windows, so that I can pay $$$ for anti-virus/spy/adware/malware, so that I can update it every other day and still be paranoid about where I click, all so that I run one of those browsers? Oh, and learn all about definitions and exploits and security bulletins?

      No, thanks, for browsing the web Windows is way too much hassle and too much money. I want simple, I don't want to make a hobby out of using the computer. I'll stick with Ubuntu.

      --
      It is dangerous to be right when the government is wrong.
    7. Re:Best attribute by Ambassador+Kosh · · Score: 5, Interesting

      I may dislike IE8 for a lot of reasons but I would not be so quick to pin this one on IE8. The slashdot code base is HORRIBLE. Just look at the html that is being written, I have had problems with this site in konqueror at various times, webkit and opera. Mostly I think they just hack this site until it works in IE6,7 and Firefox and then call it done and don't worry about all the simple bugs in it that should be fixed that would make it work in far more browers.

      Actually I even started blocking some of the javascript on the page because it was slowing it down so much. Sometimes up to 3 seconds before the page would draw because it was waiting on one of those javascript tracking scripts.

      Slashdot is definitely not an example of a remotely well written site. Just test that yourself and validate it.

      --
      Computer modeling for biotech drug manufacturing is HARD! :)
    8. Re:Best attribute by hobo+sapiens · · Score: 5, Insightful

      Yes, I'd like to know who the devs are for the /. UI. I like slashdot a lot, but one has to wonder: if slashdot's own code is this bad and the interface is this bad, just how much geek cred does /. have anymore? A geek site should set the standard. Looks like they got some MBAs to redesign this site.

      --
      blah blah blah
    9. Re:Best attribute by ibbey · · Score: 4, Interesting

      If you're suggesting that should matter for web browsing something is very very wrong.

      Why wouldn't it matter? With a properly coded web browser that is designed to support multiple cores, it will make a big difference.

      I'm hesitant to get involved in a flame war, but here's my two cents. I've been running Chrome since about 2 days after it was released. In that time, the browser has crashed maybe a handful of times, vs. probably once a week with Firefox. When something does go wrong, it usually is specific to the page/tab, and doesn't bring down the entire browser, and while I had issues with tabs crashing early on, it almost never happens with the more recent updates. Speed? Seems plenty fast to me. I do have a couple of sites that won't work with Chrome, but it's a very small fraction.

      I was a dedicated Firefox user for several years, and I still use it for web development and those few sites that still won't work with Chrome. But until the Firefox guys come up with a new version, it's just plain outclassed by Chrome for day to day web browsing.

    10. Re:Best attribute by pohl · · Score: 4, Informative

      Given the KHTML/WebKit guys' reputation for actually targeting the spec (as opposed to Gecko--hello, moz-* CSS attributes), when there's a discrepancy between Gecko and WebKit, I'm going to assume that WebKit does it more correctly unless evidence to the contrary can be found.

      Both WebKit and Gecko have experimental CSS properties that they safely isolate under a namespace using an obvious prefix. Here are a couple of examples.

              x-moz-border-radius-topleft: 7px;
              x-webkit-border-top-left-radius: 7px;

      This is considered a safe way to extend CSS. Any web site with a standards-compliant CSS is unaffected by the browser's ability to do something with these properties. Furthermore, any web site that uses these experimental properties will gracefully degrade to a box with square corners when visited by a browser that does not recognize them. In the future, when rounded corners are in an official CSS spec, both Gecko and Mozilla can merely tie this behaviour to whatever the CSS spec calls this property.

      This is very unlike the bad old days of exerimenting with changes to HTML. Both Gecko and WebKit are doing the right thing here.

      --

      The "cue the foo posts in 3, 2, 1..." posts will commence with no subsequent foo posts in 3, 2, 1...

    11. Re:Best attribute by riceboy50 · · Score: 4, Insightful

      A lot of hardcore geeks I know dismiss interface issues as unimportant. Perhaps /. believes this enhances their geek cred?

      --
      ~ I am logged on, therefore I am.
  2. Fluff by HunterZ · · Score: 5, Insightful

    Looks like a bunch of fluff. Not even anything about raw performance or memory footprint or standards compliance.

    --
    Arguing about vi versus Emacs is like arguing whether it's better to make fire by rubbing sticks or banging rocks.
    1. Re:Fluff by JCSoRocks · · Score: 5, Insightful

      Yeah, what's the point of "better tab handling" and a "niftier search bar" if the results look like crap because it can't render everything properly?

      --
      You are using English. Please learn the difference between loose and lose; they're, there, and their; your and you're.
    2. Re:Fluff by JohnBailey · · Score: 4, Funny

      Yeah, what's the point of "better tab handling" and a "niftier search bar" if the results look like crap because it can't render everything properly?

      Be fair.. it renders everything perfectly....... Everything written for IE8 that is.

      --
      It is difficult to get a man to understand something when his job depends on not understanding it.
  3. Add-ins by nizo · · Score: 5, Funny

    [IE8 has] no add-ins, and there doesn't appear to be such an ecosystem on the horizon.

    Never fear; I'm sure there will be plenty soon enough, and they will most likely install themselves! Check here to find out about new ones as they get released.

    1. Re:Add-ins by Anonymous Coward · · Score: 5, Funny

      they will most likely install themselves

      Such convenience! Verily, IE is superior to Firefox. :P

    2. Re:Add-ins by Araxen · · Score: 5, Interesting

      Add-ins are the "killer app" of the browser for me. I don't think I'll ever switch from Firefox if competing browsers don't have this feature built into it. I just couldn't live without stuff like foxmarks, flagfox, customisegoogle, etc..

      Yeah, IE8 can render pages faster but who really cares when pages render in a matter of seconds in any of the browsers on the market. 1 or 2 second difference means nothing to me. Add-ins mean alot to me and are the defining feature and without them it makes IE an inferior browser to Firefox.

    3. Re:Add-ins by Hurricane78 · · Score: 5, Funny

      Bah. IE's add-ins are literally killer-apps!

      Try to beat that. ^^

      --
      Any sufficiently advanced intelligence is indistinguishable from stupidity.
    4. Re:Add-ins by stokessd · · Score: 5, Insightful

      I'd bet that a faster render engine WITH ads still loses against a slightly slower one and adblock.

      Sheldon

    5. Re:Add-ins by Camann · · Score: 5, Funny

      IE's add-ins are literally app-killers!

      --
      I can't believe you don't know what a Hasemalphaginnojinglanaporphomism is.
    6. Re:Add-ins by AKAImBatman · · Score: 4, Insightful

      But can someone explain to me how IE toolbars (which IE8 does support) *aren't* add-ins?

      Because they don't do jack to modify the behavior of the browser?

      Find me the toolbar that gives IE support for:

      - Selective blocking of advertisements
      - Experimental 3D Canvas
      - DOM Inspection
      - Preview page on link hover
      - 3D Bookmark management
      - Sidebar preview of tabs
      - FTP Manager
      - Warning of Site Tracking scripts

      These are expansions to *core* browser functionality. Toolbars don't do that. ActiveX plugins do, but there's no real ecosystem around ActiveX these days. (In fact, it seems like everyone's trying to figure out how to get rid of it.)

      BTW, when did you become a Microsoft apologist Blakey? I've been noticing you coming out in support of IE at every opportunity. I can't figure out why for the life of me.

    7. Re:Add-ins by Blakey+Rat · · Score: 4, Informative

      I don't consider myself a Microsoft apologist, I'm just allergic to bullshit so I try to combat it wherever and whenever I see it. On Slashdot, when talking about Microsoft, it's all over the place.

      Whether or not IE's addins are good or completely suck, whether or not there exists an ad-blocker addin for IE, the simple fact of the matter is that IE *does* have addins, and *has* had addins for longer than Firefox has existed.

      I can't go through and cover your entire list, but I do know that there's an IE addin to do DOM Inspection. I use it all the time. The aforementioned Google Toolbar does a lot of page manipulation, as well, like highlighting search results. I wouldn't be surprised if every item in your list exists in IE. (Except perhaps for "3D bookmark management", what does that even mean?)

    8. Re:Add-ins by AKAImBatman · · Score: 4, Informative

      I'm just allergic to bullshit so I try to combat it wherever and whenever I see it.

      Which is to say that you're unwilling to see the other side of the issue. You'd rather find some way to slip an argument through the needle?

      Whether or not IE's addins are good or completely suck, whether or not there exists an ad-blocker addin for IE, the simple fact of the matter is that IE *does* have addins, and *has* had addins for longer than Firefox has existed.

      Only if you're nitpicking language. Firefox add-ins are technologically similar in principle to what IE is capable of, but not the same at all from a user's perspective. From a user's perspective, they open the add-on manager, search for something cool, install it, and get new features in their browser that are embedded deep into its function. With IE, they can get a toolbar installed with various software (often whether intended to install it or not) that adds more useless buttons for them to click. How is the experience even remotely comparable? And some functionality is presented as an ActiveX control or ActiveX plugin. Which is yet another different thing that the user doesn't associate.

      Basically, Internet Explorer has nothing like this catalog: https://addons.mozilla.org/

      That's what a user believes. And they're more or less correct from the perspective they're looking at it.

      Except perhaps for "3D bookmark management", what does that even mean?

      Slight misspeak on my part. It's 3D Tab Management I was thinking of.

      https://addons.mozilla.org/en-US/firefox/addon/8879

      3D bookmark management is a different browser. ;-)

  4. Security? by afidel · · Score: 5, Interesting

    Accelerators and Web Slices both sound like they are big gaping security holes waiting to be exploited.

    --
    There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    1. Re:Security? by Alphager · · Score: 5, Informative

      You don't seem to understand what Accelerators are. They are additional markup which denotes that additional information can be downloaded on demand by the user. An example would be the map-accelerator: if you mark an adress with the additional markup, a user can right-click on the area and open google maps in an iframe. Nothing automatic, nothing wierd or non-standard. There even exist a firefox-addon for that functionality: http://www.cleeki.com/firefox.html

    2. Re:Security? by abigsmurf · · Score: 4, Informative

      Why are you getting modded insightful when you clearly didn't read the article. You are completely wrong on what accelerators are.

      Think of an Accelerator as a mini-mashup that delivers information from another Web site directly to your current browser page. Let's say, for example, that you're on a Web page with an address on it. Highlight the address, and then choose a maps accelerator, and you'll see a map of the address displayed in a flyaway -- a kind of pop-up on the page -- or else on another tab, depending on how that particular accelerator was written. You can interact with the flyaway map just as if you were on the map site itself.

    3. Re:Security? by Gerzel · · Score: 4, Insightful

      Except they are not consumers or rather not doing it fairly.

      By your argument a resturant shouldn't bitch and moan when a customer takes an entire bowel of free after dinner mints rather than just one.

      Also by your logic people who can't buy/afford a large non-limited bandwidth connection shouldn't bother to make things publicly available on the internet.

      Effectively, you're saying that only those with enough money to afford the higher cost should be allowed free speech on the Internet.

    4. Re:Security? by clarkn0va · · Score: 5, Funny

      an entire bowel of free after dinner mints

      What a terrible image!

      --
      I am literally 3000 tokens away from the chaotic crossbow --Stephen
  5. The speed of IE 8 let me get first post! by mahsah · · Score: 5, Funny

    Yes, thanks to the new javascript a-

    Well, crap.

    1. Re:The speed of IE 8 let me get first post! by Spliffster · · Score: 4, Interesting

      You are modded Funny, I would have modded You Insightful but decided to comment.

      In a time where even Joe Avarage's webpage starts utilizing javascript frameworks such as JQuery, ExtJs, GWT, prototype and the such I have to ask who cares about html rendering speeds?

      Trident, the rendering engine of IE, has been famous for it's bad Javascript performance (especially on string manipulation which is often heavily used). Does IE have better javascript performance? I ask, because the competition is successfully upping their standards in this area.

      -S

  6. Porn Mode? by Anonymous Coward · · Score: 5, Funny

    Will it prevent Sticky Keys from activating?

  7. A quick Google search by L4t3r4lu5 · · Score: 5, Funny

    1. Click this link: http://www.google.co.uk/search?q=ie8
    2. On the second search result, read the first line of the description.
    3. ...
    4. (Don't) profit!

    --
    Finally had enough. Come see us over at https://soylentnews.org/
    1. Re:A quick Google search by AlterRNow · · Score: 4, Informative

      And with a thought to those that might read this in the future, it reads:
      "Internet Explorer 8 Release Candidate 1 (RC1) indicates the end of the Internet ..."

      --
      The disappearing pencil trick. Let me show you it.
    2. Re:A quick Google search by RichardJenkins · · Score: 4, Funny

      How could they be reading it in the future? IE8 indicates the end of the Internet, duh.

  8. Does it adhere to standards? by nine-times · · Score: 5, Insightful

    My first question with every new release of IE is, "How well does it render valid HTML+CSS?"

    Yeah, I don't really care if it's fast and has "Web Accelerators". Will it display properly written pages properly? Are developers going to have to keep putting hacks into their pages to deal with IE quirks? If they aren't adhering to standards, then it's not really worth much.

  9. Re:Firefox will continue to be superior by sadtrev · · Score: 5, Insightful

    Or, Put simply, "No matter how slow it is, at least it has Adblock"

  10. Reloading a tab at the point that it crashed... by chalkyj · · Score: 4, Interesting

    Each tab is isolated from the others, so if one tab crashes, the entire browser doesn't go down. You can then restore the crashed tab, and when you do, it reloads with the information that had been in it when it crashed, such as a partially written e-mail. And if you were watching a video, the video will start playing at the point the tab crashed, not at the beginning of the video.

    Cool as that seems in theory, doesn't automatically reloading the exact state that the tab was in when it crashed mean that it will probably just crash again as soon as you reload it?

  11. All alone by AKAImBatman · · Score: 5, Funny

    IE8 Is Back On Top For Now

    You know that kid who rushes to the top of the hill, just knowing that he's finally going to win King of the Hill for the first time ever? Then when he gets to the top of the hill, he's elated when he realizes he's at the top... only to realize a few moments later that all the other kids ran up a different hill?

    That's Microsoft.

  12. Oh great by smooth+wombat · · Score: 4, Funny

    a niftier search bar,

    Niftier search bar? What, did they include Clippy?

    a more useful address bar,

    How much more useful can one make an address bar? It's sole purpose is to provide a place to type in a web address. If by useful, do they mean that horrid Awesome Bar?

    and new tools that deliver information directly from other Web pages and services.

    Oh joy. Nothing like having your connection come to a crawl as some Flash advertisement tries to load in another page as it it's "delivered" to your system.

    Ya know, there's something to be said for simplicity. But then, we are talking about developers who don't know the meaning of simplicity.

    --
    We will bankrupt ourselves in the vain search for absolute security. -- Dwight D. Eisenhower
  13. Re:Possibly incorrect by earnest+murderer · · Score: 4, Informative

    Won't be released until Noon EST.

    --
    Platform advocacy is like choosing a favorite severely developmentally disabled child.
  14. Re:Firefox will continue to be superior by Aladrin · · Score: 5, Insightful

    And NoScript. And greasemonkey. And GMail Manager. And... The list goes on and on and on... Any one of my 'necessary' plugins makes Firefox more desirable than any other browser.

    --
    "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
  15. Re:Firefox will continue to be superior by realmolo · · Score: 5, Insightful

    Well, yes.

    And don't forget NoScript.

    The thing is, with Adblock and NoScript, browsing on Firefox *is* faster than on any other browser. A

  16. How about multiple reviews Slashdot? by Anonymous Coward · · Score: 4, Informative
  17. Re:Firefox will continue to be superior by Tubal-Cain · · Score: 5, Insightful

    But Adblock, NoScript, and Flashblock cause noticeable speed-ups, especially if your Internet connection is lousy.

  18. It's still MSIE ... by hedronist · · Score: 5, Funny

    First, a joke circa 1983: a hardware guy and a software guy (remember, this was 1983) take an HP Unix system to the roof of a 5 story building. They connect a long extension cord, boot it up, and throw it off the roof. There is a resounding crash and they rush down to see the results. "Wow!" shouts the hardware guy, "it's still running!" The software guy shrugs and says, "Yeah, but it's still running HP-UX."

    What's my point? It may be better than previous MSIE attempts, but it is still Microsoft, it's still IE, and it still only runs on Windows. As a web designer the rule is still: make it look right in Firefox, then unbreak it in MSIE{6,7,8}.

  19. Did Someone Say Security? by mpapet · · Score: 4, Insightful

    Think of an Accelerator as a mini-mashup that delivers information from another Web site directly to your current browser page.

    Sounds like a *wonderful* malware delivery system.

    Web Slices deliver changing information from a Web page you're not actively visiting directly to IE8.

    Yet another malware delivery system.

    Why, in 2009, are they slapping on another layer of lard on top of their needlessly complex and largely ineffective OS security?

    One thing is for sure, they aren't going to stop releasing dumb things like this so I'll never be out of work babysitting their products.

    --
    http://www.maxineudall.com/2010/02/should-economists-be-sued-for-malpractice.html
  20. Re:Firefox will continue to be superior by Anonymous Coward · · Score: 5, Funny

    I heard about this great plugin that makes Firefox even faster. It's called "NoHTML." Apparently it breaks some websites tho...

  21. Re:Firefox will continue to be superior by Jason+Quinn · · Score: 5, Insightful

    [Firefox]'s bloated

    Explain to me how Firefox is bloated. Compared to what? Its former self? Other browsers? The executable size of Firefox has been remarkable stable since version 1.0 --- it hovers around the 10MB mark. Just what is the bloat then? Nearly everything in Firefox has a direct browsing application. It is justified to call those features not bloat. The whole "SQLite database is bloat" argument goes out the window about 5 minutes after you start using the awesome bar. Bloat is one of those words that's easy to fling around. What would you get rid of? The plugin system? Look at the other replies to your comment. The crash manager? The tabbed browsing??? Firefox currently has its problems, but bloat is not one of them.

  22. Re:Firefox will continue to be superior by brundlefly · · Score: 4, Informative

    http://ieaddons.com/

    Actually, IE has many, many plugins. You might even recognize some familiar names from Mozilla-land, eg. Foxmarks, StumbleUpon, Cooliris, ....

  23. Re:No add-ins? by Richard_at_work · · Score: 4, Informative

    There are add-ins - http://www.ieaddons.com/en/ which is linked to from the IE8 home page at http://www.microsoft.com/windows/internet-explorer/default.aspx

    The article just basically got it wrong on that front.

  24. Re:WIN!!!!!! WIN! by Rulian · · Score: 5, Funny

    You clicked the wrong bookmark... 4chan is the one with a 4 leaves clover.

  25. Re:Firefox will continue to be superior by The+End+Of+Days · · Score: 4, Insightful

    "Bloated" is one of the most overused words on this site. It no longer has any meaning here, except as a generic insult. It's basically the equivalent of disagreeing with someone's opinion and calling them stupid. It's just something to say when you can't think of anything reasonable or intelligent.

  26. I am not a linux/firefox fanboy by malevolentjelly · · Score: 5, Interesting

    I am not a linux/firefox fanboy, so I am going to assess this browser fairly and try to answer a few questions brought up on this thread. Since I am probably the only user here running Windows by choice, so I consider this a duty. Furthermore, I am an Opera user, so my expectations for speed and performance are totally insane and unreasonable.

    First off, what's wrong:

    * I am using IE 8 to write this comment and I am already missing my integrated spel chekkar.

    * All the fun browser hacks I use to test new browsers are not working still, so the standards support of this release is the same as before. Of course, you won't see too much upper level DOM and advanced CSS on the part of web people actually use.

    * The tabs seem to open really slow, but I believe it is actually process isolating its tabs now. The memory use per tab is about 10-30 mb, which is around if not slightly below where Chrome is on this system.

    * Acid 3: 12/100

    What's right:

    * The page loads are brutally fast- faster than Opera 10 in some cases. For instance, MSNBC and BBC News, two of my favorite sites pop up at crazy speed. However, Slashdot --which is specifically engineered to run poorly on every new release of IE (it's very firefox-quirky)-- comes up quite slowly. When I first saw the page load charts that Microsoft put out, my first response was that there was a good reason Opera wasn't on that chart- but IE did a fantastic job of playing to the most popular websites. Keep this in mind if you are either a facebook user or stalking your kids on facebook.

    * If you only use IE to download firefox, you will be happy to know that the mozilla webpage loads faster on IE than any other browser, firefox included.

    Conclusion:

    The overall interface of the browser is quite nice. If you're used to using Firefox, this is actually much faster and handles its memory better and such. However, Firefox is not a particularly fast or well designed browser. The interface will feel sluggish if you're used to Opera or Chrome. As an Opera user, my idea of browsing the web involves launching through pages at break-neck speed middle-clicking links as I go along and loading about 20-30 tabs at a time. I have a feeling my computer would explode if I did that with IE 8. However, the same could be said for Firefox 3.

    The article is quite correct in saying that this browser is very fast and correct for the real web which most people browse- and that's something that should be noted. It seems as though Firefox has gotten so obsessed with javascript benchmarks and other such fluff that it's let its real world performance slide to the extent that it's now being challenged by IE.

    Since IE is still totally unchallenged by other browsers in terms of enterprise features like advanced group policy, this new release of IE will simply mean that browsing the web at work/school will be a lot less lame and obnoxious... but considering the state of the economy, you should be all be working very very hard right now.

    If you have any questions or challenges for IE 8 and don't run windows or ie 8, let me know and I will give you the results.

     

  27. Re:no and yes by BZ · · Score: 4, Informative

    > No data, just anecdotes

    The problem is that actually measuring things gives different results... When Firefox 3 was measured head to head against other web browsers, it used less memory pretty consistently.

    > Is browsing the web really so hard that it takes more memory and processing to do it
    > than Eclipse and Outlook combined?

    In a word, "maybe". Depends on the sites you're loading and what they do.

    > It's using roughly twice what IE6 would use under the same circumstances.

    You mean you've tried the same browsing pattern on the same sites and IE6 has 2x less memory usage? Or you have memories of how much IE6 used on some other set of pages some other time? Or something else?

    > there's got to be a way to make it so that it's not the heaviest thing running on my
    > machine

    Not really, if it's the most heavily used app that has to do the most things... If you have 7 tabs worth of web applications open, then one would expect memory usage to be approximately equivalent to having 7 desktop applications open; if it's not, that's great.

    Seriously, though, it's not uncommon for the browser to have to run several hundred kilobytes (no, I'm not making this up) of script when loading a web page. Let's take a simple example: http://www.cnn.com./ This has about 95KB of HTML (including inline scripts and such) and links to 270KB of external scripts. Those scripts do various stuff that creates objects and are generally poor at dropping object references. Which means that while the page is open, every object it's created will typically still be around: it can't be garbage collected, because the page is still referencing it.

    This is not to say that memory usage can't be improved; it can be and people are working on it. Same for CPU usage. In particular, the "cpu being used all the time" thing is a serious problem that's being looked into. A lot of that is in fact Flash being stupid (easy to test how much by disabling Flash), but not all. But in the end, Firefox is not particularly more "bloated" than any other browser that does similar things in terms of web compat and rendering (yes, it's more memory-hungry than lynx, I agree).

  28. Re:Fault! by TaoPhoenix · · Score: 5, Funny

    1. "Detect MS Enemy"
    2. "IfEnemy ScrewUpSiteLoad"

    Examples:
    A. Slashdot, the leading forum for Linux promotion
    B. Google Gears Installed = IE8 hoses pages.

    Wheee!

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine