<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Colby Palmer's Blog</title><link>http://colbypalmer.com/blog/</link><description>Web apps, platforms and interfaces.  Conception, development and deployment. The last ten posts from Colby Palmer's blog.</description><language>en-us</language><lastBuildDate>Thu, 31 May 2012 07:17:30 -0000</lastBuildDate><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/colbypalmer/blog" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="colbypalmer/blog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><title>A Much Needed Update</title><link>http://colbypalmer.com/blog/a-much-needed-update</link><description>&lt;p&gt;Today I get to release something special: a site I've built just for myself!  This is special because I have been SO busy with client work that my site had become somewhat dated.  I had been wanting to swap out the software from the excellent &lt;a href="http://expressionengine.com/"&gt;ExpressionEngine&lt;/a&gt; to a custom &lt;a href="https://www.djangoproject.com/"&gt;Django&lt;/a&gt; back end.  (I mostly build in Django these days and it bugged me that my own site wasn't built with it.)  I also wanted to update the front end with a modern HTML5/CSS3 interface - believe it or not, my old site was old enough to predate jQuery (not to mention border-radius and the like) so most of the UI was pretty rusty - not at all a showcase of my current skills.&lt;/p&gt;

&lt;p&gt;So, welcome to the new colbypalmer.com.  Tight, ain't it?&lt;/p&gt;

&lt;p style="text-align:center;"&gt;&lt;img src="/media/blog/posts_newblog.jpg" border="0" /&gt;&lt;/p&gt;

&lt;p&gt;The site has a responsive layout that serves a different experience for desktop, tablet, mobile (landscape) and mobile (portrait).  Try resizing your browser window to see what I mean!  It's packed full of the latest HTML5/CSS3 goodness, with appropriate fallbacks for older browsers.  It also is running a full-featured Django blog app that I've built and plan to open-source as soon as I can package up the code.&lt;/p&gt;

&lt;p&gt;I plan to write up a couple things related to this site: a colophon page so I can credit folks whose plugins/apps this site uses, and tutorials on some of the cooler features I've got here - a few things that I developed in the course of making this site are worth sharing.

&lt;p&gt;I'd love to hear your thoughts on the new site design - and if you chance to find any bugs I'd love to find out about those too!  Please use the fancy new threaded commenting system to share your input.&lt;/p&gt;</description><guid>http://colbypalmer.com/blog/a-much-needed-update</guid></item><item><title>iTweet and OAuth</title><link>http://colbypalmer.com/blog/itweet_and_oauth</link><description>This morning marked the &lt;a href="http://countdowntooauth.com/" target="_blank"&gt;official deprecation&lt;/a&gt; of &lt;a href="http://twitter.com" target="_blank"&gt;Twitter&lt;/a&gt;'s basic authentication system.  I had been working toward the changeover, and at about 8 am I switched &lt;a href="http://itweet.net" target="_blank"&gt;iTweet.net&lt;/a&gt; over to &lt;a href="http://blog.twitter.com/2010/06/switching-to-oauth.html" target="_blank"&gt;OAuth-based authentication&lt;/a&gt;.  

Things went pretty smoothly, I hope.  Most people seem to have been able to refresh, authenticate with Twitter, and start tweeting again right away.  Even aside from the improved security, the nicest immediate benefit is the API rate limit of 350 calls per hour instead of the 150/hour available through basic authentication.  This will allow me to do some fun stuff that wasn't possible before.

The people who were most affected by this change were those who use iTweet because twitter.com is blocked due to a company firewall/filter or censorship.  These folks are not able to sign in via OAuth, just due to the nature of what OAuth is.  I'm bummed that this is the case, but don't immediately see a way around it - however I am open to ideas from any direction.

For the time being I've put a basic-authentication version of iTweet up at:
&lt;a href="%20http://itweet.net/basic/" target="_blank"&gt;
http://itweet.net/basic/&lt;/a&gt; - and you can use it at that address for the next two weeks.

