Archive for January 19th, 2006

FireBug

Thursday, January 19th, 2006

I've been trying out this cool new Firefox extension tonight. It's called FireBug. It's purpose is to help you debug Javascript, DHTML and Ajax (XMLHttpRequest). According to the webpage over at mozilla.org, it's "like a combination of the Javascript Console, DOM Inspector, and a command line Javascript interpreter". When opened, ...