<?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 on: How to test a boolean?</title>
	<atom:link href="http://www.kumarchetan.com/blog/2010/07/29/how-to-test-a-boolean/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kumarchetan.com/blog/2010/07/29/how-to-test-a-boolean/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-test-a-boolean</link>
	<description>Any thing or everything related to PHP, HTML, XHTML, JavaScript, AJAX, CSS, UI, Browser Compatibility, Apache, MySQL, Linux, Ubuntu and Web Based Software Development</description>
	<lastBuildDate>Fri, 18 Nov 2011 17:47:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Anonymouse</title>
		<link>http://www.kumarchetan.com/blog/2010/07/29/how-to-test-a-boolean/comment-page-1/#comment-2983</link>
		<dc:creator>Anonymouse</dc:creator>
		<pubDate>Thu, 29 Jul 2010 10:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=116#comment-2983</guid>
		<description>What about this?

public boolean isBooleanFalse(boolean value) {
boolean response = true;
if (value == true) {
response = false;
}
return response;
}</description>
		<content:encoded><![CDATA[<p>What about this?</p>
<p>public boolean isBooleanFalse(boolean value) {<br />
boolean response = true;<br />
if (value == true) {<br />
response = false;<br />
}<br />
return response;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymouse</title>
		<link>http://www.kumarchetan.com/blog/2010/07/29/how-to-test-a-boolean/comment-page-1/#comment-2982</link>
		<dc:creator>Anonymouse</dc:creator>
		<pubDate>Thu, 29 Jul 2010 10:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=116#comment-2982</guid>
		<description>What about this?

public boolean isBooleanFalse(boolean value) {
   boolean response = false;
   if (value == true) {
       response = false;
   }
   return response;
}</description>
		<content:encoded><![CDATA[<p>What about this?</p>
<p>public boolean isBooleanFalse(boolean value) {<br />
   boolean response = false;<br />
   if (value == true) {<br />
       response = false;<br />
   }<br />
   return response;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sukhbir</title>
		<link>http://www.kumarchetan.com/blog/2010/07/29/how-to-test-a-boolean/comment-page-1/#comment-2981</link>
		<dc:creator>Sukhbir</dc:creator>
		<pubDate>Thu, 29 Jul 2010 10:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=116#comment-2981</guid>
		<description>Haha. Reminds me of this:

#define TRUE FALSE

:P</description>
		<content:encoded><![CDATA[<p>Haha. Reminds me of this:</p>
<p>#define TRUE FALSE</p>
<p> <img src='http://www.kumarchetan.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