However, please note that Twitter is going to be cutting down the number of available API requests by 10% every business day until August 31, when basic authentication will be switched off entirely.  You can read about this in the &lt;a href="http://groups.google.com/group/twitter-development-talk/browse_thread/thread/c03fa2b1ae90d2a9?hl=en_US#" target="_blank"&gt;twitter-development Google group&lt;/a&gt;.  If you're one of the folks who use iTweet to get around a filter, this is a bummer.

So by the end of the month people needing a proxy for twitter.com will be out of luck.  I'm open to suggestions as to how this inconvenience could be avoided, as this change will happen for all apps, not just iTweet.net - feel free to post ideas in the comments.</description><guid>http://colbypalmer.com/blog/itweet_and_oauth</guid></item><item><title>Blocked Port 25: SMTP Using Postfix on Go Daddy Dedicated Server</title><link>http://colbypalmer.com/blog/blocked_port_25_smtp</link><description>I've been setting up a new dedicated server at &lt;a target="_blank" href="http://www.godaddy.com"&gt;Go Daddy&lt;/a&gt; running Ubuntu 8.04 (Hardy Heron).&amp;nbsp; I was following &lt;a target="_blank" href="http://www.howtoforge.com/perfect-server-ubuntu8.04-lts"&gt;The Perfect Server guide&lt;/a&gt; at HowToForge, and it was very helpful, especially in the area of setting up email using Postfix, which is new to me.

I did run into an unexpected problem with outgoing email - it wasn't going out, or anywhere for that matter!&amp;nbsp; Taking a look in /var/log/mail.log showed an error saying "No route to host".&amp;nbsp; Trying to telnet to any other domain would give me the same error.&amp;nbsp; A little Googling dug up the fact that Godaddy blocks outgoing traffic on port 25, which is used for SMTP.&amp;nbsp; However they do provide a relay server that you can use for your outgoing mail.

The relay server is &lt;b&gt;k2smtpout.secureserver.net&lt;/b&gt;.&amp;nbsp; To use it, edit /etc/postfix/main.cf and set the &lt;b&gt;relayhost&lt;/b&gt; line to look like this:

&lt;code&gt;&lt;pre lang="bash"&gt;relayhost = [k2smtpout.secureserver.net]&lt;/pre&gt;&lt;/code&gt;

Then restart Postfix with the command:

&lt;code&gt;&lt;pre lang="bash"&gt;sudo /etc/init.d/postfix restart&lt;/pre&gt;&lt;/code&gt;

