<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:series="http://organizeseries.com/"
		>
<channel>
	<title>Comments on: Dojo and Firebug Tricks for Development</title>
	<atom:link href="http://www.sitepen.com/blog/2008/11/10/dojo-and-firebug-tricks-for-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepen.com/blog/2008/11/10/dojo-and-firebug-tricks-for-development/</link>
	<description>SitePen Services and notes about Dojo, Persevere, CometD, JavaScript, and the Web</description>
	<lastBuildDate>Wed, 15 May 2013 02:54:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>By: Script Injection: Debug with Your Favorite AJAX Library &#171; Club AJAX – Dallas Ft. Worth Area AJAX Users Group covering: AJAX, JavaScript, HTML, CSS, and Design</title>
		<link>http://www.sitepen.com/blog/2008/11/10/dojo-and-firebug-tricks-for-development/comment-page-1/#comment-100764</link>
		<dc:creator>Script Injection: Debug with Your Favorite AJAX Library &#171; Club AJAX – Dallas Ft. Worth Area AJAX Users Group covering: AJAX, JavaScript, HTML, CSS, and Design</dc:creator>
		<pubDate>Tue, 15 Jun 2010 13:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepen.com/blog/2008/11/10/dojo-and-firebug-tricks-for-development/#comment-100764</guid>
		<description><![CDATA[[...] a cool trick from Tom Trenka that might help you in your dojo activities.  Try loading a package dynamically.  You can do it [...]]]></description>
		<content:encoded><![CDATA[<p>[...] a cool trick from Tom Trenka that might help you in your dojo activities.  Try loading a package dynamically.  You can do it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Trenka</title>
		<link>http://www.sitepen.com/blog/2008/11/10/dojo-and-firebug-tricks-for-development/comment-page-1/#comment-91835</link>
		<dc:creator>Tom Trenka</dc:creator>
		<pubDate>Tue, 02 Mar 2010 16:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepen.com/blog/2008/11/10/dojo-and-firebug-tricks-for-development/#comment-91835</guid>
		<description><![CDATA[Hi Frank--
Actually it&#039;s not outdated; the example uses the dojox.xml.DomParser, which is a from-scratch JS implementation that will work in any browser that supports RegExp (all of them, now) and not the barebones dojox.xml.parser (though I will admit that having both there can be confusing).

Regards,
Tom Trenka]]></description>
		<content:encoded><![CDATA[<p>Hi Frank&#8211;<br />
Actually it&#8217;s not outdated; the example uses the dojox.xml.DomParser, which is a from-scratch JS implementation that will work in any browser that supports RegExp (all of them, now) and not the barebones dojox.xml.parser (though I will admit that having both there can be confusing).</p>
<p>Regards,<br />
Tom Trenka</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Sjoukes</title>
		<link>http://www.sitepen.com/blog/2008/11/10/dojo-and-firebug-tricks-for-development/comment-page-1/#comment-91834</link>
		<dc:creator>Frank Sjoukes</dc:creator>
		<pubDate>Tue, 02 Mar 2010 07:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepen.com/blog/2008/11/10/dojo-and-firebug-tricks-for-development/#comment-91834</guid>
		<description><![CDATA[This was helpfull, but code is outdated.
Please update the code:
dojo.require(&quot;dojox.xml.parser&quot;);

var xml=&#039;&#039;
    + &#039;My first node&#039;
    + &#039;My second node&#039;
    + &#039;&#039;;
var doc=dojox.xml.parser.parse(xml);
console.log(doc);
Kind regards
Frank]]></description>
		<content:encoded><![CDATA[<p>This was helpfull, but code is outdated.<br />
Please update the code:<br />
dojo.require(&#8220;dojox.xml.parser&#8221;);</p>
<p>var xml=&#8221;<br />
    + &#8216;My first node&#8217;<br />
    + &#8216;My second node&#8217;<br />
    + &#8221;;<br />
var doc=dojox.xml.parser.parse(xml);<br />
console.log(doc);<br />
Kind regards<br />
Frank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.sitepen.com/blog/2008/11/10/dojo-and-firebug-tricks-for-development/comment-page-1/#comment-90821</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 10 Apr 2009 17:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepen.com/blog/2008/11/10/dojo-and-firebug-tricks-for-development/#comment-90821</guid>
		<description><![CDATA[Thanks a million, Tom. With these debug tricks you made life worth living again !!]]></description>
		<content:encoded><![CDATA[<p>Thanks a million, Tom. With these debug tricks you made life worth living again !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ttrenka</title>
		<link>http://www.sitepen.com/blog/2008/11/10/dojo-and-firebug-tricks-for-development/comment-page-1/#comment-89970</link>
		<dc:creator>ttrenka</dc:creator>
		<pubDate>Wed, 19 Nov 2008 17:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepen.com/blog/2008/11/10/dojo-and-firebug-tricks-for-development/#comment-89970</guid>
		<description><![CDATA[@Morgan:

I don&#039;t think I&#039;d want to include that in an actual build, especially given that it&#039;s one line of code--in general, I pull that line when an app is deployed (last thing I want is for someone to be kicking in debug mode to formulate an attack on the app itself).

I find it&#039;s simple enough to just include that in the beginning of your documents.]]></description>
		<content:encoded><![CDATA[<p>@Morgan:</p>
<p>I don&#8217;t think I&#8217;d want to include that in an actual build, especially given that it&#8217;s one line of code&#8211;in general, I pull that line when an app is deployed (last thing I want is for someone to be kicking in debug mode to formulate an attack on the app itself).</p>
<p>I find it&#8217;s simple enough to just include that in the beginning of your documents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morgan Benton</title>
		<link>http://www.sitepen.com/blog/2008/11/10/dojo-and-firebug-tricks-for-development/comment-page-1/#comment-89089</link>
		<dc:creator>Morgan Benton</dc:creator>
		<pubDate>Sun, 16 Nov 2008 00:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepen.com/blog/2008/11/10/dojo-and-firebug-tricks-for-development/#comment-89089</guid>
		<description><![CDATA[I like #1.  I tried baking it into a custom build using the flag:

scopeDjConfig={isDebug:(window.location.search.indexOf(&quot;debug&quot;)&gt;-1)}

But the build command seems to choke on the parentheses.  My workaround was to add this to my dojo.js file after the build has completed.  Any ideas how I might make this work?  Or conversely why I wouldn&#039;t want to use your trick in a build?

Thanks for the tip!]]></description>
		<content:encoded><![CDATA[<p>I like #1.  I tried baking it into a custom build using the flag:</p>
<p>scopeDjConfig={isDebug:(window.location.search.indexOf(&#8220;debug&#8221;)&gt;-1)}</p>
<p>But the build command seems to choke on the parentheses.  My workaround was to add this to my dojo.js file after the build has completed.  Any ideas how I might make this work?  Or conversely why I wouldn&#8217;t want to use your trick in a build?</p>
<p>Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Bolter</title>
		<link>http://www.sitepen.com/blog/2008/11/10/dojo-and-firebug-tricks-for-development/comment-page-1/#comment-89073</link>
		<dc:creator>David Bolter</dc:creator>
		<pubDate>Wed, 12 Nov 2008 20:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepen.com/blog/2008/11/10/dojo-and-firebug-tricks-for-development/#comment-89073</guid>
		<description><![CDATA[Awesome! I hadn&#039;t thought of #2... great idea.]]></description>
		<content:encoded><![CDATA[<p>Awesome! I hadn&#8217;t thought of #2&#8230; great idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajaxian &#187; Firebug tricks, Dojo style</title>
		<link>http://www.sitepen.com/blog/2008/11/10/dojo-and-firebug-tricks-for-development/comment-page-1/#comment-89066</link>
		<dc:creator>Ajaxian &#187; Firebug tricks, Dojo style</dc:creator>
		<pubDate>Tue, 11 Nov 2008 11:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepen.com/blog/2008/11/10/dojo-and-firebug-tricks-for-development/#comment-89066</guid>
		<description><![CDATA[[...] Trenka has a nice posting on Dojo and Firebug Tricks for Development where he shares two of his [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Trenka has a nice posting on Dojo and Firebug Tricks for Development where he shares two of his [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
