LarryRoth.net

Just my thoughts

A "howto" for JavaScript debugging

The folks at A List Apart have provided an excellent "howto" guide for JavaScript debugging. Not only is this article provide some very practical real world experiences, but it talks about debugging javascript across 4 different browsers (IE8, FireFox, Safari, and Opera) instead of just focusing on FireFox. It's a good start to debugging in general, and the only point I would add to the article is that you can use the debugger to learn about JavaScript by examining existing sites.
blog comments powered by Disqus