<?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 LAMP Web Development Blog</title>
	<atom:link href="http://www.kumarchetan.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kumarchetan.com/blog</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>Thu, 29 Jul 2010 10:41:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to test a boolean? 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>Comment on How to test a boolean? 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>Comment on How to test a boolean? 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>
	<item>
		<title>Comment on How to write a Facebook App? by Harry</title>
		<link>http://www.kumarchetan.com/blog/2010/04/25/how-to-write-a-facebook-app/comment-page-1/#comment-2527</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Sun, 25 Apr 2010 09:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=85#comment-2527</guid>
		<description>I wrote a simple movie review app on Facebook for my summer training project. No one except for a few of my friends understood the idea and it&#039;s value. I felt I was delivering a presentation to zombies.</description>
		<content:encoded><![CDATA[<p>I wrote a simple movie review app on Facebook for my summer training project. No one except for a few of my friends understood the idea and it&#8217;s value. I felt I was delivering a presentation to zombies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello World in CakePHP &#8211; 3 steps by Shameless Self Promotion ;-) ™ © ℠ ® &#187; Blog Archive &#187; Do you know how to do Hello World in CakePHP?</title>
		<link>http://www.kumarchetan.com/blog/2010/04/13/hello-world-in-cakephp-3-steps/comment-page-1/#comment-2498</link>
		<dc:creator>Shameless Self Promotion ;-) ™ © ℠ ® &#187; Blog Archive &#187; Do you know how to do Hello World in CakePHP?</dc:creator>
		<pubDate>Tue, 13 Apr 2010 18:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=71#comment-2498</guid>
		<description>[...] I just discovered its easy enough to do hello world in CakePHP. Read more [...]</description>
		<content:encoded><![CDATA[<p>[...] I just discovered its easy enough to do hello world in CakePHP. Read more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Problem with NULL in MySQL by Shameless Self Promotion ;-) ™ © ℠ ® &#187; Blog Archive &#187; Problem with NULL in MySQL</title>
		<link>http://www.kumarchetan.com/blog/2010/04/01/problem-with-null-in-mysql/comment-page-1/#comment-2470</link>
		<dc:creator>Shameless Self Promotion ;-) ™ © ℠ ® &#187; Blog Archive &#187; Problem with NULL in MySQL</dc:creator>
		<pubDate>Thu, 01 Apr 2010 16:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=68#comment-2470</guid>
		<description>[...] Read this  -&gt; Problem with NULL in MySQL. [...]</description>
		<content:encoded><![CDATA[<p>[...] Read this  -&gt; Problem with NULL in MySQL. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Are design patterns silver bullets? by Neabdeesk</title>
		<link>http://www.kumarchetan.com/blog/2008/12/17/are-design-patterns-silver-bullets/comment-page-1/#comment-2395</link>
		<dc:creator>Neabdeesk</dc:creator>
		<pubDate>Thu, 04 Mar 2010 13:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=28#comment-2395</guid>
		<description>Hi guys,

I know this might be a bit off topic but seeing that a bunch of you own websites, where would the best place be to host.  Someone recommended I use Blue Host for $6.95 a month which seems like a great deal.  Anyone here on www.kumarchetan.com using them?</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>I know this might be a bit off topic but seeing that a bunch of you own websites, where would the best place be to host.  Someone recommended I use Blue Host for $6.95 a month which seems like a great deal.  Anyone here on <a href="http://www.kumarchetan.com" rel="nofollow">http://www.kumarchetan.com</a> using them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu 9.10 &#8211; Karmic Koala by Kumar Chetan Sharma</title>
		<link>http://www.kumarchetan.com/blog/2009/11/02/ubuntu-9-10-karmic-koala/comment-page-1/#comment-1634</link>
		<dc:creator>Kumar Chetan Sharma</dc:creator>
		<pubDate>Thu, 26 Nov 2009 08:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=47#comment-1634</guid>
		<description>its easy, log in to your karmic koala and run this command in terminal :
&lt;code&gt;sudo apt-get install php5* apache* mysql*&lt;/code&gt;
Be sure to set username and password for mysql server. You will see this screen on terminal. This will install any possible package that you may need for web development using PHP, MySQL and Apache. You may have to reboot and then point your browser to http://localhost/. If you dont see anything then run following in terminal:
&lt;code&gt;sudo /etc/init.d/apache2 reload&lt;/code&gt;
If things still not work out let me know :-)</description>
		<content:encoded><![CDATA[<p>its easy, log in to your karmic koala and run this command in terminal :<br />
<code>sudo apt-get install php5* apache* mysql*</code><br />
Be sure to set username and password for mysql server. You will see this screen on terminal. This will install any possible package that you may need for web development using PHP, MySQL and Apache. You may have to reboot and then point your browser to <a href="http://localhost/" rel="nofollow">http://localhost/</a>. If you dont see anything then run following in terminal:<br />
<code>sudo /etc/init.d/apache2 reload</code><br />
If things still not work out let me know <img src='http://www.kumarchetan.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu 9.10 &#8211; Karmic Koala by knoxy</title>
		<link>http://www.kumarchetan.com/blog/2009/11/02/ubuntu-9-10-karmic-koala/comment-page-1/#comment-1596</link>
		<dc:creator>knoxy</dc:creator>
		<pubDate>Wed, 25 Nov 2009 03:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=47#comment-1596</guid>
		<description>Have you set up a LAMP stack on your 9.10 desktop? I&#039;d love to know how. I want to set up a working environment to practice Joomla themeing and Wordpress themeing.</description>
		<content:encoded><![CDATA[<p>Have you set up a LAMP stack on your 9.10 desktop? I&#8217;d love to know how. I want to set up a working environment to practice Joomla themeing and Wordpress themeing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu 9.10 &#8211; Karmic Koala by Sukhbir</title>
		<link>http://www.kumarchetan.com/blog/2009/11/02/ubuntu-9-10-karmic-koala/comment-page-1/#comment-1255</link>
		<dc:creator>Sukhbir</dc:creator>
		<pubDate>Thu, 05 Nov 2009 19:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=47#comment-1255</guid>
		<description>I like the new layout! :X</description>
		<content:encoded><![CDATA[<p>I like the new layout! :X</p>
]]></content:encoded>
	</item>
</channel>
</rss>
