Slashdot Mirror


Browsers Fighting to Keep up with the Web

An anonymous reader writes "With the continued evolution of the internet and more tools being developed or migrated online browsers are fighting to keep up. Wired has a quick look at the current status of the browser war and what different browsers are doing to try to stay ahead. From the article: 'Already, IE has seen its U.S. market share on Windows computers drop to 90 percent from 97 percent two years ago, according to tracking by WebSideStory. Firefox's share has steadily increased to 9 percent, with Opera's negligible despite its innovations. WebSideStory analyst Geoff Johnston said Firefox must continue to improve just to maintain its share. Because IE automatically ships with Windows, he said, users satisfied with IE7 may not find enough reasons to download and install Firefox when they buy a new computer.'"

20 of 542 comments (clear)

  1. Here's an idea.... by Anonymous Coward · · Score: 5, Funny

    Hey maybe someone should file an anti-trust lawsuit against Microsoft for bundling their browser with their operating sys.... oh wait, nevermind.

    1. Re:Here's an idea.... by GreyPoopon · · Score: 5, Insightful
      Or maybe we could all switch to *nix distros that do precisely [kde.org] the same [gnome.org] thing [apple.com].

      And which of the *nix distros would be considered a monopoly?

      --

      GreyPoopon
      --
      Why is it I can write insightful comments but can't come up with a clever signature?

  2. I'm looking to see by Anonymous Coward · · Score: 5, Interesting

    where Flock is headed (no pun intended). It looks like a great browser. IE7 can ship with Windows all day long, but savvy users will always download something else.

  3. Lack of Change by whatsforlunch · · Score: 5, Insightful

    things will never change. A majority of internet users don't realize how bad IE is. Also they don't even know other browsers even exist. Not much you can do other than sit back and let it happen

    1. Re:Lack of Change by Anonymous Coward · · Score: 5, Insightful

      Is that really a problem? As long as a steady 10-20% use a different browser, webauthors can not make their pages "IE-only" and to me that is all that matters. A Firefox dominated web would be just as bad as the IE dominated web from a few years ago.

    2. Re:Lack of Change by aconbere · · Score: 5, Interesting

      might I suggest a redefinition of correct. As you've defined it, one can only be correct if it displays as IE would. Which is unfortunately completely broken in it's ability to display proper HTML and CSS. I suggest a definition from the W3C which is the standards body that controls the HTML/XHTML and CSS standards that Microsoft has so happily decided to ignore for the last 6+ years. Based on this definition (surprisingly) you'll find that Opera / Safari / Firefox all manage to display pages so much more correctly! It's like wandering into a schoolyard filled with children speaking broken English, and then when you correct them they tell you to "start speaking gooder English". Except that English as a spoken language has even more flexibility than any language that a computer needs to interpret.

      Blame the lazy web designers of the sites your hitting, there are very few things that completely aren't shared between the two browsers, and any savy web designer knows how to hack his code to work with IE (yes that's what it requires).

      /me sighs in frustration

      ~ Anders

  4. Actually ... by medeii · · Score: 5, Interesting
    Because IE automatically ships with Windows, he said, users satisfied with IE7 may not find enough reasons to download and install Firefox when they buy a new computer.

    Anyone who found enough reasons to download Firefox before (Adblock? Mouse gestures?) is certainly going to find enough reasons after IE7's release. I downloaded the beta several weeks ago; after a few days of casual usage, I was underwhelmed, annoyed at the intrusive and bloated UI, and unsatisfied as to the permanence and functionality of the new security features. If all you want is tabbed browsing, I suppose IE7 might work, but that's far from being Firefox's only worthwhile feature.

    Obviously, I'll be getting IE7 along with everyone else -- it's a security update, after all -- but that doesn't mean the blue 'E' will ever get clicked. And if my father and sister value their free tech support, they won't be clicking it, either.

    --
    got standards? --- http://www.w3.org/
  5. Standards by janet-on · · Score: 5, Interesting

    Our website was built by a "website design bureau". We told them it had to be standard, so it would work on Mozilla as well.
    What they produced was an absolute mess. CSS boxes were built to IE handling, and rendered incorrectly on Mozilla, which they consistently referred to as "Mozarella". They believed all problems seen on Mozilla were Mozilla bugs, and they added browser detection and workarounds.
    Of course it still failed on Opera and Konqueror.
    They used an awful piece of Javascript to make dropdown menus.

    When they were done, maintenance was handed over to me and I gradually changed all their work to make a standards-conformant site that still rendered the same way. It was a lot of work, starting from the dire state it was in.
    But finally, it renders OK and the menus work on most browsers without using javascript.

    Exceptions:
    - CSS menu only works in IE by including csshover.htc (conditional inclusion using !--[if IE]...). maybe IE7 will support:hover on list items?
    - IE4 and below don't quite cut it, fallback to javascript code using serverside UA string detect. these are dying anyway, probably I will remove this support when IE7 appears.
    - bug 234788 in GECKO means the menu disappears when mouse moves over scrollable text area. this bug has been fixed in GECKO but Mozilla and Firefox keep releasing new versions based on the broken GECKO for over a year.... We want Firefox 1.1 and Mozilla 1.8!!!

    What I learnt: use a website design bureau only to make a site design. Don't allow them anywhere near HTML coding. They just use successive approximation towards the "browsers they test with", and try to impress managers with "browser utilisation percentages" instead of standards compliance.

  6. constant spyware? by NynexNinja · · Score: 5, Interesting

    Given the fact that remotely exploitable holes are found with Internet Explorer almost on a daily basis, would having your machine constantly backdoored by BackWeb, BonziBuddy, Gator, Hotbar, Ezula, Weather Cast, GAIN, Claria, etc. be enough to switch?

  7. FDU by dwandy · · Score: 5, Funny
    Well, I for one still have a use for IE: It is my Win32 FDU* of choice.

    *Firefox Download Utility

    --
    If you think imaginary property and real property are the same, when does your house become public domain?
  8. IE holding back the web by bcrowell · · Score: 5, Insightful

    I recently converted some physics books to html, and I would have loved to be able to use svg for line art and mathml for the equations. Firefox supports them, but IE doesn't. Sure, I could have made two versions, or done content negotiation, or something complicated like that, but it would have significantly increased the level of complexity of the project. I just wasn't willing to go to that much effort for for an incremental improvement that would only benefit 10% of my audience. MS is clearly in a situation where they have an effective monopoly, and absolutely no motivation to support any new standard, much less to carry out their own innovation. Heck, they don't even support transparent pngs yet.

    There are lots of other ways that MS has had a negative effect on the internet as well, including their behavior about java, and Windows' lousy default security settings, without which botnets wouldn't have happened.

    I don't normally feel any compulsion to bash MS. If other people want to use Windows and Office, that's their business. But what they've done to the internet and open standards really hurts everyone else. If it hadn't have been for them, we'd probably have already moved beyond java applets and ajax, to a web 3.0 that would really deliver what web 2.0 is currently struggling to accomplish.

  9. When a decline to 90% market share is newsworthy, by dpbsmith · · Score: 5, Insightful

    you ''know'' something is rotten.

    When the big news is that, in some country, some leader only got 90% of the vote instead of the 97% expected, it may be significant, but you know that country is no democracy.

    When the big news is that IE's market share has dropped from 97% to 90%, it may be significant, but you know that the product did not get its market share on the basis of open competition on a level playing field.

  10. A different view on security... by Chabil+Ha' · · Score: 5, Insightful

    not purely because it's a MS product. See, IE is what's called a value add product (insert joke here). At the end of the day, IE is meant to enhance a flagship product--Windows. So, Microsoft can get comfortable and decide to re-assign their IE staff to something more productive. That's how there's a security issue. Because there is no new innovation, the code stagnates, and is vulnerable to those who actively seek exploits.

    Then you have Firefox. Does Firefox compete for code time with other Mozilla products. Yes, a few, but Firefox has quickly become a flagship product. There are people within and without the organization that maintain the code. This creates inherent security because there are positive contributors constantly refining and securing the code.

    It's that simple. Will I ever download IE 7? I'll eventually have it in a few years when I buy a computer that has Vista on it, but I won't download it because of IE 6's lack of MS support. With Firefox I simply feel secure that SOMEONE will continue to develop it and make it more secure. Ironically, I can't say the same for a corporate developed piece of software.

    --
    We're all hypocrites. We all have hidden parts, it's the contrast between them that make us more a hypocrite than others
  11. Re:When a decline to 90% market share is newsworth by stinerman · · Score: 5, Insightful
    When the big news is that, in some country, some leader only got 90% of the vote instead of the 97% expected, it may be significant, but you know that country is no democracy.


    We regularly re-elect approximately 99% of incumbent representatives in the US. What does that say about us?
  12. Re:As the number of browsers increases by Bogtha · · Score: 5, Insightful

    As the number of browsers increases, my development time remains static. The lower boundary is defined by Internet Explorer and other browsers don't raise it significantly.

    In my experience, the people who complain about the number of different browsers are the people who design for Internet Explorer first and fix things for browsers that attempt to follow the W3C specifications. The people who design for compliant browsers first and then fix things for Internet Explorer don't tend to worry about the number of different browsers, because they all tend to work pretty much alike, apart from Internet Explorer.

    --
    Bogtha Bogtha Bogtha
  13. Re:When a decline to 90% market share is newsworth by gEvil+(beta) · · Score: 5, Funny

    Ummm, that we're rational people who learn from our mistakes?

    --
    This guy's the limit!
  14. Is it 90 pct with IE or 10 pct wihout IE? by WillAffleckUW · · Score: 5, Interesting

    It depends on how you measure that, really.

    Let's say you were to look at my house - you'd find most machines have IE.

    What it wouldn't tell you is none of us use IE. The first thing my son did with his new Mac mini, for example, was download Firefox, Adblock, and NoScript and train the latter two in how to permit his fave gaming and flash sites to work properly.

    My WinXP laptop, has IE. But, other than downloading patches to the extremely buggy Microsoft OS, I don't use it unless I'm forced to. I normally use Firefox or Opera.

    So, my household could be counted as 100 percent IE. But, like most MSFT statistics, that would be an inaccurate measure. In fact, it should be counted as 100 percent Other Than IE.

    --
    -- Tigger warning: This post may contain tiggers! --
  15. Re:When a decline to 90% market share is newsworth by cosminn · · Score: 5, Insightful

    wiped the floor with Netscape 4 in terms of speed and stability. It didn't stop me using Netscape, but even at the time I admitted it was shit, but "at least it's not IE".

    But this is exactly the opposite mentality of today. You were using a worse product because of personal beliefs, users do it because it's what they're used to.

    IMHO this is hypocrisy. If one product is better, why not use it?? I use Linux, OSX and Windows, each have their good things and bad ones, but saying I'll use one only regardless of what everyone else is doing doesn't make much sense.

    We blame users for using MS products although they're inferior, but when they're better we still refuse to use them because of ideologies...

  16. Re:It's not like that by cubex · · Score: 5, Informative

    Once in Staples just for a laugh I asked the guy there which scanners supported linux. With a scowl on his face he said "I don't support Mac and I don't support Linux".

    I told a taxi driver once that I don't use any Microsoft products and he said "I have to use it, I need MSN to stay in contact with my friends".

    Most people I've talked to have no interest in learning Linux and I don't think that it has anything to do with the relative merits of Windows or Linux. It has more to do with saturation. It's not like you can go to your local computer store and check out Majesty Gold or whatever for Linux (at least not around where I live). Microsoft is in the schools, it's in the stores and it's on TV.

    Think about it... most people who go to the store and buy a computer are going to get Windows on their computer. They might download firefox. One people in Staples actually said "I use Microsoft everything to make sure it's all compatible". With this kind of mindset I don't think much is going to change. The masses will continue to use Windows and the techies will continue to use Linux or BSD.

    I'd even go as far to say the lock-in is getting worse. In the 80's I could go to a local computer store and buy a Tandy, Amiga or a Macintosh. Sure, it's all proprietary but at least people had choices.

    Getting back to browsers for a moment, I think firefox is great (adblock is very nice) and I do see people using it. There's a good firefox community who help each other and it is catching on. To take the online census in Canada I did have to use IE on a Windows computer. Some script they used did not work, but the government did say they were working on making their online service more compatible. I did write them an email to complain about it. It's things like that which pull people back into using IE.

    I'm not going to argue the point about IE, I avoid using it 99.9% of the time. In fact I did my income tax for the first time using a web-based service via firefox. The only time I used IE this year was for the census.

  17. Re:When a decline to 90% market share is newsworth by MyLongNickName · · Score: 5, Informative

    he simply will not be voted out of office short of killing someone. ;-)

    For those who don't know, in his younger days Ted Kennedy did kill someone. In a drunken stupor, he drove off a pier with a young lady in the car. He got out, and instead of going to the police or trying to get help, left her to die in the car. If his ass were black he'd be doing life. If he didn't have a rich family, he'd have done at least twenty years. Instead, coming from a priviledged background, he gets to be a Senator.

    --
    See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year