<?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://unfoldingneurons.com/"
		>
<channel>
	<title>Comments for SitePen Blog</title>
	<atom:link href="http://www.sitepen.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepen.com/blog</link>
	<description>SitePen Services and notes about Dojo, Persevere, CometD, JavaScript, and the Web</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:25:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>Comment on Dojo 1.7 Tutorial Update by Kris Zyp</title>
		<link>http://www.sitepen.com/blog/2012/02/01/dojo-1-7-tutorial-update/comment-page-1/#comment-414602</link>
		<dc:creator>Kris Zyp</dc:creator>
		<pubDate>Tue, 07 Feb 2012 16:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepen.com/blog/?p=3930#comment-414602</guid>
		<description>@Gerard: Yes, I believe you can parse your document using an alternate namespace by indicating the namespace with the &quot;scope&quot; property to the options argument for the parser, for example:

dojo.parser.parse(document.body, {scope:&quot;mynamespace&quot;});</description>
		<content:encoded><![CDATA[<p>@Gerard: Yes, I believe you can parse your document using an alternate namespace by indicating the namespace with the &#8220;scope&#8221; property to the options argument for the parser, for example:</p>
<p>dojo.parser.parse(document.body, {scope:&#8221;mynamespace&#8221;});</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML5 data-dojo Attribute Support by Gerard</title>
		<link>http://www.sitepen.com/blog/2012/01/19/html5-data-dojo-attribute-support/comment-page-1/#comment-414185</link>
		<dc:creator>Gerard</dc:creator>
		<pubDate>Mon, 06 Feb 2012 22:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepen.com/blog/?p=2212#comment-414185</guid>
		<description>Very informative. The documentation in general lacks procedural examples. A policy of procedural example before declarative example would help solve this or at least improve it.

Declarative styles are very useful for prototyping, there&#039;s no doubt about it, but, and there is a but, moving to the procedural style is painful, primarily because of how procedurally-anemic the docs are.</description>
		<content:encoded><![CDATA[<p>Very informative. The documentation in general lacks procedural examples. A policy of procedural example before declarative example would help solve this or at least improve it.</p>
<p>Declarative styles are very useful for prototyping, there&#8217;s no doubt about it, but, and there is a but, moving to the procedural style is painful, primarily because of how procedurally-anemic the docs are.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dojo 1.7 Tutorial Update by Gerard</title>
		<link>http://www.sitepen.com/blog/2012/02/01/dojo-1-7-tutorial-update/comment-page-1/#comment-414156</link>
		<dc:creator>Gerard</dc:creator>
		<pubDate>Mon, 06 Feb 2012 20:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepen.com/blog/?p=3930#comment-414156</guid>
		<description>I knew someone would say that.

How do you customise the namespace, i.e. change data-dojo-* to data-mynamespace-*?

So instead of littering my markup with data-dojo-this data-dojo-that I can have my own namespace? If you tell me there is one line of code to this across the entire application I&#039;ll maybe change my opinion and even be impressed.</description>
		<content:encoded><![CDATA[<p>I knew someone would say that.</p>
<p>How do you customise the namespace, i.e. change data-dojo-* to data-mynamespace-*?</p>
<p>So instead of littering my markup with data-dojo-this data-dojo-that I can have my own namespace? If you tell me there is one line of code to this across the entire application I&#8217;ll maybe change my opinion and even be impressed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dojo 1.7 Tutorial Update by Gerard</title>
		<link>http://www.sitepen.com/blog/2012/02/01/dojo-1-7-tutorial-update/comment-page-1/#comment-414154</link>
		<dc:creator>Gerard</dc:creator>
		<pubDate>Mon, 06 Feb 2012 20:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepen.com/blog/?p=3930#comment-414154</guid>
		<description>I knew someone would say that.

How do you customise the names</description>
		<content:encoded><![CDATA[<p>I knew someone would say that.</p>
<p>How do you customise the names</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dojo 1.7 Tutorial Update by Dylan Schiemann</title>
		<link>http://www.sitepen.com/blog/2012/02/01/dojo-1-7-tutorial-update/comment-page-1/#comment-414150</link>
		<dc:creator>Dylan Schiemann</dc:creator>
		<pubDate>Mon, 06 Feb 2012 20:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepen.com/blog/?p=3930#comment-414150</guid>
		<description>Hi Gerard,

I&#039;m not sure why you&#039;re so filled with hate, we&#039;re simply following the
HTML5 spec and their specific recommendation, namely:

http://dev.w3.org/html5/spec/global-attributes.html#embedding-custom-non-visible-data-with-the-data-attributes

&quot;JavaScript libraries may use the custom data attributes, as they are
considered to be part of the page on which they are used. Authors of
libraries that are reused by many authors are encouraged to include
their name in the attribute names, to reduce the risk of clashes. Where
it makes sense, library authors are also encouraged to make the exact
name used in the attribute names customizable, so that libraries whose
authors unknowingly picked the same name can be used on the same page,
and so that multiple versions of a particular library can be used on the
same page even when those versions are not mutually compatible.

For example, a library called &quot;DoQuery&quot; could use attribute names like
data-doquery-range, and a library called &quot;jJo&quot; could use attributes
names like data-jjo-range. The jJo library could also provide an API to
set which prefix to use (e.g. J.setDataPrefix(&#039;j2&#039;), making the
attributes have names like data-j2-range).&quot;

I hope that makes sense. You might find http://www.sitepen.com/blog/2012/01/19/html5-data-dojo-attribute-support/ informative as well.</description>
		<content:encoded><![CDATA[<p>Hi Gerard,</p>
<p>I&#8217;m not sure why you&#8217;re so filled with hate, we&#8217;re simply following the<br />
HTML5 spec and their specific recommendation, namely:</p>
<p><a href="http://dev.w3.org/html5/spec/global-attributes.html#embedding-custom-non-visible-data-with-the-data-attributes" rel="nofollow">http://dev.w3.org/html5/spec/global-attributes.html#embedding-custom-non-visible-data-with-the-data-attributes</a></p>
<p>&#8220;JavaScript libraries may use the custom data attributes, as they are<br />
considered to be part of the page on which they are used. Authors of<br />
libraries that are reused by many authors are encouraged to include<br />
their name in the attribute names, to reduce the risk of clashes. Where<br />
it makes sense, library authors are also encouraged to make the exact<br />
name used in the attribute names customizable, so that libraries whose<br />
authors unknowingly picked the same name can be used on the same page,<br />
and so that multiple versions of a particular library can be used on the<br />
same page even when those versions are not mutually compatible.</p>
<p>For example, a library called &#8220;DoQuery&#8221; could use attribute names like<br />
data-doquery-range, and a library called &#8220;jJo&#8221; could use attributes<br />
names like data-jjo-range. The jJo library could also provide an API to<br />
set which prefix to use (e.g. J.setDataPrefix(&#8216;j2&#8242;), making the<br />
attributes have names like data-j2-range).&#8221;</p>
<p>I hope that makes sense. You might find <a href="http://www.sitepen.com/blog/2012/01/19/html5-data-dojo-attribute-support/" rel="nofollow">http://www.sitepen.com/blog/2012/01/19/html5-data-dojo-attribute-support/</a> informative as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dojo 1.7 Tutorial Update by Gerard</title>
		<link>http://www.sitepen.com/blog/2012/02/01/dojo-1-7-tutorial-update/comment-page-1/#comment-414145</link>
		<dc:creator>Gerard</dc:creator>
		<pubDate>Mon, 06 Feb 2012 20:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepen.com/blog/?p=3930#comment-414145</guid>
		<description>I hate this: data-dojo-config.

I don&#039;t want my markup littered, and that&#039;s what it is, litter, rubbish, dirt, littered with vendor specific markup.

If it was data-config I think I&#039;d be ok with that, but I still don&#039;t want my markup littered with that nonsense.

I hate dojo like a passion.</description>
		<content:encoded><![CDATA[<p>I hate this: data-dojo-config.</p>
<p>I don&#8217;t want my markup littered, and that&#8217;s what it is, litter, rubbish, dirt, littered with vendor specific markup.</p>
<p>If it was data-config I think I&#8217;d be ok with that, but I still don&#8217;t want my markup littered with that nonsense.</p>
<p>I hate dojo like a passion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dojo 1.7 Tutorial Update by Okeowo Aderemi</title>
		<link>http://www.sitepen.com/blog/2012/02/01/dojo-1-7-tutorial-update/comment-page-1/#comment-414106</link>
		<dc:creator>Okeowo Aderemi</dc:creator>
		<pubDate>Mon, 06 Feb 2012 18:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepen.com/blog/?p=3930#comment-414106</guid>
		<description>Really glad for the update and especially the Build Tutorial for Dojo 1.7 was looking forward to a simplified version of running a build. nice one</description>
		<content:encoded><![CDATA[<p>Really glad for the update and especially the Build Tutorial for Dojo 1.7 was looking forward to a simplified version of running a build. nice one</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dojo 1.7 Tutorial Update by Dylan Schiemann</title>
		<link>http://www.sitepen.com/blog/2012/02/01/dojo-1-7-tutorial-update/comment-page-1/#comment-414054</link>
		<dc:creator>Dylan Schiemann</dc:creator>
		<pubDate>Mon, 06 Feb 2012 16:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepen.com/blog/?p=3930#comment-414054</guid>
		<description>@Ted: Indeed, we agree. We&#039;ve added links at the bottom of each API view, and will have a similar link at the bottom of each reference guide page the next time an update is made to that portion of the Dojo site.</description>
		<content:encoded><![CDATA[<p>@Ted: Indeed, we agree. We&#8217;ve added links at the bottom of each API view, and will have a similar link at the bottom of each reference guide page the next time an update is made to that portion of the Dojo site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dojo 1.7 Tutorial Update by Ted P</title>
		<link>http://www.sitepen.com/blog/2012/02/01/dojo-1-7-tutorial-update/comment-page-1/#comment-414044</link>
		<dc:creator>Ted P</dc:creator>
		<pubDate>Mon, 06 Feb 2012 16:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepen.com/blog/?p=3930#comment-414044</guid>
		<description>I&#039;m glad to see that you&#039;ve updated the tutorials!  I suggest that you also make it possible to give feedback on the reference guide documentation and the API documentation.  Those are also great resources that need to be maintained!</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad to see that you&#8217;ve updated the tutorials!  I suggest that you also make it possible to give feedback on the reference guide documentation and the API documentation.  Those are also great resources that need to be maintained!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dojo 1.7 Tutorial Update by Robin Dupret</title>
		<link>http://www.sitepen.com/blog/2012/02/01/dojo-1-7-tutorial-update/comment-page-1/#comment-411657</link>
		<dc:creator>Robin Dupret</dc:creator>
		<pubDate>Thu, 02 Feb 2012 18:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepen.com/blog/?p=3930#comment-411657</guid>
		<description>Very nice ! :) 

It&#039;s great that you have updated the tutorials. Good work !</description>
		<content:encoded><![CDATA[<p>Very nice ! :) </p>
<p>It&#8217;s great that you have updated the tutorials. Good work !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

