<?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>Travis, Travaganza &#187; RSS feed</title>
	<atom:link href="http://www.travislin.com/tag/rss-feed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.travislin.com</link>
	<description>Web Design, Technologies and Fancy photos of what I see.</description>
	<lastBuildDate>Wed, 25 Jan 2012 05:44:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SE Trick &#8211; Modify RSS Feed URL using jQuery</title>
		<link>http://www.travislin.com/2010/01/se-trick-modify-rss-feed-url-using-jquery/</link>
		<comments>http://www.travislin.com/2010/01/se-trick-modify-rss-feed-url-using-jquery/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 14:04:06 +0000</pubDate>
		<dc:creator>Travis</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[RSS feed]]></category>
		<category><![CDATA[StackExchange]]></category>

		<guid isPermaLink="false">http://www.travislin.com/?p=214</guid>
		<description><![CDATA[This is a simple tutorial (to the original question) on how you can replace your existing StackExchange questions feed link with a third-party feed tracker service such as FeedBurner. By default, your questions feed should look something like: http://{SITE_NAME}/feeds where &#8230; <a href="http://www.travislin.com/2010/01/se-trick-modify-rss-feed-url-using-jquery/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is a simple tutorial (to the <a href="http://meta.stackexchange.com/questions/799/support-feedburner" target="_blank">original question</a>) on how you can replace your existing StackExchange questions feed link with a third-party feed tracker service such as FeedBurner.</p>
<p>By default, your questions feed should look something like: <em>http://{SITE_NAME}/feeds</em> where you will also have answers feed: <em>http://{SITE_NAME}/feeds/question/{QUESTION_ID}</em>, user feed: <em>http://{SITE_NAME}/feeds/user/{USER_ID}</em> and tags feed: <em>http://{SITE_NAME}/feeds/tag?tagnames={TAG_SLUG}&amp;sort={SORT_VERB}</em>.</p>
<p>Using simple jQuery, you can replace existing questions feed link to specified URL without effecting other feed links:</p>
<pre class="brush:javascript">$(document).ready(function()
{
    if($("#feed-link-text a").text() == "recent questions feed")
    {
        $("#feed-link-text a").attr("href", "{NEW_FEED_URL}");
    }
});
</pre>
<p>Done!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.travislin.com/2010/01/se-trick-modify-rss-feed-url-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Keeping</title>
		<link>http://www.travislin.com/2009/12/site-keeping/</link>
		<comments>http://www.travislin.com/2009/12/site-keeping/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 04:40:22 +0000</pubDate>
		<dc:creator>Travis</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[House Keeping]]></category>
		<category><![CDATA[RSS feed]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://www.travislin.com/?p=173</guid>
		<description><![CDATA[I have changed my WordPress theme as I decided that the previous theme is &#8216;not clean enough&#8217;. I am a fan of both gimmick and cleanness, so occasional mental conflicts are inevitable. If you are a feed reader, remember to &#8230; <a href="http://www.travislin.com/2009/12/site-keeping/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have changed my WordPress theme as I decided that the previous theme is &#8216;not clean enough&#8217;. I am a fan of both gimmick and cleanness, so occasional mental conflicts are inevitable.</p>
<p>If you are a feed reader, remember to drop by and check out the new look. Also, I have finally hook up with Feedburner so please update your subscription to following. Thanks.</p>
<p>Main Feed: <a title="Feedburner link to Main Feed" href="http://feeds.feedburner.com/TravisLin">http://feeds.feedburner.com/TravisLin</a></p>
<p>Comment Feed: <a title="Feedburner link to Comments Feed" href="http://feeds.feedburner.com/TravisLinComments">http://feeds.feedburner.com/TravisLinComments</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.travislin.com/2009/12/site-keeping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

