<?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; Javascript</title>
	<atom:link href="http://www.fruitbatscode.com/tag/javascript/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>Check if an image exits.</title>
		<link>http://www.fruitbatscode.com/javascript/check-if-an-image-exits</link>
		<comments>http://www.fruitbatscode.com/javascript/check-if-an-image-exits#comments</comments>
		<pubDate>Mon, 26 Jan 2009 22:48:57 +0000</pubDate>
		<dc:creator>fbis</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.fruitbatscode.com/?p=3</guid>
		<description><![CDATA[Javascript can be used to check if an image exist. An AJAX call cannot be used, because cross-site calls are not supported. However, the javascript Image object can be used for this purpose. var img = new Image&#40;&#41;; &#160; &#60;span id=&#34;more-4&#34;&#62;&#60;/span&#62; &#160; img.onload = function&#40;event&#41; &#123; // image was found and loaded successfully document.getElementById&#40;'img-tag'&#41;.src = [...]]]></description>
		<wfw:commentRss>http://www.fruitbatscode.com/javascript/check-if-an-image-exits/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
