by robhudson
Firebug is a life saver when it comes to web development -- from introspecting your CSS to digging up details on AJAX calls, Firebug is there to help see what's going on under the covers.
9 of 9 users found the following review helpful. Was this review helpful to you? Yes | No
by namxam
This is one of the gems on my system. Whenever you have to create some AJAX interfaces, this tool comes in and supports you where ever you want. No matter if it is simple JavaScript debugging (with breakpoints) or stuff like modifying css, html or checking what messages have been send between browser and server. I love it ;)
5 of 5 users found the following review helpful. Was this review helpful to you? Yes | No
by AndrewFenn
This is a must have tool if you are doing anything from CSS + HTML to AJAX and security auditing.
3 of 3 users found the following review helpful. Was this review helpful to you? Yes | No
by gert cuykens
This tool comes straight from heaven. They can take every tool away from me except firebug and vim. If they do that i am going on a strike.
4 of 6 users found the following review helpful. Was this review helpful to you? Yes | No
by souravray
Fire bug is a great Tool...
It helps me to understand how Comet and Polling are different in architecture and performance
[Read Hacking Gmail and Meebo]
2 of 2 users found the following review helpful. Was this review helpful to you? Yes | No
by nestormateo
I don't know how the web developers before Firebug did the things that did.... i just imagine a very hard and blind work! Firebug is the best tool!
2 of 3 users found the following review helpful. Was this review helpful to you? Yes | No
by jester
Now that I teach high school students how to write webapps with AJAX, I see it wouldn't be possible without firebug.
I cry thinking about the years of web development I have done (and wasted) without firebug.
I agree, this tool is straight from the divine...
1 of 1 users found the following review helpful. Was this review helpful to you? Yes | No
by jhalls
Firebug is my #1 web design tool for transitioning ideas and images into real site.
My favorite aspect of the tool is that it allows you to right click and inspect a section of a page you are interested in seeing the code for and it organizes the code for your viewing. Not only this, it allows you to edit the code live and see the changes immediately.
When it organizes code for viewing, it does not show you every line at once