<?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 Re-Cycled Air</title>
	<atom:link href="http://www.re-cycledair.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.re-cycledair.com</link>
	<description>Jack Slingerland&#039;s Programming Adventures</description>
	<lastBuildDate>Sun, 12 Feb 2012 01:03:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Fixing DreamHost&#8217;s Django Deployment Script by Chris</title>
		<link>http://www.re-cycledair.com/fixing-dreamhosts-django-deployment-script/comment-page-1#comment-31081</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 12 Feb 2012 01:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.re-cycledair.com/?p=1181#comment-31081</guid>
		<description>Thanks so much. I had the same issue as Jeremy, I had to add the .py back onto the filename.</description>
		<content:encoded><![CDATA[<p>Thanks so much. I had the same issue as Jeremy, I had to add the .py back onto the filename.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Dark Arts: Semaphores by PHP Dark Arts: GUI Programming with GTK &#124; kamranbhutto</title>
		<link>http://www.re-cycledair.com/php-dark-arts-semaphores/comment-page-1#comment-31013</link>
		<dc:creator>PHP Dark Arts: GUI Programming with GTK &#124; kamranbhutto</dc:creator>
		<pubDate>Sat, 11 Feb 2012 05:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.re-cycledair.com/?p=795#comment-31013</guid>
		<description>[...] PHP Dark Arts: Semaphores [...]</description>
		<content:encoded><![CDATA[<p>[...] PHP Dark Arts: Semaphores [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Dark Arts: GUI Programming with GTK by PHP Dark Arts: GUI Programming with GTK &#124; kamranbhutto</title>
		<link>http://www.re-cycledair.com/php-dark-arts-gui-programming-with-gtk/comment-page-1#comment-31012</link>
		<dc:creator>PHP Dark Arts: GUI Programming with GTK &#124; kamranbhutto</dc:creator>
		<pubDate>Sat, 11 Feb 2012 05:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.re-cycledair.com/?p=830#comment-31012</guid>
		<description>[...]    Posted on October 10, 2010 [...]</description>
		<content:encoded><![CDATA[<p>[...]    Posted on October 10, 2010 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing DreamHost&#8217;s Django Deployment Script by Joshua</title>
		<link>http://www.re-cycledair.com/fixing-dreamhosts-django-deployment-script/comment-page-1#comment-29725</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Sat, 28 Jan 2012 23:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.re-cycledair.com/?p=1181#comment-29725</guid>
		<description>Thanks.   Funny thing is that for me the problem was the exact opposite.  The script didn&#039;t have the .sh but the command did.</description>
		<content:encoded><![CDATA[<p>Thanks.   Funny thing is that for me the problem was the exact opposite.  The script didn&#8217;t have the .sh but the command did.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing DreamHost&#8217;s Django Deployment Script by Jeremy Sher</title>
		<link>http://www.re-cycledair.com/fixing-dreamhosts-django-deployment-script/comment-page-1#comment-29653</link>
		<dc:creator>Jeremy Sher</dc:creator>
		<pubDate>Fri, 27 Jan 2012 17:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.re-cycledair.com/?p=1181#comment-29653</guid>
		<description>Thanks for pointing me in the right direction here, but oddly it looks like I had the exact opposite problem. The install script now does not include extensions on line 126, but apparently the system now requires them. Adding .py back on made the script set things up just fine for me.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing me in the right direction here, but oddly it looks like I had the exact opposite problem. The install script now does not include extensions on line 126, but apparently the system now requires them. Adding .py back on made the script set things up just fine for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing DreamHost&#8217;s Django Deployment Script by Jason Crist</title>
		<link>http://www.re-cycledair.com/fixing-dreamhosts-django-deployment-script/comment-page-1#comment-27849</link>
		<dc:creator>Jason Crist</dc:creator>
		<pubDate>Fri, 06 Jan 2012 15:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.re-cycledair.com/?p=1181#comment-27849</guid>
		<description>Boom!  That fixed what ailed me!  Thanks for helping out struggling django n00bs.</description>
		<content:encoded><![CDATA[<p>Boom!  That fixed what ailed me!  Thanks for helping out struggling django n00bs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3 Custom Post Type Meta Box Tutorial by Jason</title>
		<link>http://www.re-cycledair.com/wordpress-3-custom-post-type-meta-box-tutorial/comment-page-1#comment-27006</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 29 Dec 2011 21:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.re-cycledair.com/?p=370#comment-27006</guid>
		<description>How can i &quot;fetch the data anytime&quot;, looks like the code for that is missing.
Sorry, im new to this.

Really great tut! Really helped me get into this whole thing with metaboxes! =)</description>
		<content:encoded><![CDATA[<p>How can i &#8220;fetch the data anytime&#8221;, looks like the code for that is missing.<br />
Sorry, im new to this.</p>
<p>Really great tut! Really helped me get into this whole thing with metaboxes! =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating jQuery Plugins by Link-urile&#8230; anului 2011 &#171; Staicu Ionuţ-Bogdan</title>
		<link>http://www.re-cycledair.com/creating-jquery-plugins/comment-page-1#comment-26733</link>
		<dc:creator>Link-urile&#8230; anului 2011 &#171; Staicu Ionuţ-Bogdan</dc:creator>
		<pubDate>Tue, 27 Dec 2011 08:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.re-cycledair.com/?p=1222#comment-26733</guid>
		<description>[...] http://www.re-cycledair.com/creating-jquery-plugins [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.re-cycledair.com/creating-jquery-plugins" rel="nofollow">http://www.re-cycledair.com/creating-jquery-plugins</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3 Custom Post Type Tutorial by smsman</title>
		<link>http://www.re-cycledair.com/wordpress-3-custom-post-type-tutorial/comment-page-1#comment-26524</link>
		<dc:creator>smsman</dc:creator>
		<pubDate>Sat, 24 Dec 2011 12:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.re-cycledair.com/?p=355#comment-26524</guid>
		<description>I use this test site :  
http://goo.gl/2YXtd</description>
		<content:encoded><![CDATA[<p>I use this test site :<br />
<a href="http://goo.gl/2YXtd" rel="nofollow">http://goo.gl/2YXtd</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML 5 Canvas: Saving to a File with PHP by Thomas Bibb</title>
		<link>http://www.re-cycledair.com/html-5-canvas-saving-to-a-file-with-php/comment-page-1#comment-23842</link>
		<dc:creator>Thomas Bibb</dc:creator>
		<pubDate>Thu, 01 Dec 2011 22:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.re-cycledair.com/?p=1146#comment-23842</guid>
		<description>I came across your blog by chance in google, love the stuff on threading.  Some nice topics here.</description>
		<content:encoded><![CDATA[<p>I came across your blog by chance in google, love the stuff on threading.  Some nice topics here.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/20 queries in 1.011 seconds using disk: basic
Object Caching 364/374 objects using disk: basic

Served from: www.re-cycledair.com @ 2012-02-23 06:00:43 -->
