Recently, a developer sent me the following link pointing out gleefully the downward trend in IE 6.0 usage. http://marketshare.hitslink.com/report.aspx?qprid=3. Though I do not think anyone will be sorry to see the end of IE 6.0, as developers we need to understand the end use of our code.
The following link http://en.wikipedia.org/wiki/Usage_share_of_web_browsers compares many different sources for getting a good handle of what is being used in the market (and trends).
Though these stats vary greatly, IE is still generally 70%- 80% in most of the stats I see. Firefox is around 15-30%+ depending on which source you look at. For example, http://www.w3schools.com/browsers/browsers_stats.asp is much more FF friendly in it’s stats, but I suspect they are based on their traffic, not overall web traffic. Their traffic is more web developer oriented.
What can we learn from this? Developers like Fire Fox more than the general public does. No surprise here. We like the add ons, the stricter adherence to standards, etc. BUT the client is not generally a developer. Neither are the people looking at sites.
To sum it all up. As a developer at SolutionSet or elsewhere feel free to use whatever tools you like. But the most important browser to look at your work in is still IE. It is the “standard” out there that all your code should conform too. Too often, developers deliver great work in Firefox, that is untested in IE. I encourage all developers to regularly review all work in IE and actually use is at the primary way to “view” the work currently being worked on.

