<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>DojoCampus &#187; Dojo Cookies</title>
	<atom:link href="http://dojocampus.org/content/category/dojo-cookies/feed/" rel="self" type="application/rss+xml" />
	<link>http://dojocampus.org/content</link>
	<description>The definitive resource for all things Dojo: past, present, future.</description>
	<lastBuildDate>Mon, 19 Apr 2010 19:52:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9;DojoCampusFolks </copyright>
		<managingEditor>nonken@dojotoolkit.org (DojoCampusFolks)</managingEditor>
		<webMaster>nonken@dojotoolkit.org(DojoCampusFolks)</webMaster>
		<category></category>
		<ttl>1440</ttl>
		<itunes:keywords>Dojo Toolkit, Dojo, Ajax, JavaScript, Web 2.0</itunes:keywords>
		<itunes:subtitle>Everything Dojo from the people making Dojo</itunes:subtitle>
		<itunes:summary>Dojo Toolkit Developers share their insights on anything JavaScript, Dojo, or Ajax.  </itunes:summary>
		<itunes:author>DojoCampusFolks</itunes:author>
		<itunes:category text="Technology">
  <itunes:category text="Tech News"/>
</itunes:category>
<itunes:category text="Technology">
  <itunes:category text="Software How-To"/>
</itunes:category>
<itunes:category text="Technology">
  <itunes:category text="Podcasting"/>
