<?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 for The Dojo Toolkit Blog</title>
	<atom:link href="http://dojotoolkit.org/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://dojotoolkit.org/blog</link>
	<description>Unbeatable JavaScript Tools</description>
	<lastBuildDate>Tue, 14 Feb 2012 13:04:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on 1.7 Tutorials, CometD 2.4.0, Wink Toolkit 1.4.1, and Documentation Feedback by Dylan Schiemann</title>
		<link>http://dojotoolkit.org/blog/1-7-tutorials-cometd-2-4-0-wink-toolkit-1-4-1-and-documentation-feedback#comment-619</link>
		<dc:creator>Dylan Schiemann</dc:creator>
		<pubDate>Tue, 14 Feb 2012 13:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://dojotoolkit.org/blog/?p=326#comment-619</guid>
		<description>Thanks, it&#039;s fixed.</description>
		<content:encoded><![CDATA[<p>Thanks, it&#8217;s fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 1.7 Tutorials, CometD 2.4.0, Wink Toolkit 1.4.1, and Documentation Feedback by sam</title>
		<link>http://dojotoolkit.org/blog/1-7-tutorials-cometd-2-4-0-wink-toolkit-1-4-1-and-documentation-feedback#comment-617</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Tue, 14 Feb 2012 08:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://dojotoolkit.org/blog/?p=326#comment-617</guid>
		<description>Typo.(&#039;.&#039; instead of &#039;/&#039;)?

Shouldn&#039;t the dojo tutorial link point to http://dojotoolkit.org/documentation/?</description>
		<content:encoded><![CDATA[<p>Typo.(&#8216;.&#8217; instead of &#8216;/&#8217;)?</p>
<p>Shouldn&#8217;t the dojo tutorial link point to <a href="http://dojotoolkit.org/documentation/?" rel="nofollow">http://dojotoolkit.org/documentation/?</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What’s coming in Dojo 1.8 by Erik</title>
		<link>http://dojotoolkit.org/blog/whats-coming-in-dojo-1-8#comment-616</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Mon, 13 Feb 2012 18:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://dojotoolkit.org/blog/?p=330#comment-616</guid>
		<description>Sounds awesome! I&#039;m especially a fan of dojo(x).gfx, which is why I started using Dojo in the first place.  Portable vector graphics is, to me, the coolest thing about Dojo so it&#039;ll be great for it to receive the love it deserves!</description>
		<content:encoded><![CDATA[<p>Sounds awesome! I&#8217;m especially a fan of dojo(x).gfx, which is why I started using Dojo in the first place.  Portable vector graphics is, to me, the coolest thing about Dojo so it&#8217;ll be great for it to receive the love it deserves!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dojo 1.7.1 is Released! by Raymond</title>
		<link>http://dojotoolkit.org/blog/dojo-1-7-1-is-released#comment-607</link>
		<dc:creator>Raymond</dc:creator>
		<pubDate>Tue, 31 Jan 2012 13:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://dojotoolkit.org/blog/?p=308#comment-607</guid>
		<description>another other attempt:


&gt; !DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/TR/html4/strict.dtd&quot; &lt;

&gt; html &lt;
&gt; head &lt;
  &gt; title &lt;Dashboard&lt;/title &lt;
  &gt; style type=&quot;text/css&quot; &lt;
	@import &quot;dojo-release-1.7.1-src/dijit/themes/claro/document.css&quot;;
  &gt; /style &lt;
  &gt; link id=&quot;themeStyles&quot; rel=&quot;stylesheet&quot; href=&quot;dojo-release-1.7.1-src/dijit/themes/claro/claro.css&quot;/ &lt;
  &gt; script type=&quot;text/javascript&quot; src=&quot;dojo-release-1.7.1-src/dojo/dojo.js&quot; data-dojo-config=&quot;parseOnLoad: true, isDebug: true&quot; &lt;
  &gt; /script &lt;
  &gt; script  type=&quot;text/javascript&quot; &lt;
    dojo.require(&quot;dijit.dijit&quot;); 
    dojo.require(&quot;dijit.layout.TabContainer&quot;);
    dojo.require(&quot;dijit.layout.ContentPane&quot;);
    dojo.require(&quot;dijit.TitlePane&quot;);
  &gt; /script &lt;

&gt; /head &lt;

&gt; body class=&quot;claro&quot; &lt;

  &gt; div data-dojo-type=&quot;dijit/TitlePane&quot; data-dojo-props=&#039;title:&quot;Messages&quot;&#039; &lt;
    &gt; div data-dojo-id=&quot;messages&quot;  &lt; &gt; /div &lt;
  &gt; /div &lt;

&gt; /body &lt;
&gt; /html &lt;</description>
		<content:encoded><![CDATA[<p>another other attempt:</p>
<p>&gt; !DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01//EN&#8221; &#8220;http://www.w3.org/TR/html4/strict.dtd&#8221; &lt;</p>
<p>&gt; html &lt;<br />
&gt; head &lt;<br />
  &gt; title &lt;Dashboard&lt;/title &lt;<br />
  &gt; style type=&quot;text/css&quot; &lt;<br />
	@import &quot;dojo-release-1.7.1-src/dijit/themes/claro/document.css&quot;;<br />
  &gt; /style &lt;<br />
  &gt; link id=&quot;themeStyles&quot; rel=&quot;stylesheet&quot; href=&quot;dojo-release-1.7.1-src/dijit/themes/claro/claro.css&quot;/ &lt;<br />
  &gt; script type=&quot;text/javascript&quot; src=&quot;dojo-release-1.7.1-src/dojo/dojo.js&quot; data-dojo-config=&quot;parseOnLoad: true, isDebug: true&quot; &lt;<br />
  &gt; /script &lt;<br />
  &gt; script  type=&quot;text/javascript&quot; &lt;<br />
    dojo.require(&quot;dijit.dijit&quot;);<br />
    dojo.require(&quot;dijit.layout.TabContainer&quot;);<br />
    dojo.require(&quot;dijit.layout.ContentPane&quot;);<br />
    dojo.require(&quot;dijit.TitlePane&quot;);<br />
  &gt; /script &lt;</p>
<p>&gt; /head &lt;</p>
<p>&gt; body class=&quot;claro&quot; &lt;</p>
<p>  &gt; div data-dojo-type=&quot;dijit/TitlePane&quot; data-dojo-props=&#039;title:&quot;Messages&quot;&#039; &lt;<br />
    &gt; div data-dojo-id=&quot;messages&quot;  &lt; &gt; /div &lt;<br />
  &gt; /div &lt;</p>
<p>&gt; /body &lt;<br />
&gt; /html &lt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dojo 1.7.1 is Released! by Raymond</title>
		<link>http://dojotoolkit.org/blog/dojo-1-7-1-is-released#comment-606</link>
		<dc:creator>Raymond</dc:creator>
		<pubDate>Tue, 31 Jan 2012 13:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://dojotoolkit.org/blog/?p=308#comment-606</guid>
		<description>another attempt to post a code snippet in this interface:

&lt;![CDATA[





  Dashboard
  
	@import &quot;dojo-release-1.7.1-src/dijit/themes/claro/document.css&quot;;
  
  
  
  
  
    dojo.require(&quot;dijit.dijit&quot;); 
    dojo.require(&quot;dijit.layout.TabContainer&quot;);
    dojo.require(&quot;dijit.layout.ContentPane&quot;);
    dojo.require(&quot;dijit.TitlePane&quot;);
  





  
     
  



]]&gt;</description>
		<content:encoded><![CDATA[<p>another attempt to post a code snippet in this interface:</p>
<p>&lt;![CDATA[</p>
<p>  Dashboard</p>
<p>	@import "dojo-release-1.7.1-src/dijit/themes/claro/document.css";</p>
<p>    dojo.require("dijit.dijit");<br />
    dojo.require("dijit.layout.TabContainer");<br />
    dojo.require("dijit.layout.ContentPane");<br />
    dojo.require("dijit.TitlePane");</p>
<p>]]&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dojo 1.7.1 is Released! by Raymond</title>
		<link>http://dojotoolkit.org/blog/dojo-1-7-1-is-released#comment-605</link>
		<dc:creator>Raymond</dc:creator>
		<pubDate>Tue, 31 Jan 2012 13:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://dojotoolkit.org/blog/?p=308#comment-605</guid>
		<description>here is the full snippet :

&lt;q cite=&quot;



  Dashboard
  
	@import &quot;dojo-release-1.7.1-src/dijit/themes/claro/document.css&quot;;
  
  
  
  
  
    dojo.require(&quot;dijit.dijit&quot;); 
    dojo.require(&quot;dijit.layout.TabContainer&quot;);
    dojo.require(&quot;dijit.layout.ContentPane&quot;);
    dojo.require(&quot;dijit.TitlePane&quot;);
  





  
     
  



&quot;&gt;</description>
		<content:encoded><![CDATA[<p>here is the full snippet :</p>
<p>&lt;q cite=&quot;</p>
<p>  Dashboard</p>
<p>	@import &#8220;dojo-release-1.7.1-src/dijit/themes/claro/document.css&#8221;;</p>
<p>    dojo.require(&#8220;dijit.dijit&#8221;);<br />
    dojo.require(&#8220;dijit.layout.TabContainer&#8221;);<br />
    dojo.require(&#8220;dijit.layout.ContentPane&#8221;);<br />
    dojo.require(&#8220;dijit.TitlePane&#8221;);</p>
<p>&#8220;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dojo 1.7.1 is Released! by Raymond</title>
		<link>http://dojotoolkit.org/blog/dojo-1-7-1-is-released#comment-604</link>
		<dc:creator>Raymond</dc:creator>
		<pubDate>Tue, 31 Jan 2012 13:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://dojotoolkit.org/blog/?p=308#comment-604</guid>
		<description>version 1.7.1 (src) breaks in Firebug: Could not load class &#039;dijit/TitlePane

try loading this little snippet:






  Dashboard
  
	@import &quot;dojo-release-1.7.1-src/dijit/themes/claro/document.css&quot;;
  
  
  
  
  
    dojo.require(&quot;dijit.dijit&quot;); 
    dojo.require(&quot;dijit.layout.TabContainer&quot;);
    dojo.require(&quot;dijit.layout.ContentPane&quot;);
    dojo.require(&quot;dijit.TitlePane&quot;);
  





  
     
  




and watch firefox 9.0.1. with firebug break when loading: Could not load class &#039;dijit/TitlePane
on dojo.js line 441</description>
		<content:encoded><![CDATA[<p>version 1.7.1 (src) breaks in Firebug: Could not load class &#8216;dijit/TitlePane</p>
<p>try loading this little snippet:</p>
<p>  Dashboard</p>
<p>	@import &#8220;dojo-release-1.7.1-src/dijit/themes/claro/document.css&#8221;;</p>
<p>    dojo.require(&#8220;dijit.dijit&#8221;);<br />
    dojo.require(&#8220;dijit.layout.TabContainer&#8221;);<br />
    dojo.require(&#8220;dijit.layout.ContentPane&#8221;);<br />
    dojo.require(&#8220;dijit.TitlePane&#8221;);</p>
<p>and watch firefox 9.0.1. with firebug break when loading: Could not load class &#8216;dijit/TitlePane<br />
on dojo.js line 441</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dojo 1.7 Released! by Clara</title>
		<link>http://dojotoolkit.org/blog/dojo-1-7-released#comment-600</link>
		<dc:creator>Clara</dc:creator>
		<pubDate>Mon, 23 Jan 2012 10:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://dojotoolkit.org/blog/?p=269#comment-600</guid>
		<description>Need steps to Migrate from dojo 0.9 to Dojo 1.7</description>
		<content:encoded><![CDATA[<p>Need steps to Migrate from dojo 0.9 to Dojo 1.7</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dojo 1.7.1 is Released! by Nisse</title>
		<link>http://dojotoolkit.org/blog/dojo-1-7-1-is-released#comment-597</link>
		<dc:creator>Nisse</dc:creator>
		<pubDate>Thu, 19 Jan 2012 14:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://dojotoolkit.org/blog/?p=308#comment-597</guid>
		<description>I&#039;m new to Dojo and really excited about what it can do. But I have to agree with many others. The documentation is very very poor, and lot&#039;s of examples I have copy/pasted doesn&#039;t work. Stumbeled into several 404 pages aswell browsing examples and docs. Using the http://dojotoolkit.org/api/ checking stuff like Dialog in 1.7 mode gives an emty page with only a constructor. Now I find myself looking at other frameworks. Gonna stick around though and see if things get better.</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to Dojo and really excited about what it can do. But I have to agree with many others. The documentation is very very poor, and lot&#8217;s of examples I have copy/pasted doesn&#8217;t work. Stumbeled into several 404 pages aswell browsing examples and docs. Using the <a href="http://dojotoolkit.org/api/" rel="nofollow">http://dojotoolkit.org/api/</a> checking stuff like Dialog in 1.7 mode gives an emty page with only a constructor. Now I find myself looking at other frameworks. Gonna stick around though and see if things get better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dojo 1.7.1 is Released! by Kristian Ask</title>
		<link>http://dojotoolkit.org/blog/dojo-1-7-1-is-released#comment-595</link>
		<dc:creator>Kristian Ask</dc:creator>
		<pubDate>Sun, 15 Jan 2012 21:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://dojotoolkit.org/blog/?p=308#comment-595</guid>
		<description>So... basically this month was a bad time to join the dojo... There are alot of stuff that doesn&#039;t work it seems. Containers and panes examples work but the tree stuff isn&#039;t working for me.

Also is there an &quot;application best practices&quot; around? I don&#039;t really know if to do code or declare html.

Having some trouble getting started but otherwise it looks cool and I&#039;m so happy to get out of ExtJS4 which is pretty bad...</description>
		<content:encoded><![CDATA[<p>So&#8230; basically this month was a bad time to join the dojo&#8230; There are alot of stuff that doesn&#8217;t work it seems. Containers and panes examples work but the tree stuff isn&#8217;t working for me.</p>
<p>Also is there an &#8220;application best practices&#8221; around? I don&#8217;t really know if to do code or declare html.</p>
<p>Having some trouble getting started but otherwise it looks cool and I&#8217;m so happy to get out of ExtJS4 which is pretty bad&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

