<?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; Venkman</title>
	<atom:link href="http://kevinhenrikson.com/category/venkman/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>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>AJAX Developers Toolbox &#8211; Overview</title>
		<link>http://kevinhenrikson.com/2006/02/11/ajax-developers-toolbox-overview/</link>
		<comments>http://kevinhenrikson.com/2006/02/11/ajax-developers-toolbox-overview/#comments</comments>
		<pubDate>Sat, 11 Feb 2006 09:13:51 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Venkman]]></category>

		<guid isPermaLink="false">http://kevinhenrikson.com/2006/02/11/ajax-developers-toolbox-overview/</guid>
		<description><![CDATA[AJAX programmers today have many tools available to them. Here&#8217;s a quick overview of some popular ones.

Debuggers Firefox &#8211; Venkman without a doubt is a must have for any serious JavaScript hacker these days. All the functionality you&#8217;ve come to expect in a debugger step in/out/over, set break points, trace the call stack, inspect variables, [...]]]></description>
		<wfw:commentRss>http://kevinhenrikson.com/2006/02/11/ajax-developers-toolbox-overview/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
