<?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>dom111.co.uk &#187; var_dump</title>
	<atom:link href="http://www.dom111.co.uk/blog/tag/var_dump/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dom111.co.uk/blog</link>
	<description>Move along. Nothing to see here.</description>
	<lastBuildDate>Wed, 14 Jul 2010 19:30:31 +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>jsDebug 0.1 &#8211; Dump javascript objects</title>
		<link>http://www.dom111.co.uk/blog/coding/jsdebug-01-dump-javascript-objects/88</link>
		<comments>http://www.dom111.co.uk/blog/coding/jsdebug-01-dump-javascript-objects/88#comments</comments>
		<pubDate>Thu, 30 Apr 2009 09:44:18 +0000</pubDate>
		<dc:creator>dom111</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[var_dump]]></category>

		<guid isPermaLink="false">http://www.dom111.co.uk/blog/?p=88</guid>
		<description><![CDATA[There have been many times I&#8217;ve wanted to debug an object in various browsers, and see why that particular key is null in IE6 or whatever, so I&#8217;ve made this small independent &#8216;Debug()&#8217; function for use in all the major browser It&#8217;s not dependent on any frameworks and gives a simple interface listing all information [...]]]></description>
			<content:encoded><![CDATA[<p>There have been many times I&#8217;ve wanted to debug an object in various browsers, and see why that particular key is null in IE6 or whatever, so I&#8217;ve made this small independent &#8216;Debug()&#8217; function for use in all the major browser</p>
<p>It&#8217;s not dependent on any frameworks and gives a simple interface listing all information about objects required.  Each call to Debug() adds a new table at the top of the panel showing the information retrieved from the pass variable.</p>
<p>It&#8217;s only a first draft and the depth feature doesn&#8217;t actually work as object depth yet, but rather as the number of internal objects to dump before not doing any more&#8230; Any recursion experts feel free to add this, but please share it <img src='http://www.dom111.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="wp-caption aligncenter" style="width: 439px"><img class=" " title="JS Debug Screenshot" src="http://www.dom111.co.uk/files/js-debug/screen.png" alt="Not so pretty, functional though..." width="429" height="257" /><p class="wp-caption-text">Not so pretty, functional though...</p></div>
<p>You can <a href="/files/js-debug/debug-0.1.zip">get it here</a> or <a href="/files/js-debug">see it in action too</a>.  Oh it&#8217;s free, do what you want with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dom111.co.uk/blog/coding/jsdebug-01-dump-javascript-objects/88/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
