I came across a useful web page about using Firefox as a web development and testing tool. Firefox has some useful built-in tools like:
Page source view – with a twist (Ctrl+U): Firefox uses its own source viewer with syntax highlighting and color coding of the html tags, which makes it different than the “view source” of other browsers.
Expanded page information (Tools -> Page Info): to view all kinds of information about the web page you are currently viewing.
JavaScript Console (Tools -> JavaScript Console): to write and test javascript code snippets.
The DOM Inspector: to provide direct access to the Document Object Model. Note that when you install Firefox, you have to explicitly install the DOM inspector.
The web page also lists useful and essential Firefox extensions that help with web development, like Fireftp, HTML Validator, IE view and more. Check it out here. (via).
Related articles:
Filed in ColdFusion, Firefox, Tips on 12 Sep 05 | Tags: developer, Firefox, web
I foun my self that Firefox is more useful. Thanks