And that should do it!&amp;nbsp; I had a lot of trouble diagnosing the problem and then finding the solution, so I thought I would post it here to help anyone else experiencing this problem.</description><guid>http://colbypalmer.com/blog/blocked_port_25_smtp</guid></item><item><title>Google Reader "Send to iTweet" Button</title><link>http://colbypalmer.com/blog/google_reader_send_to_itweet</link><description>I'm a big fan of &lt;a target="_blank" href="http://www.google.com/reader"&gt;Google Reader&lt;/a&gt;.&amp;nbsp; Recently &lt;a href="http://itweet.net/web/"&gt;iTweet&lt;/a&gt; user &lt;a target="_blank" href="http://twitter.com/leavingearth"&gt;@leavingearth&lt;/a&gt; requested a "Send to iTweet" feature for Google Reader, and I thought this was a fantastic idea so here it is.&lt;br /&gt;&lt;br /&gt;In Reader, select "&lt;a target="_blank" href="http://www.google.com/reader/settings?display=edit-extras"&gt;Reader Settings&lt;/a&gt;" from the Settings menu in the top right corner of the page.&amp;nbsp; Then choose the "Send To" tab, and click "Create a custom link" at the bottom of this page.&amp;nbsp; A short form will be shown - enter the following items into the fields.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Name:&lt;/b&gt;&lt;br /&gt;&lt;pre lang="bash"&gt;iTweet&lt;/pre&gt;&lt;br /&gt;&lt;b&gt;URL:&lt;/b&gt;&lt;br /&gt;&lt;pre lang="bash"&gt;http://itweet.net/web/?share=true&amp;amp;t=${title}&amp;amp;s=${short-url}&lt;/pre&gt;&lt;br /&gt;&lt;b&gt;Icon URL:&lt;/b&gt;&lt;br /&gt;&lt;pre lang="bash"&gt;http://itweet.net/favicon.ico&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;img style="max-width: 800px;" src="http://colbypalmer.com/media/blog/reader-20100627-220303.jpg" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="left"&gt;Then click "Save" and you're done!&amp;nbsp; Go back to Google Reader and in your "Send To" menu you'll have a new iTweet option.&amp;nbsp; Clicking it will open iTweet.net with the post's title and shortened URL pre-filled in the post field.&amp;nbsp; Have fun sharing your links - if you have any feedback on this new feature please let me know in the comments.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;img style="max-width: 800px;" src="http://colbypalmer.com/media/blog/Google_Reader_%2839%29-20100628-075928.jpg" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;</description><guid>http://colbypalmer.com/blog/google_reader_send_to_itweet</guid></item><item><title>iTweet and 140 Proof</title><link>http://colbypalmer.com/blog/itweet_and_140_proof</link><description>My pet project &lt;a target="_blank" href="http://iTweet.net"&gt;iTweet.net&lt;/a&gt; has been a great success for me.&amp;nbsp; It gets plenty of traffic, enjoys a steadily growing community of users, and is a lot of fun to work on.&amp;nbsp; The list of things I'd like to explore with this project grows every week, and with all the new additions to the &lt;a target="_blank" href="http://apiwiki.twitter.com/"&gt;Twitter API&lt;/a&gt; of late - OAuth, RTs, Lists, Geolocation etc - there is much more to be done in order to keep up.&lt;br /&gt;&lt;br /&gt;The steady increase in traffic means that we've had to spend extra time and money on iTweet's server in order to keep up with all the users.&amp;nbsp; Hosting has graciously been sponsored by &lt;a target="_blank" href="http://illusionfactory.com"&gt;The Illusion Factory&lt;/a&gt;, but the monthly demand keeps increasing and it's clear that something needs to change.&amp;nbsp; The growing nature of both the to-do list and the server cost has led me to think of ways in which iTweet can become self-sustaining.&amp;nbsp; This app needs to start earning its keep, peoples!&amp;nbsp; One thing that I've decided to try is the insertion of sponsored tweets by &lt;a target="_blank" href="http://140proof.com/"&gt;140 Proof&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img style="max-width: 800px;" src="http://colbypalmer.com/media/blog/iTweet_2___Web-40-20100312-131201.jpg" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;This company has a very unique system of advertising delivery, promising very targeted content in an unobtrusive format.&amp;nbsp; How does that work?&amp;nbsp; 140 Proof's system scans your (publicly available) tweets and delivers you an ad tailored to your location and/or favorite topics.&amp;nbsp;&amp;nbsp; This means that you'll see content that is interesting and relevant to you.&amp;nbsp; And the ads come in tweet format so they fit right in with the flow of the app.&amp;nbsp; Most of them are real tweets, from a real Twitter account, and behave pretty much like the other tweets in your stream - you can reply, favorite or retweet them too.&amp;nbsp; (I'm giving these sponsored tweets a slightly different style so you can tell them from regular tweets.)&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img alt="" title="" style="max-width: 800px;" src="http://colbypalmer.com/media/blog/iTweet_2___Web-20100312-170515.jpg" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Since a lot of people have asked me what my plans for future development are, here's a nutshell version:&lt;br /&gt;&lt;br /&gt;iTweet.net has no database behind it.&amp;nbsp; It doesn't store any of your information, and only uses data from the Twitter (and TwitPic, bit.ly, etc) APIs.&amp;nbsp; In order to do some more "interesting" stuff, such as multiple accounts, decent Lists and follower management, autocompleter, etc, I need to put a database behind the front end and rewrite a whole bunch of stuff.&amp;nbsp; This will let me do a lot more *interesting* things with the app, as it currently operates within the exact constraints of the API.&lt;br /&gt;&lt;br /&gt;My immediate goals for iTweet are this:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Switch to OAuth - this will eliminate API limit hassles&lt;/li&gt;&lt;li&gt;Database-driven back end&lt;/li&gt;&lt;li&gt;Support for new APIs - RT, geolocation etc.&lt;/li&gt;&lt;li&gt;Support for multiple accounts, other oft-requested features&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Support for internationalization (multiple languages)&lt;/li&gt;&lt;/ol&gt;Once these major issues are tackled, I'll be looking at expanding iTweet's feature set into a new app, something larger that I have been imagining for some time now.&amp;nbsp; My hope is that by exploring monetization routes for the app, I'll be  able to fund part of this development.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img alt="" title="" style="max-width: 800px;" src="http://colbypalmer.com/media/blog/iTweet_2___Web-20100312-171234.jpg" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Cheers, and thanks for helping to make my little project take off.&amp;nbsp; As always the user community will directly influence the direction of future development.&amp;nbsp; Please let me know your thoughts below or by &lt;a href="http://colbypalmer.com/contact.php"&gt;contacting me&lt;/a&gt; directly - I'm interested in hearing what you have to say.&lt;br /&gt;&lt;br /&gt;&lt;div class="zemanta-pixie"&gt;&lt;img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=f371b8b3-3b8e-8b44-aa72-bb1c1dc7206c" /&gt;&lt;/div&gt;

