<?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 All the Good Titles Were Taken - Chris Scott</title>
	<atom:link href="http://iamzed.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://iamzed.com</link>
	<description>Chris Scott's Blog</description>
	<lastBuildDate>Fri, 15 Jan 2010 04:09:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Customizing Django&#039;s Admin Templates and Media When Using the Built-In Development Web Server by Scot Hacker</title>
		<link>http://iamzed.com/2008/12/11/customizing-django-admin-templates-and-media/comment-page-1/#comment-20774</link>
		<dc:creator>Scot Hacker</dc:creator>
		<pubDate>Fri, 15 Jan 2010 04:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://iamzed.com/?p=1266#comment-20774</guid>
		<description>This is brilliant, thanks so much. The one thing I didn&#039;t like in this solution was that you&#039;re hard-coding a full path in urls.py, which doesn&#039;t work across dev and production environments. To fix this I put this in local_settings.py:

LOCAL_GRAPPELLI_MEDIA = &#039;/path/to/grappelli/media&#039;

and then in urls.py:

{&#039;document_root&#039;: settings.LOCAL_GRAPPELLI_MEDIA}</description>
		<content:encoded><![CDATA[<p>This is brilliant, thanks so much. The one thing I didn't like in this solution was that you're hard-coding a full path in urls.py, which doesn't work across dev and production environments. To fix this I put this in local_settings.py:</p>
<p>LOCAL_GRAPPELLI_MEDIA = '/path/to/grappelli/media'</p>
<p>and then in urls.py:</p>
<p>{'document_root': settings.LOCAL_GRAPPELLI_MEDIA}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#039;m Speaking at WordCamp Atlanta! by Voce&#8217;s Chris Scott at WordCamp Atlanta &#124; Voce Communications</title>
		<link>http://iamzed.com/2009/12/16/im-speaking-at-wordcamp-atlanta/comment-page-1/#comment-20561</link>
		<dc:creator>Voce&#8217;s Chris Scott at WordCamp Atlanta &#124; Voce Communications</dc:creator>
		<pubDate>Wed, 06 Jan 2010 17:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://iamzed.com/?p=1324#comment-20561</guid>
		<description>[...] and commentary on that coming shortly) than Voce&#8217;s Chris Scott announces he&#8217;ll be speaking at WordCamp Atlanta: I&#8217;ll cover some common examples seen in plugins, themes, and tutorials that are either the [...]</description>
		<content:encoded><![CDATA[<p>[...] and commentary on that coming shortly) than Voce's Chris Scott announces he'll be speaking at WordCamp Atlanta: I'll cover some common examples seen in plugins, themes, and tutorials that are either the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using jQuery to Show/Hide Form Elements Based on a Checkbox Selection by william</title>
		<link>http://iamzed.com/2006/12/14/using-jquery-to-show-hide-form-elements-based-on-a-checkbox-selection/comment-page-1/#comment-19519</link>
		<dc:creator>william</dc:creator>
		<pubDate>Sun, 29 Nov 2009 01:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamzed.com/2006/12/14/using-jquery-to-hide-form-elements-based-on-a-checkbox-selection/#comment-19519</guid>
		<description>THX alot!! 

I tried many websites solutions, but yours just seem to work the first time.. thx</description>
		<content:encoded><![CDATA[<p>THX alot!! </p>
<p>I tried many websites solutions, but yours just seem to work the first time.. thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using jQuery to Skip the TinyMCE Editor Toolbar When Using the Tab Key by Chris Scott</title>
		<link>http://iamzed.com/2007/06/20/using-jquery-to-skip-the-tinymce-editor-toolbar-when-using-the-tab-key/comment-page-1/#comment-19148</link>
		<dc:creator>Chris Scott</dc:creator>
		<pubDate>Sat, 14 Nov 2009 02:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.iamzed.com/2007/06/20/using-jquery-to-skip-the-tinymce-editor-toolbar-when-using-the-tab-key/#comment-19148</guid>
		<description>@Brian: thanks, I&#039;ll check it out.

@Matthew: based on the docs it looks like that only works once you are already in the editor but I haven&#039;t had a chance to test.</description>
		<content:encoded><![CDATA[<p>@Brian: thanks, I'll check it out.</p>
<p>@Matthew: based on the docs it looks like that only works once you are already in the editor but I haven't had a chance to test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Primer on virtualenv by Greg</title>
		<link>http://iamzed.com/2009/05/07/a-primer-on-virtualenv/comment-page-1/#comment-19139</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Fri, 13 Nov 2009 13:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://iamzed.com/?p=1293#comment-19139</guid>
		<description>Awesome! Call me late to the game, but this is great! It really makes it so much easier to verify my code works across multiple pythons.</description>
		<content:encoded><![CDATA[<p>Awesome! Call me late to the game, but this is great! It really makes it so much easier to verify my code works across multiple pythons.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
