<?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>Snipe.Net &#187; firefox</title>
	<atom:link href="http://www.snipe.net/tags/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.snipe.net</link>
	<description>Bitterness never tasted so sweet</description>
	<lastBuildDate>Thu, 29 Jul 2010 05:03:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Firefox Add-On ErrorZilla breaks FF3 SSL error page</title>
		<link>http://www.snipe.net/2008/07/firefox-add-on-errorzilla-breaks-ff3-ssl-error-page/</link>
		<comments>http://www.snipe.net/2008/07/firefox-add-on-errorzilla-breaks-ff3-ssl-error-page/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 17:17:40 +0000</pubDate>
		<dc:creator>snipe</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[ff3]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.snipe.net/?p=170</guid>
		<description><![CDATA[If you use the Firefox add-on ErrorZilla, which conveniently displays additional options (Try Again, Google Cache, Coralize, Wayback, Ping, Trace, and Whois buttons) when Firefox hits an error page, you may notice something frustrating happening in Firefox 3. Firefox 3 handles &#8220;invalid&#8221; and self-signed SSL certificates differently than Firefox 2. In an effort to help [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.snipe.net%2F2008%2F07%2Ffirefox-add-on-errorzilla-breaks-ff3-ssl-error-page%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.snipe.net%2F2008%2F07%2Ffirefox-add-on-errorzilla-breaks-ff3-ssl-error-page%2F&amp;source=snipeyhead&amp;style=normal&amp;service=bit.ly&amp;service_api=R_92bd97f4f8b9fa8a40675b36ea291223" height="61" width="50" /><br />
			</a>
		</div>
<p>If you use the Firefox add-on <a href="https://addons.mozilla.org/en-US/firefox/addon/3336">ErrorZilla</a>, which conveniently displays additional options (Try Again, Google Cache, Coralize, Wayback, Ping, Trace, and Whois buttons) when Firefox hits an error page, you may notice something frustrating happening in Firefox 3.<span id="more-170"></span></p>
<p>Firefox 3 handles &#8220;invalid&#8221; and self-signed SSL certificates differently than Firefox 2. In an effort to help the user take control of their own security, Firefox 3 will block the page with an error explaining why the certificate is invalid (&#8220;The certificate is not trusted because it is self signed.Â  Error code: sec_error_ca_cert_invalid&#8221;) &#8211; and provides a link (albeit a tiny one) that will allow the user to add an exception, allowing that SSL certificate to be accepted and the page to load.</p>
<p><a href="http://www.snipe.net/wp-content/uploads/2008/07/ssl.png"><img class="alignnone size-full wp-image-171" title="ssl" src="http://www.snipe.net/wp-content/uploads/2008/07/ssl.png" alt="" width="500" height="265" /></a></p>
<p>If you have ErrorZilla installed and are running Firefox 3, you&#8217;ll actually get stuck and won&#8217;t be able to add the exception and therefore won&#8217;t be able to load the page. This can be a big problem if you&#8217;re running self-signed certificates to encrypt your cpanel/webmin/&lt;other hosting management software&gt; administration areas. Instead, what you see is something like this:</p>
<p><a href="http://www.snipe.net/wp-content/uploads/2008/07/ssl-errorzilla.png"><img class="alignnone size-full wp-image-172" title="ssl-errorzilla" src="http://www.snipe.net/wp-content/uploads/2008/07/ssl-errorzilla.png" alt="" width="500" height="301" /></a></p>
<p>No option to add the exception.</p>
<p>Its unfortunate, since the ErrorZilla developers took the time to update the add-on to &#8220;work&#8221; with Firefox 3 (meaning it is able to be installed and doesn&#8217;t throw a version error), but I&#8217;m going to have to disable it until they have the SSL exceptions stuff sorted out.</p>
<p>On the plus side, Jay Baldwin <a href="http://www.jaybaldwin.com/Blog.aspx?cid=4" target="_blank">posts to his blog</a> (dated June 30, 2008) that he grok&#8217;s why it&#8217;s not working:</p>
<blockquote><p>The main concern is that the error page is not considered trusted, so it has no ability to access resource:// script files, the local file system, chrome:// script files, direct to chrome:// pages, or the like, which means it is on the same security level as a foreign &#8220;public&#8221; website &#8212; it has no access to read from a config file in your Firefox profile or from the Preferences Service (about:config).</p>
<p>I&#8217;m still working on finding a way around this . . .Â  Hit me up in the comments if any of you could suggest a solution.Â  <img src='http://www.snipe.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></blockquote>
<p>Which does, in fact, make sense.The site isn&#8217;t trusted, so its not allowed to access the styles used by ErrorZilla.</p>
<p>So &#8211; <a href="http://www.jaybaldwin.com/Blog.aspx?cid=4" target="_blank">hit him up</a> if you have any thoughts. <img src='http://www.snipe.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<p>Possibly related posts:<ol><li><a href='http://www.snipe.net/2002/06/google-style-page-numbering-with-x-per-page-and-y-page-numbers-displayed/' rel='bookmark' title='Permanent Link: Google Style Page Numbering (with x per page and y page numbers displayed)'>Google Style Page Numbering (with x per page and y page numbers displayed)</a> <small>With just a few modifications, we can create a piece...</small></li>
<li><a href='http://www.snipe.net/2008/06/tweak-firefox-3-to-display-richer-colors/' rel='bookmark' title='Permanent Link: Tweak Firefox 3 to Display Richer Colors'>Tweak Firefox 3 to Display Richer Colors</a> <small>If the digital photo you just uploaded looks more washed...</small></li>
<li><a href='http://www.snipe.net/2002/06/page-numbering-with-x-results-per-page/' rel='bookmark' title='Permanent Link: Page Numbering (with x results per page)'>Page Numbering (with x results per page)</a> <small>Although there are several examples of this type of code...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.snipe.net/2008/07/firefox-add-on-errorzilla-breaks-ff3-ssl-error-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sync Your Browsers Across Multiple Computers with Mozilla Weave</title>
		<link>http://www.snipe.net/2008/07/sync-your-browsers-across-multiple-computers-with-mozilla-weave/</link>
		<comments>http://www.snipe.net/2008/07/sync-your-browsers-across-multiple-computers-with-mozilla-weave/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 03:51:02 +0000</pubDate>
		<dc:creator>snipe</dc:creator>
				<category><![CDATA[Life Tools]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://www.snipe.net/?p=160</guid>
		<description><![CDATA[Those of you who have upgraded to Firefox 3 may be feeling the loss of Google Browser Sync, Google&#8217;s free Firefox addon that previously allowed you to sync bookmarks, stored password, cookies and more across multiple computers. For folks like me, who work on multiple computers throughout the course of the day, this was an [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.snipe.net%2F2008%2F07%2Fsync-your-browsers-across-multiple-computers-with-mozilla-weave%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.snipe.net%2F2008%2F07%2Fsync-your-browsers-across-multiple-computers-with-mozilla-weave%2F&amp;source=snipeyhead&amp;style=normal&amp;service=bit.ly&amp;service_api=R_92bd97f4f8b9fa8a40675b36ea291223" height="61" width="50" /><br />
			</a>
		</div>
<p>Those of you who have upgraded to Firefox 3 may be feeling the loss of Google Browser Sync, Google&#8217;s free Firefox addon that previously allowed you to sync bookmarks, stored password, cookies and more across multiple computers. For folks like me, who work on multiple computers throughout the course of the day, this was an invaluable tool for keeping track of passwords at the very least.<span id="more-160"></span></p>
<p>I was heartbroken to discover that Google had effectively abandoned the project around the time that Firefox 3 came out &#8211; so much so that I delayed upgrading Firefox for a while.Â  I was hoping they&#8217;d change their mind, or get around to updating it &#8211; but eventually I realized that Google Browser Sync has been discontinued, and the download has been replaced with the following text:</p>
<blockquote><p><strong>Google Browser Sync is no longer available for download.</strong> Instead, to get similar functionality, we suggest using Mozilla Weave, Google Toolbar for Firefox, or Foxmarks. Support for current Google Browser Sync users will continue through 2008. We&#8217;ve also posted the code to Google Code in hopes that someone will use it to develop something cool.</p></blockquote>
<p>As such, it will not be updated for Firefox 3. However, the code has been made <a class="external text" title="http://code.google.com/p/browsersync/" rel="nofollow" href="http://code.google.com/p/browsersync/">available to the public </a></p>
<p>Fortunately, the folks at Mozilla Labs came to the rescue, with their new project, Mozilla Weave. Mozilla Weave syncs forms, history, cookies, passwords, tabs and bookmarks &#8211; and even has support for Weave add-ins. Plus, you can mount your storage slot using WebDAV &#8211; although Mozilla strongly warns against using this space for general storage, as they may delete the contents<a href="http://www.snipe.net/wp-content/uploads/2008/07/icon_weave_m.gif"><img class="alignright size-medium wp-image-161" title="icon_weave_m" src="http://www.snipe.net/wp-content/uploads/2008/07/icon_weave_m.gif" alt="" width="100" height="100" /></a> at any time.</p>
<p>I&#8217;ve installed it so far on Win XP and Mac OSX (Leopard), and it&#8217;s working smashingly. Learn more about the Weave project, including the basics of how it works and the fundamental principles, at the <a href="http://labs.mozilla.com/projects/weave/" target="_blank">Mozilla Labs Weave page</a>, or try it out by <a href="https://services.mozilla.com/" target="_blank">downloading it today</a>!</p>


<p>Possibly related posts:<ol><li><a href='http://www.snipe.net/2008/07/dropbox-versus-foldershare-for-syncing-files-between-computers/' rel='bookmark' title='Permanent Link: Dropbox versus FolderShare for Syncing Files Between Computers'>Dropbox versus FolderShare for Syncing Files Between Computers</a> <small>In my eternal quest to sync up all of the...</small></li>
<li><a href='http://www.snipe.net/2007/01/firefox-extensions-i-cant-live-without/' rel='bookmark' title='Permanent Link: Firefox extensions I can&#8217;t live without'>Firefox extensions I can&#8217;t live without</a> <small>The full list of Firefox extensions that I consider absolutely...</small></li>
<li><a href='http://www.snipe.net/2006/06/checkboxesmultiple-select-boxes-in-php/' rel='bookmark' title='Permanent Link: Checkboxes/Multiple Select Boxes in PHP'>Checkboxes/Multiple Select Boxes in PHP</a> <small>For the PHP newbie, checkboxes and/or multiple select listboxes can...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.snipe.net/2008/07/sync-your-browsers-across-multiple-computers-with-mozilla-weave/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Hacking Firefox</title>
		<link>http://www.snipe.net/2008/06/hacking-firefox/</link>
		<comments>http://www.snipe.net/2008/06/hacking-firefox/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 15:15:50 +0000</pubDate>
		<dc:creator>snipe</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.snipe.net/?p=124</guid>
		<description><![CDATA[Excellent (and long) article here that covers most of the frequently-asked-for tweaks and hacks to about:config in Firefox. I had originally found it while trying to remember how to tweak my Firefox so that when I type in a keyword string into the address bar, it would send me to Google search results, instead of [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.snipe.net%2F2008%2F06%2Fhacking-firefox%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.snipe.net%2F2008%2F06%2Fhacking-firefox%2F&amp;source=snipeyhead&amp;style=normal&amp;service=bit.ly&amp;service_api=R_92bd97f4f8b9fa8a40675b36ea291223" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.snipe.net/wp-content/uploads/2008/06/firefox.jpg"><img class="alignright size-thumbnail wp-image-125" title="firefox" src="http://www.snipe.net/wp-content/uploads/2008/06/firefox-150x150.jpg" alt="" width="150" height="150" /></a>Excellent (and long) article here that covers most of the frequently-asked-for tweaks and hacks to about:config in Firefox.</p>
<p>I had originally found it while trying to remember how to tweak my Firefox so that when I type in a keyword string into the address bar, it would send me to Google search results, instead of Google&#8217;s &#8220;I&#8217;m feeling lucky&#8221;. And sure enough, I found exactly what I was looking for &#8211; and tons more &#8211; in this article:</p>
<blockquote><p>You may have noticed that if you type something into Firefox&#8217;s address bar that&#8217;s not an address (a &#8220;keyword&#8221;), Firefox typically passes it on to Google as an &#8220;I&#8217;m Feeling Lucky&#8221; search term. The exact search engine string to use is defined in the string preference <strong>keyword.URL</strong>; if you want to change it to something else, you can simply edit this string.</p></blockquote>
<p>So I changed it to a normal Google search results string, and voila.</p>
<p>Even though this article was written in 2007, most of the info still applies, so its still a worthwhile article to check out. <a href="http://www.computerworld.com/action/article.do?command=printArticleBasic&amp;articleId=9020880" target="_blank">Computer World: Hacking Firefox: The Secrets of about:config</a></p>


<p>Possibly related posts:<ol><li><a href='http://www.snipe.net/2008/06/tweak-firefox-3-to-display-richer-colors/' rel='bookmark' title='Permanent Link: Tweak Firefox 3 to Display Richer Colors'>Tweak Firefox 3 to Display Richer Colors</a> <small>If the digital photo you just uploaded looks more washed...</small></li>
<li><a href='http://www.snipe.net/2008/07/firefox-add-on-errorzilla-breaks-ff3-ssl-error-page/' rel='bookmark' title='Permanent Link: Firefox Add-On ErrorZilla breaks FF3 SSL error page'>Firefox Add-On ErrorZilla breaks FF3 SSL error page</a> <small>If you use the Firefox add-on ErrorZilla, which conveniently displays...</small></li>
<li><a href='http://www.snipe.net/2007/01/firefox-extensions-i-cant-live-without/' rel='bookmark' title='Permanent Link: Firefox extensions I can&#8217;t live without'>Firefox extensions I can&#8217;t live without</a> <small>The full list of Firefox extensions that I consider absolutely...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.snipe.net/2008/06/hacking-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweak Firefox 3 to Display Richer Colors</title>
		<link>http://www.snipe.net/2008/06/tweak-firefox-3-to-display-richer-colors/</link>
		<comments>http://www.snipe.net/2008/06/tweak-firefox-3-to-display-richer-colors/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 21:26:59 +0000</pubDate>
		<dc:creator>snipe</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[ff3]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.snipe.net/?p=109</guid>
		<description><![CDATA[If the digital photo you just uploaded looks more washed out in Flickr than it does in your desktop image editor, that&#8217;s because Firefox 3&#8242;s advanced color management capability isn&#8217;t turned on by default. To turn it on, type about:config in Firefox 3&#8242;s address bar, then click the &#8220;I&#8217;ll be careful, I promise!&#8221; button. Then, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.snipe.net%2F2008%2F06%2Ftweak-firefox-3-to-display-richer-colors%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.snipe.net%2F2008%2F06%2Ftweak-firefox-3-to-display-richer-colors%2F&amp;source=snipeyhead&amp;style=normal&amp;service=bit.ly&amp;service_api=R_92bd97f4f8b9fa8a40675b36ea291223" height="61" width="50" /><br />
			</a>
		</div>
<p>If the digital photo you just uploaded looks more washed out in Flickr than it does in your desktop image editor, that&#8217;s because Firefox 3&#8242;s advanced color management capability isn&#8217;t turned on by default. To turn it on, type <code>about:config</code> in Firefox 3&#8242;s address bar, then click the &#8220;I&#8217;ll be careful, I promise!&#8221; button. Then, in the Filter field, type <strong>gfx.color_management.enabled</strong> and set that value to <strong>true</strong> (its default value is false). Restart Firefox. From there on in, your photo colors will be richer than they were. Why isn&#8217;t this value true by default? Well, according to Mozilla, you&#8217;ll see a 10-15% performance hit using this setting, but if you&#8217;ve got a reasonably fast machine, it&#8217;ll be worth the better-looking photos. Hit <a href="http://www.dria.org/wordpress/archives/2008/04/29/633/" target="_blank">this link</a> for an extended explanation of Firefox&#8217;s color profile support.</p>


<p>Possibly related posts:<ol><li><a href='http://www.snipe.net/2007/01/firefox-extensions-i-cant-live-without/' rel='bookmark' title='Permanent Link: Firefox extensions I can&#8217;t live without'>Firefox extensions I can&#8217;t live without</a> <small>The full list of Firefox extensions that I consider absolutely...</small></li>
<li><a href='http://www.snipe.net/2008/07/firefox-add-on-errorzilla-breaks-ff3-ssl-error-page/' rel='bookmark' title='Permanent Link: Firefox Add-On ErrorZilla breaks FF3 SSL error page'>Firefox Add-On ErrorZilla breaks FF3 SSL error page</a> <small>If you use the Firefox add-on ErrorZilla, which conveniently displays...</small></li>
<li><a href='http://www.snipe.net/2008/06/hacking-firefox/' rel='bookmark' title='Permanent Link: Hacking Firefox'>Hacking Firefox</a> <small>Excellent (and long) article here that covers most of the...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.snipe.net/2008/06/tweak-firefox-3-to-display-richer-colors/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firefox extensions I can&#8217;t live without</title>
		<link>http://www.snipe.net/2007/01/firefox-extensions-i-cant-live-without/</link>
		<comments>http://www.snipe.net/2007/01/firefox-extensions-i-cant-live-without/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 20:00:10 +0000</pubDate>
		<dc:creator>snipe</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Geek Life]]></category>
		<category><![CDATA[Life Tools]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.snipe.net/?p=92</guid>
		<description><![CDATA[The full list of Firefox extensions that I consider absolutely mandatory. All of these work with FF 2, and many work with older versions. All but one or two have also been updated to work with FF 3. (List last updated Aug 26, 2008.) General Browsing: URL Fixer Seamlessly fixes the fat-fingered &#8220;.con&#8221; typos in [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.snipe.net%2F2007%2F01%2Ffirefox-extensions-i-cant-live-without%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.snipe.net%2F2007%2F01%2Ffirefox-extensions-i-cant-live-without%2F&amp;source=snipeyhead&amp;style=normal&amp;service=bit.ly&amp;service_api=R_92bd97f4f8b9fa8a40675b36ea291223" height="61" width="50" /><br />
			</a>
		</div>
<p>The full list of Firefox extensions that I consider absolutely mandatory. All of these work with FF 2, and many work with older versions. All but one or two have also been updated to work with FF 3. (List last updated Aug 26, 2008.)<span id="more-92"></span></p>
<p><span style="font-size: medium;">General Browsing:</span></p>
<p><strong><a href="https://addons.mozilla.org/firefox/2871/">URL Fixer</a></strong><br />
Seamlessly fixes the fat-fingered &#8220;.con&#8221; typos in a domain name. (Other similar extensions only suggest the alternates after the page has failed to load)</p>
<p><strong><a href="https://addons.mozilla.org/firefox/134/">Copy Plain Text</a></strong><br />
Allows you to copy without formatting</p>
<p><strong><a href="https://addons.mozilla.org/firefox/1865/">AdBlock Plus</a></strong><br />
Blocks out inline ads, such as banner ads, Google Adwords, etc. (Note, if you&#8217;re a regular at the IWG site, please consider disabling this plugin while there. The ad revenue actually does help keep it running. Its not a lot, but its enough.)</p>
<p><strong><a href="https://addons.mozilla.org/firefox/3199/">Link Alert</a></strong><br />
Pops up a teenie icon when you mouseover a link, indicating the type of file a hyperlink goes to (.doc, .pdf, etc).  This is particularly handy if you (like me) hate clicking on a link and then waiting 10 for Adobe Acrobat to open.  Obviously, yes, you can look at the status bar and find out where it&#8217;s going &#8211; but this extension makes it much more intuitive.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/403/">URL Link</a></strong><br />
Reconnects broken links that are only broken because web-based email wrapped them, etc.  Also has some other neat features.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/636/">PDF Download</a></strong><br />
Makes FF ask you what you want to do with a PDF file, rather than automatically opening it in a browser window.  I&#8217;m on a lot of law and court websites often, and many of them offer PDFs, so this is a nice one for me.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/3818/">Resizable textarea</a></strong><br />
Just what it sounds like &#8211; it lets you make a textarea box bigger for more room to type.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/3542/">Aging Tabs</a></strong><br />
Changes the color of the tabs in FF based on how long they have been idle.  This isn&#8217;t a critical one, but its helpful to me, since I switch back and forth from tabs so often. At a glance, I can see which are the most active, so I know which ones to click on.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/2410/">Foxmarks Synchronizer</a></strong><br />
Syncs all of your Firefox bookmarks across multiple computers.  Requires you to sign up for an account at Foxmarks, but the account sign-up is built in to the initial setup, and it literally took less than 30 seconds. As of October 2008, Foxmarks now supports browser password syncing.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/3006/">Download Helper</a></strong><br />
Grab images and video from YouTube, MySpace, etc.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/2140/">FavLoc</a></strong><br />
Allows you to set specific favorite folders to save your downloads.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/1853/">Background Image Saver</a></strong><br />
More and more sites are utilizing a transparent gif overlay to prevent their images from being saved via the right+click &#8220;save image as&#8221;. Since Firefox doesn&#8217;t have a &#8220;Save background image as&#8230;&#8221;. this extension gives it back to you.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/500/">Google Adsense Notifier</a></strong><br />
Shows you how much you&#8217;ve earned in the status bar.  I have found a bit of a glitch with this since the last update, where I can no longer view the amount from last payment (it shows the amount for all time instead), but I am hopeful that this will get fixed soon, since I really like this extension.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/3755/">Gutil!</a></strong><br />
Just a quick shortcut to Google services (mail, news, etc.)  Simple, but nice.</p>
<p><strong><a href="http://www.ideashower.com/ideas/launched/read-it-later/" target="_blank">Read it Later</a></strong><br />
This is a handy little addon that lets you flag a page to read later. If you&#8217;re like me, you constantly find interesting pages that you want to delve into, but don&#8217;t always have time, the very moment you find them. While you could certainly just set up a Bookmarks folder for stuff you want to get to later, Read it Later adds a spiffy icon in your address bar. One click and its saved for later.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/189" target="_blank">Google Preview</a></strong><br />
Provides a thumbnail screenshot next to the site link and summary in Google search results. I wouldn&#8217;t have thought I needed this when I first heard about it, but its become one of my favorites.</p>
<p><span style="font-size: medium;">Web Development:</span></p>
<p><strong><a href="https://addons.mozilla.org/firefox/1419/">IE Tab</a></strong><br />
This is perhaps more important as a web developer, but there are times when a page won&#8217;t render correctly in FF, so it&#8217;s nice to have an alternate way of viewing it. There is also a trimmed down version of this extension available as <a href="https://addons.mozilla.org/firefox/1429/">IE Lite</a>. Alas, for PC only.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/4111/">Aardvark</a></strong><br />
This one is a must-have for all web developers.  It allows you to quickly and easily view and select distinct elements of a webpage, displaying their characteristics, including id. Great for troubleshooting HTML and CSS.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/60/">Web Developer Toolbar</a></strong><br />
This is THE first extension I go for when setting up a new computer.  Tons of web dev tools, including viewing submitted headers, debugging tools, and so on.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">Firebug</a></strong><br />
This is the SECOND extension I go for when setting up a new computer. If I ever get to meet the people who came up with this, I&#8217;m going to march right up to them and plant a wet one on their face. This extension has saved me so much time and aggravation &#8211; I can&#8217;t imagine being a web developer without it. How did I do it before Firebug? Firebug gives you easy access to CSS styles, HTML attributes, even network calls for external files.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/59/">User Agent Switcher</a></strong><br />
Helps debug any weird encoding issues you might run across.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/590/">ShowIP</a></strong><br />
Shows the IP address of the website host.  Useful if you&#8217;re working with a site that does load-balancing, dev environments, and so on.</p>
<p><strong><a href="http://www.softpedia.com/get/Internet/Internet-Applications-Addons/Mozilla-Extensions/Server-Spy.shtml" target="_blank">Server Spy</a></strong><br />
This addon lets you see what type of server the website you&#8217;re visiting is running, similar to <a href="http://searchdns.netcraft.com/?position=limited" target="_blank">Netcraft&#8217;s &#8220;What that site running&#8221; lookup</a>.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/3929/">Character Identifier</a></strong><br />
This extension adds a context menu item for selected text that provides more information (from the Unicode database) about the characters selected.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/2409/">Server Switcher</a></strong><br />
If you work with a dev and live server environment, such as dev.yoursite.com and <a class="linkification-ext" title="Linkification: http://www.yoursite.com" href="http://www.yoursite.com">www.yoursite.com</a>, this extension allows you to easily switch between the two servers from any page on either server.Â  It would have been nice if you could add one more version, such as staging, but overall its really quite handy.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/5648" target="_blank">Fireshot</a></strong><br />
A very slick, lightweight screenshot addon that allows simple annotations and highlight boxes. Very handy for explaining elements to clients, helping non-techy people understand what and where to click, and so on. There is a free version and a paid version, but I&#8217;ve found that the free version is more than adequate for most use. Only available for Windows&#8230; *sniffle*</p>
<p><strong><a href="http://www.iosart.com/firefox/colorzilla/" target="_blank">Colorzilla</a></strong><br />
Great little addon that gives you the power of a color eyedropper in your browser. Need to grab a color from a website to make additional graphics? No problem. Two clicks later, you&#8217;ve got the RGB or hex color code copied to your clipboard. This addon has saved me a ton of time.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/539" target="_blank"><strong>MeasureIt</strong> </a><br />
Handy little addon that lets you whip out a ruler and measure the size of anything in your browser, in pixels.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/6647" target="_blank">HttpFox</a></strong><br />
Lets you see the headers being sent through the browser &#8211; can be helpful for debugging scripts.</p>
<p><strong><a href="http://www.evolus.vn/Pencil/Home.html" target="_blank">The Pencil Project</a></strong><br />
Great addon that lets you plan and tweak GUI interfaces right in your browser. <a href="http://www.snipe.net/2008/07/gui-planning-made-easy-with-the-pencil-project/" target="_blank">Click here</a> to read more about the Pencil Project in a previous Snipe.Net article.</p>
<p><span style="font-size: medium;">Social</span></p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/5081" target="_blank">Twitterfox</a></strong><br />
Simply THE easiest way to Twitter. There isn&#8217;t a time when I&#8217;m on the computer without a browser window open, so this slim Twitter client makes it unbelievably easy to post to and read Twitter updates. Don&#8217;t use Twitter? <a href="http://www.snipe.net/2008/07/what-exactly-is-the-point-of-twitter/">Click here</a> to learn why you should!</p>
<p><span style="font-size: medium;">Not at All Useful, But Still Fun</span></p>
<p><strong><a href="https://addons.mozilla.org/firefox/507/">Bork Bork Bork!</a></strong><br />
Translates webpage text into Swedish Chef</p>


<p>Possibly related posts:<ol><li><a href='http://www.snipe.net/2008/07/firefox-add-on-errorzilla-breaks-ff3-ssl-error-page/' rel='bookmark' title='Permanent Link: Firefox Add-On ErrorZilla breaks FF3 SSL error page'>Firefox Add-On ErrorZilla breaks FF3 SSL error page</a> <small>If you use the Firefox add-on ErrorZilla, which conveniently displays...</small></li>
<li><a href='http://www.snipe.net/2008/06/hacking-firefox/' rel='bookmark' title='Permanent Link: Hacking Firefox'>Hacking Firefox</a> <small>Excellent (and long) article here that covers most of the...</small></li>
<li><a href='http://www.snipe.net/2008/06/tweak-firefox-3-to-display-richer-colors/' rel='bookmark' title='Permanent Link: Tweak Firefox 3 to Display Richer Colors'>Tweak Firefox 3 to Display Richer Colors</a> <small>If the digital photo you just uploaded looks more washed...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.snipe.net/2007/01/firefox-extensions-i-cant-live-without/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
