views:

581

answers:

18

Just a couple weeks back one of my co-workers was using the Web Developer plugin for Firefox which I had never seen before, and I was wondering if there are any other great development plugins for Firefox that you cannot live without as a web developer.

The ones I currently use are:
Web Developer
Firebug
ColorZilla

Edit: Please give a short description as well

Duplicate of Essential Firefox Plugins/Extensions? (related to Web development of course)

+6  A: 

livehttpheaders - Easy tool for capturing browser's http conversation with server.

grega g
+1 I think I am gonna have to try that tool out
jmein
Could you please provide a quick description of the plugin? I know Google is my friend, but we should be able to have an overview of the different plugins just by reading the answers, whitout having to go back and forth to other websites.
Luc Touraille
+11  A: 

Only 2 I could not live without:

Firebug

YSlow

Denis Hennessy
+1 YSlow sounds like another good one
jmein
Thank you for mentioning YSlow.
ayaz
+4  A: 

Dust-Me Selectors finds unused CSS selectors in your site. You can use it to trim away the excess from your CSS files. It occasionally also supports FireBug in the role of making sure the CSS rules you are trying to apply are actually applying.

Well, I guess I could live without it, I'd just have CSS bloat.

Adam Bellaire
+1 that sounds like a really good tool
jmein
Very cool, I will have to try this out!
Anton
Interesting. Thanks for mentioning Dust-Me Selectors.
ayaz
A: 

Firebug is my favorite.

EJB
A: 

Anybody not using Firebug should be.

alex
+1  A: 
  • Firebug
  • Web Developer
  • DOM Inspector
Olivier PAYEN
+2  A: 
  • Live HTTP Headers: See any HTTP POST/GET request and it even allows you to 'replay' these requests (after editing it to your liking).

  • Add & Edit cookies: Add and edit cookies :)

  • Firebug: For obvious reasons.

Daniel
+1  A: 

There's quite a few I really like.

View in IE This is great for checking for cross-browser compatibility

Firebug This has been mentioned before many times, but its usefulness is just amazing. From javascript debugging to live-editing of anything, its a very powerful tool to have.

YSlow This one is actually pretty cool. It analyzes your site and give you it a performance grading along with suggestions to make your site faster.

Fireftp Not a "developement" tool per-say, but its useful for me at least, to send files back and forth to my webserver.

Anton
+1  A: 

In addition of the previously listed plugin, I use MeasureIt, which is quite usefull to measure parts of the web pages (interesting for design, CSS...)

romaintaz
+2  A: 

The ScreenGrab plugin is worth a mention - saves going back and forth between the browser and a graphics editor.

It can also take screen grabs of the whole page which is quite useful.

Obviously not a day-to-day usage kind of thing but worth having on occasion.

Phill Sacre
A: 

Aside from those already listed here, I use UserAgent switcher and wml browser for mobile development

MatthieuP
+1  A: 

foxmarks - A perfect bookmarks synchronization plug-in that is very well updated and I never lost one bookmark while using it on +/- 5 different computers.

Roalt
+1  A: 

Greasemonkey, Firebug, ColorZilla, Flashblock, Live HTTP Headers

annakata
+1 ah forgot to mention greasemonkey. I got that too
jmein
+7  A: 
Zaagmans
A: 
  • Firebug
  • All-in-one gestures. I've actually recently got unused to them since I switched to Chrome, but while I was using firefox they were indispensable.
Claudiu
+2  A: 
  • Firebug (you MUST get this one. The logging console alone is worth its weight in gold. No more need for those annoying alert() calls in Javascript.)
  • FirePHP (debugging tool for PHP scripts to send data to Firebug console)
  • FireCookie (manage cookies)
  • LiveHTTPHeaders (helps examine HTTP headers)
  • CacheViewer (helps examine files in the cache)
Jason S
A: 

I can't believe nobody mentionned Pixel Perfect!!

Pixel Perfect is a Firefox/Firebug extension that allows web developers and designers to easily overlay a web composition over top of the developed HTML.

By toggling the composition on and off, the developer can visually see how many pixels they are off in development. Pixel Perfect also has an opacity option so that you can view the HTML below the composition. By being able to see both the composition and the HTML you can now simultaneously use Firebug while Pixel Perfect is still in action.

bchhun
A: 

In addition to already mentioned plugins (Firebug, Greasemonkey, Web Developer, occasionally a few of the others), i can recommend these:

  1. Stylish - Customize the look of the application and of websites with Stylish, a user styles manager.
  2. Ubiquity - An extension that allows for the use of dynamic commands in Firefox.
  3. SQLite Manager - Manage any SQLite database on your computer.

Of course, many plugins are not directly development related, but very helpful nonetheless, like Scrapbook (helps you to save Web pages and organize the collection), Adblock/Adblock Plus, CustomizeGoogle, PlainOldFavorites (use IE favorites directly from Firefox), Tab Mix Plus, and more.

EDIT: corrected link for Scrapbook

SchaeferFFM