<?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>Tim Banks &#187; Javascript</title>
	<atom:link href="http://thetimbanks.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://thetimbanks.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 21:33:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using jQuery and YQL to get an RSS feed from a site</title>
		<link>http://thetimbanks.com/2010/08/03/using-jquery-and-yql-to-get-an-rss-feed-from-a-site/</link>
		<comments>http://thetimbanks.com/2010/08/03/using-jquery-and-yql-to-get-an-rss-feed-from-a-site/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 16:18:00 +0000</pubDate>
		<dc:creator>timbanks</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[YQL]]></category>

		<guid isPermaLink="false">http://thetimbanks.com/?p=81</guid>
		<description><![CDATA[I forgot to post a link to this earlier, but I wrote a blog post on using jQuery and YQL to get an RSS feed from a web site. The code uses YQL to grab the content of the external site and then jQuery to find a link tag pointing to the location of the [...]]]></description>
			<content:encoded><![CDATA[<p>I forgot to post a link to this earlier, but I wrote a blog post on using jQuery and YQL to get an RSS feed from a web site.  The code uses YQL to grab the content of the external site and then jQuery to find a link tag pointing to the location of the RSS feed.  This is similar to how Firefox displays the RSS feed icon in the address bar.</p>
<p><a href="http://lanitdev.wordpress.com/2010/02/26/using-jquery-and-yql-to-get-an-rss-feed-from-a-site/">Check out the full post here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://thetimbanks.com/2010/08/03/using-jquery-and-yql-to-get-an-rss-feed-from-a-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Custom Selector for selecting elements by exact text :textEquals</title>
		<link>http://thetimbanks.com/2009/09/22/jquery-custom-selector-for-selecting-elements-by-exact-text-textequals/</link>
		<comments>http://thetimbanks.com/2009/09/22/jquery-custom-selector-for-selecting-elements-by-exact-text-textequals/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 13:52:55 +0000</pubDate>
		<dc:creator>timbanks</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://thetimbanks.com/?p=15</guid>
		<description><![CDATA[I just finished up writing another short blog post over on my company&#8217;s development blog covering a jQuery custom selector I wrote to find elements based on their exact text.  There was a particular case where I needed to select elements in jQuery based on their exact text and not on whether the text contained [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished up writing another short blog post over on my company&#8217;s development blog covering a jQuery custom selector I wrote to find elements based on their exact text.  There was a particular case where I needed to select elements in jQuery based on their exact text and not on whether the text contained a certain string.  That ruled out the possibility to use the built in contains() method.</p>
<p><a href="http://lanitdev.wordpress.com/2009/09/22/jquery-custom-selector-for-selecting-elements-by-exact-text-textequals/">Lanit Development Blog &#8211; jQuery Custom Selector for selecting elements by exact text :textEquals</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thetimbanks.com/2009/09/22/jquery-custom-selector-for-selecting-elements-by-exact-text-textequals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
