<?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 for HeadSpin Blog</title>
	<atom:link href="http://blog.headspin.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.headspin.com</link>
	<description>You know what the truth is? The truth is something my neighbor believes. If I want to make friends with him I ask him what he believes. He tells me and I say “Yeah, Yeah ain’t it the Truth?”</description>
	<lastBuildDate>Thu, 14 Mar 2013 09:07:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-alpha-23400</generator>
	<item>
		<title>Comment on Django CRUD and Angular.js by Visa Kopu</title>
		<link>http://blog.headspin.com/?p=581&#038;cpage=1#comment-47576</link>
		<dc:creator>Visa Kopu</dc:creator>
		<pubDate>Thu, 14 Mar 2013 09:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.headspin.com/?p=581#comment-47576</guid>
		<description><![CDATA[You don&#039;t need to use {% verbatim %}. You can also easily (haven&#039;t tested it, though) change the syntax Angular.js uses: http://stackoverflow.com/a/11108407/587337]]></description>
		<content:encoded><![CDATA[<p>You don&#8217;t need to use {% verbatim %}. You can also easily (haven&#8217;t tested it, though) change the syntax Angular.js uses: <a href="http://stackoverflow.com/a/11108407/587337" rel="nofollow">http://stackoverflow.com/a/11108407/587337</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Django Class based CRUD views by Django CRUD and Angular.js &#124; HeadSpin Blog</title>
		<link>http://blog.headspin.com/?p=541&#038;cpage=1#comment-46141</link>
		<dc:creator>Django CRUD and Angular.js &#124; HeadSpin Blog</dc:creator>
		<pubDate>Sat, 16 Feb 2013 21:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.headspin.com/?p=541#comment-46141</guid>
		<description><![CDATA[[...] the post on Simple Django Class based CRUD views the focus was on setting up simple views with ModelForms to build all the CRUD views for a Model. I [...]]]></description>
		<content:encoded><![CDATA[<p>[...] the post on Simple Django Class based CRUD views the focus was on setting up simple views with ModelForms to build all the CRUD views for a Model. I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing the Child Class In Django Multi-Table Inheritance by Aldash</title>
		<link>http://blog.headspin.com/?p=474&#038;cpage=1#comment-38421</link>
		<dc:creator>Aldash</dc:creator>
		<pubDate>Thu, 22 Nov 2012 21:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.headspin.com/?p=474#comment-38421</guid>
		<description><![CDATA[Man, you&#039;ve saved me! I was looking for a solution for several days and couldn&#039;t find any. Thank you, your method worked perfectly!]]></description>
		<content:encoded><![CDATA[<p>Man, you&#8217;ve saved me! I was looking for a solution for several days and couldn&#8217;t find any. Thank you, your method worked perfectly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Django Class based CRUD views by icycandle</title>
		<link>http://blog.headspin.com/?p=541&#038;cpage=1#comment-36882</link>
		<dc:creator>icycandle</dc:creator>
		<pubDate>Wed, 14 Nov 2012 10:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.headspin.com/?p=541#comment-36882</guid>
		<description><![CDATA[This article is great for me, thanks!]]></description>
		<content:encoded><![CDATA[<p>This article is great for me, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Django Class based CRUD views by Rohit</title>
		<link>http://blog.headspin.com/?p=541&#038;cpage=1#comment-35859</link>
		<dc:creator>Rohit</dc:creator>
		<pubDate>Sat, 03 Nov 2012 06:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.headspin.com/?p=541#comment-35859</guid>
		<description><![CDATA[excellent post. very helpful. thanks]]></description>
		<content:encoded><![CDATA[<p>excellent post. very helpful. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Django Class based CRUD views by Conrado Buhrer</title>
		<link>http://blog.headspin.com/?p=541&#038;cpage=1#comment-33785</link>
		<dc:creator>Conrado Buhrer</dc:creator>
		<pubDate>Tue, 09 Oct 2012 16:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.headspin.com/?p=541#comment-33785</guid>
		<description><![CDATA[Thanks, so handy to have a decent example of modern generic form handling.]]></description>
		<content:encoded><![CDATA[<p>Thanks, so handy to have a decent example of modern generic form handling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flattening the Backbone.js Learning Curve by Greg</title>
		<link>http://blog.headspin.com/?p=532&#038;cpage=1#comment-25952</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 06 Jun 2012 17:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.headspin.com/?p=532#comment-25952</guid>
		<description><![CDATA[i found this post after realizing that backbone was &#039;not as advertised&#039;... glad it&#039;s not just me.
did you find an associative logic for the collection-&gt;model(s)-&gt;view(s)?
still has my head spinning... 
also, i prefer inline templating like string replace (perl/python-esque). have you found any implementations of backbone &#039;without&#039; underscore? (please say yes) :-D
Thank you,]]></description>
		<content:encoded><![CDATA[<p>i found this post after realizing that backbone was &#8216;not as advertised&#8217;&#8230; glad it&#8217;s not just me.<br />
did you find an associative logic for the collection-&gt;model(s)-&gt;view(s)?<br />
still has my head spinning&#8230;<br />
also, i prefer inline templating like string replace (perl/python-esque). have you found any implementations of backbone &#8216;without&#8217; underscore? (please say yes) <img src='http://blog.headspin.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /><br />
Thank you,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flattening the Backbone.js Learning Curve by Matt</title>
		<link>http://blog.headspin.com/?p=532&#038;cpage=1#comment-22974</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 27 Feb 2012 15:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.headspin.com/?p=532#comment-22974</guid>
		<description><![CDATA[Hey Brice,

This is the perfect &#039;ramp up&#039; to the other backbone materials available,  could you elaborate on how collections / models are fetched?  More specifically:

What form do these requests take?
What is backbone expecting to be returned? 
How would you handle a partial retrieval (for something like pagination)?
I&#039;m not clear how you would save a model, could you provide a bit more context here :)

There just seems to be a black-hole around this subject in general for backbone.js, maybe it deserves its own tutorial/post!

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hey Brice,</p>
<p>This is the perfect &#8216;ramp up&#8217; to the other backbone materials available,  could you elaborate on how collections / models are fetched?  More specifically:</p>
<p>What form do these requests take?<br />
What is backbone expecting to be returned?<br />
How would you handle a partial retrieval (for something like pagination)?<br />
I&#8217;m not clear how you would save a model, could you provide a bit more context here <img src='http://blog.headspin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>There just seems to be a black-hole around this subject in general for backbone.js, maybe it deserves its own tutorial/post!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Advice for Tech Handicapped Computer Users by Steven Downey</title>
		<link>http://blog.headspin.com/?p=525&#038;cpage=1#comment-22741</link>
		<dc:creator>Steven Downey</dc:creator>
		<pubDate>Sun, 19 Feb 2012 16:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.headspin.com/?p=525#comment-22741</guid>
		<description><![CDATA[Very helpful, I think I can say that I follow nearly all of them! WSJ had a review of CrashPlan on 15 February but backblaze may be even better. Not sure I told you, but went to USA last November so picked up an Air... just loving it (when Valerie is not using it!). Our first Mac died an untimely death.]]></description>
		<content:encoded><![CDATA[<p>Very helpful, I think I can say that I follow nearly all of them! WSJ had a review of CrashPlan on 15 February but backblaze may be even better. Not sure I told you, but went to USA last November so picked up an Air&#8230; just loving it (when Valerie is not using it!). Our first Mac died an untimely death.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning Spanish by jonathan</title>
		<link>http://blog.headspin.com/?p=511&#038;cpage=1#comment-21386</link>
		<dc:creator>jonathan</dc:creator>
		<pubDate>Wed, 11 Jan 2012 15:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.headspin.com/?p=511#comment-21386</guid>
		<description><![CDATA[that&#039;s interesting.  Jon Conroy has travelled a lot in latin america over the last few years for work.  For about a year he had regular tutoring locally (paid for by work), with the tutor working on conversational spanish, but with chemical engineering and agricultural vocabulary.  

At one point, I had a half-way decent spanish vocabulary, but I&#039;d lost it.  Jokingly, we started speaking to each other on the phone in spanish most of the time and have continued doing it.  I think it has been good for him to exercise those muscles even in the occasional multi-month gaps between trips to latin america.]]></description>
		<content:encoded><![CDATA[<p>that&#8217;s interesting.  Jon Conroy has travelled a lot in latin america over the last few years for work.  For about a year he had regular tutoring locally (paid for by work), with the tutor working on conversational spanish, but with chemical engineering and agricultural vocabulary.  </p>
<p>At one point, I had a half-way decent spanish vocabulary, but I&#8217;d lost it.  Jokingly, we started speaking to each other on the phone in spanish most of the time and have continued doing it.  I think it has been good for him to exercise those muscles even in the occasional multi-month gaps between trips to latin america.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
