Archive for January, 2006

FireBug

Thursday, January 19th, 2006

FireBug is a fantastic new Firefox extension for web developers.

It adds a console to the bottom of the Firefox window which shows you the log for the current page (including the ability to click on an error and have the source line that caused it hightlighted) and allows you to point-and-click to inspect any DOM element in the page. It can also inspect XMLHttpRequest calls and has a Javascript console.