2 indispensable Firefox addon

A good worker has good tools. One the best feature you get using Firefox is Add-ons. Theire is add-ons for everything, from mail box manager to SEO tools. Everyone has his favorit but I think two of them are indispensable for web development.

Html Validator:

This add-on tells you everything about html validation on the page you are on. You don’t have to switch anymore between the w3c validator page. Just look at the status bar and see how many error your have on your page. Details of each error can be seen in the view source of the page.

Firebug:

Start to use it and you will never work without anymore. Firebug is a development tool wich allow you to edit, debug, and monitor css, html, and JavaScript in any web page.

Leave a reply