<?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 theCSSdiv</title>
	<atom:link href="http://www.thecssdiv.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thecssdiv.co.uk</link>
	<description>thinking, drinking and websites from Ross Bruniges</description>
	<lastBuildDate>Sun, 19 Feb 2012 18:09:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19948</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Retiring drumbeat.org &#8211; our plans by drp146</title>
		<link>http://www.thecssdiv.co.uk/2012/02/retiring-the-drumbeat-website/#comment-85</link>
		<dc:creator>drp146</dc:creator>
		<pubDate>Sun, 19 Feb 2012 18:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssdiv.co.uk/?p=192#comment-85</guid>
		<description>It seems then, that I found out about Drumbeat too late.</description>
		<content:encoded><![CDATA[<p>It seems then, that I found out about Drumbeat too late.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django raw ID fields &#8211; explained (basically) by Tomasz Zieli?ski</title>
		<link>http://www.thecssdiv.co.uk/2008/09/django-raw-id-fields-explained-basically/#comment-75</link>
		<dc:creator>Tomasz Zieli?ski</dc:creator>
		<pubDate>Wed, 26 Jan 2011 17:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssdiv.co.uk/?p=127#comment-75</guid>
		<description>Just one note, this:

raw_id_fields = (&#039;likes&#039;)

doesn&#039;t assign a tuple to raw_id_fields, you would need to use (&#039;likes&#039;,) /note the trailing comma/.</description>
		<content:encoded><![CDATA[<p>Just one note, this:</p>
<p>raw_id_fields = (&#8216;likes&#8217;)</p>
<p>doesn&#8217;t assign a tuple to raw_id_fields, you would need to use (&#8216;likes&#8217;,) /note the trailing comma/.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on barcamplondon5 slides &#8211; enrich the web with comments by Five Minute Argument</title>
		<link>http://www.thecssdiv.co.uk/2008/09/barcamplondon5-slides/#comment-79</link>
		<dc:creator>Five Minute Argument</dc:creator>
		<pubDate>Thu, 09 Jul 2009 18:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssdiv.co.uk/?p=132#comment-79</guid>
		<description>Hi Ross,

Of course, you can guess why I&#039;m &#039;here&#039; :-) Obviously, I can&#039;t really disagree with your motivation here: content published on the web should indeed be scrutinised and criticised, both positively and negatively. I&#039;d really like to see what you have to say about my &#039;progress bar&#039; article, something that was written as a pretty quick response to a question that arose on the css-d mailing list.

I&#039;d like to see what form your response will take. Of course, you can leave a comment against the article, or publish your thoughts right here, but I&#039;d like to see a bit more detail than &quot;tis shite&quot;, either way! ;-)

Please realise, I&#039;m being totally &#039;cooperative&#039; here; I want to take on board any comments you have, and improve the technique/article in any way that I can. It&#039;s quite tempting to bow to righteous indignation and spew forth a load of bile that will result in a pointless flame-war, but you appear to be someone who wishes to discuss things in a mature, open, and constructive way.

Look forward to hearing from you. Much love,

- fma</description>
		<content:encoded><![CDATA[<p>Hi Ross,</p>
<p>Of course, you can guess why I&#8217;m &#8216;here&#8217; <img src='http://www.thecssdiv.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Obviously, I can&#8217;t really disagree with your motivation here: content published on the web should indeed be scrutinised and criticised, both positively and negatively. I&#8217;d really like to see what you have to say about my &#8216;progress bar&#8217; article, something that was written as a pretty quick response to a question that arose on the css-d mailing list.</p>
<p>I&#8217;d like to see what form your response will take. Of course, you can leave a comment against the article, or publish your thoughts right here, but I&#8217;d like to see a bit more detail than &#8220;tis shite&#8221;, either way! <img src='http://www.thecssdiv.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Please realise, I&#8217;m being totally &#8216;cooperative&#8217; here; I want to take on board any comments you have, and improve the technique/article in any way that I can. It&#8217;s quite tempting to bow to righteous indignation and spew forth a load of bile that will result in a pointless flame-war, but you appear to be someone who wishes to discuss things in a mature, open, and constructive way.</p>
<p>Look forward to hearing from you. Much love,</p>
<p>- fma</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django raw ID fields &#8211; explained (basically) by ZK@Web Marketing Blog</title>
		<link>http://www.thecssdiv.co.uk/2008/09/django-raw-id-fields-explained-basically/#comment-74</link>
		<dc:creator>ZK@Web Marketing Blog</dc:creator>
		<pubDate>Wed, 01 Jul 2009 05:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssdiv.co.uk/?p=127#comment-74</guid>
		<description>Raw ID fields seem to be a really cool django feature that allows you to link one model into another and provide a pretty nice UI tool that allows your users (editorial) to select which model to include. Unfortunately a quick Google seems to return API docs (which for thickoâ€™s like me are fairly difficult to understand).</description>
		<content:encoded><![CDATA[<p>Raw ID fields seem to be a really cool django feature that allows you to link one model into another and provide a pretty nice UI tool that allows your users (editorial) to select which model to include. Unfortunately a quick Google seems to return API docs (which for thickoâ€™s like me are fairly difficult to understand).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ask Ross anything! by Bradley Wright</title>
		<link>http://www.thecssdiv.co.uk/2009/03/ask-ross-anything/#comment-84</link>
		<dc:creator>Bradley Wright</dc:creator>
		<pubDate>Sat, 28 Mar 2009 09:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssdiv.co.uk/?p=138#comment-84</guid>
		<description>My question: an an ex-BarCamp organizer, don&#039;t you think this goes against the spirit of it all?</description>
		<content:encoded><![CDATA[<p>My question: an an ex-BarCamp organizer, don&#8217;t you think this goes against the spirit of it all?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django raw ID fields &#8211; explained (basically) by mik</title>
		<link>http://www.thecssdiv.co.uk/2008/09/django-raw-id-fields-explained-basically/#comment-73</link>
		<dc:creator>mik</dc:creator>
		<pubDate>Wed, 25 Mar 2009 19:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssdiv.co.uk/?p=127#comment-73</guid>
		<description>is there any way to get the link generated by the raw_id option pull out a full-featured edit/select window? (now it just lets you select an object, but what if you wanted to edit it before selecting it? )</description>
		<content:encoded><![CDATA[<p>is there any way to get the link generated by the raw_id option pull out a full-featured edit/select window? (now it just lets you select an object, but what if you wanted to edit it before selecting it? )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple jQuery concat/expando plug-in by fabs</title>
		<link>http://www.thecssdiv.co.uk/2008/11/simple-jquery-expando-plug-in/#comment-83</link>
		<dc:creator>fabs</dc:creator>
		<pubDate>Fri, 20 Mar 2009 17:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssdiv.co.uk/?p=134#comment-83</guid>
		<description>yo man! just wanted to let you know you have the coolest blog header ever. really! I was laughing my head off when I saw it.

cheers</description>
		<content:encoded><![CDATA[<p>yo man! just wanted to let you know you have the coolest blog header ever. really! I was laughing my head off when I saw it.</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on barcamplondon5 slides &#8211; enrich the web with comments by Google Is Killing Its Golden Goose &#124; The Other Blokes Blog</title>
		<link>http://www.thecssdiv.co.uk/2008/09/barcamplondon5-slides/#comment-78</link>
		<dc:creator>Google Is Killing Its Golden Goose &#124; The Other Blokes Blog</dc:creator>
		<pubDate>Sat, 07 Mar 2009 07:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssdiv.co.uk/?p=132#comment-78</guid>
		<description>[...] Enrich the web with comments - Ross Bruniges [...] </description>
		<content:encoded><![CDATA[<p>[...] Enrich the web with comments &#8211; Ross Bruniges [...] </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django raw ID fields &#8211; explained (basically) by Life Design SEO</title>
		<link>http://www.thecssdiv.co.uk/2008/09/django-raw-id-fields-explained-basically/#comment-72</link>
		<dc:creator>Life Design SEO</dc:creator>
		<pubDate>Mon, 12 Jan 2009 17:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssdiv.co.uk/?p=127#comment-72</guid>
		<description>Hi Ross,

Got here searching for solutions to dynamically calling Django&#039;s ID for a custom feec type. Can&#039;t see anything here to help with that but it&#039;s a handy post anyway!</description>
		<content:encoded><![CDATA[<p>Hi Ross,</p>
<p>Got here searching for solutions to dynamically calling Django&#8217;s ID for a custom feec type. Can&#8217;t see anything here to help with that but it&#8217;s a handy post anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on barcamplondon5 slides &#8211; enrich the web with comments by Highlights of the head web conference &#171; Webmariner&#8217;s Cabin</title>
		<link>http://www.thecssdiv.co.uk/2008/09/barcamplondon5-slides/#comment-77</link>
		<dc:creator>Highlights of the head web conference &#171; Webmariner&#8217;s Cabin</dc:creator>
		<pubDate>Tue, 28 Oct 2008 01:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssdiv.co.uk/?p=132#comment-77</guid>
		<description>[...] best to produce reusable script components. Hundreds of JavaScript tutorials online, but quality varies so much. Search engines favour older content which is often outdated. Not helped by massive range of people [...] </description>
		<content:encoded><![CDATA[<p>[...] best to produce reusable script components. Hundreds of JavaScript tutorials online, but quality varies so much. Search engines favour older content which is often outdated. Not helped by massive range of people [...] </p>
]]></content:encoded>
	</item>
</channel>
</rss>

