What is your favorite development related extension for Firefox? - Stack Overflow [closed] most recent 30 from stackoverflow.com 2009-12-01T00:12:39Z http://stackoverflow.com/feeds/question/260065 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox 3 What is your favorite development related extension for Firefox? [closed] Cory House 2008-11-03T21:42:15Z 2008-11-03T22:03:34Z <p>Please post one extension per comment so the most popular single extension moves to the top.</p> http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260069#260069 1 Answer by Kevin for What is your favorite development related extension for Firefox? Kevin 2008-11-03T21:42:45Z 2008-11-03T21:42:45Z <p>Grease Monkey</p> http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260071#260071 6 Answer by KernelM for What is your favorite development related extension for Firefox? KernelM 2008-11-03T21:43:16Z 2008-11-03T21:43:16Z <p><a href="https://addons.mozilla.org/en-US/firefox/addon/60" rel="nofollow">Web Developer</a></p> http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260073#260073 17 Answer by ehogue for What is your favorite development related extension for Firefox? ehogue 2008-11-03T21:43:37Z 2008-11-03T21:43:37Z <p><a href="http://getfirebug.com/" rel="nofollow">Firebug</a></p> http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260078#260078 3 Answer by Jonathan S. for What is your favorite development related extension for Firefox? Jonathan S. 2008-11-03T21:44:44Z 2008-11-03T21:44:44Z <p><a href="http://users.skynet.be/mgueury/mozilla/" rel="nofollow">HTML Validator</a></p> http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260081#260081 3 Answer by Kevin Pang for What is your favorite development related extension for Firefox? Kevin Pang 2008-11-03T21:44:59Z 2008-11-03T21:44:59Z <p>That's a no-brainer. <a href="https://addons.mozilla.org/en-US/firefox/addon/1843" rel="nofollow">FireBug</a> all the way. Lets you quickly and easily see what's going on with your HTML, Javascript, CSS, load times, etc. Truly a joy to use and an essential part of any web developer's toolkit.</p> http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260082#260082 4 Answer by Tim Howland for What is your favorite development related extension for Firefox? Tim Howland 2008-11-03T21:45:08Z 2008-11-03T21:45:08Z <p><a href="http://livehttpheaders.mozdev.org/" rel="nofollow">Live HTTP Headers</a> is also good- it lets you see exactly whats going out over the wire.</p> http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260086#260086 2 Answer by nzpcmad for What is your favorite development related extension for Firefox? nzpcmad 2008-11-03T21:47:21Z 2008-11-03T21:47:21Z <p><a href="https://addons.mozilla.org/en-US/firefox/addon/1385" rel="nofollow">TestGen4Web</a> - Just like your VCR - for Firefox. It records what you do, stores it, and plays it back on demand.</p> http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260088#260088 1 Answer by Anders for What is your favorite development related extension for Firefox? Anders 2008-11-03T21:47:55Z 2008-11-03T21:47:55Z <p>Firebug is invaluable</p> http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260100#260100 1 Answer by Tim Howland for What is your favorite development related extension for Firefox? Tim Howland 2008-11-03T21:50:13Z 2008-11-03T21:50:13Z <p><a href="http://screenshot-program.com/fireshot/" rel="nofollow">Fireshot</a> lets you take screen shots, including a mode that grabs the whole page- even if part of it has scrolled below the page.</p> http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260101#260101 0 Answer by Gulzar for What is your favorite development related extension for Firefox? Gulzar 2008-11-03T21:50:18Z 2008-11-03T21:50:18Z <p>After firebug and greasemonkey, I like <a href="https://addons.mozilla.org/en-US/firefox/addon/3590" rel="nofollow">Fast Video</a> download..</p> http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260119#260119 2 Answer by ojrac for What is your favorite development related extension for Firefox? ojrac 2008-11-03T21:53:48Z 2008-11-03T21:53:48Z <p><a href="http://developer.yahoo.com/yslow/" rel="nofollow">YSlow</a> -- which is technically a FireBug add-on, but it shouldn't be left out.</p> http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260141#260141 0 Answer by dhulk for What is your favorite development related extension for Firefox? dhulk 2008-11-03T21:59:51Z 2008-11-03T21:59:51Z <p>Firebug first and foremost, but Web Developer is very useful too. My favorite part about Firebug is that you can find out what you need to fix things without constantly making a tiny change to your source code and refreshing the page. You can change pretty much anything as far as I've seen and it makes things a thousand times less frustrating.</p> http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260144#260144 1 Answer by HanClinto for What is your favorite development related extension for Firefox? HanClinto 2008-11-03T22:02:35Z 2008-11-03T22:02:35Z <p><a href="https://addons.mozilla.org/en-US/firefox/addon/4476" rel="nofollow">Leechblock</a> -- this flexible site-blocker lets me lock down my browser so that I don't waste too much time on sites like /. and SO. :) Seriously, it's been the single best extension for Firefox to help boost my development productivity.</p>