The New IDE

image I’ve been writing a new web application at work lately, very web 2.0 ish with lots of jQuery & ajax calls being made on every page. After doing some performance testing, it’s very apparent that the various browsers fall into 1 of 3 categories, fast, medium, & slow for how fast they render. Chrome & Safari are seriously blazing fast compared to the rest, so much so, I’ve started to dump Firefox for Chrome as my browser of choice. But one major element is stopping me from being a full time chrome users – Debugging.  That’s right, Firefox isn’t a browser to me anymore, it’s a freaking IDE. Firebug for dom and css inspection/manipulation, JavaScript debugging, packet inspection. YSlow & Hammerhead for performance tuning. Colorzilla for design elements. Web developer toolbar for various odds & ends. Fireshoot for screenshot taking.  Yes, I know Chrome & IE ship with dom/css inspection but they don’t measure up to Firebug yet.  Until Chrome can catch up with these plugins, Firefox is still the default browser.

Fast
Chrome, Safari
Medium
IE 8, Firefox 3.5
Slow
IE 7

Read More