<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF xmlns="http://purl.org/rss/1.0/"
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:content="http://purl.org/rss/1.0/modules/content/">

<channel rdf:about="http://base-art.net/Articles/62/">
<description>&lt;p&gt;I've just watched &lt;a class="reference" href="http://www.turbogears.org/docs/TurboTunes/index.html"&gt;TurboTunes&lt;/a&gt; screencast ... &lt;a class="reference" href="http://checkandshare.com/catwalk/"&gt;CatWalk&lt;/a&gt; seems to be a good piece of code which puts &lt;a class="reference" href="http://sqlobject.org"&gt;SQLObject&lt;/a&gt; in all its userfriendly point-an-click glory ! It made me think about Django's CRUD admin sites in some aspects, though Django seems a bit simpler in that particular field, in terms of ergonomy..&lt;/p&gt;
&lt;p&gt;But one thing hitched my tiny little hair up while watching the screencast, i was quite surprised to see Kevin code so much javascript, particularly some code (like &lt;cite&gt;retrieveGenres()&lt;/cite&gt; or &lt;cite&gt;retrieveAlbumsForArtist&lt;/cite&gt;) which to me would be much more readable in Python in a real .py file. Ok this is a buzzy Ajax app sitting in a single template, but if it's the kind of apps we'll develop in the so called Web2.0, please spare me. Though i need to play with it anyway ;)&lt;/p&gt;
</description>
<link>http://base-art.net/Articles/62/</link>
<title>Comments on article "Giving this cat a little walk"</title>



<items>
<rdf:seq>

<rdf:li rdf:resource="http://base-art.net/Comments/178/"/>

</rdf:seq>
</items>


</channel>


<item rdf:about="http://base-art.net/Comments/178/">
<dc:date>2005-11-12T21:11:03.000005+02:00</dc:date>
<title>Kevin Dangoor on Giving this cat a little walk</title>
<link>http://base-art.net/Comments/178/</link>
<author>Kevin Dangoor</author>
<description>
Actually, I can't claim the credit for writing that. Ronald Jaramillo wrote the tutorial. I just did the narration.&lt;br /&gt;
&lt;br /&gt;
If you want to dynamically update things on your pages, you basically have to use JavaScript. Luckily, MochiKit makes working with JavaScript a little more Pythonic (without breaking what JavaScript is all about). I didn't think the JavaScript in that tutorial seemed particularly hairy at all, though. Maybe I'm just acclimating :)
</description>
</item>


</rdf:RDF>