<?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>FruitBatInShades Code &#187; JQuery</title>
	<atom:link href="http://www.fruitbatscode.com/tag/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fruitbatscode.com</link>
	<description>Where the fruitbat keeps his notes</description>
	<lastBuildDate>Thu, 13 May 2010 08:29:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Javascript dictionary &amp; getIds</title>
		<link>http://www.fruitbatscode.com/javascript/javascript-dictionary-getids</link>
		<comments>http://www.fruitbatscode.com/javascript/javascript-dictionary-getids#comments</comments>
		<pubDate>Sun, 11 Oct 2009 17:14:57 +0000</pubDate>
		<dc:creator>fbis</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[My Stuff]]></category>

		<guid isPermaLink="false">http://www.fruitbatscode.com/?p=333</guid>
		<description><![CDATA[<p>Coming from a .net background I must admit to missing many of the features that the framework provides like Hastables, 
			Dictionaries and Lists. I've just come up with a really simple dictionary class that I use to hold results from my id parsing routine.</p>]]></description>
		<wfw:commentRss>http://www.fruitbatscode.com/javascript/javascript-dictionary-getids/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery fbisCalendar</title>
		<link>http://www.fruitbatscode.com/javascript/jquery/jquery-fbiscalendar</link>
		<comments>http://www.fruitbatscode.com/javascript/jquery/jquery-fbiscalendar#comments</comments>
		<pubDate>Fri, 18 Sep 2009 18:36:04 +0000</pubDate>
		<dc:creator>fbis</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[My Stuff]]></category>

		<guid isPermaLink="false">http://www.fruitbatscode.com/?p=308</guid>
		<description><![CDATA[Here is my first freely available jQuery plug-in.  There are a few more to follow soon including a form builder and a file explorer Overview I know there are a million calendar selectors out there but I needed one that covered historical dates (1800-2100).  It displays either as a in place calendar in the page [...]]]></description>
		<wfw:commentRss>http://www.fruitbatscode.com/javascript/jquery/jquery-fbiscalendar/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>JQuery selectors reminder</title>
		<link>http://www.fruitbatscode.com/javascript/jquery/jquery-selectors-reminder</link>
		<comments>http://www.fruitbatscode.com/javascript/jquery/jquery-selectors-reminder#comments</comments>
		<pubDate>Wed, 25 Mar 2009 21:28:48 +0000</pubDate>
		<dc:creator>fbis</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[My Stuff]]></category>

		<guid isPermaLink="false">http://www.fruitbatscode.com/?p=193</guid>
		<description><![CDATA[Selectors in JQuery are extremely powerful. This is a simple page to test them and as a quick reminder as to what&#8217;s available. .result{background:#dfd;border:solid 1px #eee} $(document).ready(function(){initialise();}); function initialise() { $("a.TestSelector").bind('click',function(e){ runSelector($("#TestSelector").val()); e.stopPropagation(); return false; //e.stopPropigation(); }); $("a.action.runselector").bind('click',function(e){ e.stopPropagation(); runSelector($(e.target).text()); return false; }); } function runSelector(text) { try { $(".result").removeClass("result"); var result = $(text); if [...]]]></description>
		<wfw:commentRss>http://www.fruitbatscode.com/javascript/jquery/jquery-selectors-reminder/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple JQuery Treeview</title>
		<link>http://www.fruitbatscode.com/javascript/jquery/simple-jquery-treeview</link>
		<comments>http://www.fruitbatscode.com/javascript/jquery/simple-jquery-treeview#comments</comments>
		<pubDate>Fri, 30 Jan 2009 22:34:16 +0000</pubDate>
		<dc:creator>fbis</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[My Stuff]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.fruitbatscode.com/?p=90</guid>
		<description><![CDATA[I&#8217;ve been trying to write my first JQuery plug in and went for a tree view because I need to display some nested data. Nothing complicated and more about trying to understand the JQuery plug in structure really. It&#8217;s pretty well commented so I won&#8217;t explain it I will develop this further as I start [...]]]></description>
		<wfw:commentRss>http://www.fruitbatscode.com/javascript/jquery/simple-jquery-treeview/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My Latest Cms&#8230;</title>
		<link>http://www.fruitbatscode.com/cms/my-latest-cms</link>
		<comments>http://www.fruitbatscode.com/cms/my-latest-cms#comments</comments>
		<pubDate>Tue, 27 Jan 2009 21:49:11 +0000</pubDate>
		<dc:creator>fbis</dc:creator>
				<category><![CDATA[cms]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://www.fruitbatscode.com/?p=77</guid>
		<description><![CDATA[I am currently writing my third cms where I work.  It&#8217;s very much modern and the architecture is pretty snazzy.  I&#8217;ve not used much of asp.net default stuff, favouring my own slimline versions of their bloated packages like ajax, MVC, and the user account system.  I&#8217;ve pulled most stuff in from my old cms&#8217; and [...]]]></description>
		<wfw:commentRss>http://www.fruitbatscode.com/cms/my-latest-cms/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