</itunes:category>
		<itunes:owner>
			<itunes:name>DojoCampusFolks</itunes:name>
			<itunes:email>nonken@dojotoolkit.org</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://dojocampus.org/images/podcast/logo300.png" />
		<image>
			<url>http://dojocampus.org/images/podcast/logo144.png</url>
			<title>DojoCampus</title>
			<link>http://dojocampus.org/content</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Skip the mark-up: dojo.body, create and place</title>
		<link>http://dojocampus.org/content/2010/04/08/skip-the-mark-up-dojo-body-create-and-place/</link>
		<comments>http://dojocampus.org/content/2010/04/08/skip-the-mark-up-dojo-body-create-and-place/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 12:36:43 +0000</pubDate>
		<dc:creator>gtducati</dc:creator>
				<category><![CDATA[Dojo Cookies]]></category>
		<category><![CDATA[dojo.body]]></category>
		<category><![CDATA[dojo.create]]></category>
		<category><![CDATA[dojo.place]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=308</guid>
		<description><![CDATA[For those that have wondered, &#8220;How can I create a design that requires no HTML mark-up within the body?&#8221; The answer lies with 3 essential functions  in the Dojo core: 

dojo.body()
dojo.create()
dojo.place()

For fun, let&#8217;s programmatically create a drag-and-drop (DnD) list on the page:

dojo.require&#40;&#34;dojo.dnd.Source&#34;&#41;;
dojo.addOnLoad&#40;function&#40;&#41;&#123;
&#160;
             [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2010/04/08/skip-the-mark-up-dojo-body-create-and-place/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Selecting the first data store item in a Filtering Select</title>
		<link>http://dojocampus.org/content/2010/04/03/selecting-the-first-data-store-item-in-a-filtering-select/</link>
		<comments>http://dojocampus.org/content/2010/04/03/selecting-the-first-data-store-item-in-a-filtering-select/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 12:33:50 +0000</pubDate>
		<dc:creator>trutwijd</dc:creator>
				<category><![CDATA[Dojo Cookies]]></category>
		<category><![CDATA[dojo.cookie]]></category>
		<category><![CDATA[select]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=261</guid>
		<description><![CDATA[I had one of my coworkers present me with a problem today that seemed easy but ended up being a little more work than expected.

Anyone who&#8217;s programmed JS and select dropdowns should know how to programatically select an item by its position:

dojo.byId&#40;'foo'&#41;.options&#91;0&#93;.selected = true; // select first item
// for loop to set all the rest [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2010/04/03/selecting-the-first-data-store-item-in-a-filtering-select/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rate Limiting with JavaScript</title>
		<link>http://dojocampus.org/content/2009/09/28/rate-limiting-with-javascript/</link>
		<comments>http://dojocampus.org/content/2009/09/28/rate-limiting-with-javascript/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 16:36:35 +0000</pubDate>
		<dc:creator>dante</dc:creator>
				<category><![CDATA[Dojo Cookies]]></category>
		<category><![CDATA[dojo.connect]]></category>
		<category><![CDATA[dojo.publish]]></category>
		<category><![CDATA[setTimeout]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=241</guid>
		<description><![CDATA[Sometimes you need to be alerted when some event or action happens, but the event or action could happen multiple times in quick succession. A perfect example of this is window.onscroll. The window.onscroll event fires entirely too much. Not only that, it fires inconsistently across browsers. This has been talked about before. Here, I offer [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2009/09/28/rate-limiting-with-javascript/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>how to timestamp your build</title>
		<link>http://dojocampus.org/content/2009/09/26/how-to-timestamp-your-build/</link>
		<comments>http://dojocampus.org/content/2009/09/26/how-to-timestamp-your-build/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 02:01:32 +0000</pubDate>
		<dc:creator>neonstalwart</dc:creator>
				<category><![CDATA[Dojo Cookies]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=238</guid>
		<description><![CDATA[this cookie is going to show you how to dynamically timestamp your build using the version property of your profile.  thanks to rhino, your profile is &#8216;live&#8217; javascript so simply update the version like this:

version: &#34;1.3.2.&#34; + &#40;+&#40;new Date&#40;&#41;&#41;&#41;

this will stamp your version with the Date when your build is run.  make sure [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2009/09/26/how-to-timestamp-your-build/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Profiling with dojox.analytics</title>
		<link>http://dojocampus.org/content/2009/09/03/profiling-with-dojoxanalytics/</link>
		<comments>http://dojocampus.org/content/2009/09/03/profiling-with-dojoxanalytics/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 14:07:00 +0000</pubDate>
		<dc:creator>sfoster</dc:creator>
				<category><![CDATA[Dojo Cookies]]></category>
		<category><![CDATA[dojox]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=216</guid>
		<description><![CDATA[You can complement your existing profiling tools (e.g as supplied by Firebug, IE8 Developer Tools) by using dojox.analytics to gather just the data you are interested in, and log it at the server.

The analytics package is extremely extensible, but for this simple task we can use it right out of the box. Here&#8217;s the goal [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2009/09/03/profiling-with-dojoxanalytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the dragged node as the avatar</title>
		<link>http://dojocampus.org/content/2009/07/06/using-the-dragged-node-as-the-avatar/</link>
		<comments>http://dojocampus.org/content/2009/07/06/using-the-dragged-node-as-the-avatar/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 18:15:14 +0000</pubDate>
		<dc:creator>Yoav Rubin</dc:creator>
				<category><![CDATA[Dojo Cookies]]></category>
		<category><![CDATA[DnD]]></category>
		<category><![CDATA[dojo.dnd]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=213</guid>
		<description><![CDATA[When doing drag and drop, the avatar is the element that is displayed on the screen that represents the dragged element. Usually it is either a duplicate of the dragged element or something that mimics it (in cases the dragged element is a heavy dom element such as a well populated table). While this happens, [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2009/07/06/using-the-dragged-node-as-the-avatar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[Update] Appropriately styling the drag handles</title>
		<link>http://dojocampus.org/content/2009/06/23/appropriately-styling-the-drag-handles/</link>
		<comments>http://dojocampus.org/content/2009/06/23/appropriately-styling-the-drag-handles/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 17:12:54 +0000</pubDate>
		<dc:creator>Yoav Rubin</dc:creator>
				<category><![CDATA[Dojo Cookies]]></category>
		<category><![CDATA[DnD]]></category>
		<category><![CDATA[dojo.dnd]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=212</guid>
		<description><![CDATA[Following this cookie, the feature that is described here was added to Dojo and will be available on the next release (probably Dojo 1.4)
When using drag handles, there is a need to notify the user where the handle is. It is custom that an element that can be dragged notifies it by changing the cursor [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2009/06/23/appropriately-styling-the-drag-handles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Update] Modifying the dragability of nodes along a widget&#039;s dom tree</title>
		<link>http://dojocampus.org/content/2009/06/09/modifying-the-dragability-of-nodes-along-a-widgets-dom-tree/</link>
		<comments>http://dojocampus.org/content/2009/06/09/modifying-the-dragability-of-nodes-along-a-widgets-dom-tree/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 19:29:42 +0000</pubDate>
		<dc:creator>Yoav Rubin</dc:creator>
				<category><![CDATA[Dojo Cookies]]></category>
		<category><![CDATA[DnD]]></category>
		<category><![CDATA[dojo.dnd]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=211</guid>
		<description><![CDATA[Following this cookie, the feature that is described here was added to Dojo and will be available on the next release (probably Dojo 1.4)
Dragging and dropping seems like a simple user task &#8211; you go with the cursor to an element that supports this behavior, press the mouse, move it and release the mouse button [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2009/06/09/modifying-the-dragability-of-nodes-along-a-widgets-dom-tree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Dojo Back Button and Bookmarks</title>
		<link>http://dojocampus.org/content/2009/05/17/using-dojo-back-button-and-bookmarks/</link>
		<comments>http://dojocampus.org/content/2009/05/17/using-dojo-back-button-and-bookmarks/#comments</comments>
		<pubDate>Sun, 17 May 2009 15:26:42 +0000</pubDate>
		<dc:creator>ckeene</dc:creator>
				<category><![CDATA[Dojo Cookies]]></category>
		<category><![CDATA[Dojo in action]]></category>
		<category><![CDATA[Great websites]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[dojo changeurl]]></category>
		<category><![CDATA[dojo.back]]></category>
		<category><![CDATA[wavemaker]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=208</guid>
		<description><![CDATA[Ajax applications are sometimes a bit like super models &#8211; visually impressive but not always well behaved.In particular, Ajax applications have a spotty record with respect to supporting basic web concepts like the browser back button and the ability to bookmark a particular place in the application and return to it later.
Fortunately, Dojo has a [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2009/05/17/using-dojo-back-button-and-bookmarks/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A simple DOH test fixture</title>
		<link>http://dojocampus.org/content/2009/05/07/a-simple-doh-test-fixture/</link>
		<comments>http://dojocampus.org/content/2009/05/07/a-simple-doh-test-fixture/#comments</comments>
		<pubDate>Thu, 07 May 2009 00:32:53 +0000</pubDate>
		<dc:creator>sfoster</dc:creator>
				<category><![CDATA[Dojo Cookies]]></category>
		<category><![CDATA[doh]]></category>
		<category><![CDATA[test fixture]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=207</guid>
		<description><![CDATA[To make unit test writing a useful and painless exercise, you need efficiency and repeatability. In this cookie I&#8217;ll introduce a simple test fixture class for use with Dojo&#8217;s unit test harness (DOH) that will mean less typing for you, and get you thinking about how to structure and write useful unit tests for your [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2009/05/07/a-simple-doh-test-fixture/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.160 seconds -->
