<?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>Kevin Henrikson &#187; JavaScript</title>
	<atom:link href="http://kevinhenrikson.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevinhenrikson.com</link>
	<description>Weblog.prototype.toString = function() {return "foo";};</description>
	<lastBuildDate>Sun, 25 Jan 2009 02:22:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Firebug 1.0 Beta</title>
		<link>http://kevinhenrikson.com/2006/11/30/firebug_private_beta/</link>
		<comments>http://kevinhenrikson.com/2006/11/30/firebug_private_beta/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 06:48:05 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Firefox Plugins]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Venkman]]></category>
		<category><![CDATA[Web Browser]]></category>

		<guid isPermaLink="false">http://kevinhenrikson.com/2006/11/30/firebug_private_beta/</guid>
		<description><![CDATA[I&#8217;ve been playing with the Firebug 1.0 private beta for the last few days and it&#8217;s quite a tool.  v0.4 the last release of Firebug had already combined the most popular features Venkman, Console2, and the DOM inspector.  1.0 adds a entire new set of features.  JS profiling and Net request tracing [...]]]></description>
		<wfw:commentRss>http://kevinhenrikson.com/2006/11/30/firebug_private_beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UPDATE: AJAX Developers Toolbox &#8211; Firefox plugins</title>
		<link>http://kevinhenrikson.com/2006/08/19/update-ajax-developers-toolbox-firefox-plugins/</link>
		<comments>http://kevinhenrikson.com/2006/08/19/update-ajax-developers-toolbox-firefox-plugins/#comments</comments>
		<pubDate>Sat, 19 Aug 2006 21:33:04 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Firefox Plugins]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Venkman]]></category>
		<category><![CDATA[Web Browser]]></category>

		<guid isPermaLink="false">http://kevinhenrikson.com/2006/08/19/update-ajax-developers-toolbox-firefox-plugins/</guid>
		<description><![CDATA[I&#8217;ve written about Firefox Plugins before, but since then I&#8217;ve made a few more discoveries.

Firebug (author) &#8211; Joe Hewitt author the great DOM inspector wrote what has become the #1 must have for any AJAX dev.  Firebug combines the best of Console2, Venkman, and the DOM inspector into a single extension.  The console [...]]]></description>
		<wfw:commentRss>http://kevinhenrikson.com/2006/08/19/update-ajax-developers-toolbox-firefox-plugins/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Faster DOM Queries</title>
		<link>http://kevinhenrikson.com/2006/03/28/faster-dom-queries/</link>
		<comments>http://kevinhenrikson.com/2006/03/28/faster-dom-queries/#comments</comments>
		<pubDate>Wed, 29 Mar 2006 07:07:21 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://kevinhenrikson.com/2006/03/28/faster-dom-queries/</guid>
		<description><![CDATA[Dean Edwards has posted a demo with a cross browser way of super quick DOM queries.  
Limitations
    * As described earlier, speed improvements only apply on page load for IE. Further DOM queries will use the original getElementsBySelector function
    * the speed of CSS2 queries (attribute selectors) are [...]]]></description>
		<wfw:commentRss>http://kevinhenrikson.com/2006/03/28/faster-dom-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSONRequest</title>
		<link>http://kevinhenrikson.com/2006/03/12/jsonrequest/</link>
		<comments>http://kevinhenrikson.com/2006/03/12/jsonrequest/#comments</comments>
		<pubDate>Mon, 13 Mar 2006 04:43:00 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Browser]]></category>

		<guid isPermaLink="false">http://kevinhenrikson.com/2006/03/12/jsonrequest/</guid>
		<description><![CDATA[JSONRequest has been proposed by Douglas Crockford as a new native method for web browsers to exchange data with servers.  The biggest notable difference with XMLHttpRequest is that it doesn&#8217;t prevent requests to multiple domains.  JSONRequest can make requests to any server, not just the origin server like the current XMLHttpRequest.  Web [...]]]></description>
		<wfw:commentRss>http://kevinhenrikson.com/2006/03/12/jsonrequest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crockford on JSMin and Obfuscation</title>
		<link>http://kevinhenrikson.com/2006/03/07/crockford-on-jsmin-and-obfuscation/</link>
		<comments>http://kevinhenrikson.com/2006/03/07/crockford-on-jsmin-and-obfuscation/#comments</comments>
		<pubDate>Tue, 07 Mar 2006 15:00:57 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Venkman]]></category>

		<guid isPermaLink="false">http://kevinhenrikson.com/2006/03/07/crockford-on-jsmin-and-obfuscation/</guid>
		<description><![CDATA[Douglas Crockford knows a thing or two about compressing JavaScript.  He wrote JSMin which IMHO is the simplest and fastest JavaScript minifer out there today.  Coupled with his lint checker JSLint you&#8217;ve got two really good tools to write good solid code.  I used JSMin to optimize digg.com&#8217;s homepage a few weeks [...]]]></description>
		<wfw:commentRss>http://kevinhenrikson.com/2006/03/07/crockford-on-jsmin-and-obfuscation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail chat problems</title>
		<link>http://kevinhenrikson.com/2006/03/02/gmail-chat-problems/</link>
		<comments>http://kevinhenrikson.com/2006/03/02/gmail-chat-problems/#comments</comments>
		<pubDate>Thu, 02 Mar 2006 08:45:37 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://kevinhenrikson.com/2006/03/02/gmail-chat-problems/</guid>
		<description><![CDATA[I&#8217;ve noticed a few errors in gmail&#8217;s new chat interface.  The gmail quick contacts are not always up-to-date.  Just yesterday I got this this error message:

It&#8217;s a new service, so not too surprised that chat is seeing a few bumps.  In fact it&#8217;s expected.  I remember the first few versions of [...]]]></description>
		<wfw:commentRss>http://kevinhenrikson.com/2006/03/02/gmail-chat-problems/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>AJAX Amazon Music Search</title>
		<link>http://kevinhenrikson.com/2006/02/26/ajax-amazon-music-search/</link>
		<comments>http://kevinhenrikson.com/2006/02/26/ajax-amazon-music-search/#comments</comments>
		<pubDate>Mon, 27 Feb 2006 07:44:48 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://kevinhenrikson.com/2006/02/26/ajax-amazon-music-search/</guid>
		<description><![CDATA[Put together an AJAX demo using Amazon&#8217;s webservice API.  Basically type in an artist name or song title and it&#8217;ll return the first 10 hits from Amazon&#8217;s music search.  It&#8217;s using script.aculo.us for the &#8216;Grow&#8217; effect when the results return.  the search itself is triggered via java script, and parsed locally.  [...]]]></description>
		<wfw:commentRss>http://kevinhenrikson.com/2006/02/26/ajax-amazon-music-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Array.toString() is very slow</title>
		<link>http://kevinhenrikson.com/2006/02/23/firefox-arraytostring-is-very-slow/</link>
		<comments>http://kevinhenrikson.com/2006/02/23/firefox-arraytostring-is-very-slow/#comments</comments>
		<pubDate>Fri, 24 Feb 2006 06:55:02 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://kevinhenrikson.com/2006/02/23/firefox-arraytostring-is-very-slow/</guid>
		<description><![CDATA[Ran into an interesting problem with JavaScript&#8217;s Array.toString() in Firefox.&#160; It&#8217;s extremely slow even for a very small array.&#160; Take an array with a single object and you&#8217;d like to call toString() to get the type of the contained object.&#160; There are better approaches but for simple uses this might be applied.&#160; In this case [...]]]></description>
		<wfw:commentRss>http://kevinhenrikson.com/2006/02/23/firefox-arraytostring-is-very-slow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YubNub Suggest</title>
		<link>http://kevinhenrikson.com/2006/02/20/yubnub-suggest/</link>
		<comments>http://kevinhenrikson.com/2006/02/20/yubnub-suggest/#comments</comments>
		<pubDate>Mon, 20 Feb 2006 18:53:04 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://kevinhenrikson.com/2006/02/20/yubnub-suggest/</guid>
		<description><![CDATA[YubNub has been around for sometime. I went looking for a Suggest version that would autocomplete common commands. I did a few searches and all I came up with was DashNub which is an OSX Widget.&#160; Using script.aculo.us&#8217;s autocomplete code and the XML feed for the YubNub Golden Eggs. My YubNub example now has basic [...]]]></description>
		<wfw:commentRss>http://kevinhenrikson.com/2006/02/20/yubnub-suggest/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Graded Browser Support</title>
		<link>http://kevinhenrikson.com/2006/02/13/graded-browser-support/</link>
		<comments>http://kevinhenrikson.com/2006/02/13/graded-browser-support/#comments</comments>
		<pubDate>Tue, 14 Feb 2006 07:33:14 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Browser]]></category>

		<guid isPermaLink="false">http://kevinhenrikson.com/2006/02/13/graded-browser-support/</guid>
		<description><![CDATA[Nate posted an article which coincided with Yahoo&#8217;s launch of their UI Library titled &#34;Graded Browser Support&#34;.&#160; It appears he first coined the phrase in 2004.&#160; Subsequent google hits all point to Nate.&#160; I must admit it&#8217;s quite novel.&#160; He also posted a matrix of browser&#8217;s that Yahoo domain applications support.&#160; It&#8217;s quite refreshing to [...]]]></description>
		<wfw:commentRss>http://kevinhenrikson.com/2006/02/13/graded-browser-support/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
