<?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/"
		>
<channel>
	<title>Comments on: Javascript Library Reviews</title>
	<atom:link href="http://www.kevinjensen.com/2006/09/11/javascript-library-reviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kevinjensen.com/2006/09/11/javascript-library-reviews/</link>
	<description>ASP.NET / SQL / C# / Family Banter</description>
	<lastBuildDate>Wed, 08 Apr 2009 18:27:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: cygnl7</title>
		<link>http://www.kevinjensen.com/2006/09/11/javascript-library-reviews/comment-page-1/#comment-8196</link>
		<dc:creator>cygnl7</dc:creator>
		<pubDate>Tue, 24 Mar 2009 15:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinjensen.com/2006/09/11/javascript-library-reviews/#comment-8196</guid>
		<description>Thanks for writing your thoughts on some of the JS libraries.

I have one thing to mention about something you wrote.  You wrote, &quot;it would be nice if Dojo could provide a way to “mix” a package into the global or local scope.&quot;  JavaScript itself allows for this.  For example, if I have:

my.really.long.package.namespace.exampleObject.method1();
my.really.long.package.namespace.exampleObject.method2();

I can do this instead:

var exampleObject = my.really.long.package.namespace.exampleObject;
exampleObject.method1();
exampelObject.method2();</description>
		<content:encoded><![CDATA[<p>Thanks for writing your thoughts on some of the JS libraries.</p>
<p>I have one thing to mention about something you wrote.  You wrote, &#8220;it would be nice if Dojo could provide a way to “mix” a package into the global or local scope.&#8221;  JavaScript itself allows for this.  For example, if I have:</p>
<p>my.really.long.package.namespace.exampleObject.method1();<br />
my.really.long.package.namespace.exampleObject.method2();</p>
<p>I can do this instead:</p>
<p>var exampleObject = my.really.long.package.namespace.exampleObject;<br />
exampleObject.method1();<br />
exampelObject.method2();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blaze6947</title>
		<link>http://www.kevinjensen.com/2006/09/11/javascript-library-reviews/comment-page-1/#comment-1555</link>
		<dc:creator>blaze6947</dc:creator>
		<pubDate>Thu, 06 Sep 2007 22:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinjensen.com/2006/09/11/javascript-library-reviews/#comment-1555</guid>
		<description>Hi Kevin,

Check out the evolution yui-ext here http://extjs.com/

Regards,

Blaze6947</description>
		<content:encoded><![CDATA[<p>Hi Kevin,</p>
<p>Check out the evolution yui-ext here <a href="http://extjs.com/" rel="nofollow">http://extjs.com/</a></p>
<p>Regards,</p>
<p>Blaze6947</p>
]]></content:encoded>
	</item>
</channel>
</rss>
