Learned about the JSONView Google Chrome extension. A handy tool for viewing formatted JSON data in the browser. There’s also an add-on for Firefox.
Tag Archives: debugging tools
Mobile Emulators & Simulators: The Ultimate Guide
Link
Developing for mobile? You’re gonna need an emulator. Here’s a list of emulators and simulators that can be used to test your mobile webapps
Switching from Firebug to Chrome Dev Tools
Link
Here’s the presentation given at Google I/O this year by Paul Irish and Pavel Feldman that got me to switch to Chrome Developer Tools promptly after watching: http://youtu.be/N8SS-rUEZPg. If you’re a front-end web developer and haven’t seen this yet take a look. It just may change the way you work.
MSIE 4095 Selector Limit
Web applications concatenate CSS files to improve performance, which can result in large numbers of style rules in a single file. Enter the 4095 selector limitation for IE browsers. An IE bug whereby the browser will only apply style for the first 4095 selectors declared per file. Impacted browsers include IE6, IE7, IE8 and IE9.
Continue reading
Web Development and Debugging Tools
Following is a list of cross-browser/platform web development and debugging tools useful for client-side developers. Depending on the application, one or all of these tools can be valuable in completing work on a website front-end.