<?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 Furry Brains</title>
	<atom:link href="http://furrybrains.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://furrybrains.com</link>
	<description>The Furry Brains blog tackles a wide range of issues related to web development and design.</description>
	<lastBuildDate>Wed, 18 Aug 2010 12:46:08 +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 Organizing Unit Tests in Django by giri</title>
		<link>http://furrybrains.com/2009/02/25/organizaing-unit-tests-in-django/comment-page-1/#comment-36</link>
		<dc:creator>giri</dc:creator>
		<pubDate>Wed, 18 Aug 2010 12:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://furrybrains.com/?p=136#comment-36</guid>
		<description>i need to override run_tests method of djangotestrunner class. How to start with.
i wanted to display a detailed list of wat tests r run and some small discription with the result,like

TEST_NAME--&gt;abc
TEST_DISC--&gt;bla bla bla
RESULT---&gt;PASSED(or FALIED)


reply soon…</description>
		<content:encoded><![CDATA[<p>i need to override run_tests method of djangotestrunner class. How to start with.<br />
i wanted to display a detailed list of wat tests r run and some small discription with the result,like</p>
<p>TEST_NAME&#8211;&gt;abc<br />
TEST_DISC&#8211;&gt;bla bla bla<br />
RESULT&#8212;&gt;PASSED(or FALIED)</p>
<p>reply soon…</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Organizing Unit Tests in Django by giri</title>
		<link>http://furrybrains.com/2009/02/25/organizaing-unit-tests-in-django/comment-page-1/#comment-35</link>
		<dc:creator>giri</dc:creator>
		<pubDate>Wed, 18 Aug 2010 12:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://furrybrains.com/?p=136#comment-35</guid>
		<description>i need to override run_tests method of djangotestrunner class. How to start with.
i wanted to display a detailed list of wat tests r run and some small discription with the result,like

TEST_NAMETEST_DISCRESULT
abctest d fun x PASSED



reply soon...</description>
		<content:encoded><![CDATA[<p>i need to override run_tests method of djangotestrunner class. How to start with.<br />
i wanted to display a detailed list of wat tests r run and some small discription with the result,like</p>
<p>TEST_NAMETEST_DISCRESULT<br />
abctest d fun x PASSED</p>
<p>reply soon&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Organizing Unit Tests in Django by giri</title>
		<link>http://furrybrains.com/2009/02/25/organizaing-unit-tests-in-django/comment-page-1/#comment-34</link>
		<dc:creator>giri</dc:creator>
		<pubDate>Wed, 18 Aug 2010 12:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://furrybrains.com/?p=136#comment-34</guid>
		<description>i need to override run_tests method of djangotestrunner class. How to start with.
i wanted to display a detailed list of wat tests r run and some small discription with the result,like

TEST NAME              TEST DISC               RESULT
abc                     test d fun x            PASSED



reply soon...</description>
		<content:encoded><![CDATA[<p>i need to override run_tests method of djangotestrunner class. How to start with.<br />
i wanted to display a detailed list of wat tests r run and some small discription with the result,like</p>
<p>TEST NAME              TEST DISC               RESULT<br />
abc                     test d fun x            PASSED</p>
<p>reply soon&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JSON Parsing and Stringifying in jQuery (as a plugin) by {}</title>
		<link>http://furrybrains.com/2009/01/15/json-parsing-and-stringifying-in-jquery-as-a-plugin/comment-page-1/#comment-33</link>
		<dc:creator>{}</dc:creator>
		<pubDate>Tue, 17 Aug 2010 11:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://furrybrains.com/?p=117#comment-33</guid>
		<description>this.JSON = {};</description>
		<content:encoded><![CDATA[<p>this.JSON = {};</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Capturing AutoFill as a Change Event by Glenn</title>
		<link>http://furrybrains.com/2009/01/02/capturing-autofill-as-a-change-event/comment-page-1/#comment-32</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Mon, 14 Jun 2010 12:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://furrybrains.com/?p=104#comment-32</guid>
		<description>Good solution,  but doesn&#039;t this make the browser work a lot harder?  Is there any discernable additional CPU activity when this script is used?

This can be a real problem for mobile devices or where there&#039;s a lot of browser windows &amp; tabs open.</description>
		<content:encoded><![CDATA[<p>Good solution,  but doesn&#8217;t this make the browser work a lot harder?  Is there any discernable additional CPU activity when this script is used?</p>
<p>This can be a real problem for mobile devices or where there&#8217;s a lot of browser windows &amp; tabs open.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Organizing Unit Tests in Django by JohnnyBoy</title>
		<link>http://furrybrains.com/2009/02/25/organizaing-unit-tests-in-django/comment-page-1/#comment-31</link>
		<dc:creator>JohnnyBoy</dc:creator>
		<pubDate>Thu, 27 May 2010 04:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://furrybrains.com/?p=136#comment-31</guid>
		<description>This was very useful, cheers!</description>
		<content:encoded><![CDATA[<p>This was very useful, cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JSON Parsing and Stringifying in jQuery (as a plugin) by Mathias</title>
		<link>http://furrybrains.com/2009/01/15/json-parsing-and-stringifying-in-jquery-as-a-plugin/comment-page-1/#comment-30</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Wed, 26 May 2010 20:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://furrybrains.com/?p=117#comment-30</guid>
		<description>I replaced the
if (!this.JSON) {
  var JSON = {};
}

to 
if (!JSON) {
  var JSON = {};
}

and worked!</description>
		<content:encoded><![CDATA[<p>I replaced the<br />
if (!this.JSON) {<br />
  var JSON = {};<br />
}</p>
<p>to<br />
if (!JSON) {<br />
  var JSON = {};<br />
}</p>
<p>and worked!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the Campfire &#8220;API&#8221; in Django by mike</title>
		<link>http://furrybrains.com/2008/10/08/using-the-campfire-api-in-django/comment-page-1/#comment-29</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 07 Apr 2010 05:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://jsdalton.furrybrains.com/?p=28#comment-29</guid>
		<description>Very nice. Why did you switch to Meebo? Is it because the lack of login functionality in Pinder, or was it not even supported by the API?</description>
		<content:encoded><![CDATA[<p>Very nice. Why did you switch to Meebo? Is it because the lack of login functionality in Pinder, or was it not even supported by the API?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Organizing Unit Tests in Django by Jesse</title>
		<link>http://furrybrains.com/2009/02/25/organizaing-unit-tests-in-django/comment-page-1/#comment-28</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Wed, 24 Feb 2010 11:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://furrybrains.com/?p=136#comment-28</guid>
		<description>Really helpful.  Thanks for writing this up.</description>
		<content:encoded><![CDATA[<p>Really helpful.  Thanks for writing this up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JSON Parsing and Stringifying in jQuery (as a plugin) by Kevin Riley</title>
		<link>http://furrybrains.com/2009/01/15/json-parsing-and-stringifying-in-jquery-as-a-plugin/comment-page-1/#comment-27</link>
		<dc:creator>Kevin Riley</dc:creator>
		<pubDate>Thu, 10 Dec 2009 21:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://furrybrains.com/?p=117#comment-27</guid>
		<description>Just want to say thanks for posting this. Helps tremendously!</description>
		<content:encoded><![CDATA[<p>Just want to say thanks for posting this. Helps tremendously!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
