<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>twitter</title>
  <link rel="alternate" type="text/html" href="http://www.rudis.net/taxonomy/term/345"/>
  <link rel="self" type="application/atom+xml" href="http://www.rudis.net/taxonomy/term/345/atom/feed"/>
  <id>http://www.rudis.net/taxonomy/term/345/atom/feed</id>
  <updated>2007-12-03T20:08:07-05:00</updated>
  <entry>
    <title>Sync OS X Address Book Images With Twitter Avatars (Taabu)</title>
    <link rel="alternate" type="text/html" href="http://www.rudis.net/content/2008/09/01/sync-os-x-address-book-images-twitter-avatars-taabu" />
    <id>http://www.rudis.net/content/2008/09/01/sync-os-x-address-book-images-twitter-avatars-taabu</id>
    <published>2008-09-01T01:07:27-04:00</published>
    <updated>2008-09-01T01:07:27-04:00</updated>
    <author>
      <name>bob</name>
    </author>
    <category term="cocoa" />
    <category term="mac" />
    <category term="os x" />
    <category term="twitter" />
    <summary type="html"><![CDATA[<p>I've got a decent number of folks on Twitter who are also in my OS X Address Book and I wanted an easier way to keep their Twitter avatars in sync than just manually downloading and updating the images. Enter <a href="http://www.rudis.net/dl/Taabu.dmg">Taabu</a>  [297K DMG], my <b>T</b>witter <b>A</b>vatar to OS X <b>A</b>ddress <b>B</b>ook <b>U</b>pdater.</p>
<p>As long as your OS X Address Book contacts have one URL field with their <code>http://twitter.com/twitterid</code> account in it (and you are following them), you will be able to use Taabu to update their OS X Address Book pictures with their Twitter images.</p>
<p>This currently works for up to ~98 contacts (all depends on your current Twitter API rate limit status, which you can use the widget in the previous post to keep track of) and is fine for me since I have far fewer than that I need to sync. Post a comment if you need that functionality as it will mean some coding to allow processing of your local contacts in batches (due to the rate limit situation). There's a "README" in the DMG download that gives a bit more info and some additional screenshots.</p>
<p>Requests, bug reports, complaints, accolades, etc are all welcome. (And, yes, there is a spelling error in "Downloadig" - will fix when I post the next release which will also contain the full, ugly Objective-C source code :-)</p>
<div style="text-align:center;"><img src="/dl/taabu.png" /></div>
    ]]></summary>
    <content type="html"><![CDATA[<p>I've got a decent number of folks on Twitter who are also in my OS X Address Book and I wanted an easier way to keep their Twitter avatars in sync than just manually downloading and updating the images. Enter <a href="http://www.rudis.net/dl/Taabu.dmg">Taabu</a>  [297K DMG], my <b>T</b>witter <b>A</b>vatar to OS X <b>A</b>ddress <b>B</b>ook <b>U</b>pdater.</p>
<p>As long as your OS X Address Book contacts have one URL field with their <code>http://twitter.com/twitterid</code> account in it (and you are following them), you will be able to use Taabu to update their OS X Address Book pictures with their Twitter images.</p>
<p>This currently works for up to ~98 contacts (all depends on your current Twitter API rate limit status, which you can use the widget in the previous post to keep track of) and is fine for me since I have far fewer than that I need to sync. Post a comment if you need that functionality as it will mean some coding to allow processing of your local contacts in batches (due to the rate limit situation). There's a "README" in the DMG download that gives a bit more info and some additional screenshots.</p>
<p>Requests, bug reports, complaints, accolades, etc are all welcome. (And, yes, there is a spelling error in "Downloadig" - will fix when I post the next release which will also contain the full, ugly Objective-C source code :-)</p>
<div style="text-align:center;"><img src="/dl/taabu.png" /></div>
    ]]></content>
  </entry>
  <entry>
    <title>Know Your (Twitter) Limits</title>
    <link rel="alternate" type="text/html" href="http://www.rudis.net/content/2008/08/10/know-your-twitter-limits" />
    <id>http://www.rudis.net/content/2008/08/10/know-your-twitter-limits</id>
    <published>2008-08-10T19:34:10-04:00</published>
    <updated>2008-08-10T19:34:10-04:00</updated>
    <author>
      <name>bob</name>
    </author>
    <category term="dashboard widget" />
    <category term="os x" />
    <category term="twitter" />
    <category term="Web 2.0" />
    <category term="widget" />
    <summary type="html"><![CDATA[<p>For those who are developing anything that uses the <a href="http://twitter.com/help/api">Twitter API</a> or even if you just like to experiment with Twitter standalone or <a href="http://tweenky.com/">alternate web-clients</a> there is a hard limit (currently 100) on the number of calls per hour. This, however, is not made obvious since it requires grabbing an XML file from an http Basic Auth protected URL.</p>
<p>Enter the "<a href="http://www.rudis.net/dl/TwitterRateLimit.zip">Twitter Rate Limit</a>" Dashboard Widget:</p>
<div style="text-align:center;padding-bottom:12px">.<img src="http://www.rudis.net/dl/Twitter_Rate_Limit-20080810-162553.png" /></div>
<p>With it, you will know how many API calls you have left and when the counter gets reset.</p>
<p>This is version 1.1. Version 1.0 was inspired by <a href="http://twitter.com/aadom">@aadom</a> who was also the UI  designer of 1.1.</p>
<p>Version 1.2 will be out in a bit as I really need to fix the gauge colors.</p>
<p>Drop a note in the comments with your suggestions/gripes/accolades.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>For those who are developing anything that uses the <a href="http://twitter.com/help/api">Twitter API</a> or even if you just like to experiment with Twitter standalone or <a href="http://tweenky.com/">alternate web-clients</a> there is a hard limit (currently 100) on the number of calls per hour. This, however, is not made obvious since it requires grabbing an XML file from an http Basic Auth protected URL.</p>
<p>Enter the "<a href="http://www.rudis.net/dl/TwitterRateLimit.zip">Twitter Rate Limit</a>" Dashboard Widget:</p>
<div style="text-align:center;padding-bottom:12px">.<img src="http://www.rudis.net/dl/Twitter_Rate_Limit-20080810-162553.png" /></div>
<p>With it, you will know how many API calls you have left and when the counter gets reset.</p>
<p>This is version 1.1. Version 1.0 was inspired by <a href="http://twitter.com/aadom">@aadom</a> who was also the UI  designer of 1.1.</p>
<p>Version 1.2 will be out in a bit as I really need to fix the gauge colors.</p>
<p>Drop a note in the comments with your suggestions/gripes/accolades.&lt;!--break--></p>
    ]]></content>
  </entry>
  <entry>
    <title>Get Friends&#039; Facebook Status Updates In Your Twitter Feed</title>
    <link rel="alternate" type="text/html" href="http://www.rudis.net/content/2008/08/05/get-friends-facebook-status-updates-your-twitter-feed" />
    <id>http://www.rudis.net/content/2008/08/05/get-friends-facebook-status-updates-your-twitter-feed</id>
    <published>2008-08-05T13:55:33-04:00</published>
    <updated>2008-08-05T13:56:39-04:00</updated>
    <author>
      <name>bob</name>
    </author>
    <category term="2008" />
    <category term="facebook" />
    <category term="twitter" />
    <category term="Web 2.0" />
    <category term="web services" />
    <summary type="html"><![CDATA[<p>I was <a href="http://twitter.com/hrbrmstr/statuses/878272763">musing on Twitter</a> about the need for the ability to get the status updates from friends who only use Facebook incorporated into my Twitter feed (so I do not have to view Facebook as often). While writing a bot would have been cool, I dislike re-inventing the wheel and came up with a way to do it by pairing some web "services" together (not actually using <a href="http://www.w3.org/2002/ws/">web services</a> per se).</p>
<p>To do this, you'll need to setup a new <a href="http://twitter.com/">Twitter</a> account (I suggest using your "TwitterUsername_fb"), unless you want all your followers seeing all your friends' updates. You can secure the updates to this account if you wish. You'll need to use a secondary e-mail account (Twitter does not allow dups). I also really don't like giving my main Twitter credentials to external services.</p>
<p>I also suggest getting an <a href="http://openid.net/">OpenID</a> as one of the sites you'll be using is <a href="http://www.twitterfeed.com/">twitterfeed</a> and it prefers OpenID logins (I have a free OpenID through <a href="http://openid.net/redirect.php?site=pip.verisignlabs.com">Verisign</a>, but you already have one if you are an AOL, Blogger, Flickr/Yahoo, or WordPress users [and others]...full details on the OpenID link I provided).</p>
<p>With those credentials in hand, fire up your browser and head to <a href="http://www.facebook.com/">Facebook</a> and then choose to use the <b>old</b> Facebook (it's just temporary, but one step will fail if you're not in "old Facebook mode"). Highlight "Friends" and select "Status Updates":</p>
<p><a href="http://www.flickr.com/photos/46976970@N00/2736142062" title="View 'facebook-select-friends-status' on Flickr.com"></a></p>
<div style="text-align:center; padding-bottom:10px"><center><img src="http://farm4.static.flickr.com/3104/2736142062_54c5b11a8c_m.jpg" /></center></div>
<p></p>
<p></p>
<p>On the status update screen, look on the right under "Subscribe" for a "Friends' Status Feed" link. Right click on it and copy it (however you do that with your browser/system). <b>Save and protect this URL!!!</b> It has <i>direct access</i> to the status updates of your friends (and, hence, part of your account) so you should not disclose it without consideration. </p>
<p><a href="http://www.flickr.com/photos/46976970@N00/2735309055" title="View 'facebook-friends-status-feed-link' on Flickr.com"></a></p>
<div style="text-align:center; padding-bottom:10px"><center><img src="http://farm4.static.flickr.com/3165/2735309055_5314f61ded.jpg" /></center></div>
<p></p>
<p></p>
<p>The next step is to go to <a href="http://www.twitterfeed.com/">twitterfeed</a> and login:</p>
<p><a href="http://www.flickr.com/photos/46976970@N00/2736142366" title="View 'twitterfeed-main' on Flickr.com"></a></p>
<div style="text-align:center; padding-bottom:10px"><center><img src="http://farm4.static.flickr.com/3193/2736142366_3435938555_m.jpg" /></center></div>
<p></p>
<p></p>
<p>Once you login, create a new feed and populate it with your <i>alternate</i> Twitter credentials and Facebook Friends' Status RSS feed URL. I highly recommend testing both your login and feed (via the provided links). You can tweak the other settings to match your preferences. The only downside is that if your friends have any more than five (5) updates since the last check, you will miss them. You can choose an alternate feed-post-to-Twitter provider (or roll your own) if this becomes an issue).</p>
<p><a href="http://www.flickr.com/photos/46976970@N00/2735308779" title="View 'twitterfeed-fb' on Flickr.com"></a></p>
<div style="text-align:center; padding-bottom:10px"><center><img src="http://farm4.static.flickr.com/3245/2735308779_988016647b_m.jpg" /></center></div>
<p></p>
<p></p>
<p>The last step is to follow your alternate Twitter user id and you will begin receiving updates every 30 minutes (or longer, depending on how often your friends post status updates).</p>
<p>This setup is only as robust as Twitter, Facebook RSS and twitterfeed, so you have no guarantees from me on how stable it will be, but it has been working well since I configured it.</p>
<p>If you have an alternate solution, definitely drop a note in the comments!</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>I was <a href="http://twitter.com/hrbrmstr/statuses/878272763">musing on Twitter</a> about the need for the ability to get the status updates from friends who only use Facebook incorporated into my Twitter feed (so I do not have to view Facebook as often). While writing a bot would have been cool, I dislike re-inventing the wheel and came up with a way to do it by pairing some web "services" together (not actually using <a href="http://www.w3.org/2002/ws/">web services</a> per se).</p>
<p>To do this, you'll need to setup a new <a href="http://twitter.com/">Twitter</a> account (I suggest using your "TwitterUsername_fb"), unless you want all your followers seeing all your friends' updates. You can secure the updates to this account if you wish. You'll need to use a secondary e-mail account (Twitter does not allow dups). I also really don't like giving my main Twitter credentials to external services.</p>
<p>I also suggest getting an <a href="http://openid.net/">OpenID</a> as one of the sites you'll be using is <a href="http://www.twitterfeed.com/">twitterfeed</a> and it prefers OpenID logins (I have a free OpenID through <a href="http://openid.net/redirect.php?site=pip.verisignlabs.com">Verisign</a>, but you already have one if you are an AOL, Blogger, Flickr/Yahoo, or WordPress users [and others]...full details on the OpenID link I provided).</p>
<p>With those credentials in hand, fire up your browser and head to <a href="http://www.facebook.com/">Facebook</a> and then choose to use the <b>old</b> Facebook (it's just temporary, but one step will fail if you're not in "old Facebook mode"). Highlight "Friends" and select "Status Updates":</p>
<p><a href="http://www.flickr.com/photos/46976970@N00/2736142062" title="View 'facebook-select-friends-status' on Flickr.com"><br />
<div style="text-align:center; padding-bottom:10px"><center><img src="http://farm4.static.flickr.com/3104/2736142062_54c5b11a8c_m.jpg" /></center></div>
<p></p></a></p>
<p>On the status update screen, look on the right under "Subscribe" for a "Friends' Status Feed" link. Right click on it and copy it (however you do that with your browser/system). <b>Save and protect this URL!!!</b> It has <i>direct access</i> to the status updates of your friends (and, hence, part of your account) so you should not disclose it without consideration. </p>
<p><a href="http://www.flickr.com/photos/46976970@N00/2735309055" title="View 'facebook-friends-status-feed-link' on Flickr.com"><br />
<div style="text-align:center; padding-bottom:10px"><center><img src="http://farm4.static.flickr.com/3165/2735309055_5314f61ded.jpg" /></center></div>
<p></p></a></p>
<p>The next step is to go to <a href="http://www.twitterfeed.com/">twitterfeed</a> and login:</p>
<p><a href="http://www.flickr.com/photos/46976970@N00/2736142366" title="View 'twitterfeed-main' on Flickr.com"><br />
<div style="text-align:center; padding-bottom:10px"><center><img src="http://farm4.static.flickr.com/3193/2736142366_3435938555_m.jpg" /></center></div>
<p></p></a></p>
<p>Once you login, create a new feed and populate it with your <i>alternate</i> Twitter credentials and Facebook Friends' Status RSS feed URL. I highly recommend testing both your login and feed (via the provided links). You can tweak the other settings to match your preferences. The only downside is that if your friends have any more than five (5) updates since the last check, you will miss them. You can choose an alternate feed-post-to-Twitter provider (or roll your own) if this becomes an issue).</p>
<p><a href="http://www.flickr.com/photos/46976970@N00/2735308779" title="View 'twitterfeed-fb' on Flickr.com"><br />
<div style="text-align:center; padding-bottom:10px"><center><img src="http://farm4.static.flickr.com/3245/2735308779_988016647b_m.jpg" /></center></div>
<p></p></a></p>
<p>The last step is to follow your alternate Twitter user id and you will begin receiving updates every 30 minutes (or longer, depending on how often your friends post status updates).</p>
<p>This setup is only as robust as Twitter, Facebook RSS and twitterfeed, so you have no guarantees from me on how stable it will be, but it has been working well since I configured it.</p>
<p>If you have an alternate solution, definitely drop a note in the comments!&lt;!--break--></p>
    ]]></content>
  </entry>
  <entry>
    <title>Catching Up On A Couple TAB Posts</title>
    <link rel="alternate" type="text/html" href="http://www.rudis.net/content/2008/02/13/catching-couple-tab-posts" />
    <id>http://www.rudis.net/content/2008/02/13/catching-couple-tab-posts</id>
    <published>2008-02-13T11:00:09-05:00</published>
    <updated>2008-02-13T11:00:14-05:00</updated>
    <author>
      <name>bob</name>
    </author>
    <category term="2008" />
    <category term="Apple" />
    <category term="development" />
    <category term="iphone" />
    <category term="ipod touch" />
    <category term="tab" />
    <category term="theappleblog" />
    <category term="twitter" />
    <summary type="html"><![CDATA[<p>I haven't been slackin'...just lots of Apple postin' on TAB...</p>
<ul>
<li><a href="http://theappleblog.com/2008/02/07/twitterific-31-beta-annoys-less-fixes-bugs/">Twiterriffic 3.1 beta</a></li>
<li><a href="http://theappleblog.com/2008/02/11/speed-up-documentation-lesson-creation-with-screensteps/">ScreenSteps 2 mini-review</a></li>
<li><a href="http://theappleblog.com/2008/02/11/iphone-development-preview/">iPhone Development Preview</a></li>
<li><a href="http://theappleblog.com/2008/02/12/while-youre-waiting-for-the-iphone-sdk/">iPhone Web Development Starter</a></li>
<li><a href="http://theappleblog.com/2008/02/12/apple-tv-take-2-post-upgrade-melancholy/">My Apple TV Upgrade Experience</a></li>
</ul>
    ]]></summary>
    <content type="html"><![CDATA[<p>I haven't been slackin'...just lots of Apple postin' on TAB...</p>
<ul>
<li><a href="http://theappleblog.com/2008/02/07/twitterific-31-beta-annoys-less-fixes-bugs/">Twiterriffic 3.1 beta</a></li>
<li><a href="http://theappleblog.com/2008/02/11/speed-up-documentation-lesson-creation-with-screensteps/">ScreenSteps 2 mini-review</a></li>
<li><a href="http://theappleblog.com/2008/02/11/iphone-development-preview/">iPhone Development Preview</a></li>
<li><a href="http://theappleblog.com/2008/02/12/while-youre-waiting-for-the-iphone-sdk/">iPhone Web Development Starter</a></li>
<li><a href="http://theappleblog.com/2008/02/12/apple-tv-take-2-post-upgrade-melancholy/">My Apple TV Upgrade Experience</a></li>
</ul>
    ]]></content>
  </entry>
  <entry>
    <title>Super (Ironic) Tuesday?</title>
    <link rel="alternate" type="text/html" href="http://www.rudis.net/content/2008/02/05/super-ironic-tuesday" />
    <id>http://www.rudis.net/content/2008/02/05/super-ironic-tuesday</id>
    <published>2008-02-05T12:22:21-05:00</published>
    <updated>2008-02-05T12:22:29-05:00</updated>
    <author>
      <name>bob</name>
    </author>
    <category term="2008" />
    <category term="election" />
    <category term="Google" />
    <category term="president" />
    <category term="primary" />
    <category term="twitter" />
    <summary type="html"><![CDATA[<p><b>The Grand Tech Merger Of 2008</b></p>
<p>The Microsoft/Yahoo! dance is quite fitting since it seems both companies share a very common hobby: <a href="http://www.avertlabs.com/research/blog/index.php/2008/02/05/yet-another-yahoo-0day-hits-the-web/">zero day security vulnerabilities</a>.</p>
<p>I guess it's only fair that if Yahoo! passed on a virus to Microsoft during whatever activities they were doing together that they should do the right thing and partner in a more official capacity with them.</p>
<p><b>The Grand Debacle Of 2008</b></p>
<p>For the record, I'd still like a <a href="http://www.imdb.com/title/tt0088850/">none of the above</a> option for this election. Since there is little chance of getting a truly decent candidate in office we're left with following the current candidates as they vie for our votes. Google is going to make following the election even easier this year and their <a href="http://googleblog.blogspot.com/2008/02/be-part-of-super-tuesday-action.html">Super Tuesday coverage</a> is a great, innovative example. I do find it strange that they've partnered with <a href="http://twitter.com/">Twitter</a> rather than a <a href="http://jaiku.com/help/google">certain other social networking service</a>.</p>
<p>At least we have yet another example that the even gravitational mass of Google is not sufficient to prevent folks from finding what works best for them. </p>
<p>Now, if only Google or Microsoft would buy and then kill off Facebook...one can dream.</p>
<p>Two ironies and the day has just begun.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p><b>The Grand Tech Merger Of 2008</b></p>
<p>The Microsoft/Yahoo! dance is quite fitting since it seems both companies share a very common hobby: <a href="http://www.avertlabs.com/research/blog/index.php/2008/02/05/yet-another-yahoo-0day-hits-the-web/">zero day security vulnerabilities</a>.</p>
<p>I guess it's only fair that if Yahoo! passed on a virus to Microsoft during whatever activities they were doing together that they should do the right thing and partner in a more official capacity with them.</p>
<p><b>The Grand Debacle Of 2008</b></p>
<p>For the record, I'd still like a <a href="http://www.imdb.com/title/tt0088850/">none of the above</a> option for this election. Since there is little chance of getting a truly decent candidate in office we're left with following the current candidates as they vie for our votes. Google is going to make following the election even easier this year and their <a href="http://googleblog.blogspot.com/2008/02/be-part-of-super-tuesday-action.html">Super Tuesday coverage</a> is a great, innovative example. I do find it strange that they've partnered with <a href="http://twitter.com/">Twitter</a> rather than a <a href="http://jaiku.com/help/google">certain other social networking service</a>.</p>
<p>At least we have yet another example that the even gravitational mass of Google is not sufficient to prevent folks from finding what works best for them. </p>
<p>Now, if only Google or Microsoft would buy and then kill off Facebook...one can dream.</p>
<p>Two ironies and the day has just begun.</p>
    ]]></content>
  </entry>
  <entry>
    <title>More Net Advice On IT Control Circumvention, Sigh</title>
    <link rel="alternate" type="text/html" href="http://www.rudis.net/node/270" />
    <id>http://www.rudis.net/node/270</id>
    <published>2007-12-06T13:20:26-05:00</published>
    <updated>2007-12-06T13:20:26-05:00</updated>
    <author>
      <name>bob</name>
    </author>
    <category term="2007" />
    <category term="compliance" />
    <category term="it controls" />
    <category term="security" />
    <category term="twitter" />
    <summary type="html"><![CDATA[<p>If the Net builds it, the users will do anything they can to access it, even if it means violating their corporate policies and flying in the face of their code of ethics.</p>
<p>Digital Inspiration <a href="http://www.labnol.org/internet/blogging/workaround-to-access-twitter-when-the-site-blocked/1894/">provided friendly advice</a> on how to get access to Twitter (if it's blocked) and uses the big, bad UAE as the justification.</p>
<p>Users need to understand that their jobs are at risk more than ever when they attempt to bypass company restrictions on computer and Internet usage. Companies want to control bandwidth costs, maintain IT security and increase productivity and are spending more money than ever on controls and reporting facilities to ensure that you are focused on work. While Twitter is fun and all, it's only a useful business tool for a subset of organizations (now, an *internal* Twitter-like system would be cool) and is a hard sell to management. Is it worth your job - and personal integrity - to violate an agreement that you have signed and promised to adhere to just to IM, e-mall or tweet some friends?</p>
<p>If you *really* need to use blocked services, put together a case and talk to your IT security folks about it - maybe even over coffee or lunch (you may even find that the IT security folks are cool, interesting people). They may be able to help push a reasonable request through or you may discover why it's a bad idea to allow, say, Skype to flow with wild abandon on the company's network.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>If the Net builds it, the users will do anything they can to access it, even if it means violating their corporate policies and flying in the face of their code of ethics.</p>
<p>Digital Inspiration <a href="http://www.labnol.org/internet/blogging/workaround-to-access-twitter-when-the-site-blocked/1894/">provided friendly advice</a> on how to get access to Twitter (if it's blocked) and uses the big, bad UAE as the justification.</p>
<p>Users need to understand that their jobs are at risk more than ever when they attempt to bypass company restrictions on computer and Internet usage. Companies want to control bandwidth costs, maintain IT security and increase productivity and are spending more money than ever on controls and reporting facilities to ensure that you are focused on work. While Twitter is fun and all, it's only a useful business tool for a subset of organizations (now, an *internal* Twitter-like system would be cool) and is a hard sell to management. Is it worth your job - and personal integrity - to violate an agreement that you have signed and promised to adhere to just to IM, e-mall or tweet some friends?</p>
<p>If you *really* need to use blocked services, put together a case and talk to your IT security folks about it - maybe even over coffee or lunch (you may even find that the IT security folks are cool, interesting people). They may be able to help push a reasonable request through or you may discover why it's a bad idea to allow, say, Skype to flow with wild abandon on the company's network.&lt;!--break--></p>
    ]]></content>
  </entry>
  <entry>
    <title>Simple, weather</title>
    <link rel="alternate" type="text/html" href="http://www.rudis.net/node/267" />
    <id>http://www.rudis.net/node/267</id>
    <published>2007-12-03T20:08:07-05:00</published>
    <updated>2007-12-03T20:08:07-05:00</updated>
    <author>
      <name>bob</name>
    </author>
    <category term="2007" />
    <category term="simpleweather.com" />
    <category term="startup" />
    <category term="twitter" />
    <category term="Weather" />
    <summary type="html"><![CDATA[<p>From the land of cheesesteaks (boy, do I miss cheesesteaks since moving to Seattle) comes <a href="http://www.simpleweather.com/">SimpleWeather</a>. Taking the Google-ish approach to current conditions and forecasts, the site is amazingly fast and highly readable in all browsers. Just input your ZIP code or location (it's world-savvy) and get your weather stats fix.</p>
<p>If you are a <a href="http://www.twitter.com/">Twitter</a> fan, you can follow your closest city (they explain everything <a href="http://www.simpleweather.com/blog/2007/simple-weather-now-on-twitter/">here</a>).</p>
<p>If you do check them out, be sure to poke them for an iPhone-friendly page. Right now, <a href="http://i.wund.com/">i.wund.com</a> is kicking their butts with their mobile CSS/layout.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>From the land of cheesesteaks (boy, do I miss cheesesteaks since moving to Seattle) comes <a href="http://www.simpleweather.com/">SimpleWeather</a>. Taking the Google-ish approach to current conditions and forecasts, the site is amazingly fast and highly readable in all browsers. Just input your ZIP code or location (it's world-savvy) and get your weather stats fix.</p>
<p>If you are a <a href="http://www.twitter.com/">Twitter</a> fan, you can follow your closest city (they explain everything <a href="http://www.simpleweather.com/blog/2007/simple-weather-now-on-twitter/">here</a>).</p>
<p>If you do check them out, be sure to poke them for an iPhone-friendly page. Right now, <a href="http://i.wund.com/">i.wund.com</a> is kicking their butts with their mobile CSS/layout.</p>
    ]]></content>
  </entry>
</feed>
