As we all know, Mozilla Firefox incorporates excellent feature can be extended with plugins. This makes the browser can be customized and tailored to the needs of different users. In this case I want to make some additions to make the fire fox is an excellent tool for web development and web application development.
1 – Firebug
Indispensable tool for any web developer who is working on the client side. This fantastic tool allows us to modify the source code of the rendered page, modifying structure, styles and behaviors in the same (obviously these changes are not permanent). In addition, we can select the various elements of the DOM and so see why CSS rules are affected.
An excellent feature that Firebug also gives us the ability to measure the load time of a web page and to analyze the load times of different elements, including HTML, style sheets, images and scripts. A utility really necessary if we optimize our site.
https://addons.mozilla.org/en-us/firefox/addon/firebug/
2 – FirePHP
A supplement that works with Firebug (you need this installed) that allows us to make debugging of web applications built with PHP as server-side language. By simply adding a class to our schedule and making a call to a method we can use this comprehensive tool to analyze tag values and all those things that make the debugging. This addition is very useful when you do not have a treatment system as the other provided by Netbeans.
https://addons.mozilla.org/en-us/firefox/addon/firephp/
3 – Web Developer
Essential tool that allows us to modify and analyze our site. This tool allows validation of pages against the W3C standards, see the site in different resolutions, see the site with or without CSS or JavaScript, etc. The utility allows us to analyze behavior under different situations. Tool can not miss.
https://addons.mozilla.org/en-US/firefox/addon/web-developer/
4 – Measure It
A simple utility that lets you measure the pixel size of any element of a website. It is a simple tool that generates a layer on the site you’re visiting and based on this we can establish a box on an item then tell us the dimensions of this. It is not essential but very comfortable.
https://addons.mozilla.org/en-US/firefox/addon/measureit/
5 – Google Analytics?
If we work with the popular Google Web metrics, this tool can be very useful. We simply indicated by an icon in the status bar if the page you are visiting has the Google Analytics Tracking Code installed. Ideal for a correct implementation of the statistics.
https://addons.mozilla.org/en-US/firefox/addon/5631/
6 – Do not Follow
This small utility allows us to know if the links of a page containing or not the nofollow attribute. A good idea if we link it to sites whose content can not control or can not be responsible. It is also useful if we want to prevent the escape of pagerank.
https://addons.mozilla.org/en-US/firefox/addon/nodofollow/
Conclusion
With these tools you can make your favorite web browser to become a true center of debugging, optimization and analysis of our site or Web application. These are the things that make Firefox the monster he is today.
