- Subscribe and get the new articles every now and then directly in your reader — I recommend using Google Reader
How to debug your HTML/CSS and why Firebug is no longer the obvious web developer tool
written by Marek Foss

Back in the days when I started making webpages, the only way to monitor your progress was a tedious routine of switching between the code editor and the browser, and reloading, reloading, reloading. Luckily nowadays, it’s really easy to check, edit and see the results just in your browser. For example, checking the “Develop menu” in the advanced preferences of Safari 4 enables interesting debugging features. In order have similar tools in Firefox, you have to install the Firebug plug-in. And in Google Chrome or Opera, these tools are available out-of-the-box. But which browser and code inspector should you choose? Continue reading on Foture


