by Pyroman » June 21st, 2009, 4:43 pm
I use it quite often for fixing broken templates, as it lets you live edit a webpage. For example, if I wanted to test what changing the width of an element did, I don't have to go and reload the whole template, I can just use firebug.
That being said I don't 100% trust it, and always double-check when I am done, but it is fantastic for just messing around with code in real time.
I also adore that it supports the various random bits of CSS3 that have become common place, such as opacity filters and rounded corners, and it even cleans your CSS for you. By which I mean, if you have all of your margins declared as seprarate properties, it will move them all into one.
At first I didn't see much of a use for it, and found it a little annoying to use, but now I have gotten the hang of working around the interface I think it's fairly indispensable. Especially on Smackjeeves where you would otherwise have to go through the whole template submitting process again.