<?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 MadSoft</title>
	<atom:link href="http://www.madsoft.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.madsoft.org</link>
	<description></description>
	<lastBuildDate>Wed, 25 Jan 2012 01:03:55 +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 Integrating Uploadify with Django by Alec Hussey</title>
		<link>https://www.madsoft.org/2011/07/29/integrating-uploadify-with-django/comment-page-1/#comment-234</link>
		<dc:creator>Alec Hussey</dc:creator>
		<pubDate>Wed, 25 Jan 2012 01:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.madsoft.org/?p=194#comment-234</guid>
		<description>@Paul Maloney: base.html is referring to my base template. You can either replace or remove that from the example and it doesn&#039;t change what the code does in this case.

@Sachin: What version of django are you running? I can&#039;t recall when CSRF protection was added but it may have been after the release of 1.0. Here&#039;s a direct link to the Django documentation for the decorator used in this tutorial (django.views.decorators.csrf.crsf_exempt):

https://docs.djangoproject.com/en/dev/ref/contrib/csrf/#django.views.decorators.csrf.csrf_exempt</description>
		<content:encoded><![CDATA[<p>@Paul Maloney: base.html is referring to my base template. You can either replace or remove that from the example and it doesn&#8217;t change what the code does in this case.</p>
<p>@Sachin: What version of django are you running? I can&#8217;t recall when CSRF protection was added but it may have been after the release of 1.0. Here&#8217;s a direct link to the Django documentation for the decorator used in this tutorial (django.views.decorators.csrf.crsf_exempt):</p>
<p><a href="https://docs.djangoproject.com/en/dev/ref/contrib/csrf/#django.views.decorators.csrf.csrf_exempt" rel="nofollow">https://docs.djangoproject.com/en/dev/ref/contrib/csrf/#django.views.decorators.csrf.csrf_exempt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Uploadify with Django by Sachin</title>
		<link>https://www.madsoft.org/2011/07/29/integrating-uploadify-with-django/comment-page-1/#comment-233</link>
		<dc:creator>Sachin</dc:creator>
		<pubDate>Thu, 12 Jan 2012 14:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.madsoft.org/?p=194#comment-233</guid>
		<description>Hey Alec, a very useful post indeed, but I am having some probably using Uploadify win my project. The problem is of the csrf protection. It seems @csrf_exempt is not working and hence I am getting a 403 (forbidden) error code. Can you help me in understanding what could be the possible reason.

I have made another file upload form with the normal way, and it is working absolutely fine.</description>
		<content:encoded><![CDATA[<p>Hey Alec, a very useful post indeed, but I am having some probably using Uploadify win my project. The problem is of the csrf protection. It seems @csrf_exempt is not working and hence I am getting a 403 (forbidden) error code. Can you help me in understanding what could be the possible reason.</p>
<p>I have made another file upload form with the normal way, and it is working absolutely fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Uploadify with Django by Paul Maloney</title>
		<link>https://www.madsoft.org/2011/07/29/integrating-uploadify-with-django/comment-page-1/#comment-232</link>
		<dc:creator>Paul Maloney</dc:creator>
		<pubDate>Mon, 09 Jan 2012 08:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.madsoft.org/?p=194#comment-232</guid>
		<description>What is base.html referencing in the template code: {% extends &quot;base.html&quot; %}? I&#039;m getting a &quot;Caught TemplateDoesNotExist while rendering: base.html.&quot; Where is base.html supposed to be located? What is it supposed to contain? 

Thanks for the help.</description>
		<content:encoded><![CDATA[<p>What is base.html referencing in the template code: {% extends &#8220;base.html&#8221; %}? I&#8217;m getting a &#8220;Caught TemplateDoesNotExist while rendering: base.html.&#8221; Where is base.html supposed to be located? What is it supposed to contain? </p>
<p>Thanks for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Uploadify with Django by Alec Hussey</title>
		<link>https://www.madsoft.org/2011/07/29/integrating-uploadify-with-django/comment-page-1/#comment-230</link>
		<dc:creator>Alec Hussey</dc:creator>
		<pubDate>Fri, 07 Oct 2011 17:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.madsoft.org/?p=194#comment-230</guid>
		<description>@Oluwaseun haha, no problem! The whole purpose of this blog is to share with others, the solutions to problems I ran into and had to figure out on my own. Glad it helped!</description>
		<content:encoded><![CDATA[<p>@Oluwaseun haha, no problem! The whole purpose of this blog is to share with others, the solutions to problems I ran into and had to figure out on my own. Glad it helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Uploadify with Django by Oluwaseun</title>
		<link>https://www.madsoft.org/2011/07/29/integrating-uploadify-with-django/comment-page-1/#comment-229</link>
		<dc:creator>Oluwaseun</dc:creator>
		<pubDate>Wed, 28 Sep 2011 16:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.madsoft.org/?p=194#comment-229</guid>
		<description>Thanks buddy. You need to have seen how many tutorials I have read. Yours jusy saved the day and just maybe, I had to also change my jquery to 1.6.4 from 1.5.1. I have gone back and forth on this matter. 
You just saved the day. Keep it up buddy.</description>
		<content:encoded><![CDATA[<p>Thanks buddy. You need to have seen how many tutorials I have read. Yours jusy saved the day and just maybe, I had to also change my jquery to 1.6.4 from 1.5.1. I have gone back and forth on this matter.<br />
You just saved the day. Keep it up buddy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring the PlayStation 3 Controller on Linux by Alec Hussey</title>
		<link>https://www.madsoft.org/2008/12/16/configuring-the-playstation-3-controller-on-linux/comment-page-1/#comment-198</link>
		<dc:creator>Alec Hussey</dc:creator>
		<pubDate>Thu, 28 Jul 2011 19:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.madsoft.org/?p=65#comment-198</guid>
		<description>@grumpy do you have something more constructive to say?</description>
		<content:encoded><![CDATA[<p>@grumpy do you have something more constructive to say?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the Rcon protocol with Python by Alec Hussey</title>
		<link>https://www.madsoft.org/2009/11/26/using-the-rcon-protocol-with-python/comment-page-1/#comment-195</link>
		<dc:creator>Alec Hussey</dc:creator>
		<pubDate>Thu, 28 Jul 2011 07:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.madsoft.org/?p=82#comment-195</guid>
		<description>@Anderson Singh  you are very welcome, and I had very much the same experience when I wanted to know how to do the same thing and then some, hence the reason I wrote this article.</description>
		<content:encoded><![CDATA[<p>@Anderson Singh  you are very welcome, and I had very much the same experience when I wanted to know how to do the same thing and then some, hence the reason I wrote this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the Rcon protocol with Python by Anderson Singh</title>
		<link>https://www.madsoft.org/2009/11/26/using-the-rcon-protocol-with-python/comment-page-1/#comment-192</link>
		<dc:creator>Anderson Singh</dc:creator>
		<pubDate>Wed, 27 Jul 2011 17:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.madsoft.org/?p=82#comment-192</guid>
		<description>thanks alot bro this helped alot, i went to the valve dev website, and they had a clutter of code, all i wanted was the info on how to give the server my rcon pass! thanks =)</description>
		<content:encoded><![CDATA[<p>thanks alot bro this helped alot, i went to the valve dev website, and they had a clutter of code, all i wanted was the info on how to give the server my rcon pass! thanks =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Banshee 1.8 Status Update Script for Pidgin by MadSoft &#187; Small Banshee 1.0 Status Plugin for Pidgin</title>
		<link>https://www.madsoft.org/2011/04/08/banshee-1-8-status-update-script-for-pidgin/comment-page-1/#comment-93</link>
		<dc:creator>MadSoft &#187; Small Banshee 1.0 Status Plugin for Pidgin</dc:creator>
		<pubDate>Mon, 09 May 2011 10:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.madsoft.org/?p=138#comment-93</guid>
		<description>[...] Banshee 1.8 Status Update Script for Pidgin Filed [...]</description>
		<content:encoded><![CDATA[<p>[...] Banshee 1.8 Status Update Script for Pidgin Filed [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Small Banshee 1.0 Status Plugin for Pidgin by Alec Hussey</title>
		<link>https://www.madsoft.org/2008/06/23/small-bashee-10-status-plugin-for-pidgin/comment-page-1/#comment-92</link>
		<dc:creator>Alec Hussey</dc:creator>
		<pubDate>Mon, 09 May 2011 09:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.madsoft.org/?p=31#comment-92</guid>
		<description>@Ricardo Armas: I already updated the script, check the home page or the pingback located above your response.</description>
		<content:encoded><![CDATA[<p>@Ricardo Armas: I already updated the script, check the home page or the pingback located above your response.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

