Firefox Extensions
Thursday, August 14th, 2008Lately I have been fielding a lot of questions at work about strategies for assuring that the markup is semantic, accessible and valid. There are a lot of pieces to the puzzle, but the first line of defense is certainly my Firefox extensions.
I recently compiled a short list of Firefox extensions for the Front-End team. Everyone had always been aware of the HTML Validator Extension but hadn’t made a practice of cross-referencing those messages with an accessibility report from the Firefox Accessibility Extension. Putting those two together apparently gives developers a really granular sense of what’s going awry in the code under development. It’s a mini unit test suite right in the tool bar
I’ve also been surprised lately at how many people who use Firebug as a DOM inspector, don’t know about Firebug’s awesome JavaScript debugging capabilities. So overall, making and publishing this list was a surprisingly rewarding bit of evangelism.
Firefox Extensions for Front-End Web Developers
- Web Developer Toolbar
- Firebug
- Firefox Accessibility Extension
- HTML Validator Extension
- Operator, for debugging Microformats
- View Rendered Source Chart - the free version is not yet compatible with ff3 as of 8/14/08
- Live HTTP Headers supplements the Firebug Net tab for debugging HTTP and HTTPS transactions.
- Screengrab! is a versatile screen capture tool, essential for submitting bug reports.