<?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>Jesse Frye &#187; twitter</title>
	<atom:link href="http://jessefrye.com/tag/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://jessefrye.com</link>
	<description>this is jesse in all his glory</description>
	<lastBuildDate>Mon, 03 May 2010 16:57:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ruby Simple RSS Reader</title>
		<link>http://jessefrye.com/2009/11/ruby-simple-rss-reader/</link>
		<comments>http://jessefrye.com/2009/11/ruby-simple-rss-reader/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 02:06:45 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rss reader]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[simple rss]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://jessefrye.com/?p=303</guid>
		<description><![CDATA[Today I had to use some Ruby code to create an RSS Reader to import our Typepad blog into our Rails Template.
Check it out below. It&#8217;s crazy simple:

1
2
3
4
5
6
7
8
9
10
11
12
&#60;%
require 'rubygems'
require 'simple-rss'
require 'open-uri'
rss = SimpleRSS.parse open&#40;'http://twitter.com/statuses/user_timeline/15248843.rss'&#41;
%&#62;
&#160;
&#60;% rss.items.each do &#124;i&#124; %&#62;
   &#60;h3&#62;&#60;%= i.title %&#62;&#60;/a&#62;&#60;/h3&#62;
   &#60;p&#62;&#60;%= i.summary %&#62;&#60;/p&#62;
   &#60;a href=&#34;&#60;%= i.link %&#62;&#34; target=&#34;_blank&#34;&#62;Link [...]]]></description>
		<wfw:commentRss>http://jessefrye.com/2009/11/ruby-simple-rss-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter as an information resource</title>
		<link>http://jessefrye.com/2009/06/twitter-as-an-information-resource/</link>
		<comments>http://jessefrye.com/2009/06/twitter-as-an-information-resource/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 00:59:33 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[micro-blogging]]></category>
		<category><![CDATA[seesmic]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://jessefrye.com/?p=161</guid>
		<description><![CDATA[A couple of my friends don&#8217;t quite understand the value of Twitter so I thought I&#8217;d write a short blog to go over how to use Twitter as an informational resource.
What the #$@! is Twitter
Twitter is a blog that allots the same amount of characters as a text message, so the posts are short and [...]]]></description>
		<wfw:commentRss>http://jessefrye.com/2009/06/twitter-as-an-information-resource/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
