<?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.data</title>
	<atom:link href="http://dojocampus.org/content/tag/dojodata/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>Data-Driven Templating in One Line</title>
		<link>http://dojocampus.org/content/2008/11/07/data-driven-templating-in-one-line/</link>
		<comments>http://dojocampus.org/content/2008/11/07/data-driven-templating-in-one-line/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 23:08:39 +0000</pubDate>
		<dc:creator>sfoster</dc:creator>
				<category><![CDATA[Dojo Cookies]]></category>
		<category><![CDATA[dojo.data]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[templating]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=179</guid>
		<description><![CDATA[A quick snippet for this happy morning. Actually I&#8217;m going to format it so its a couple of lines&#8230;

var html = &#34;&#60;li&#62;&#60;a href='{profileUrl}'&#62;&#60;img src='{photoUrl}'/&#62; {name}&#60;/a&#62;&#60;/li&#62;&#34;.replace&#40; /\{([^\}]+)\}/g, function&#40;matches, name&#41; &#123;
  return store.getValue&#40;item, name&#41;; 
&#125;&#41;;


What&#8217;s it do? And what does it do that dojo.string.substitute doesn&#8217;t? String.replace (a javascript feature, not a dojo thing) accepts a function [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2008/11/07/data-driven-templating-in-one-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extending a widget to make it data-aware</title>
		<link>http://dojocampus.org/content/2008/03/31/extending-a-widget-to-make-it-data-aware/</link>
		<comments>http://dojocampus.org/content/2008/03/31/extending-a-widget-to-make-it-data-aware/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 11:00:04 +0000</pubDate>
		<dc:creator>toonetown</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[dojo.data]]></category>
		<category><![CDATA[dojox.form]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=92</guid>
		<description><![CDATA[
In the cookie about dojo.data, I extolled the virtues of data-driven widgets, and how much I loved them.  However, there are times when the widget you want to use is not data-aware.  This tutorial will step you through how to quickly and easily add data capability to a widget.



To get started, let&#8217;s take [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2008/03/31/extending-a-widget-to-make-it-data-aware/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Demystifying dojo.data</title>
		<link>http://dojocampus.org/content/2008/03/25/demystifying-dojodata/</link>
		<comments>http://dojocampus.org/content/2008/03/25/demystifying-dojodata/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 18:15:08 +0000</pubDate>
		<dc:creator>toonetown</dc:creator>
				<category><![CDATA[Dojo Cookies]]></category>
		<category><![CDATA[dojo.data]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=86</guid>
		<description><![CDATA[I have a love/hate relationship with dojo.data.
I absolutely love the way that it simplifies my life.  While it&#8217;s not quite as &#8220;magic&#8221; as dojo.hitch(), things &#8220;just work&#8221; when I use it.  Many of the dijit widgets support being tied to data stores.  The drop-in replaceability of the stores is another great benefit. [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2008/03/25/demystifying-dojodata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

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