<?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 John McCollum</title>
	<atom:link href="http://johnmc.co/llum/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnmc.co/llum</link>
	<description>Muddling through since 1980</description>
	<lastBuildDate>Sat, 24 Sep 2011 22:50:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Disable CSRF protection for Django 1.2 by Adam Hammouda</title>
		<link>http://johnmc.co/llum/disable-csrf-protection-for-django-1-2/comment-page-1/#comment-33789</link>
		<dc:creator>Adam Hammouda</dc:creator>
		<pubDate>Sat, 24 Sep 2011 22:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://johnmccollum.co.uk/?p=198#comment-33789</guid>
		<description>Where do you put this in your django file architecture.  Im doing the tutorial with the latest version of django, and I&#039;m running into a csrf failure.

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Where do you put this in your django file architecture.  Im doing the tutorial with the latest version of django, and I&#8217;m running into a csrf failure.</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Joomla! music component released by duck_prince</title>
		<link>http://johnmc.co/llum/joomla-music-component-released/comment-page-1/#comment-33670</link>
		<dc:creator>duck_prince</dc:creator>
		<pubDate>Thu, 15 Sep 2011 15:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://johnmccollum.co.uk/?p=67#comment-33670</guid>
		<description>seem so late to get it.
can&#039;t see link download in that page.
:(</description>
		<content:encoded><![CDATA[<p>seem so late to get it.<br />
can&#8217;t see link download in that page.<br />
 <img src='http://johnmc.co/llum/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nominations open in the Packt Open Source Awards 2010 by Dipendra</title>
		<link>http://johnmc.co/llum/nominations-open-in-the-packt-open-source-awards-2010/comment-page-1/#comment-33552</link>
		<dc:creator>Dipendra</dc:creator>
		<pubDate>Mon, 05 Sep 2011 15:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://johnmc.co/llum/?p=230#comment-33552</guid>
		<description>Who has won this one?</description>
		<content:encoded><![CDATA[<p>Who has won this one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable CSRF protection for Django 1.2 by Eddy</title>
		<link>http://johnmc.co/llum/disable-csrf-protection-for-django-1-2/comment-page-1/#comment-32137</link>
		<dc:creator>Eddy</dc:creator>
		<pubDate>Mon, 30 May 2011 05:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://johnmccollum.co.uk/?p=198#comment-32137</guid>
		<description>Thank you! I was just testing the authentication locally and just couln&#039;t avoid the 403. You saved my homework thanks a bunch</description>
		<content:encoded><![CDATA[<p>Thank you! I was just testing the authentication locally and just couln&#8217;t avoid the 403. You saved my homework thanks a bunch</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to build search into your site with JQuery and Yahoo! by vibe web design</title>
		<link>http://johnmc.co/llum/how-to-build-search-into-your-site-with-jquery-and-yahoo/comment-page-1/#comment-30376</link>
		<dc:creator>vibe web design</dc:creator>
		<pubDate>Fri, 11 Feb 2011 06:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://johnmccollum.co.uk/?p=36#comment-30376</guid>
		<description>This is a very nice looking project. Nice work</description>
		<content:encoded><![CDATA[<p>This is a very nice looking project. Nice work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable CSRF protection for Django 1.2 by Sigi</title>
		<link>http://johnmc.co/llum/disable-csrf-protection-for-django-1-2/comment-page-1/#comment-30150</link>
		<dc:creator>Sigi</dc:creator>
		<pubDate>Tue, 25 Jan 2011 08:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://johnmccollum.co.uk/?p=198#comment-30150</guid>
		<description>Hi john,

I also need to disable the CSRF protection of my django system. It is sitting behind a Proxy, which is the only source where requests will come from. I want to enable the mysite/admin login page to work behind this proxy.

It seems to me that your patch should do the trick. Or did I get something wrong?
I created a disable.py in my django system and added disable.disableCSRF to my MIDDLEWARE_CLASSES.

I tried it at the top most position and on the bottom. Both had no effect. I commented out the CsrfViewMiddleware. With all this attempt I always get a CSRF error when i try to log on via the proxy ad mysite/proxy

Thanks for your help in advance</description>
		<content:encoded><![CDATA[<p>Hi john,</p>
<p>I also need to disable the CSRF protection of my django system. It is sitting behind a Proxy, which is the only source where requests will come from. I want to enable the mysite/admin login page to work behind this proxy.</p>
<p>It seems to me that your patch should do the trick. Or did I get something wrong?<br />
I created a disable.py in my django system and added disable.disableCSRF to my MIDDLEWARE_CLASSES.</p>
<p>I tried it at the top most position and on the bottom. Both had no effect. I commented out the CsrfViewMiddleware. With all this attempt I always get a CSRF error when i try to log on via the proxy ad mysite/proxy</p>
<p>Thanks for your help in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using JSON to access the Twitter search API by Idea: Twitter Search - Random User Profile Image &#124; danejeffrey.com</title>
		<link>http://johnmc.co/llum/using-json-to-access-the-twitter-search-api/comment-page-1/#comment-29979</link>
		<dc:creator>Idea: Twitter Search - Random User Profile Image &#124; danejeffrey.com</dc:creator>
		<pubDate>Wed, 12 Jan 2011 00:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://johnmccollum.co.uk/?p=81#comment-29979</guid>
		<description>[...] Twitter Search API, jQuery and some CSS (also ref: http://johnmc.co/llum/using-json-to-access-the-twitter-search-api/ for use of $.getJSON).    [...]</description>
		<content:encoded><![CDATA[<p>[...] Twitter Search API, jQuery and some CSS (also ref: <a href="http://johnmc.co/llum/using-json-to-access-the-twitter-search-api/ for use" rel="nofollow">http://johnmc.co/llum/using-json-to-access-the-twitter-search-api/ for use</a> of $.getJSON).    [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Joomla! banner component by João</title>
		<link>http://johnmc.co/llum/new-joomla-banner-component/comment-page-2/#comment-29883</link>
		<dc:creator>João</dc:creator>
		<pubDate>Fri, 07 Jan 2011 12:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://johnmccollum.co.uk/?p=17#comment-29883</guid>
		<description>Hey man, thanks for sharing. This is what I need but i tried to create a new ad and appeared this error:

Fatal error: Call to undefined method TableAdvertising::getErrorMsg() in [my_path_to_components]/com_advertising/models/advertising.php on line 87

Seems like the getErrorMsgs() method doesn&#039;t exists, or may be a class error. Any tips how i solve this?

Thanks again, code on!</description>
		<content:encoded><![CDATA[<p>Hey man, thanks for sharing. This is what I need but i tried to create a new ad and appeared this error:</p>
<p>Fatal error: Call to undefined method TableAdvertising::getErrorMsg() in [my_path_to_components]/com_advertising/models/advertising.php on line 87</p>
<p>Seems like the getErrorMsgs() method doesn&#8217;t exists, or may be a class error. Any tips how i solve this?</p>
<p>Thanks again, code on!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable CSRF protection for Django 1.2 by Brice</title>
		<link>http://johnmc.co/llum/disable-csrf-protection-for-django-1-2/comment-page-1/#comment-29665</link>
		<dc:creator>Brice</dc:creator>
		<pubDate>Wed, 15 Dec 2010 20:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://johnmccollum.co.uk/?p=198#comment-29665</guid>
		<description>Great !!</description>
		<content:encoded><![CDATA[<p>Great !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stumbleupon, Youtube, Firefox and link prefetching by Jumboeggbob</title>
		<link>http://johnmc.co/llum/stumbleupon-youtube-firefox-and-link-prefetching/comment-page-1/#comment-29244</link>
		<dc:creator>Jumboeggbob</dc:creator>
		<pubDate>Fri, 22 Oct 2010 07:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://johnmccollum.co.uk/?p=13#comment-29244</guid>
		<description>All the above people must have high speed broadband with tons of excess bandwidth. With my measley 512 kbs connection, Turning OFF Prefetching in firefox dramatically increased my browsing speed. That&#039;s because now it only downloads the site I select, and not other stuff in the background thatI might select later.</description>
		<content:encoded><![CDATA[<p>All the above people must have high speed broadband with tons of excess bandwidth. With my measley 512 kbs connection, Turning OFF Prefetching in firefox dramatically increased my browsing speed. That&#8217;s because now it only downloads the site I select, and not other stuff in the background thatI might select later.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

