<?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>Unscriptable.com &#187; dojo</title>
	<atom:link href="http://unscriptable.com/index.php/category/javascript/dojo/feed/" rel="self" type="application/rss+xml" />
	<link>http://unscriptable.com</link>
	<description>Nothing is impossible.  Even on the Web.</description>
	<lastBuildDate>Thu, 10 Jun 2010 01:53:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Deduplicate any array in Javascript</title>
		<link>http://unscriptable.com/index.php/2009/12/08/deduplicate-any-array-in-javascript/</link>
		<comments>http://unscriptable.com/index.php/2009/12/08/deduplicate-any-array-in-javascript/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 05:04:30 +0000</pubDate>
		<dc:creator>John H</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[dojo]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://unscriptable.com/?p=467</guid>
		<description><![CDATA[As part of an ongoing project, I had to deduplicate a potentially large array of nodes.  ...  It seemed every other implementation used the hash map method and only worked on limited data types.  I hate writing the same code twice (unless it's to improve it), so I decided to write something that works with any data type.]]></description>
		<wfw:commentRss>http://unscriptable.com/index.php/2009/12/08/deduplicate-any-array-in-javascript/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Hi-performance Javascript Tips #3: Less is More [Updated 2009-04-09]</title>
		<link>http://unscriptable.com/index.php/2009/04/09/hi-performance-javascript-tips-3-less-is-more/</link>
		<comments>http://unscriptable.com/index.php/2009/04/09/hi-performance-javascript-tips-3-less-is-more/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 07:02:52 +0000</pubDate>
		<dc:creator>John H</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[dojo]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://unscriptable.com/?p=250</guid>
		<description><![CDATA[Sure, Javascript engines have matured. Safari's Nitro, Chrome's V8, Firefox's TraceMonkey, and Opera's Carackan all kick some serious butt.  (IE8's JScript, unfortunately, still sucks wind.)  However, routines written in C++ still run orders of magnitude faster in most cases.  ]]></description>
		<wfw:commentRss>http://unscriptable.com/index.php/2009/04/09/hi-performance-javascript-tips-3-less-is-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debouncing Javascript Methods</title>
		<link>http://unscriptable.com/index.php/2009/03/20/debouncing-javascript-methods/</link>
		<comments>http://unscriptable.com/index.php/2009/03/20/debouncing-javascript-methods/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 07:21:21 +0000</pubDate>
		<dc:creator>John H</dc:creator>
				<category><![CDATA[Event Handling]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[dojo]]></category>

		<guid isPermaLink="false">http://unscriptable.com/?p=7</guid>
		<description><![CDATA[... a user could simply lean on the Tab key to navigate from one end of the form to the other.  If the user were lucky enough to be on a fast network connection and had a fast enough browser, this would go fairly smoothly.  However, the server would get absolutely hammered by all of the XHR requests necessary to populate the side-bar!  ]]></description>
		<wfw:commentRss>http://unscriptable.com/index.php/2009/03/20/debouncing-javascript-methods/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
