<?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: Namespacing outside of the YAHOO Namespace</title>
	<atom:link href="http://www.zachleat.com/web/2007/08/28/namespacing-outside-of-the-yahoo-namespace/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zachleat.com/web/2007/08/28/namespacing-outside-of-the-yahoo-namespace/</link>
	<description></description>
	<lastBuildDate>Fri, 05 Mar 2010 00:28:32 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zach Leatherman</title>
		<link>http://www.zachleat.com/web/2007/08/28/namespacing-outside-of-the-yahoo-namespace/comment-page-1/#comment-1693</link>
		<dc:creator>Zach Leatherman</dc:creator>
		<pubDate>Thu, 01 Oct 2009 00:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2007/08/28/namespacing-outside-of-the-yahoo-namespace/#comment-1693</guid>
		<description>Yeah, 2007 Zach would have argued with you, but 2009 Zach agrees that he wouldn&#039;t put a separate namespace generator into any of his production projects.  The extra code weight outweighs the benefit.

Thanks for reading!</description>
		<content:encoded><![CDATA[<p>Yeah, 2007 Zach would have argued with you, but 2009 Zach agrees that he wouldn&#8217;t put a separate namespace generator into any of his production projects.  The extra code weight outweighs the benefit.</p>
<p>Thanks for reading!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Levan</title>
		<link>http://www.zachleat.com/web/2007/08/28/namespacing-outside-of-the-yahoo-namespace/comment-page-1/#comment-1689</link>
		<dc:creator>Levan</dc:creator>
		<pubDate>Sat, 26 Sep 2009 14:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2007/08/28/namespacing-outside-of-the-yahoo-namespace/#comment-1689</guid>
		<description>IMHO, I see little value having seperate namespace generator, usually when you create namespace you dont just call it just  &quot;tools&quot; and put it directly under YAHOO, but something unique that will not encounter duplicate, for example

YAHOO.namespace( &#039;zachleat.tools&#039; ); chances of YUI adding that exact namespace in the future is  very unlikely.</description>
		<content:encoded><![CDATA[<p>IMHO, I see little value having seperate namespace generator, usually when you create namespace you dont just call it just  &#8220;tools&#8221; and put it directly under YAHOO, but something unique that will not encounter duplicate, for example</p>
<p>YAHOO.namespace( &#8216;zachleat.tools&#8217; ); chances of YUI adding that exact namespace in the future is  very unlikely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach Leatherman</title>
		<link>http://www.zachleat.com/web/2007/08/28/namespacing-outside-of-the-yahoo-namespace/comment-page-1/#comment-830</link>
		<dc:creator>Zach Leatherman</dc:creator>
		<pubDate>Sat, 09 Aug 2008 00:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2007/08/28/namespacing-outside-of-the-yahoo-namespace/#comment-830</guid>
		<description>Hey Tom, 
Sorry about the code formatter, I don&#039;t know quite what it was up to.  I think its working now.
Thanks for the tip,
Zach</description>
		<content:encoded><![CDATA[<p>Hey Tom,<br />
Sorry about the code formatter, I don&#8217;t know quite what it was up to.  I think its working now.<br />
Thanks for the tip,<br />
Zach</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Te</title>
		<link>http://www.zachleat.com/web/2007/08/28/namespacing-outside-of-the-yahoo-namespace/comment-page-1/#comment-829</link>
		<dc:creator>Tom Te</dc:creator>
		<pubDate>Fri, 08 Aug 2008 13:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2007/08/28/namespacing-outside-of-the-yahoo-namespace/#comment-829</guid>
		<description>The fix was (of course) to change it to (for (i=0;i&lt;a.length;i=i+1)). Seems your blog changes your code examples av bit. :(</description>
		<content:encoded><![CDATA[<p>The fix was (of course) to change it to (for (i=0;i&lt;a.length;i=i+1)). Seems your blog changes your code examples av bit. :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Te</title>
		<link>http://www.zachleat.com/web/2007/08/28/namespacing-outside-of-the-yahoo-namespace/comment-page-1/#comment-828</link>
		<dc:creator>Tom Te</dc:creator>
		<pubDate>Fri, 08 Aug 2008 13:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2007/08/28/namespacing-outside-of-the-yahoo-namespace/#comment-828</guid>
		<description>Hmm... the error got escaped;

Source Code:
    for (i=0; i&lt;/a&gt;&lt;/a&gt;&lt;a .length; i=i+1) {</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; the error got escaped;</p>
<p>Source Code:<br />
    for (i=0; i&lt;/a&gt;&lt;/a&gt;&lt;a .length; i=i+1) {</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Te</title>
		<link>http://www.zachleat.com/web/2007/08/28/namespacing-outside-of-the-yahoo-namespace/comment-page-1/#comment-827</link>
		<dc:creator>Tom Te</dc:creator>
		<pubDate>Fri, 08 Aug 2008 13:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2007/08/28/namespacing-outside-of-the-yahoo-namespace/#comment-827</guid>
		<description>Are you sure your jQuery namespace function works? I get the following error in Firefox3, Safari etc.:

Error: invalid flag after regular expression
Source File: http://localhost/~matias/canalwebtv2008/client/js/base.js
Line: 7, Column: 16
Source Code:
    for (i=0; i&lt;/a&gt;&lt;/a&gt;&lt;a .length; i=i+1) {</description>
		<content:encoded><![CDATA[<p>Are you sure your jQuery namespace function works? I get the following error in Firefox3, Safari etc.:</p>
<p>Error: invalid flag after regular expression<br />
Source File: <a href="http://localhost/~matias/canalwebtv2008/client/js/base.js" rel="nofollow">http://localhost/~matias/canalwebtv2008/client/js/base.js</a><br />
Line: 7, Column: 16<br />
Source Code:<br />
    for (i=0; i&lt;a .length; i=i+1) {</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas C. Zakas</title>
		<link>http://www.zachleat.com/web/2007/08/28/namespacing-outside-of-the-yahoo-namespace/comment-page-1/#comment-389</link>
		<dc:creator>Nicholas C. Zakas</dc:creator>
		<pubDate>Mon, 10 Sep 2007 00:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2007/08/28/namespacing-outside-of-the-yahoo-namespace/#comment-389</guid>
		<description>I&#039;m glad you&#039;re enjoying using YUITest. I think your point about namespacing is well-taken, but the YAHOO.namespace() function is non-destructive. If you were already using YAHOO.tool, then YAHOO.namespace() won&#039;t overwrite the existing one so all of your functionality will be safe.

By the way, where&#039;s your contact information? I&#039;d like to have an offline conversation sometime. Stop by my site and drop me a line when you have a second.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad you&#8217;re enjoying using YUITest. I think your point about namespacing is well-taken, but the YAHOO.namespace() function is non-destructive. If you were already using YAHOO.tool, then YAHOO.namespace() won&#8217;t overwrite the existing one so all of your functionality will be safe.</p>
<p>By the way, where&#8217;s your contact information? I&#8217;d like to have an offline conversation sometime. Stop by my site and drop me a line when you have a second.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
