PHP-4-Business - 2010-05-09 09:32:49
I think your inference that the use of Chrome as a browser used to access this site implies an increase in the use of Chrome *for development* is fundamentally flawed. As "R" says, most developers will use multiple browsers and the browser I use for development may bear no relation to the one I use for accessing the Internet.
As a developer you MUST develop your site for the browser used by the majority of your users. So if the vast majority of your users are using IE (around 54% [http://en.wikipedia.org/wiki/Usage_share_of_web_browsers]) and FF (29%) then those are the browsers you must use for final testing of your software. Sure they might be slower at running Javascript than Chrome or browser "XYZ" but that is the WHOLE POINT - you need to know how fast or slow your pages & pages of Javascript are going to run "in the real world" (i.e. using the most prevalent browser and on an "average" specification PC) not on your super-fast-highly-configured development machine!
I personally develop using FF (with a boat-load of extensions) but prior to release of the software I perform function and speed tests on IE, Opera, Netscape, Avant, Chrome and (Win-) Safari. I assume all professional developers do the same! ;)
Geoff