Slashdot Mirror


Firefox Continues to Bite into IE Usage

InformationSage writes "According to Information Week, Firefox usage is now over 6 percent, pulling Internet Explorer usage down below 90 percent. 'Firefox is currently the only browser that is increasing market share on a monthly basis, and it is growing at the direct expense of Microsoft's Internet Explorer'"

3 of 521 comments (clear)

  1. But wont.. by Anonymous Coward · · Score: 5, Funny

    IE7 pull this back for them with:

    Better security
    Tab Browsing
    Conformance to standards

  2. Re:Nearly 30% on my site by Anonymous Coward · · Score: 5, Funny

    I'd bet a lot of those "Firefox" hits will actually be Internet Explorer users, spoofing their user-agent strings, so they can "sneak" into poorly written Gecko-only sites...

  3. Re:Nearly 30% on my site by trboyden · · Score: 5, Funny

    Yeah well my site gets 100% Firefox users.

    Sub BrowserDetect()

    If Browser != "Firefox";

    RedirectBrowser("www.getfirefox.com");

    End If
    End Sub