<?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: Dojo Tips: Cookies, and a nice Curry</title>
	<atom:link href="http://ajaxian.com/archives/dojo-tips-cookies-and-a-nice-curry/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/dojo-tips-cookies-and-a-nice-curry</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Julian</title>
		<link>http://ajaxian.com/archives/dojo-tips-cookies-and-a-nice-curry/comment-page-1#comment-256787</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Tue, 09 Oct 2007 16:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dojo-tips-cookies-and-a-nice-curry#comment-256787</guid>
		<description>Well, you should use the Dojo package loading mechanism,
&lt;code&gt;dojo.require(&quot;dojo.io.cookie&quot;)&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>Well, you should use the Dojo package loading mechanism,<br />
<code>dojo.require("dojo.io.cookie")</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top Ten Investment Blog</title>
		<link>http://ajaxian.com/archives/dojo-tips-cookies-and-a-nice-curry/comment-page-1#comment-253961</link>
		<dc:creator>Top Ten Investment Blog</dc:creator>
		<pubDate>Thu, 16 Aug 2007 12:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dojo-tips-cookies-and-a-nice-curry#comment-253961</guid>
		<description>I have tried your cookie code, but I got this error:
&lt;code&gt;dojo.io.cookie has no properties&lt;/code&gt;

Fortunately, I found a solution.  Added this line and it works.
&lt;code&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;/scripts/dojo/src/io/cookies.js&quot;&gt;&lt;/script&gt; &lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I have tried your cookie code, but I got this error:<br />
<code>dojo.io.cookie has no properties</code></p>
<p>Fortunately, I found a solution.  Added this line and it works.<br />
<code>&lt;script type="text/javascript" src="/scripts/dojo/src/io/cookies.js"&gt;&lt;/script&gt; </code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://ajaxian.com/archives/dojo-tips-cookies-and-a-nice-curry/comment-page-1#comment-88838</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Mon, 11 Sep 2006 12:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dojo-tips-cookies-and-a-nice-curry#comment-88838</guid>
		<description>Test your code before you publish it...&lt;code&gt;
var foo2 = dojo.lang.curry(null, &quot;foo&quot;, &quot;bar value&quot;, &quot;baz value&quot;);
&lt;/code&gt;will run the function &quot;foo&quot; rather than return a reference.</description>
		<content:encoded><![CDATA[<p>Test your code before you publish it&#8230;<code><br />
var foo2 = dojo.lang.curry(null, "foo", "bar value", "baz value");<br />
</code>will run the function &#8220;foo&#8221; rather than return a reference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Pelletier</title>
		<link>http://ajaxian.com/archives/dojo-tips-cookies-and-a-nice-curry/comment-page-1#comment-2438</link>
		<dc:creator>Ken Pelletier</dc:creator>
		<pubDate>Fri, 13 Jan 2006 14:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dojo-tips-cookies-and-a-nice-curry#comment-2438</guid>
		<description>I have to say I&#039;m continually impressed with the richness of Dojo!

Dojo includes loads of well-chosen bits of sweetness from other programming environments that add up to a very impressive kit.

Function currying (also in ML, Groovy, ...) is one of those simple/powerful concepts that takes you a long way for a small fare.

The pub/sub model for event notifications is another Dojo winner, as well as the stuff borrowed from AOP (around advice, after advice, etc).

AOP in Javascript... who&#039;da thunk it?</description>
		<content:encoded><![CDATA[<p>I have to say I&#8217;m continually impressed with the richness of Dojo!</p>
<p>Dojo includes loads of well-chosen bits of sweetness from other programming environments that add up to a very impressive kit.</p>
<p>Function currying (also in ML, Groovy, &#8230;) is one of those simple/powerful concepts that takes you a long way for a small fare.</p>
<p>The pub/sub model for event notifications is another Dojo winner, as well as the stuff borrowed from AOP (around advice, after advice, etc).</p>
<p>AOP in Javascript&#8230; who&#8217;da thunk it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

