<?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 Geek Files</title>
	<atom:link href="http://www.sunilb.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sunilb.com</link>
	<description>Blog about Project Management, Tutorial on PHP, MySQL, Java, SEO &#38; Internet Marketing</description>
	<pubDate>Thu, 11 Mar 2010 19:33:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on PHP5 Tutorial - Defining Methods of a PHP5 Class by Andrew Wood</title>
		<link>http://www.sunilb.com/php/php-tutorials/php5-oops-tutorial-defining-methods-of-a-php5-class/comment-page-1#comment-15290</link>
		<dc:creator>Andrew Wood</dc:creator>
		<pubDate>Fri, 05 Mar 2010 18:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunilb.com/php/php-tutorials/php5-oops-tutorial-defining-methods-of-a-php5-class#comment-15290</guid>
		<description>Took me hours to work out why your code did not work.

Can you change the page so that other people don't have the same problems?

Apart from that its a cool lession.</description>
		<content:encoded><![CDATA[<p>Took me hours to work out why your code did not work.</p>
<p>Can you change the page so that other people don&#8217;t have the same problems?</p>
<p>Apart from that its a cool lession.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP5 Tutorial - Inheritance in PHP5 by post free ads</title>
		<link>http://www.sunilb.com/php/php-tutorials/php5-tutorial-inheritance-in-php5/comment-page-1#comment-15289</link>
		<dc:creator>post free ads</dc:creator>
		<pubDate>Thu, 04 Mar 2010 12:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunilb.com/php/php-tutorials/php5-tutorial-inheritance-in-php5#comment-15289</guid>
		<description>good posting....</description>
		<content:encoded><![CDATA[<p>good posting&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Tips on improving Programming Logic by Shawpnendu Bikash Maloroy</title>
		<link>http://www.sunilb.com/programming/5-tips-on-improving-programming-logic/comment-page-2#comment-15288</link>
		<dc:creator>Shawpnendu Bikash Maloroy</dc:creator>
		<pubDate>Thu, 04 Mar 2010 12:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunilb.com/programming/5-tips-on-improving-programming-logic#comment-15288</guid>
		<description>Yes puzzle solving definitely help you to become a good &amp; efficient coder.</description>
		<content:encoded><![CDATA[<p>Yes puzzle solving definitely help you to become a good &amp; efficient coder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP5 Tutorial - Magic Methods - __isset() and __unset() by Muthu</title>
		<link>http://www.sunilb.com/php/php-tutorials/php5-oops-tutorial-magic-methods-__isset-and-__unset/comment-page-1#comment-15287</link>
		<dc:creator>Muthu</dc:creator>
		<pubDate>Wed, 03 Mar 2010 07:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunilb.com/php/php-tutorials/php5-oops-tutorial-magic-methods-__isset-and-__unset#comment-15287</guid>
		<description>unset won't return anything, so it should be 

	public function __unset($dt) {
		unset($this-&gt;data[$dt]);
	}

And you can check whether the value got unset using :

unset($c-&gt;name);
echo 'name=&gt;'.$c-&gt;name;

Thanks...</description>
		<content:encoded><![CDATA[<p>unset won&#8217;t return anything, so it should be </p>
<p>	public function __unset($dt) {<br />
		unset($this-&gt;data[$dt]);<br />
	}</p>
<p>And you can check whether the value got unset using :</p>
<p>unset($c-&gt;name);<br />
echo &#8216;name=&gt;&#8217;.$c-&gt;name;</p>
<p>Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recharge your programming batteries - Tips by Ranjana</title>
		<link>http://www.sunilb.com/programming/recharge-your-programming-batteries-tips/comment-page-1#comment-15286</link>
		<dc:creator>Ranjana</dc:creator>
		<pubDate>Tue, 02 Mar 2010 07:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunilb.com/programming/recharge-your-programming-batteries-tips#comment-15286</guid>
		<description>I thought i was only one in this world to suffer like this , but now i understand most ppl undergo thru this stage.

HAPPY RECHARGE ALL !!!</description>
		<content:encoded><![CDATA[<p>I thought i was only one in this world to suffer like this , but now i understand most ppl undergo thru this stage.</p>
<p>HAPPY RECHARGE ALL !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Tips on improving Programming Logic by Ranjana</title>
		<link>http://www.sunilb.com/programming/5-tips-on-improving-programming-logic/comment-page-2#comment-15285</link>
		<dc:creator>Ranjana</dc:creator>
		<pubDate>Tue, 02 Mar 2010 07:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunilb.com/programming/5-tips-on-improving-programming-logic#comment-15285</guid>
		<description>Nice!!!!!

Thanks for the info.</description>
		<content:encoded><![CDATA[<p>Nice!!!!!</p>
<p>Thanks for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Tips on improving Programming Logic by SHWETA</title>
		<link>http://www.sunilb.com/programming/5-tips-on-improving-programming-logic/comment-page-2#comment-15284</link>
		<dc:creator>SHWETA</dc:creator>
		<pubDate>Mon, 01 Mar 2010 09:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunilb.com/programming/5-tips-on-improving-programming-logic#comment-15284</guid>
		<description>It is very fine thank u</description>
		<content:encoded><![CDATA[<p>It is very fine thank u</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP5 Tutorial OOPS - Creating a PHP5 Destructor __destruct() by andre.roesti</title>
		<link>http://www.sunilb.com/php/php-tutorials/php5-tutorial-oops-creating-a-php5-destructor-__destruct/comment-page-1#comment-15283</link>
		<dc:creator>andre.roesti</dc:creator>
		<pubDate>Sun, 28 Feb 2010 14:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunilb.com/php/php-tutorials/php5-tutorial-oops-creating-a-php5-destructor-__destruct#comment-15283</guid>
		<description>At the first Example: Shouldn't the Destructor-Function be called «__destruct()» instead of «destructor»?</description>
		<content:encoded><![CDATA[<p>At the first Example: Shouldn&#8217;t the Destructor-Function be called «__destruct()» instead of «destructor»?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding &#8216;C&#8217; Pointers by me</title>
		<link>http://www.sunilb.com/c-programming/understanding-c-pointers/comment-page-1#comment-15282</link>
		<dc:creator>me</dc:creator>
		<pubDate>Sun, 28 Feb 2010 01:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunilb.com/c-programming/understanding-c-pointers#comment-15282</guid>
		<description>Good job! but,

you forgot to explain why would we use INT double or whatever if you just point to the start of a place. Also if you declare it like that (int *ptr) why would you do mallocs with that pointer. Isn't there an ambiguity?

Can you explain these matters as clearly as you've done for the rest?

Cheers</description>
		<content:encoded><![CDATA[<p>Good job! but,</p>
<p>you forgot to explain why would we use INT double or whatever if you just point to the start of a place. Also if you declare it like that (int *ptr) why would you do mallocs with that pointer. Isn&#8217;t there an ambiguity?</p>
<p>Can you explain these matters as clearly as you&#8217;ve done for the rest?</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Tips on improving Programming Logic by Bhanwar Pratap Singh</title>
		<link>http://www.sunilb.com/programming/5-tips-on-improving-programming-logic/comment-page-2#comment-15281</link>
		<dc:creator>Bhanwar Pratap Singh</dc:creator>
		<pubDate>Sat, 27 Feb 2010 13:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunilb.com/programming/5-tips-on-improving-programming-logic#comment-15281</guid>
		<description>Hello, This article is very useful for us because some time beginners programmer very fer estated about his programming logics.I am also one of them.So I am very thankful to your advice.......Keep It up.......and again THANKS</description>
		<content:encoded><![CDATA[<p>Hello, This article is very useful for us because some time beginners programmer very fer estated about his programming logics.I am also one of them.So I am very thankful to your advice&#8230;&#8230;.Keep It up&#8230;&#8230;.and again THANKS</p>
]]></content:encoded>
	</item>
</channel>
</rss>
