<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<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/"
	>

<channel>
	<title>twhirl's blog</title>
	<link>http://blog.twhirl.org</link>
	<description>notes on twhirl, AIR, Flex, RIA and web development</description>
	<pubDate>Mon, 21 Jul 2008 22:38:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>twhirl 0.8.4 adds identi.ca support</title>
		<link>http://blog.twhirl.org/2008/07/21/twhirl-084-adds-identica-support/</link>
		<comments>http://blog.twhirl.org/2008/07/21/twhirl-084-adds-identica-support/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 22:03:31 +0000</pubDate>
		<dc:creator>mak</dc:creator>
		
		<category><![CDATA[release]]></category>

		<category><![CDATA[twhirl]]></category>

		<guid isPermaLink="false">http://blog.twhirl.org/2008/07/21/twhirl-084-adds-identica-support/</guid>
		<description><![CDATA[There has been a lot of change in the microblogging world lately, with quite a few new services showing up.  One of those that gained a lot of attention is identi.ca, created by Evan Prodromou from Montreal. Although it lacks some of the core functionalities we are used to from other platforms, there&#8217;s something [...]]]></description>
			<content:encoded><![CDATA[<p>There has been a lot of change in the microblogging world lately, with quite a few new services showing up.  <strong>One of those that gained a lot of attention is <a href="http://identi.ca">identi.ca</a></strong>, created by Evan Prodromou from Montreal. Although it lacks some of the core functionalities we are used to from other platforms, <strong>there&#8217;s something unique about it: <a href="http://www.readwriteweb.com/archives/indentica_federated_twitter.php">it&#8217;s open in a lot of ways</a></strong>. We received quite a few requests to add support for identi.ca to twhirl, and since they released a twitter-compatible API just a few days ago, we gave it a try. It was surprisingly easy, and worked out of the box. <strong>Plus, we were able to use the XMPP support we originally added for twitter to get real-time updates of messages from your followings</strong>. And of course we will make it available for other services as well once they support it.</p>

<p><a href="http://blog.twhirl.org/2008/07/21/twhirl-084-adds-identica-support/#more-38" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.twhirl.org/2008/07/21/twhirl-084-adds-identica-support/feed/</wfw:commentRss>
		</item>
		<item>
		<title>twhirl 0.8.3 - a maintenance release</title>
		<link>http://blog.twhirl.org/2008/07/03/twhirl-083-a-maintenance-release/</link>
		<comments>http://blog.twhirl.org/2008/07/03/twhirl-083-a-maintenance-release/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 12:26:16 +0000</pubDate>
		<dc:creator>mak</dc:creator>
		
		<category><![CDATA[release]]></category>

		<category><![CDATA[twhirl]]></category>

		<guid isPermaLink="false">http://blog.twhirl.org/2008/07/03/twhirl-083-a-maintenance-release/</guid>
		<description><![CDATA[While twitter is still struggling to get their service fully up and keep it running, they introduced some new glitches over the past days that also affected twhirl. First, their call to retrieve a user&#8217;s current rate limit status was completely changed and made twhirl&#8217;s built-in auto throttle non-functional. Second, an issue when posting a [...]]]></description>
			<content:encoded><![CDATA[<p>While twitter is still struggling to get their service fully up and keep it running, they introduced some new glitches over the past days that also affected twhirl. First, <strong>their call to retrieve a user&#8217;s current rate limit status was completely changed</strong> and made twhirl&#8217;s built-in auto throttle non-functional. Second, <strong>an issue when posting a status update also lead to problems in twhirl</strong>.</p>

<p>Those things kept us busy over the last days, and while we don&#8217;t have new features to release yet, we are doing a maintenance release today to get the auto throttle back working and also handle posting problems better should they happen again. </p>

<p><a href="http://blog.twhirl.org/2008/07/03/twhirl-083-a-maintenance-release/#more-36" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.twhirl.org/2008/07/03/twhirl-083-a-maintenance-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>twhirl and the Twitter API rate limit</title>
		<link>http://blog.twhirl.org/2008/06/27/twhirl-and-the-twitter-api-rate-limit/</link>
		<comments>http://blog.twhirl.org/2008/06/27/twhirl-and-the-twitter-api-rate-limit/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 12:00:59 +0000</pubDate>
		<dc:creator>mak</dc:creator>
		
		<category><![CDATA[technical]]></category>

		<category><![CDATA[twhirl]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blog.twhirl.org/2008/06/27/twhirl-and-the-twitter-api-rate-limit/</guid>
		<description><![CDATA[One of the new features twhirl added lately was auto-throttling its request usage to the Twitter API based on the current limit they enforce. This was possible by requesting the number in action from their API, so we could adapt twhirl&#8217;s request schedule to it. This worked great, and we have received far less reports [...]]]></description>
			<content:encoded><![CDATA[<p>One of the new features twhirl added lately was <strong>auto-throttling its request usage to the <a href="http://twitter.com">Twitter</a> API based on the current limit</strong> they enforce. This was possible by requesting the number in action from their API, so we could adapt twhirl&#8217;s request schedule to it. This worked great, and we have received far less reports of users having issues with exceeding the limit since then.</p>

<p>But unfortunately, Twitter decided to change the behaviour of the request now, so the algorithm implemented in twhirl does no longer work correctly. It will likely send less requests than it could.</p>

<p><a href="http://blog.twhirl.org/2008/06/27/twhirl-and-the-twitter-api-rate-limit/#more-34" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.twhirl.org/2008/06/27/twhirl-and-the-twitter-api-rate-limit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>twhirl 0.8.2 released</title>
		<link>http://blog.twhirl.org/2008/06/10/twhirl-082-released/</link>
		<comments>http://blog.twhirl.org/2008/06/10/twhirl-082-released/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 00:02:19 +0000</pubDate>
		<dc:creator>mak</dc:creator>
		
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://blog.twhirl.org/2008/06/10/twhirl-082-released/</guid>
		<description><![CDATA[Are you already waiting for a new release of twhirl? Well here it is! We took our time to make Friendfeed a lot more usable and add a few very nice features, including rooms support for Friendfeed, auto-throtteling for reduced Twitter API limits, hiding old Twitter messages from previous sessions, system status notifications and much [...]]]></description>
			<content:encoded><![CDATA[<p>Are you already waiting for a new release of twhirl? Well here it is! We took our time to make <a href="http://friendfeed.com">Friendfeed</a> a lot more usable and add a few very nice features, including rooms support for Friendfeed, auto-throtteling for reduced <a href="http://twitter.com">Twitter</a> API limits, hiding old Twitter messages from previous sessions, system status notifications and much more. And, finally, <a href="http://summize.com">summize.com</a> search!</p>

<p><a href="http://blog.twhirl.org/2008/06/10/twhirl-082-released/#more-29" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.twhirl.org/2008/06/10/twhirl-082-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>twhirl 0.8.1 released</title>
		<link>http://blog.twhirl.org/2008/05/07/twhirl-081-released/</link>
		<comments>http://blog.twhirl.org/2008/05/07/twhirl-081-released/#comments</comments>
		<pubDate>Wed, 07 May 2008 23:05:52 +0000</pubDate>
		<dc:creator>mak</dc:creator>
		
		<category><![CDATA[release]]></category>

		<category><![CDATA[twhirl]]></category>

		<guid isPermaLink="false">http://blog.twhirl.org/2008/05/07/twhirl-081-released/</guid>
		<description><![CDATA[About two weeks ago, twhirl version 0.8 came out, introducing Friendfeed support and overhauling the UI for better navigation. We have received a lot of feedback about this version, and also some reports about problems some of you had with that version. We have fixed those issues, and are releasing a new version today.
]]></description>
			<content:encoded><![CDATA[<p>About two weeks ago, twhirl version 0.8 came out, introducing <a href="http://friendfeed.com">Friendfeed</a> support and overhauling the UI for better navigation. We have received a lot of feedback about this version, and also some reports about problems some of you had with that version. We have fixed those issues, and are releasing a new version today.</p>

<p><a href="http://blog.twhirl.org/2008/05/07/twhirl-081-released/#more-28" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.twhirl.org/2008/05/07/twhirl-081-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>twhirl 0.8 released - adding friendfeed support</title>
		<link>http://blog.twhirl.org/2008/04/23/twhirl-08-released-adding-friendfeed-support/</link>
		<comments>http://blog.twhirl.org/2008/04/23/twhirl-08-released-adding-friendfeed-support/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 23:49:09 +0000</pubDate>
		<dc:creator>mak</dc:creator>
		
		<category><![CDATA[release]]></category>

		<category><![CDATA[twhirl]]></category>

		<guid isPermaLink="false">http://blog.twhirl.org/2008/04/23/twhirl-08-released-adding-friendfeed-support/</guid>
		<description><![CDATA[Time for a new twhirl release! We already launched a preview version some days ago, but now it becomes official: version 0.8 allows you to connect to your friendfeed account from the same application you use to read from and post to Twitter. The user interface has been cleaned up a little bit, and various [...]]]></description>
			<content:encoded><![CDATA[<p>Time for a new <strong>twhirl</strong> release! We already launched a preview version some days ago, but now it becomes official: version 0.8 allows you to connect to your <a href="http://friendfeed.com">friendfeed</a> account from the same application you use to read from and post to <a href="http://twitter.com">Twitter</a>. The user interface has been cleaned up a little bit, and various bugs have been fixed.</p>

<p><a href="http://blog.twhirl.org/2008/04/23/twhirl-08-released-adding-friendfeed-support/#more-22" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.twhirl.org/2008/04/23/twhirl-08-released-adding-friendfeed-support/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Limit exceeded - what does it mean?</title>
		<link>http://blog.twhirl.org/2008/04/10/limit-exceeded-what-does-it-mean/</link>
		<comments>http://blog.twhirl.org/2008/04/10/limit-exceeded-what-does-it-mean/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 11:11:16 +0000</pubDate>
		<dc:creator>mak</dc:creator>
		
		<category><![CDATA[technical]]></category>

		<category><![CDATA[twhirl]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blog.twhirl.org/2008/04/10/limit-exceeded-what-does-it-mean/</guid>
		<description><![CDATA[Many users of twhirl seem to have problems to get updates from Twitter for some time now. twhirl reports that you have &#8220;exceeded your limit&#8221; and pauses updates for 5 minutes. For some, this problem only lasts for a couple of minutes, but others cannot get it to work for days.

While twhirl reports the error, [...]]]></description>
			<content:encoded><![CDATA[<p>Many users of <a href="http://www.twhirl.org">twhirl</a> seem to have problems to get updates from <a href="http://twitter.com">Twitter</a> for some time now. twhirl reports that you have &#8220;exceeded your limit&#8221; and pauses updates for 5 minutes. For some, this problem only lasts for a couple of minutes, but others cannot get it to work for days.</p>

<p>While twhirl reports the error, it usually isn&#8217;t the culprit that caused this to happen. This blog article should give you some background information about the issue.</p>

<p><a href="http://blog.twhirl.org/2008/04/10/limit-exceeded-what-does-it-mean/#more-21" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.twhirl.org/2008/04/10/limit-exceeded-what-does-it-mean/feed/</wfw:commentRss>
		</item>
		<item>
		<title>twhirl 0.7.5 released</title>
		<link>http://blog.twhirl.org/2008/04/04/twhirl-075-released/</link>
		<comments>http://blog.twhirl.org/2008/04/04/twhirl-075-released/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 23:31:35 +0000</pubDate>
		<dc:creator>mak</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://blog.twhirl.org/2008/04/04/twhirl-075-released/</guid>
		<description><![CDATA[This update wasn&#8217;t planned to get out so early, but a slight modification in Twitter&#8217;s API caused twhirl to no longer show avatars and usernames. To solve this issue, I packaged a new release (version 0.7.5) that corrects this. 

In addition to this, a brand new service to shorten links is supported: tweetburner. It can [...]]]></description>
			<content:encoded><![CDATA[<p>This update wasn&#8217;t planned to get out so early, but a slight modification in Twitter&#8217;s API caused twhirl to no longer show avatars and usernames. To solve this issue, I packaged a new release (version 0.7.5) that corrects this. </p>

<p>In addition to this, a brand new service to shorten links is supported: <strong><a href="http://www.tweetburner.com">tweetburner</a></strong>. It can do more than just making URLs short, as tracking statistics about how often links are clicked, and much more.</p>

<p><a href="http://blog.twhirl.org/2008/04/04/twhirl-075-released/#more-20" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.twhirl.org/2008/04/04/twhirl-075-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>twhirl 0.7.3 released</title>
		<link>http://blog.twhirl.org/2008/03/20/twhirl-073-released/</link>
		<comments>http://blog.twhirl.org/2008/03/20/twhirl-073-released/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 00:06:35 +0000</pubDate>
		<dc:creator>mak</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://blog.twhirl.org/2008/03/20/twhirl-073-released/</guid>
		<description><![CDATA[The latest twhirl release, version 0.7.3, includes two remarkable new additions: TweetScan powered search and TwitPic image posting. While the first allows to use on of the best and fastest twitter search engines directly in twhirl, the second makes it easy to upload any image and include a URL pointing to it in your post. [...]]]></description>
			<content:encoded><![CDATA[<p>The latest twhirl release, version 0.7.3, includes two remarkable new additions: <strong><a href="http://www.tweetscan.com">TweetScan</a> powered search</strong> and <strong><a href="http://www.twitpic.com">TwitPic</a> image posting</strong>. While the first allows to use on of the best and fastest twitter search engines directly in twhirl, the second makes it easy to upload any image and include a URL pointing to it in your post. Besides that, keyboard support for scrolling lists has been improved, protected profiles are indicated, and cached user profiles expire after 60 minutes.</p>

<p><a href="http://blog.twhirl.org/2008/03/20/twhirl-073-released/#more-17" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.twhirl.org/2008/03/20/twhirl-073-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Login issues - twhirl needs your help! SOLVED</title>
		<link>http://blog.twhirl.org/2008/03/12/login-issues-twhirl-needs-your-help/</link>
		<comments>http://blog.twhirl.org/2008/03/12/login-issues-twhirl-needs-your-help/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 22:14:07 +0000</pubDate>
		<dc:creator>mak</dc:creator>
		
		<category><![CDATA[internal]]></category>

		<category><![CDATA[twhirl]]></category>

		<guid isPermaLink="false">http://blog.twhirl.org/2008/03/12/login-issues-twhirl-needs-your-help/</guid>
		<description><![CDATA[Since the release of twhirl version 0.7, some users seem to have problems logging in to twitter with twhirl, or the app stops fetching updates and reports errors. Most of the time, it works again after a relatively short period of time, but for some, the problems last longer. It looks like twhirl is unable [...]]]></description>
			<content:encoded><![CDATA[<p>Since the release of twhirl version 0.7, some users seem to have problems logging in to twitter with twhirl, or the app stops fetching updates and reports errors. Most of the time, it works again after a relatively short period of time, but for some, the problems last longer. It looks like twhirl is unable to contact to twitter during this time.</p>

<p><strong>This has been solved. Thanks!</strong></p>

<p><a href="http://blog.twhirl.org/2008/03/12/login-issues-twhirl-needs-your-help/#more-16" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.twhirl.org/2008/03/12/login-issues-twhirl-needs-your-help/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
