<?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 Firefox</title>
	<atom:link href="http://www.chrisfinke.com/category/firefox/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>Making Add-on/User Communication Less Annoying</title>
		<link>http://www.chrisfinke.com/2010/02/27/making-add-onuser-communication-less-annoying/</link>
		<comments>http://www.chrisfinke.com/2010/02/27/making-add-onuser-communication-less-annoying/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 00:09:57 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[TwitterBar]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/?p=1602</guid>
		<description><![CDATA[When a new user downloads TwitterBar, there are a number of things I want them to know or questions I want to ask them.  So what is the best method to communicate with an add-on user?
The solution I've been using for a while is to pop up a dialog like this:

There are several problems [...]]]></description>
			<content:encoded><![CDATA[<p>When a new user downloads <a href="https://addons.mozilla.org/en-US/firefox/addon/4664">TwitterBar</a>, there are a number of things I want them to know or questions I want to ask them.  So what is the best method to communicate with an add-on user?</p>
<p>The solution I've been using for a while is to pop up a dialog like this:</p>
<p><img src="http://www.chrisfinke.com/files/2010/02/twitterbar-demand.png" alt="" title="" width="520" height="223" class="alignnone size-full wp-image-1603" /></p>
<p>There are several problems with this approach, all of which I decided to ignore when I implemented it:</p>
<ul>
<li>It steals the user's focus.</li>
<li>It's annoying.</li>
<li>The user might click cancel without reading it just to get rid of it.</li>
<li>It's annoying.</li>
<li>The user might immediately (but accidentally) click elsewhere, hiding the dialog behind another window, never to be seen again.</li>
<li>It's annoying.</li>
<li>It's extra code and work to pop up a special dialog like this.</li>
<li>It's annoying.</li>
</ul>
<p>Back when there was only one dialog, I decided that these were acceptable faults.  However, since then, I've come up with a few more questions I want to ask users, so now instead of one annoying dialog, there are three or four annoying dialogs - a new one appearing each time you restart Firefox.</p>
<p>Predictably (or so it should have been), users don't like to be assaulted with new dialogs each time they start their browser.  Most likely, they're starting their browser for some purpose other than using my add-on, so my add-on shouldn't steal their attention.  As one user so elegantly put it,</p>
<blockquote><p>"I really love the TwitterBar, but after the most recent TwitterBar update, I noticed I kept getting these <b>annoying as hell</b> pop-ups from TwitterBar about TwitterBar. After the third one (while I was in the middle of doing something and became distracted with this pop-up dialog box TwitterBar tip of the day), I uninstalled it. <b> If you want to keep your clients, don't constantly tap them on the shoulder.</b>"</p></blockquote>
<p>I had already been working on redesigning these add-on/user interactions when I got that email, so the user's message reinforced what I had suspected: I was alienating my userbase.</p>
<p>Here's the new scheme I've settled on for now:</p>
<p><img src="http://www.chrisfinke.com/files/2010/02/twitterbar-request.png" alt="" title="" width="710" height="192" class="alignnone size-full wp-image-1604" /></p>
<p>It's a notification bar, much like the one that appears when Firefox blocks a popup.  It has these positive qualities:</p>
<ul>
<li>It doesn't steal focus or interrupt the user.</li>
<li>It's not in-your-face, so it's less likely (I assume) to be dismissed without thought.</li>
<li>It can't be lost behind another window.</li>
<li>The amount of code to implement it is less, and it's more in tune with the browser interface.</li>
<li>It's not <em>as</em> annoying.</li>
</ul>
<p>I'd love your feedback on this change.  Is it enough? Should I stop bothering users altogether and just let them discover their way around the add-on? I'm open to all ideas.</p>
<p>(If you'd like to try a version of TwitterBar with this new notification method, you can <a href="http://code.google.com/p/firefox-twitterbar/downloads/detail?name=twitterbar-2.9.1b3.xpi&#038;can=2&#038;q=#makechanges">download it here</a>. Although, if you've already seen the old dialog-style version of these notifications, you won't see the new-style ones anyway.)</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/feed-statistics.php?view=1&post_id=1602" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2010/02/27/making-add-onuser-communication-less-annoying/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>TwitterBar 2.9 Available: Post to Multiple Twitter Accounts</title>
		<link>http://www.chrisfinke.com/2010/02/24/twitterbar-2-9-available-post-to-multiple-twitter-accounts/</link>
		<comments>http://www.chrisfinke.com/2010/02/24/twitterbar-2-9-available-post-to-multiple-twitter-accounts/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 19:36:12 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[TwitterBar]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/?p=1592</guid>
		<description><![CDATA[Version 2.9 of TwitterBar for Firefox was made available on Mozilla Add-ons today, and it has a very cool new feature: you can now use TwitterBar with more than one Twitter account.
To post to a specific account, just type your message like this:
I am posting to my other account. --@other_account --post

If you haven't yet authorized [...]]]></description>
			<content:encoded><![CDATA[<p>Version 2.9 of <a href="https://addons.mozilla.org/en-US/firefox/addon/4664">TwitterBar for Firefox</a> was made available on Mozilla Add-ons today, and it has a very cool new feature: you can now use TwitterBar with more than one Twitter account.</p>
<p>To post to a specific account, just type your message like this:</p>
<blockquote><p>I am posting to my other account. --@other_account --post</p></blockquote>
<p><img src="http://www.chrisfinke.com/files/2010/02/post-to-account.png" alt="" title="" width="354" height="51" class="alignnone size-full wp-image-1596" /></p>
<p>If you haven't yet authorized TwitterBar for @other_account, you'll be walked through the authorization process.  </p>
<p>If you've authorized more than one account, and you don't specify which account you want to post to, you'll be given a list of choices:</p>
<p><img src="http://www.chrisfinke.com/files/2010/02/account-choices.png" alt="" title="" width="439" height="213" class="alignnone size-full wp-image-1598" /></p>
<p>You can manage your accounts from the TwitterBar options (just type "--options").</p>
<p><img src="http://www.chrisfinke.com/files/2010/02/twitterbar-accounts.png" alt="" title="" width="436" height="114" class="alignnone size-full wp-image-1595" /></p>
<p>Finally, to authorize a new account without posting to it, just type "--account" in the URL bar.</p>
<p>To install this new version of TwitterBar, <b><a href="https://addons.mozilla.org/en-US/firefox/addon/4664">download it from Mozilla Add-ons.</a></b></p>
<p>The next obvious step is the ability to post to multiple accounts simultaneously, and the next version of TwitterBar will offer than feature.  If you'd like to beta-test that update, <a href="mailto:cfinke@gmail.com">e-mail me and let me know.</a></p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/feed-statistics.php?view=1&post_id=1592" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2010/02/24/twitterbar-2-9-available-post-to-multiple-twitter-accounts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Extending the Web, not just the browser, with Twitter Filter</title>
		<link>http://www.chrisfinke.com/2009/12/17/extending-the-web-not-just-the-browser-with-twitter-filter/</link>
		<comments>http://www.chrisfinke.com/2009/12/17/extending-the-web-not-just-the-browser-with-twitter-filter/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 23:49:13 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Twitter Filter]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/?p=1469</guid>
		<description><![CDATA[Note: If you don't use or care about Twitter or browser extensions or the Web in general, you can safely skip the rest of this post.
One of the things that annoys me about Twitter is the constant "check-ins" from location apps like foursquare and Gowalla. Since I don't use these apps, I don't especially care [...]]]></description>
			<content:encoded><![CDATA[<p><i>Note: If you don't use or care about Twitter or browser extensions or the Web in general, you can safely skip the rest of this post.</i></p>
<p>One of the things that annoys me about Twitter is the constant "check-ins" from location apps like <a href="http://foursquare.com/">foursquare</a> and <a href="http://gowalla.com/">Gowalla</a>. Since I don't use these apps, I don't especially care that you're at the Starbucks in Dallas or that you're the mayor of your bus stop.</p>
<p><img src="http://www.chrisfinke.com/files/2009/12/twitter-foursquare.png" alt="Foursquare checkins on Twitter" title="Foursquare checkins on Twitter" width="545" height="349" class="alignnone size-full wp-image-1472" /></p>
<p>To solve this problem, I wrote a browser add-on called <a href="https://addons.mozilla.org/en-US/firefox/addon/55159/">Twitter Filter</a>.  It adds a little "X" next to the source of each Twitter status update; if you click that X, you will never see updates from that source again (at least not on the Twitter website):</p>
<p><img src="http://www.chrisfinke.com/firstrun/twitterfilter-example.png" alt="8 minutes ago from foursquare (X)" /></p>
<p>The sources you've blocked are listed in Twitter's right sidebar so that you can easily unblock them:</p>
<p><img src="http://www.chrisfinke.com/firstrun/twitterfilter-blocklist.png" alt="Blocked Sources: foursquare, Gowalla" /></p>
<p>That's all there is to Twitter Filter, and it's a new type of browser add-on for me.  It has options, but no options dialogs.  There's no toolbar button, no browser sidebar -  everything related to the add-on is controlled via the Twitter Web interface, so it's not so much an extension of the browser but rather an extension of Twitter itself.  Go ahead and <a href="https://addons.mozilla.org/en-US/firefox/addon/55159/">install it</a> on a friend's computer and convince them that Twitter added the feature - it'll be fun!  Be sure to come back and recount your grand prank in the comments below.</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/feed-statistics.php?view=1&post_id=1469" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2009/12/17/extending-the-web-not-just-the-browser-with-twitter-filter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TwitterBar is a winner!</title>
		<link>http://www.chrisfinke.com/2009/12/14/twitterbar-is-a-winner/</link>
		<comments>http://www.chrisfinke.com/2009/12/14/twitterbar-is-a-winner/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 21:33:50 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[Contest]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[TwitterBar]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/?p=1459</guid>
		<description><![CDATA[(And so are you, for using it!)
It was announced today that TwitterBar is one of the ten winners of the Mozilla Mobile Add-on Challenge:
"After reviewing a multitude of submissions and much debate around many worthy contenders, the judges from the AMO and Mobile teams have chosen ten (10) of the “best” (innovative, useful, compatible) Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>(And so are you, for using it!)</p>
<p>It was announced today that TwitterBar is one of the <a href="http://missmobile.wordpress.com/2009/12/14/congrats-to-our-mobile-add-on-challenge-winners/">ten winners of the Mozilla Mobile Add-on Challenge</a>:</p>
<blockquote><p>"After reviewing a multitude of submissions and much debate around many worthy contenders, the judges from the AMO and Mobile teams have chosen ten (10) of the “best” (innovative, useful, compatible) Firefox mobile add-ons. We’re very pleased to announce our winners (and thrilled to start using their add-ons soon) and award them each with a brand new <a href="http://maemo.nokia.com/n900/">Nokia N900</a>."</p></blockquote>
<p>I was really pleased with how the mobile version of TwitterBar turned out; I slimmed down the interface (which was already pretty slim), and I found a <a href="http://freakyframes.deviantart.com/art/Twitter-Bird-127757230">great Twitter bird icon</a> that I modified to allow TwitterBar to have its own branding separate from Twitter:</p>
<p><img src="http://www.chrisfinke.com/firstrun/twitterbar-fennec.png" /></p>
<p>I'm planning on eventually using this same icon in the Firefox version of TwitterBar too so that there's consistent branding across the Mobile, Firefox, and <a href="https://chrome.google.com/extensions/detail/pbadgdglepgngpoeijdgicjccomadekm">Chrome versions</a> of TwitterBar.  What do you think?</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/feed-statistics.php?view=1&post_id=1459" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2009/12/14/twitterbar-is-a-winner/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Lost and FireFound</title>
		<link>http://www.chrisfinke.com/2009/12/08/lost-and-firefound/</link>
		<comments>http://www.chrisfinke.com/2009/12/08/lost-and-firefound/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 04:12:56 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/?p=1451</guid>
		<description><![CDATA[I've written a new extension for Firefox, and it's called FireFound:
FireFound is an add-on for Firefox and Fennec (mobile Firefox) that helps your find your computer (or mobile phone, in the case of Fennec) if it is lost or stolen. Every time your computer's location changes, FireFound sends a secure message to a central server [...]]]></description>
			<content:encoded><![CDATA[<p>I've written a new extension for Firefox, and it's called <a href="http://www.firefound.com/">FireFound</a>:</p>
<blockquote><p>FireFound is an add-on for Firefox and Fennec (mobile Firefox) that helps your find your computer (or mobile phone, in the case of Fennec) if it is lost or stolen. Every time your computer's location changes, FireFound sends a secure message to a central server with its current location. You can then log into the server and see your computer's current location.</p>
<p>All of the location data is encrypted, so no one can find out where your computer is without your password.</p>
<p>If you lose your computer, you can tell FireFound to clear your personal data (saved passwords, browsing history, etc.) if anyone starts your browser before you can retrieve it.</p>
<p>You can even run your own FireFound server; all of the code is open-source.</p></blockquote>
<p>FireFound was chosen as a grand prize winner of the <a href="http://blog.mozilla.com/extendfirefox/2009/11/30/extend-firefox-3-5-winners/">Extend Firefox 3.5 contest</a>; since then, more than 6,000 people have installed FireFound, resulting in over 330,000 location updates.</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/feed-statistics.php?view=1&post_id=1451" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2009/12/08/lost-and-firefound/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add-On-Con 2009</title>
		<link>http://www.chrisfinke.com/2009/12/07/add-on-con-2009/</link>
		<comments>http://www.chrisfinke.com/2009/12/07/add-on-con-2009/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 03:26:45 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/?p=1446</guid>
		<description><![CDATA[Just a note that I'll be at the 2nd annual Add-On-Con this week in Mountain View, CA.  Add-on Con is a gathering of browser add-on developers and representatives from the browser vendors (Mozilla, Google, and Microsoft).  
I'll be participating in the opening keynote discussion, which will address the question, "Do Add-ons Need a [...]]]></description>
			<content:encoded><![CDATA[<p>Just a note that I'll be at the 2nd annual <a href="http://addoncon.com/">Add-On-Con</a> this week in Mountain View, CA.  Add-on Con is a gathering of browser add-on developers and representatives from the browser vendors (Mozilla, Google, and Microsoft).  </p>
<p>I'll be participating in the <a href="http://addoncon.com/sessionkeynotes.html">opening keynote discussion</a>, which will address the question, "Do Add-ons Need a Marketplace?" The other keynote participants will be representatives from Mozilla, Microsoft, XMarks, and FoxyProxy, so I'm obviously there to even out the low end of the curve.  Anyone know any good knock-knock jokes I can use?</p>
<p>I'll also be sitting on a Mozilla panel as a token add-on developer, talking and answering questions about how to develop a successful add-on.  (On an unrelated note, if you know how to develop a successful add-on, please contact me ASAP.)</p>
<p>Will you be at the conference? Let me know!</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/feed-statistics.php?view=1&post_id=1446" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2009/12/07/add-on-con-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abandoning Yammer Time</title>
		<link>http://www.chrisfinke.com/2009/05/14/abandoning-yammer-time/</link>
		<comments>http://www.chrisfinke.com/2009/05/14/abandoning-yammer-time/#comments</comments>
		<pubDate>Fri, 15 May 2009 03:19:50 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Yammer Time]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/?p=1282</guid>
		<description><![CDATA[I am going to be abandoning development of the Yammer Time extension for Firefox.  I no longer have the time or motivation to maintain it.
Is there anyone out there is interested in taking ownership of it?  If so, e-mail me at cfinke@gmail.com, or leave your contact info in the comments.  It's fairly [...]]]></description>
			<content:encoded><![CDATA[<p>I am going to be abandoning development of the <a href="http://www.chrisfinke.com/addons/yammer-time/">Yammer Time extension for Firefox</a>.  I no longer have the time or motivation to maintain it.</p>
<p>Is there anyone out there is interested in taking ownership of it?  If so, e-mail me at <a href="mailto:cfinke@gmail.com">cfinke@gmail.com</a>, or leave your contact info in the comments.  It's fairly simple as extensions go, so even if you're just getting started with addon development, you shouldn't have any problems understanding the code.</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/feed-statistics.php?view=1&post_id=1282" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2009/05/14/abandoning-yammer-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TwitterBar updated with OAuth, shorter URLs</title>
		<link>http://www.chrisfinke.com/2009/03/23/twitterbar-updated-with-oauth-shorter-urls/</link>
		<comments>http://www.chrisfinke.com/2009/03/23/twitterbar-updated-with-oauth-shorter-urls/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 19:21:48 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[TwitterBar]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/?p=1224</guid>
		<description><![CDATA[Everyone's favorite tool for posting to Twitter from your Firefox address bar (TwitterBar) has been updated to version 2.0.  Changes in this version include:

URL shortening

Long URLs are now shortened by http://is.gd/ before being sent to Twitter.  is.gd offers the shortest URLs around, so you have more room in your tweet for your words. [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone's favorite tool for posting to <a href="http://twitter.com/">Twitter</a> from your Firefox address bar (<a href="http://www.chrisfinke.com/addons/twitterbar/">TwitterBar</a>) has been updated to version 2.0.  Changes in this version include:</p>
<ul>
<li>URL shortening
<ul>
<li>Long URLs are now shortened by <a href="http://is.gd/">http://is.gd/</a> before being sent to Twitter.  is.gd offers the shortest URLs around, so you have more room in your tweet for your words. (TwitterBar's character counter takes into account the fact that all of your URLs will only be 18 characters long when they're posted, so you always know exactly how much room you have left to tweet.)</li>
</ul>
</li>
<li>Support for <a href="http://oauth.net/">OAuth</a>.
<ul>
<li>OAuth is basically a way to allow applications (like TwitterBar) to act on your behalf (update your status) without having to disclose your Twitter password to the application. So it’s safer for you, since you don’t have to worry about malicious programmers stealing your usernames and passwords, since you never gave them out. After you upgrade to this version of TwitterBar, you’ll have to authorize it once, but then you’ll never have to do it again.</li>
</ul>
</li>
<li>Bug fixes and code cleanup
<ul>
<li>These are good!</li>
</ul>
</li>
</ul>
<p>You can <a href="https://addons.mozilla.org/en-US/firefox/addon/4664">download TwitterBar from Mozilla Add-ons</a> (for free!), or you can wait for Firefox to automatically notify you of the update.  (By the way, if you want to connect with me on Twitter, I'm <a href="http://twitter.com/cfinke">@cfinke</a>.)</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/feed-statistics.php?view=1&post_id=1224" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2009/03/23/twitterbar-updated-with-oauth-shorter-urls/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
