<?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>Less Talk, More Do &#187; Mozilla Add-ons</title>
	<atom:link href="http://www.chrisfinke.com/category/mozilla-add-ons/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisfinke.com</link>
	<description>Christopher Finke is a software engineer. He is available for birthday parties and bar mitzvahs.</description>
	<lastBuildDate>Sun, 28 Feb 2010 00:09:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Four More Fennec Add-ons</title>
		<link>http://www.chrisfinke.com/2008/11/06/four-more-fennec-add-ons/</link>
		<comments>http://www.chrisfinke.com/2008/11/06/four-more-fennec-add-ons/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 01:49:34 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[AutoAuth]]></category>
		<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[Mozilla Add-ons]]></category>
		<category><![CDATA[Mozilla Fennec]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Slashdotter]]></category>
		<category><![CDATA[TwitterBar]]></category>
		<category><![CDATA[YouTube Comment Snob]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/?p=1015</guid>
		<description><![CDATA[This is a Fennec fox.
I got some great feedback after I updated URL Fixer to be compatible with Fennec, Mozilla's mobile browser, and I'm happy to announce that I've been able to add Fennec compatibility to four more add-ons:

TwitterBar: Post to Twitter from Firefox's address bar
AutoAuth: Automatically submits authentication dialogs
YouTube Comment Snob (still in the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/floridapfe/1577506262/"><img src="http://farm3.static.flickr.com/2082/1577506262_03177b0e0f.jpg" alt="Picture of a Fennec fox." /></a><br /><i>This is a Fennec fox.</i></p>
<p>I got some great feedback after I <a href="http://www.chrisfinke.com/2008/10/29/url-fixer-now-compatible-with-fennec-mobile-firefox/">updated URL Fixer</a> to be compatible with <a href="https://wiki.mozilla.org/Mobile/Fennec">Fennec, Mozilla's mobile browser</a>, and I'm happy to announce that I've been able to add Fennec compatibility to four more add-ons:</p>
<ul>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/4664/">TwitterBar</a>: Post to Twitter from Firefox's address bar</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/4949/">AutoAuth</a>: Automatically submits authentication dialogs</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/7115/">YouTube Comment Snob</a> (still in the sandbox): Filter out lame comments on YouTube</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/2175/">Slashdotter</a> (still in the sandbox): Adds features to the <a href="http://slashdot.org/">Slashdot</a> website</li>
</ul>
<p>So far, I've found it pretty easy to port add-ons to Fennec, with the following caveats:</p>
<ul>
<li>You can't install add-ons in Fennec by opening them from your computer; I wrote a script to copy the add-on directly into the Fennec profile, much like an add-on IV drip - straight into the bloodstream!</li>
<li>There's no easy access to the error console , but you can open it manually if you grab the <a href="chrome://global/content/console.xul">address</a> from Firefox.</li>
<li>No DOM Inspector.  For now, just browse <a href="http://hg.mozilla.org/mobile-browser/file/3d4513d61c4b/chrome/content/">the source</a>.</li>
</ul>
<p>It seems that all of these issues could be solved with a "Fennec Add-on Development" extension; maybe that will be my next project, unless easier solutions already exist. </p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/feed-statistics.php?view=1&post_id=1015" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2008/11/06/four-more-fennec-add-ons/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Feed Sidebar updated for Firefox 3</title>
		<link>http://www.chrisfinke.com/2008/07/06/feed-sidebar-updated-for-firefox-3/</link>
		<comments>http://www.chrisfinke.com/2008/07/06/feed-sidebar-updated-for-firefox-3/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 20:17:58 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Feed Sidebar]]></category>
		<category><![CDATA[Mozilla Add-ons]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/?p=763</guid>
		<description><![CDATA[Firefox 3 introduced many new features for extension developers, and I decided to take advantage of some of them in order to update my Feed Sidebar extension.  Version 3.0 of Feed Sidebar is now out, and these are the main features and changes I added:

Look and feel: I updated all of the icons for [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox 3 introduced many <a href="http://developer.mozilla.org/en/docs/Firefox_3_for_developers">new features for extension developers</a>, and I decided to take advantage of some of them in order to update my <a href="https://addons.mozilla.org/en-US/firefox/addon/4869">Feed Sidebar</a> extension.  Version 3.0 of Feed Sidebar is now out, and these are the main features and changes I added:</p>
<ol>
<li><b>Look and feel:</b> I updated all of the icons for the extension to blend in with <a href="http://blog.mozilla.com/faaborg/2007/10/10/the-firefox-3-visual-refresh-system-integration/">Firefox 3's new OS-specific look and feel</a>.  The sidebar's toolbar uses the native theme icons, and the toolbar button is specifically designed to fit in on each of Mac OSX, Linux, and Windows.  (The toolbar buttons for Windows, Mac, and Linux are shown respectively below.)
<p style="text-align: center;">
<img src="http://www.chrisfinke.com/files/2008/07/icon-states.png" alt="Windows toolbar icon for Feed Sidebar" title="Windows toolbar icon for Feed Sidebar" width="24" height="96" class="wp-image-764" style="padding: 10px; margin-right: 20px; vertical-align: top; padding-bottom: 54px; border: 0;" /> <img src="http://www.chrisfinke.com/files/2008/07/icon-states1.png" alt="Mac toolbar icon for Feed Sidebar" title="Mac toolbar icon for Feed Sidebar" width="36" height="138" class="wp-image-765" style="padding: 10px; margin-right: 20px; border: 0;" /> <img src="http://www.chrisfinke.com/files/2008/07/icon-states2.png" alt="Linux toolbar icon for Feed Sidebar" title="Linux toolbar icon for Feed Sidebar" width="24" height="96" class="wp-image-766" style="padding: 10px; vertical-align: top; padding-bottom: 54px; border: 0;" />
</p>
</li>
<li><b>Continuous updating:</b> Feed Sidebar used to only check for feed updates when the sidebar was open; now it checks whether the sidebar is open or not (and notifies you when it finds updates). Big improvements in memory usage and performance were necessary to make this possible.</li>
<li><b>Offline capabilities:</b> the extension now caches all of your feeds, so if you go offline, you still have access to all of the data that was in the feeds, and you can read it while offline.  When you go offline, Feed Sidebar goes into "Offline Mode", and automatically opens the stored summary from the feed when you click on an item rather than trying to open the webpage the item references.  This features makes use of <a href="http://developer.mozilla.org/en/docs/Online_and_offline_events">the new online/offline events in Firefox 3</a>.
<p>Here is a screenshot of what offline reading looks like:</p>
<p><a href="http://www.flickr.com/photos/cfinke/2692281445/" title="Offline reading in Feed Sidebar by cfinke, on Flickr"><img src="http://farm4.static.flickr.com/3128/2692281445_276a755e74.jpg" width="500" height="245" alt="Offline reading in Feed Sidebar" /></a></p>
</li>
<li><b><a href="http://developer.mozilla.org/en/docs/Places">Places</a> integration:</b> when you add or delete a live bookmark in Firefox 3, Feed Sidebar will detect that via <a href="http://developer.mozilla.org/en/docs/nsINavBookmarksService">Firefox 3's nsINavBookmarksService interface</a>.  When you add a new feed, it will instantly appear in the sidebar, and the reverse is true for deleting a feed.</li>
<li><b>Caching:</b> as soon as you start Firefox, Feed Sidebar will fill the sidebar with the feeds you were reading the last time Firefox shut down, even if you are now offline.  This is made possible via <a href="http://developer.mozilla.org/en/docs/JSON">the new JSON libraries that shipped with Firefox 3</a>.</li>
</ol>
<p>Feed Sidebar 3.0 is now <a href="https://addons.mozilla.org/en-US/firefox/addon/4869">available at Mozilla Add-ons.</a></p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/feed-statistics.php?view=1&post_id=763" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2008/07/06/feed-sidebar-updated-for-firefox-3/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Recommended by 4 out of 5 Mozillas</title>
		<link>http://www.chrisfinke.com/2008/04/25/recommended-by-4-out-of-5-mozillas/</link>
		<comments>http://www.chrisfinke.com/2008/04/25/recommended-by-4-out-of-5-mozillas/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 13:35:23 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Feed Sidebar]]></category>
		<category><![CDATA[Mahalo Share]]></category>
		<category><![CDATA[Mozilla Add-ons]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/?p=724</guid>
		<description><![CDATA[Mozilla updated their recommended add-ons list today (see this blog post by Basil Hashem for the full story), but the main change I'd like to draw your attention to is that both Mahalo Share and Feed Sidebar were added to the list.  Hurray!
 ]]></description>
			<content:encoded><![CDATA[<p>Mozilla updated their <a href="https://addons.mozilla.org/en-US/firefox/recommended">recommended add-ons list</a> today (see <a href="http://blog.mozilla.com/basil/2008/04/24/changes-to-the-featured-recommended-add-ons-on-amo/">this blog post by Basil Hashem</a> for the full story), but the main change I'd like to draw your attention to is that both <a href="https://addons.mozilla.org/en-US/firefox/addon/6396">Mahalo Share</a> and <a href="https://addons.mozilla.org/en-US/firefox/addon/4869">Feed Sidebar</a> were added to the list.  Hurray!</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/feed-statistics.php?view=1&post_id=724" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2008/04/25/recommended-by-4-out-of-5-mozillas/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding unused entities in your Firefox extensions</title>
		<link>http://www.chrisfinke.com/2008/04/22/finding-unused-entities-in-your-firefox-extensions/</link>
		<comments>http://www.chrisfinke.com/2008/04/22/finding-unused-entities-in-your-firefox-extensions/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 22:33:31 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Mozilla Add-ons]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/?p=722</guid>
		<description><![CDATA[If you've maintained a Firefox extension for any amount of time, you know that you can accumulate unused entities as you change the UI or add/remove features. They just pile up in your .dtd and .properties files, taking up space.  Here's a bash script that will list out any entities or entries in .properties [...]]]></description>
			<content:encoded><![CDATA[<p>If you've maintained a Firefox extension for any amount of time, you know that you can accumulate unused entities as you change the UI or add/remove features. They just pile up in your .dtd and .properties files, taking up space.  Here's a bash script that will list out any entities or entries in .properties files in your extension that is no longer being used so that you can prune them out.</p>
<p>Usage: $ ./unused-entities.sh path/to/locale-directory/ path/to/content-directory/</p>
<pre><code>
#!/bin/bash

echo "Unused entities:"

for dtdfile in `ls $1*.dtd`
do
	awk '/&lt;!ENTITY/ {print $2}' < $dtdfile | while read line
	do
		search=`grep -R "${line}" "$2"`
		if [ "$search" == "" ]
		then
			echo "${line}";
		fi
	done;
done;

echo ""
echo "Unused properties:"

for propfile in `ls $1*.properties`
do
	awk -F "=" '{if (!($2 == "")) { print $1 }}' < $propfile | while read line
	do
		search=`grep -R "${line}" "$2"`
		if [ "$search" == "" ]
		then
			echo "${line}";
		fi
	done;
done;
</code></pre>
 <img src="http://www.chrisfinke.com/wp-content/plugins/feed-statistics.php?view=1&post_id=722" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2008/04/22/finding-unused-entities-in-your-firefox-extensions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TubeStop reviews requested</title>
		<link>http://www.chrisfinke.com/2008/03/03/tubestop-reviews-requested/</link>
		<comments>http://www.chrisfinke.com/2008/03/03/tubestop-reviews-requested/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 00:35:07 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Mozilla Add-ons]]></category>
		<category><![CDATA[TubeStop]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/2008/03/03/tubestop-reviews-requested/</guid>
		<description><![CDATA[I've finally uploaded TubeStop to Mozilla Add-ons, but it can't be brought out of the sandbox (protected area for untrusted extensions) until it has some reviews and undergoes an editor approval process.  If you use TubeStop and find it useful, I'd appreciate it if you'd write a quick review of it over at the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/exec/obidos/ASIN/B00006K5WW/abc"></a>I've finally uploaded <a href="http://www.chrisfinke.com/addons/tubestop/">TubeStop</a> to <a href="http://addons.mozilla.org/">Mozilla Add-ons</a>, but it can't be brought out of the <a href="http://www.amazon.com/exec/obidos/ASIN/B0000A9XZ2/abc">sandbox</a> (protected area for untrusted extensions) until it has some reviews and undergoes an editor approval process.  If you use TubeStop and find it useful, I'd appreciate it if you'd <a href="https://addons.mozilla.org/en-US/firefox/reviews/add/6648">write a quick review</a> of it over at the <a href="https://addons.mozilla.org/en-US/firefox/addon/6648">Mozilla Addons page for TubeStop</a> so that I can get that process started.</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/feed-statistics.php?view=1&post_id=626" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2008/03/03/tubestop-reviews-requested/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
