
Here’s a list that every web developer must have. Very useful tools that will make your life easier.
I use some of them as Firebug, a tool that I couldn’t live without it, it allows me:
- Debug Javascript.
- Change styles directly on your browser.
- Check all the page resources, how long they take to load, and check if some of them are not found (404).
- Test AJAX calls and check the responses.
Other tools like “Web Developer” firefox Add-on, or Filezilla are great too.





