<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cordobo &#187; extensions</title>
	<atom:link href="http://cordobo.com/tag/extensions/feed/" rel="self" type="application/rss+xml" />
	<link>http://cordobo.com</link>
	<description>Weblog of Andreas Jacob on Webdesign and CSS</description>
	<lastBuildDate>Wed, 05 Oct 2011 19:00:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Firefox add-ons for developers</title>
		<link>http://cordobo.com/540-firefox-add-ons-for-developers/</link>
		<comments>http://cordobo.com/540-firefox-add-ons-for-developers/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 20:38:28 +0000</pubDate>
		<dc:creator>Andreas Jacob</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[notebook]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://cordobo.com/?p=540</guid>
		<description><![CDATA[I compiled a short list of add-ons for firefox &#8212; mostly for developers and even more mostly for my own needs. Aardvark (Developer Page) Powerful and user-friendly selector utility for selecting elements and doing various actions on them. It can be used for cleaning up a page prior to printing it (by removing and isolating [...]]]></description>
			<content:encoded><![CDATA[<p>I compiled a short list of add-ons for firefox &mdash; mostly for developers and even <em>more mostly</em> for my own needs.</p>
<p><span id="more-540"></span></p>
<h3><img src="/wp-content/uploads/default-icon.png" alt="" title="Aardvark" width="32" height="32" class="alignnone size-full wp-image-617" /> <a href="https://addons.mozilla.org/de/firefox/addon/4111">Aardvark</a> (<a href="http://karmatics.com/aardvark/">Developer Page</a>)</h3>
<p>Powerful and user-friendly selector utility for selecting elements and doing various actions on them. It can be used for cleaning up a page prior to printing it (by removing and isolating elements), and for web development.</p>
<h3><img src="/wp-content/uploads/cleo.png" alt="cleo" title="cleo" width="32" height="32" class="size-medium wp-image-565" /> <a href="https://addons.mozilla.org/de/firefox/addon/2942">CLEO</a> (<a href="http://customsoftwareconsult.com/extensions/cleo/cleo.html">Developer Page</a>)</h3>
<p>CLEO allows you to organize individual extensions/themes by combining them together into a single, installable file. This file can be used to install or restore a collection of extensions and/or themes.</p>
<h3 id="firebug"><img src="/wp-content/uploads/firebug.png" alt="firebug" title="firebug" width="32" height="32" class="size-medium wp-image-565" /> <a href="https://addons.mozilla.org/de/firefox/addon/1843">Firebug</a> (<a href="http://getfirebug.com/">Developer Page</a>)</h3>
<p> Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.</p>
<h3><img src="/wp-content/uploads/default-icon.png" alt="Google Notebook" title="Google Notebook" width="32" height="32" class="alignnone size-full wp-image-617" /> <a href="http://www.google.com/notebook">Google Notebook</a></h3>
<p>I used a local tool to store various code snippets I needed over and over and sometimes even Google mail if I used them on a different computer. Well, I never ever had them on the computer I needed them until a friend pointed me to Google Notebook and it really speeds-up my copy &#038; paste experiences ;)</p>
<h3 id="greasemonkey"><img src="/wp-content/uploads/default-icon.png" alt="" title="Greasemonkey" width="32" height="32" class="alignnone size-full wp-image-617" /> <a href="https://addons.mozilla.org/de/firefox/addon/748">Greasemonkey</a> (<a href="http://www.greasespot.net/">Developer Page</a>)</h3>
<p>Allows you to customize the way a webpage displays using small bits of JavaScript. Hundreds of scripts, for a wide variety of popular sites, are already available at <a href="http://userscripts.org/">userscripts.org</a>.<br />
You can write your own scripts, too. Check out <a href="http://wiki.greasespot.net/">wiki.greasespot.net</a> to get started.</p>
<h3><img src="/wp-content/uploads/default-icon.png" alt="Hammerhead" title="Hammerhead" width="32" height="32" class="alignnone size-full wp-image-617" /> <a href="http://stevesouders.com/hammerhead/">Hammerhead</a> (<a href="http://stevesouders.com/hammerhead/">Developer Page</a>)</h3>
<p>Hammerhead adds a tab to Firebug for measuring the load time of web pages. Requires <a href="#firebug">Firebug</a>.</p>
<h3><img src="/wp-content/uploads/html-validator.png" alt="HTML Validator" title="HTML Validator" width="32" height="25" class="alignnone size-full wp-image-617" /> <a href="https://addons.mozilla.org/de/firefox/addon/249">HTML Validator</a> (<a href="http://users.skynet.be/mgueury/mozilla/">Developer Page</a>)</h3>
<p>HTML Validator is a Mozilla extension that adds HTML validation inside Firefox and Mozilla. The number of errors of a HTML page is seen on the form of an icon in the status bar when browsing.<br />
The extension is based on Mozillas built-in support for Tidy and OpenSP.</p>
<h3><img src="/wp-content/uploads/default-icon.png" alt="HttpFox" title="HttpFox" width="32" height="25" class="alignnone size-full wp-image-617" /> <a href="https://addons.mozilla.org/en-US/firefox/addon/6647">HttpFox</a> (<a href="http://code.google.com/p/httpfox/">Developer Page</a>)</h3>
<p>HttpFox monitors and analyzes all incoming and outgoing HTTP traffic between the browser and the web servers.</p>
<h3><img src="/wp-content/uploads/live-http-headers.png" alt="Live HTTP Headers" title="Live HTTP Headers" width="32" height="25" class="alignnone size-full wp-image-617" /> <a href="https://addons.mozilla.org/de/firefox/addon/3829">Live HTTP Headers</a> (<a href="http://livehttpheaders.mozdev.org/">Developer Page</a>)</h3>
<p>View HTTP headers of a page and while browsing.</p>
<h3><img src="/wp-content/uploads/default-icon.png" alt="" title="Modify Headers" width="32" height="32" class="alignnone size-full wp-image-617" /> <a href="https://addons.mozilla.org/de/firefox/addon/967">Modify Headers</a> (<a href="http://modifyheaders.mozdev.org/">Developer Page</a>)</h3>
<p>Add, modify and filter http request headers. You can modify the user agent string, add headers to spoof a mobile request (e.g. x-up-calling-line-id) and much more. Take a look at the help tab of the Modify Headers window.<br />
For an alternative, check <a href="https://addons.mozilla.org/de/firefox/addon/966">Tamper Data</a></p>
<h3><img src="/wp-content/uploads/default-icon.png" alt="" title="Nightly Tester Tools" width="32" height="32" class="alignnone size-full wp-image-617" /> <a href="https://addons.mozilla.org/de/firefox/addon/6543">Nightly Tester Tools</a> (<a href="http://www.oxymoronical.com/web/firefox/nightly">Developer Page</a>)</h3>
<p>This extension adds a few extras useful to those that regularly test nightly builds of Firefox, Thunderbird, Sunbird and Toolkit Seamonkey (Suiterunner). The following is a brief list of the extension&#8217;s features:<br />
Extension compatibility fixing, Titlebar customisation, Build ID retrieval, Screenshots, Breakpad information, Restoring tabs from previous session &amp; Leak log analysis.</p>
<h3><img src="/wp-content/uploads/operator.png" alt="operator" title="operator" width="32" height="32" class="size-full wp-image-616" /> <a href="https://addons.mozilla.org/de/firefox/addon/4106">Operator</a> (<a href="http://www.kaply.com/weblog/operator">Developer Page</a>)</h3>
<p>Operator lets you combine pieces of information on Web sites with applications in ways that are useful. For instance, Flickr + Google Maps, Upcoming + Google Calendar, Yahoo! Local + your address book, and many more possibilities and permutations. All of these scenarios are possible due to Microformats, an emerging standard for injecting semantics into HTML.</p>
<h3><img src="/wp-content/uploads/pencil.png" alt="" title="pencil" width="32" height="32" class="alignnone size-full wp-image-617" /> <a href="https://addons.mozilla.org/de/firefox/addon/8487">Pencil</a> (<a href="http://www.evolus.vn/Pencil/">Developer Page</a>)</h3>
<p>Pencil  is a free and opensource Firefox add-on to do GUI prototyping and simple sketching within Firefox.</p>
<h3><img src="/wp-content/uploads/pixel-perfect.png" alt="" title="pixel perfect" width="32" height="32" class="alignnone size-full wp-image-617" /> <a href="https://addons.mozilla.org/de/firefox/addon/7943">Pixel Perfect</a> (<a href="http://www.pixelperfectplugin.com/">Developer Page</a>)</h3>
<p>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. Requires <a href="#firebug">Firebug</a>.</p>
<h3><img src="/wp-content/uploads/default-icon.png" alt="" title="platypus" width="32" height="32" class="alignnone size-full wp-image-617" /> <a href="https://addons.mozilla.org/de/firefox/addon/737">Platypus</a> (<a href="http://platypus.mozdev.org/">Developer Page</a>)</h3>
<p>Platypus is a Firefox extension which lets you modify a Web page from your browser &#8212; &#8220;What You See Is What You Get&#8221; &mdash; and then save those changes as a Greasemonkey script so that they&#8217;ll be repeated the next time you visit the page. Requires <a href="#greasemonkey">Greasemonkey</a>.</p>
<h3><img src="/wp-content/uploads/default-icon.png" alt="Poster" title="Poster" width="32" height="32" class="size-medium wp-image-565" /> <a href="https://addons.mozilla.org/de/firefox/addon/2691">Poster</a> (<a href="http://code.google.com/p/poster-extension/">Developer Page</a>)</h3>
<p>A developer tool for interacting with web services and other web resources that lets you make HTTP requests, set the entity body, and content type. This allows you to interact with web services and inspect the results. After you install it, just go to View->Sidebar->Poster to open the tool as a sidebar. After that, try a GET or POST on your favorite web service or site.</p>
<h3><img src="/wp-content/uploads/default-icon.png" alt="" title="SearchStatus" width="32" height="32" class="alignnone size-full wp-image-617" /> <a href="https://addons.mozilla.org/de/firefox/addon/321">SearchStatus</a> (<a href="http://www.quirk.biz/searchstatus/">Developer Page</a>)</h3>
<p>Display the Google PageRank, Alexa rank and Compete ranking anywhere in your browser, along with fast keyword density analyser, keyword/nofollow highlighting, backward/related links, Alexa info and other SEO tools.</p>
<h3><img src="/wp-content/uploads/default-icon.png" alt="Selenium IDE" title="Selenium IDE" width="32" height="32" class="size-medium wp-image-565" /> <a href="https://addons.mozilla.org/de/firefox/addon/2079">Selenium IDE</a> (<a href="http://selenium-ide.openqa.org/">Developer Page</a>)</h3>
<p>Selenium IDE is an integrated development environment for Selenium tests. It is implemented as a Firefox extension, and allows you to record, edit, and debug tests. Selenium IDE includes the entire Selenium Core, allowing you to easily and quickly record and play back tests in the actual environment that they will run.<br />
For an alternative, check <a href="https://addons.mozilla.org/de/firefox/addon/4149">Molybdenum</a>.</p>
<h3><img src="/wp-content/uploads/default-icon.png" alt="Smush it" title="Smush it" width="32" height="32" class="size-medium wp-image-565" /> <a href="http://smushit.com/">Smush it</a> (<a href="http://smushit.com/">Developer Page</a>)</h3>
<p>Optimizing images by hand is time consuming and painful. Smush it does it for you.</p>
<h3><img src="/wp-content/uploads/total-validator.png" alt="" title="Total Validator" width="32" height="32" class="alignnone size-full wp-image-617" /> <a href="https://addons.mozilla.org/de/firefox/addon/2318">Total Validator</a> (<a href="http://www.totalvalidator.com/tool/extension.html">Developer Page</a>)</h3>
<p>Provides true HTML validation (HTML 2.0 to XHTML 1.1) using the official DTDs, plus added attribute checking. So you no longer have to put up with the limitations of the W3C validator (no type checking) and tools like HTML Tidy which interpret the standards incorrectly (they don&#8217;t use the official DTDs). Also performs accessibility validation (WCAG, US-508), broken link checking, spell checking (5 languages), and takes screenshots using 32 browsers on Windows, Linux, and OS/X.</p>
<h3><img src="/wp-content/uploads/default-icon.png" alt="" title="UrlParams" width="32" height="32" class="alignnone size-full wp-image-617" /> <a href="https://addons.mozilla.org/de/firefox/addon/1290">UrlParams</a> (<a href="http://www.urlparams.blogwart.com/">Developer Page</a>)</h3>
<p>Shows you the GET and POST parameters of the current website in the sidebar. You can alter their values, add new parameters, switch get/post and more. Might not be compatible with Firefox 3.0.x.</p>
<h3><img src="/wp-content/uploads/yslow.png" alt="yslow" title="yslow" width="32" height="32" class="size-full wp-image-578" /> <a href="https://addons.mozilla.org/de/firefox/addon/5369">YSlow</a> (<a href="http://developer.yahoo.com/yslow/">Developer Page</a>)</h3>
<p>YSlow analyzes web pages and tells you why they&#8217;re slow based on Yahoo&#8217;s rules for high performance web sites. Requires <a href="#firebug">Firebug</a>.</p>
<h3><img src="/wp-content/uploads/web-developer.png" alt="web developer" title="web-developer" width="32" height="32" class="size-full wp-image-573" /> <a href="https://addons.mozilla.org/de/firefox/addon/60">Web Developer</a> (<a href="http://chrispederick.com/work/web-developer/">Developer Page</a>)</h3>
<p>A well-known add-on and must-have for every web developer. Adds a menu and a toolbar with various web developer tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://cordobo.com/540-firefox-add-ons-for-developers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

