Slashdot Mirror


Is IE Usage Share Collapsing?

je ne sais quoi writes "Net Applications normally releases its statistics for browser and operating system usage share on the first of every month. This month, however, the data has not shown up — only a cryptic message stating they are reviewing the data for inexplicable statistical variations and that it will be available soon. Larry Dignan at ZDNet has a blog post that might explain what is happening: Statcounter has released some data that shows a precipitous drop in IE browser use in North America, to the benefit of Firefox, Safari, and Chrome. At the end of May, StatCounter shows IE usage share (for versions 6, 7, and 8 combined) at around 64%; at the beginning of June it is now about 56% — an astounding 8% drop in one month. We should keep in mind the difficulties in estimating browser usage share: this could very well be a change in how browsers report themselves, or some other statistical anomaly. So it will probably be healthy to remain skeptical until trend this is confirmed by other organizations. Have any of you seen drops in IE usage share for Web-sites you administer?"

6 of 575 comments (clear)

  1. Re:typo in summary by benjymouse · · Score: 0, Offtopic

    Who is this Noone fellow?

    Apparently, he is some moron who actually reads the summaries. Go figure.

    --
    Reading slashdot one-liner: (irm http://rss.slashdot.org/Slashdot/slashdot).rdf.item | fl title,desc*
  2. Re:typo in summary by nsayer · · Score: 0, Offtopic

    And you try and tell that to the young people of today, and they won't believe you!

  3. Re:typo in summary by ais523 · · Score: 0, Offtopic

    Actually, there's a complex algorithm which looks at people's random comments, and then attaches them to posts where they apparently make sense. It's amazing what modern AI can do to construct what looks like a coherent discussion out of ramblings made at 4am. (It's also responsible for appending [NO CARRIER] and submitting when the connection inexplicably breaks down in the middle of a post.)

    --
    (1)DOCOMEFROM!2~.2'~#1WHILE:1<-"'?.1$.2'~'"':1/.1$.2'~#0"$#65535'"$"'"'&.1$.2'~'#0$#65535'"$#0'~#32767$#1"
  4. Re:typo in summary by geekboy642 · · Score: 0, Offtopic

    And it's good for +5 insightful at LEAST once a day!

    --
    Just another "DOJ fascist authoritarian totalitarian bootlicker" -- Zeio
  5. Re:typo in summary by zobier · · Score: 0, Offtopic

    Hmm. Your ideas are intriguing to me and I wish to subscribe to your newsletter.

    --
    Me lost me cookie at the disco.
  6. Re:typo in summary by Hal_Porter · · Score: 0, Offtopic

    Only if you're the first person to post that particularly cliche. If you're the second it's -1 redundant. Cliche posters need to have hair trigger reflexes to survive.

    It's a bit like "Bark for a dollar!" except the second barker pays the first.

    Taco is an evil, evil man.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;