Mark A. Basler's Weblog

All | Java
20060315 Wednesday March 15, 2006

Javascript, AJAX, DHTML (Web 2.0) debugging tools...

When developing anything that has to do with Javascript like AJAX or DHTML web pages (Web 2.0, if you prefer), it pays to have good debugging tools.

A large amount of pluggins are available for the FireFox browser in addition to the extremely useful embedded Javascript console.  The one I use to debug numerous problems is Live HTTP Header.  It shows the actual HTTP interaction between the browser and a server like Glassfish.   I have found it an invaluable resource in debugging browser/server interactions when developing complex AJAX web applications.

Also, the DOM Inspector that comes with your the FireFox browser (you have to perform a custom install) is very useful debugging the resultant DOM when developing advanced DHTML web pages.

I must credit the AJAX in Action book appendix on tools for these tips. Many Thanks to Greg Murray for making a copy available :-). See his Javascript Recommendations for many useful tips.

One other tool that the book recommends, but I have yet to use in any detail is the Venkman Javascript Debugger.

Hope this helps to cut down on your debugging time - Mark



Posted by basler Mar 15 2006, 09:06:13 AM PST Permalink Comments [1]

Comments:

I've found FireBug to be very useful. Check it out... Ken

Posted by Ken Paulsen on March 16, 2006 at 10:20 AM PST #

Post a Comment:

Comments are closed for this entry.