<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Quizzy Drop</title>
	<atom:link href="http://qzdrproject.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://qzdrproject.wordpress.com</link>
	<description>QZ's DrProject development blog</description>
	<lastBuildDate>Thu, 12 Nov 2009 19:39:38 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on About by codeadict</title>
		<link>http://qzdrproject.wordpress.com/about/#comment-83</link>
		<dc:creator>codeadict</dc:creator>
		<pubDate>Thu, 12 Nov 2009 19:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://qzdrproject.wordpress.com/?page_id=115#comment-83</guid>
		<description>Hello i like to know if drproject can be traslated into diferent languages such spanish with gettext</description>
		<content:encoded><![CDATA[<p>Hello i like to know if drproject can be traslated into diferent languages such spanish with gettext</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy examples of redundancy by qztxon</title>
		<link>http://qzdrproject.wordpress.com/2008/07/29/easy-examples-of-redundancy/#comment-67</link>
		<dc:creator>qztxon</dc:creator>
		<pubDate>Wed, 30 Jul 2008 01:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://qzdrproject.wordpress.com/?p=71#comment-67</guid>
		<description>You&#039;re such a stalker of my blog, Wolever. Especially when it comes to Python. =P</description>
		<content:encoded><![CDATA[<p>You&#8217;re such a stalker of my blog, Wolever. Especially when it comes to Python. =P</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy examples of redundancy by David Wolever</title>
		<link>http://qzdrproject.wordpress.com/2008/07/29/easy-examples-of-redundancy/#comment-66</link>
		<dc:creator>David Wolever</dc:creator>
		<pubDate>Tue, 29 Jul 2008 20:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://qzdrproject.wordpress.com/?p=71#comment-66</guid>
		<description>Better yet, for the first example, &lt;code&gt;x = bool(&lt;i&gt;condition&lt;/i&gt;)&lt;/code&gt; -- condition can be whatever you want now :) 

Another one that I like to simplify is something like:

&lt;code&gt;if &lt;i&gt;condition&lt;/i&gt;:
&#160;&#160;...
&#160;&#160;foo = bar
else:
&#160;&#160;foo = None&lt;/code&gt;

down to:

&lt;code&gt;foo = None
if &lt;i&gt;condition&lt;/i&gt;:
&#160;&#160;...
&#160;&#160;foo = bar&lt;/code&gt;

Less code, and I find it easier to read.

(now, let&#039;s just hope all the markup works here... Hurra for not having a &quot;preview&quot; button!)</description>
		<content:encoded><![CDATA[<p>Better yet, for the first example, <code>x = bool(<i>condition</i>)</code> &#8212; condition can be whatever you want now :) </p>
<p>Another one that I like to simplify is something like:</p>
<p><code>if <i>condition</i>:<br />
&nbsp;&nbsp;...<br />
&nbsp;&nbsp;foo = bar<br />
else:<br />
&nbsp;&nbsp;foo = None</code></p>
<p>down to:</p>
<p><code>foo = None<br />
if <i>condition</i>:<br />
&nbsp;&nbsp;...<br />
&nbsp;&nbsp;foo = bar</code></p>
<p>Less code, and I find it easier to read.</p>
<p>(now, let&#8217;s just hope all the markup works here&#8230; Hurra for not having a &#8220;preview&#8221; button!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The revised create users and create projects doublet by qztxon</title>
		<link>http://qzdrproject.wordpress.com/2008/07/28/the-revised-create-users-and-create-projects-doublet/#comment-65</link>
		<dc:creator>qztxon</dc:creator>
		<pubDate>Tue, 29 Jul 2008 16:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://qzdrproject.wordpress.com/?p=62#comment-65</guid>
		<description>@Liz:
Oopsies. Obviously I&#039;ve been self-plagiarizing. The superfluous message has been removed by [5630].

@Jeff:
I hope the increased spacing from [5631] makes things a little better.</description>
		<content:encoded><![CDATA[<p>@Liz:<br />
Oopsies. Obviously I&#8217;ve been self-plagiarizing. The superfluous message has been removed by [5630].</p>
<p>@Jeff:<br />
I hope the increased spacing from [5631] makes things a little better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The revised create users and create projects doublet by Jeff Balogh</title>
		<link>http://qzdrproject.wordpress.com/2008/07/28/the-revised-create-users-and-create-projects-doublet/#comment-64</link>
		<dc:creator>Jeff Balogh</dc:creator>
		<pubDate>Mon, 28 Jul 2008 17:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://qzdrproject.wordpress.com/?p=62#comment-64</guid>
		<description>It took some thinking to see that each page has two distinct forms.  Could you add some visual separation to help my little brain?</description>
		<content:encoded><![CDATA[<p>It took some thinking to see that each page has two distinct forms.  Could you add some visual separation to help my little brain?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The revised create users and create projects doublet by Liz</title>
		<link>http://qzdrproject.wordpress.com/2008/07/28/the-revised-create-users-and-create-projects-doublet/#comment-63</link>
		<dc:creator>Liz</dc:creator>
		<pubDate>Mon, 28 Jul 2008 16:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://qzdrproject.wordpress.com/?p=62#comment-63</guid>
		<description>Nice job with the projects page, it&#039;s come along quickly!  Don&#039;t forget to remove the blurb about the All project on the create projects page.  Also, can we move that blurb up to the top of the Project Memberships section on the create users page?</description>
		<content:encoded><![CDATA[<p>Nice job with the projects page, it&#8217;s come along quickly!  Don&#8217;t forget to remove the blurb about the All project on the create projects page.  Also, can we move that blurb up to the top of the Project Memberships section on the create users page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The revised create users and create projects doublet by The Third Bit &#187; Blog Archive &#187; Home Stretch for Students</title>
		<link>http://qzdrproject.wordpress.com/2008/07/28/the-revised-create-users-and-create-projects-doublet/#comment-62</link>
		<dc:creator>The Third Bit &#187; Blog Archive &#187; Home Stretch for Students</dc:creator>
		<pubDate>Mon, 28 Jul 2008 16:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://qzdrproject.wordpress.com/?p=62#comment-62</guid>
		<description>[...] Zhu is producing useful error reports and new screens for creating users and projects. [...]</description>
		<content:encoded><![CDATA[<p>[...] Zhu is producing useful error reports and new screens for creating users and projects. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Multiple Users: Error handling by The Third Bit &#187; Blog Archive &#187; Home Stretch for Students</title>
		<link>http://qzdrproject.wordpress.com/2008/07/23/create-multiple-users-error-handling/#comment-61</link>
		<dc:creator>The Third Bit &#187; Blog Archive &#187; Home Stretch for Students</dc:creator>
		<pubDate>Mon, 28 Jul 2008 13:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://qzdrproject.wordpress.com/?p=56#comment-61</guid>
		<description>[...] Qiyu Zhu is producing useful error reports. [...]</description>
		<content:encoded><![CDATA[<p>[...] Qiyu Zhu is producing useful error reports. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Multiple Users: Error handling by qztxon</title>
		<link>http://qzdrproject.wordpress.com/2008/07/23/create-multiple-users-error-handling/#comment-60</link>
		<dc:creator>qztxon</dc:creator>
		<pubDate>Thu, 24 Jul 2008 19:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://qzdrproject.wordpress.com/?p=56#comment-60</guid>
		<description>The user name at the top right was hacked using Firebug. The main content width was hacked from 80% to a full 100% using Firebug as well.</description>
		<content:encoded><![CDATA[<p>The user name at the top right was hacked using Firebug. The main content width was hacked from 80% to a full 100% using Firebug as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Multiple Users: Error handling by Liz</title>
		<link>http://qzdrproject.wordpress.com/2008/07/23/create-multiple-users-error-handling/#comment-59</link>
		<dc:creator>Liz</dc:creator>
		<pubDate>Thu, 24 Jul 2008 15:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://qzdrproject.wordpress.com/?p=56#comment-59</guid>
		<description>I like the username :-)

Maybe you should be more explicit about whether the one line that was formatted correctly processed or not.  &quot;Your request could not be processed due to the following errors:&quot; if it doesn&#039;t process, for example.  Or does it process?  I&#039;d have to check.</description>
		<content:encoded><![CDATA[<p>I like the username :-)</p>
<p>Maybe you should be more explicit about whether the one line that was formatted correctly processed or not.  &#8220;Your request could not be processed due to the following errors:&#8221; if it doesn&#8217;t process, for example.  Or does it process?  I&#8217;d have to check.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
