<?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; i18n</title>
	<atom:link href="http://dojocampus.org/content/tag/i18n/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>Making a translatable login form</title>
		<link>http://dojocampus.org/content/2008/04/23/making-a-translatable-login-form/</link>
		<comments>http://dojocampus.org/content/2008/04/23/making-a-translatable-login-form/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 20:05:34 +0000</pubDate>
		<dc:creator>psychcf</dc:creator>
				<category><![CDATA[Dojo Cookies]]></category>
		<category><![CDATA[Dijit]]></category>
		<category><![CDATA[Dojo]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[translation]]></category>
		<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://dojocampus.org/content/?p=102</guid>
		<description><![CDATA[Today I&#8217;m going to show you how to use dojo&#8217;s built in translation system. For this example, I&#8217;m going to make a simple login form widget, that we can translate into both english and spanish (and other languages, if we choose). This form will also validate what the user puts into the form, and inject [...]]]></description>
		<wfw:commentRss>http://dojocampus.org/content/2008/04/23/making-a-translatable-login-form/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

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