Did you know that Firefox browser may be preinstalled with very handy extensions for web developers, seo's and designers? No? Then I promise that when you finish reading this article, you'll be armed to the teeth with some advanced tools!
I use these extensions myself when developing web sites and they worth your time!
Regards,
Alex

First of all, let's make sure you have Firefox installed on your computer.

Monitoring site statistics on your screen in real time...Seobar is the HTML block, which builds itself into a web-page. It allows user to view a large number of SE parameters on the fly. Seobar interface is fully customizable by CSS.

Watch Google Page Rank for every visited web site in a task bar...very handy, small and almost invisible while you work. Reccommend!

The Web Developer extension adds a menu and a toolbar to the browser with various web developer tools. My favorite are: HTML,Links,CSS,WAI validation tools!

The number of errors of a HTML page is seen on the form of an icon in the status bar when browsing...

Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page... My favorite is "Net Graph" where you can see request load time. Very handy!

Personally, I'm only using Page Load Timer to see how long would it take to load a page when developing web sites, but it has more settings, such as Prefetch Links, Tweak Network and so on...

Fangs displays a text representation of a web page similar to how a screen reader would read it. This helps web developers finding accessibility issues at an early stage in the UI development process.

Advanced Eyedropper, ColorPicker, Page Zoomer and other colorful goodies...

Draw out a ruler to get the pixel width and height of any elements on a webpage. Excellent tool for designers.
Comments