Entries Categorized as 'Web Dev'

Debug, edit and monitor a live web page

Date June 15, 2009

One of the tools that I use daily is the Firefox add-on Firebug. If you’re dealing with web development in any way, Firebug will give you an enormous wealth of information and tools:

monitor how long it takes for each component of your web page to load;
edit css and html with a live preview;
debug javascript errors;
analyze [...]