&lt;p class="technorati-tags" style="text-align:right;font-size:10px;"&gt;&lt;a href="http://technorati.com/tag/itweet" rel="tag"&gt;itweet&lt;/a&gt;, &lt;a href="http://technorati.com/tag/twitter" rel="tag"&gt;twitter&lt;/a&gt;, &lt;a href="http://technorati.com/tag/api" rel="tag"&gt;api&lt;/a&gt;, &lt;a href="http://technorati.com/tag/twitter app" rel="tag"&gt;twitter app&lt;/a&gt;, &lt;a href="http://technorati.com/tag/itweet.net" rel="tag"&gt;itweet.net&lt;/a&gt;, &lt;a href="http://technorati.com/tag/140 proof" rel="tag"&gt;140 proof&lt;/a&gt;, &lt;a href="http://technorati.com/tag/twitter ads" rel="tag"&gt;twitter ads&lt;/a&gt;&lt;/p&gt;</description><guid>http://colbypalmer.com/blog/itweet_and_140_proof</guid></item><item><title>Free Wallpaper: Orange Cluster</title><link>http://colbypalmer.com/blog/free_wallpaper_orange_cluster</link><description>This is a desktop background (wallpaper) that I made for use on my home monitors.&amp;nbsp; I am using it on my dual monitors and I have really been digging it, so I thought I would share.&lt;br /&gt;&lt;br /&gt;This image is free to use and to share, but not to sell. It is licensed under a &lt;a rel="license" href="http://creativecommons.org/licenses/by/3.0/"&gt;Creative Commons Attribution 3.0 License&lt;/a&gt;, which means you can use it or remix it as long as attribution to this original piece is made.&lt;br /&gt;&lt;br /&gt;Enjoy!&amp;nbsp; I am posting a 1920x1200 version here. If you'd like a different size just let me know in the comments and I'll add your size to this post.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a style="font-weight: bold;" href="http://colbypalmer.com/dl/graphics/colbypalmer-orangecluster-1920x1200.jpg"&gt;Download Orange Cluster - 1920x1200&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a style="font-weight: bold;" href="http://colbypalmer.com/dl/graphics/colbypalmer-orangecluster-1920x1200.jpg"&gt;&lt;img style="max-width: 800px;" src="http://colbypalmer.com/media/blog/orangecluster-20100227-154650.jpg" /&gt;&lt;/div&gt;&lt;div class="zemanta-pixie"&gt;&lt;img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=44c87f6b-024e-8844-b51d-fc798fedb2ef" /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p class="technorati-tags" style="font-size:10px;text-align:right;"&gt;Technorati Tags: &lt;a href="http://technorati.com/tag/graphics" rel="tag"&gt;graphics&lt;/a&gt;, &lt;a href="http://technorati.com/tag/wallpaper" rel="tag"&gt;wallpaper&lt;/a&gt;, &lt;a href="http://technorati.com/tag/desktop" rel="tag"&gt;desktop&lt;/a&gt;, &lt;a href="http://technorati.com/tag/orange" rel="tag"&gt;orange&lt;/a&gt;, &lt;a href="http://technorati.com/tag/cluster" rel="tag"&gt;cluster&lt;/a&gt;, &lt;a href="http://technorati.com/tag/free" rel="tag"&gt;free&lt;/a&gt;, &lt;a href="http://technorati.com/tag/art" rel="tag"&gt;art&lt;/a&gt;, &lt;a href="http://technorati.com/tag/design" rel="tag"&gt;design&lt;/a&gt;&lt;/p&gt;</description><guid>http://colbypalmer.com/blog/free_wallpaper_orange_cluster</guid></item><item><title>WebMapSocial ... and Me</title><link>http://colbypalmer.com/blog/webmapsocial_and_me</link><description>I'm going to be giving a presentation at the WebMapSocial meetup on Tuesday, Nov. 17. Want to come?&amp;nbsp; Find out all the info &lt;a target="_blank" href="http://www.meetup.com/webmapsocial/calendar/11568866/"&gt;right here&lt;/a&gt;. &amp;nbsp;It's at the Google campus in Mountain View - I'm excited for an excuse to go visit!&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img style="max-width: 800px; width: 400px; height: 264px;" src="http://colbypalmer.com/media/blog/webmapsocial-20091116-184253.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;I think I'll be talking about &lt;a target="_blank" href="http://itweet.net/"&gt;iTweet.net&lt;/a&gt; and the upcoming &lt;a target="_blank" href="http://apiwiki.twitter.com/Twitter-REST-API-Method:-trends-location"&gt;Local Trends API&lt;/a&gt; that Twitter is going to be releasing soon.&amp;nbsp; I also may be talking about the SaaS product I've been building, &lt;a target="_blank" href="http://www.netconference.tv/"&gt;NetConference.tv&lt;/a&gt;.&amp;nbsp; It's only kinda-sorta map-related, but it IS shiny and new, so I'm excited to show it off.&lt;br /&gt;&lt;br /&gt;Thanks to my friend Catherine Burton, host of this group, for the invite. She is an avid mapster and innovator - check out her unique company &lt;a target="_blank" href="http://www.endpointenvironmental.com/"&gt;Endpoint Environmental&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div class="zemanta-pixie"&gt;&lt;img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=761d1322-a477-8b06-973b-c9837b0c3980" /&gt;&lt;/div&gt;</description><guid>http://colbypalmer.com/blog/webmapsocial_and_me</guid></item><item><title>That's the Story</title><link>http://colbypalmer.com/blog/thats_the_story</link><description>&lt;div style="text-align: center;"&gt;&lt;div style="text-align: left;"&gt;One of those amusing instances where my Twitter pals kind of summed up &lt;a target="_blank" href="http://twitter.com/colbypalmer/status/5460007058"&gt;my story&lt;/a&gt; of the past week:&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;img style="max-width: 800px;" src="http://colbypalmer.com/media/blog/meatball-20091108-174738.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;As Janet notes, I am available for new work at the moment.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;</description><guid>http://colbypalmer.com/blog/thats_the_story</guid></item><item><title>I Can't Tweet That iTweet.net Is Down</title><link>http://colbypalmer.com/blog/i_cant_tweet_that_itweet_is</link><description>&lt;div style="text-align: center;"&gt;&lt;img style="max-width: 800px;" src="http://colbypalmer.com/media/blog/itweet_down-20090807-100135.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;Ahh, it reminds of &lt;a href="http://colbypalmer.com/blog/about_the_twitter_downgrades/"&gt;olden days&lt;/a&gt; when Twitter was down more than it was up.&amp;nbsp;  ;-P&lt;br /&gt;&lt;br /&gt;&lt;a target="_blank" href="http://itweet.net"&gt;iTweet.net&lt;/a&gt; has been down since yesterday morning (with a few short reprieves) due to the &lt;a target="_blank" href="http://www.techcrunch.com/2009/08/07/twitter-outage-moves-into-day-2/"&gt;DoS attacks that are happening&lt;/a&gt;.&amp;nbsp; I'm keeping an eye on it and will update this post when service is restored.&lt;br /&gt;&lt;br /&gt;Adding to the confusion, I am not able to post any tweets from Twitter.com or even via SMS, so I am unable to respond to those of you who have asked me what is happening.&amp;nbsp; Sorry! I hope you've subscribed to my blog's &lt;a href="http://feeds.feedburner.com/colbypalmer/blog?format=xml"&gt;RSS feed.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Twitter has confirmed that the &lt;a target="_blank" href="http://status.twitter.com/post/157979213/restoring-api-and-sms"&gt;downtime is only affecting some clients&lt;/a&gt;, also that SMS is unavailable for some users, and that they are working on the issue.&amp;nbsp; I guess I'm just lucky enough to fall into both categories!&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Update: iTweet.net is back online, after some changes from Twitter and some refactoring on my end to accommodate those changes. Yippeee!&lt;br /&gt;&lt;em&gt;(August 7 2009, 4:30pm PST)&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="zemanta-pixie"&gt;&lt;img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=201fa832-2d2b-8aab-aaa0-c059c5d1ee88" /&gt;&lt;/div&gt;</description><guid>http://colbypalmer.com/blog/i_cant_tweet_that_itweet_is</guid></item><item><title>Twitter Raises API Limit</title><link>http://colbypalmer.com/blog/twitter_raises_api_limit</link><description>&lt;div style="margin: 0pt 0pt 1em 1em; float: right;"&gt;&lt;img style="max-width: 800px;" src="http://colbypalmer.com/media/blog/skitched-20090701-213957.jpg" /&gt;&lt;br /&gt;&lt;/div&gt;I just noticed in my web app &lt;a target="_blank" href="http://itweet.net"&gt;iTweet&lt;/a&gt; that &lt;a target="_blank" href="http://twitter.com"&gt;Twitter&lt;/a&gt; is reporting a maximum of 150 API requests per hour now! Hurray!&amp;nbsp; This is great news for Twitter clients, as the API limit is a constant challenge in user interaction.&lt;br /&gt;&lt;br /&gt;Twitter had mentioned that this was in the works, but so far I haven't heard mention of them actually launching this upgrade.&amp;nbsp; I hope it is here to stay!&lt;br /&gt;&lt;br /&gt;They have also recently fixed a long-standing &lt;a target="_blank" href="http://code.google.com/p/twitter-api/issues/detail?id=474"&gt;bug&lt;/a&gt; that caused followers/following methods to report incorrect data. Along with this fix came some new API methods for managing follow relationships - I will be updating &lt;a target="_blank" href="http://itweet.net"&gt;iTweet&lt;/a&gt; with a new follow/unfollow UI just as soon as I can get to it!&lt;br /&gt;&lt;br /&gt;There are some really great improvements coming soon to &lt;a target="_blank" href="http://itweet.net"&gt;iTweet.net&lt;/a&gt; - stay tuned for much much more.</description><guid>http://colbypalmer.com/blog/twitter_raises_api_limit</guid></item></channel></rss>

