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).
Possibly related:
- Oracle Firefox search plugin
- Oracle News Firefox 1.5 Extension
- Google Extensions for Firefox
- maxlength: Firefox vs. IE
- Oracle Metalink Firefox search plugin
Tagged developer, Firefox, web | Post a Comment


















I foun my self that Firefox is more useful. Thanks
December 14th, 2005, at 8:07 pm #