A very useful Firefox extension for web developers
I’m still doing some setup work on my new blog and also some design work. This time I’m not really interested in designing a new template or something, like I did with my friend’s blog. Web design is somehow entertaining but time-consuming and also there are these great people who really know how to make things look good and contribute to the community by freely (as in free beer, though) publishing their work.
So I’m only making little modifications based on the iTheme template by N. Design Studio.
And why was I telling you all that? Ahm, yes, because I found a really interesting Firefox extension: Firebug, which in fact is not a new one, that let’s you examine and modify the CSS content of the webpage you are visiting. Of course modifications are only local, but it’s really easy to change some CSS properties with it and see them rendered in firefox instantaneously. That way you can test and debug your design really fast. I’d only add an option to export local changes in the form of a patch file.
Other not less useful features are Javascript debugging and network monitoring (load times). Well, I’m not paid to advertise them so I’ll let it stop here, xD. Did I mention also that it’s an Open Source project?