<?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>Joseph Tinsley &#187; RSS Feeds</title>
	<atom:link href="http://www.josephtinsley.com/tag/rss-feeds/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.josephtinsley.com</link>
	<description>Trying to build applications that I think are useful</description>
	<lastBuildDate>Thu, 11 Aug 2011 03:36:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>RSS Auto Discovery, Do it now</title>
		<link>http://www.josephtinsley.com/2009/11/10/rss-auto-discovery-do-it-now/</link>
		<comments>http://www.josephtinsley.com/2009/11/10/rss-auto-discovery-do-it-now/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 05:00:00 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[RSS Auto Discovery]]></category>
		<category><![CDATA[RSS Feeds]]></category>

		<guid isPermaLink="false">http://www.josephtinsley.com/38/2009-11-10/rss-auto-discovery-do-it-now/</guid>
		<description><![CDATA[Added a dynamic RSS Auto discovery feature to my site today. Yea nothing earth shattering but I thought it was still pretty cool. Then for shsss and giggles I started surfing the web to see who didn&#8217;t have one. I was shocked to see that there&#8217;s a lot of big named website not taking advantage [...]]]></description>
			<content:encoded><![CDATA[<p>Added a dynamic <strong>RSS Auto discovery</strong> feature to my site today. Yea nothing earth shattering but I thought it was still pretty cool. Then for shsss and giggles I started surfing the web to see who didn&#8217;t have one. I was shocked to see that there&#8217;s a lot of big named website not taking advantage of this small addition.</p>
<p>For example</p>
<ul>
<li>Mint.com, <a title="Mint.com Blog" href="http://www.mint.com/blog/">http://www.mint.com/blog/</a> &#8211; Mint offers a RSS Feed but not a Auto Discovery feature hosted off of the home page. This option is only available to you when you visit the Feedburner hosted page. </li>
<li>My.barackobama.com, <a title="My.BarackObama.com" href="http://my.barackobama.com/page/content/hqblog">http://my.barackobama.com/page/content/hqblog</a> -&nbsp; Basically the same thing as Mint.com. You only see this option on the Feedburner hosted page. And not off the home page. <em>(I&#8217;m not even going to get into why they are not using the branded feedburner solution.)</em></li>
<li>Whitehouse.gov, <a title="WhiteHouse.gov" href="http://www.whitehouse.gov/">http://www.whitehouse.gov/</a> &#8211; They <strong>DO</strong> offer a RSS Feed and a RSS Auto Discovery option on the home page. Good deal!</li>
</ul>
<p>This is actually pretty interesting because it&rsquo;s so simply to implement and in doing so will make things easier for your readers. Part of the game plan is to get people involved, why not make it easier from then to keep up.</p>
<p>So anyway here some code and some links to reference if you want to add this feature to your site.</p>
<p><div class="codecolorer-container xml geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="xml codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;link</span> <span style="color: #000066;">rel</span>=<span style="color: #ff0000;">&quot;alternate&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;application/rss+xml&quot;</span> <span style="color: #000066;">title</span>=<span style="color: #ff0000;">&quot;RSS 2.0&quot;</span> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">&quot;http://www.josephtinsley.com/feed/rss.xml&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span><br />
<br />
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;link</span> <span style="color: #000066;">rel</span>=<span style="color: #ff0000;">&quot;alternate&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;application/rss+xml&quot;</span> <span style="color: #000066;">title</span>=<span style="color: #ff0000;">&quot;ADD SITE TITLE HERE&quot;</span> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">&quot;ADD RSS FEED URL HERE&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span></div></td></tr></tbody></table></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.josephtinsley.com/2009/11/10/rss-auto-discovery-do-it-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

