Design/Development Tools (For Firefox)
For my fellow FireFox Users:
http://www.howtogeek.com/howto/internet/firefox/create-the-ultimate-firefox-web-development-profile/
These tools listed in the above link are very useful design, developing, and debugging. Especially the Web Developer Plugin and ScreenGrab!. I’d suggest getting them all though.
Any questions let us know.

1RoyRubin posted Thu, November 8, 2007
Great link Nick! Thanks for sharing.
2jonhurlock posted Sat, November 10, 2007
Might be intrested in this
http://www.sitepoint.com/dustmeselectors/
Dust-Me Selectors is a Firefox extension (for v1.5 or later) that finds unused CSS selectors.
Install now!
Download the source files
Blog post
It extracts all the selectors from all the stylesheets on the page you’re viewing, then analyzes that page to see which of those selectors are not used. The data is then stored in your user preferences, so that as you continue to navigate around a site, selectors will be crossed off the list as they’re encountered.
You’ll end up with a profile of which selectors are not used anywhere on the site.
Can be helpful in finding unused elements, when updating your CSS after a site change.