<?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: Learning Django by Example(2): Show me your data</title>
	<atom:link href="http://kunxi.org/archives/2007/09/learning-django-by-example2-show-me-your-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://kunxi.org/archives/2007/09/learning-django-by-example2-show-me-your-data/</link>
	<description>Yet another code monkey blog.</description>
	<lastBuildDate>Thu, 17 Sep 2009 17:07:06 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Getting Started With&#8230; &#124; Resource Pile</title>
		<link>http://kunxi.org/archives/2007/09/learning-django-by-example2-show-me-your-data/comment-page-1/#comment-47212</link>
		<dc:creator>Getting Started With&#8230; &#124; Resource Pile</dc:creator>
		<pubDate>Wed, 16 Jul 2008 21:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunxi.org/archives/2007/09/learning-django-by-example2-show-me-your-data/#comment-47212</guid>
		<description>[...] Web Monkey&#8217;s Getting Started with Django Kunxi.org&#8217;s Learning Django by Example(Part 1, 2, 3, 4, 5, 6, 7, [...]</description>
		<content:encoded><![CDATA[<p>[...] Web Monkey&#8217;s Getting Started with Django Kunxi.org&#8217;s Learning Django by Example(Part 1, 2, 3, 4, 5, 6, 7, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Refactor the Life &#187; Blog Archive &#187; PyAWS 0.3.0 released</title>
		<link>http://kunxi.org/archives/2007/09/learning-django-by-example2-show-me-your-data/comment-page-1/#comment-42780</link>
		<dc:creator>Refactor the Life &#187; Blog Archive &#187; PyAWS 0.3.0 released</dc:creator>
		<pubDate>Wed, 07 May 2008 06:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunxi.org/archives/2007/09/learning-django-by-example2-show-me-your-data/#comment-42780</guid>
		<description>[...] almost abandoned this project as I found the XSLT approach is more appealing: ideal for AJAX application and easy to integrate via simplejson in the server [...]</description>
		<content:encoded><![CDATA[<p>[...] almost abandoned this project as I found the XSLT approach is more appealing: ideal for AJAX application and easy to integrate via simplejson in the server [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomcask</title>
		<link>http://kunxi.org/archives/2007/09/learning-django-by-example2-show-me-your-data/comment-page-1/#comment-39316</link>
		<dc:creator>tomcask</dc:creator>
		<pubDate>Mon, 11 Feb 2008 20:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunxi.org/archives/2007/09/learning-django-by-example2-show-me-your-data/#comment-39316</guid>
		<description>New Translation!! ;)

http://tomascasquero.com/javascript/pami-aprendiendo-django-con-ejemplos2-muestrame-informacion/</description>
		<content:encoded><![CDATA[<p>New Translation!! ;)</p>
<p><a href="http://tomascasquero.com/javascript/pami-aprendiendo-django-con-ejemplos2-muestrame-informacion/" >http://tomascasquero.com/javascript/pami-aprendiendo-django-con-ejemplos2-muestrame-informacion/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Tiedt</title>
		<link>http://kunxi.org/archives/2007/09/learning-django-by-example2-show-me-your-data/comment-page-1/#comment-26142</link>
		<dc:creator>Karl Tiedt</dc:creator>
		<pubDate>Wed, 10 Oct 2007 14:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunxi.org/archives/2007/09/learning-django-by-example2-show-me-your-data/#comment-26142</guid>
		<description>Just leaving my footprint in the sand. Found your latest blog on this and reading the entire series.

Just wanted to piggy back on Alex&#039;s comment from part 1 about forEach and recommend a change.

&lt;code&gt;
dojo.query(“#book_form input[@class=incoming]”).forEach(function(item) {
	if (item.value != “”) {
            	formdata.push(cache[i]);
	}
	i++;
});
&lt;/code&gt;

Slightly simpler code :)

Keep up the great articles!
-Karl</description>
		<content:encoded><![CDATA[<p>Just leaving my footprint in the sand. Found your latest blog on this and reading the entire series.</p>
<p>Just wanted to piggy back on Alex&#8217;s comment from part 1 about forEach and recommend a change.</p>
<div class="codesnip-container" >dojo.query(“#book_form input[@class=incoming]”).forEach(function(item) {<br />
	if (item.value != “”) {<br />
            	formdata.push(cache[i]);<br />
	}<br />
	i++;<br />
});</div>
<p>Slightly simpler code :)</p>
<p>Keep up the great articles!<br />
-Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learning Django by Example(3): Just works by Refactor the Life</title>
		<link>http://kunxi.org/archives/2007/09/learning-django-by-example2-show-me-your-data/comment-page-1/#comment-22959</link>
		<dc:creator>Learning Django by Example(3): Just works by Refactor the Life</dc:creator>
		<pubDate>Sat, 08 Sep 2007 22:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunxi.org/archives/2007/09/learning-django-by-example2-show-me-your-data/#comment-22959</guid>
		<description>[...]         Learning Django by Example(3): Just works Posted on September 7th, 2007 in Web    In the last post, we succeeded to post the Javascript objects via JSON string to the server side, the data is to be [...]</description>
		<content:encoded><![CDATA[<p>[...]         Learning Django by Example(3): Just works Posted on September 7th, 2007 in Web    In the last post, we succeeded to post the Javascript objects via JSON string to the server side, the data is to be [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learning Django by Example(1): Start the Engine by Refactor the Life</title>
		<link>http://kunxi.org/archives/2007/09/learning-django-by-example2-show-me-your-data/comment-page-1/#comment-22649</link>
		<dc:creator>Learning Django by Example(1): Start the Engine by Refactor the Life</dc:creator>
		<pubDate>Wed, 05 Sep 2007 14:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunxi.org/archives/2007/09/learning-django-by-example2-show-me-your-data/#comment-22649</guid>
		<description>[...] NOTE: All the parameters are case-sensitive, especially CallBack for callbackParamName. Check r10. Oops, I forgot add it to the repository, so please check r11 for the updated version, further explanation is in section 2. [...]</description>
		<content:encoded><![CDATA[<p>[...] NOTE: All the parameters are case-sensitive, especially CallBack for callbackParamName. Check r10. Oops, I forgot add it to the repository, so please check r11 for the updated version, further explanation is in section 2. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
