Mozilla Gains on Internet Explorer
Alizarin Erythrosin writes "PCWorld is reporting that Internet Explorer's share of the browser market has dropped 1%, the 'first noticeable decline since WebSideStory began tracking the browser market in late 1999.' With all the exploits and security holes in IE recently, it's no wonder! Google News has related stories, including many on the recently disclosed (and patched!) bug in Mozilla on Win2k/XP machines (documented on Slashdot on Thursday)"
"but one percentage point is simply not statistically significant."
It's extrememly significant. When is the last time a dominant MS end-user product *lost* marketshare? Coming at a time when the "Life Around MS Campus Is Going To Get Tough" memo is released, I think it shows that MS is for once (and largely thanks to open source) finding itself with an actual fight on its hands.
Go penguins! And little BSD daemons. And that... Mozilla lizard thing. :-)
"A loss of 1 percent of the market may not mean much to Microsoft, but it translates into a large growth, proportionately, in the number of users running Mozilla and Netscape-based browsers. Mozilla and Netscape's combined market share has increased by 26 percent, rising from 3.21 percent of the market in June to 4.05 percent in July, Johnston said." A 26% increase for Mozilla and Netscape in less than one month is significant to them. I'll bet MS considers it significant also.
In all seriousness I don't understand why Mozilla hasn't taken over the browser market already.
I am absolutely in love with Firefox and I use it almost exclusively, but I'm sitting here looking at slashdot and parts of the stories overlap the menus on the left. Not so in IE. If you want to see a *really* egregious example of this, go to liquidations.com.
Now I don't know a thing about why this is (if there is some adjustment that I can make to fix it, I'd love to know), but if that happens with slashdot--which is ALL ABOUT open source--what do we expect?
It's easier to wear the spandex than to do the crunches. --David Lee Roth
It would not be unreasonable to suggest that those sites that would install such software tend to be more computer oriented and thus visited by more tech savvy visitors
Yes, it would be unreasonable. Websitestory is one of those pagecounter services (add an image at the bottom of your page kind of deal). If anything, it would not be unreasonable to suggest that the sites that use it are NOT computer oriented (since a site like slashdot knows how to implement their own counters).
When your sample size is large enough, your error margin gets vanishingly small. They can look at the logs of important web sites and see what browsers are hitting them; that way they can "survey" a million users, which makes the sampling error .1%. And they number is probably more like 10 million.
That assumes, of course, that their methodology for picking users is correct. If last month they chose MSN.com, and this month they swapped it out for slashdot, that would skew their results far more than the sampling error would. But methodological errors are hard to put error bars on.
Heep an eye on the Mozilla ActiveX project. On there is a number of things:
- An activex plugin that lets you run activex controls in Mozilla (be very careful with this, read the docs - you can lock it down to host just the controls you need)
- A way of embedding Mozilla into other browsers using activex
- A means of making IE support Netscape type plugins (which it used to at one time)
- An activex plugin for legacy browsers like Netscape 4
Unfortunately they're having problems getting this to work in Firefox 0.9 but keep an eye on that page for what you want.
1% is not really any news. Seriously, it is pathetic that /. is jumping up and down, all giddy, for one percentage point.
If you like rejoicing over a diminishing marketshare for Microsoft, then you should go here.
IIS had its record market share some time around april 2002, and has since lost about 14%, mostly to Apache.
IIS has 35% and went down to 21%, Apache had 56% and went up to 67%
The Internet is full. Go Away!!!
Uh, not really. Taco has always said that IE figures heavily into Slashdot's stats. Everyone at work, after all.
When I log into citibankcards.com (using mozilla of course) there is a message in bright red that comes up warning users that they should not use IE. It seems to come up no matter what browser I use.
This is probably because Citibank was specifically targeted by that password-sniffing exploit of IE that came up recently. The exploit installed something via IE that send passwords directly via HTTP, which would bypass firewalls entirely. The security problems in IE have finally become dangerous to their users--this is beyond simple spyware or adware, this is real no-holds-barred computer crime.
-- "Makes Little Debbie look like a pile of puke!" - Moe Szyslak
Let s = sample standard deviation.
Let w = +/- width of the confidence interval.
Let n = sample size needed.
Let k = multiplier for the confidence level... Use 2 for 95% confidence, 3 for 99% confidence.
k(s/(n^0.5)) = w (for 95% C.I.)
Solving for n:
n = 4(s^2)/(w^2) (95% C.I.)
n = 9(s^2)/(w^2) (99% C.I.)
This result is also intuitively satisfying: You need a larger sample if
- You want a higher confidence level
- The sample standard deviation is larger
- You want a smaller confidence interval
Source: Statistics, 4th Ed., McClave & Dietrich, Dellen Publishing Co., © 1988. Page 327, "Determining the Sample Size Necessary for Making Inferences About a Population Mean".