<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for Geek Files</title>
	<link>http://www.sunilb.com</link>
	<description>I am a geek and my DNA is made up of 1s and 0s</description>
	<pubDate>Wed, 20 Aug 2008 12:48:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>Comment on PHP5 Tutorial OOPS - Creating a PHP5 Destructor __destruct() by roshan</title>
		<link>http://www.sunilb.com/php/php-tutorials/php5-tutorial-oops-creating-a-php5-destructor-__destruct#comment-774</link>
		<dc:creator>roshan</dc:creator>
		<pubDate>Mon, 14 Jul 2008 11:27:10 +0000</pubDate>
		<guid>http://www.sunilb.com/php/php-tutorials/php5-tutorial-oops-creating-a-php5-destructor-__destruct#comment-774</guid>
		<description>class Customer {
 
	private $first_name;
	private $last_name;
	private $outstanding_amount;
 
	public function __construct() {
		$first_name = "";
		$last_name = "";
		$outstanding_amount = 0;
	}
 
	public function setData($first_name, $last_name, $outstanding_amount) {
		$this-&#62;first_name = $first_name;
		$this-&#62;last_name = $last_name;
		$this-&#62;outstanding_amount = $outstanding_amount;
	}
 
	public function printData() {
		echo "Name : " . $this-&#62;first_name . " " . $this-&#62;last_name . "\n";
		echo "Outstanding Amount : " . $this-&#62;outstanding_amount . "\n";
	}
 
}</description>
		<content:encoded><![CDATA[<p>class Customer {</p>
<p>	private $first_name;<br />
	private $last_name;<br />
	private $outstanding_amount;</p>
<p>	public function __construct() {<br />
		$first_name = &#8220;&#8221;;<br />
		$last_name = &#8220;&#8221;;<br />
		$outstanding_amount = 0;<br />
	}</p>
<p>	public function setData($first_name, $last_name, $outstanding_amount) {<br />
		$this-&gt;first_name = $first_name;<br />
		$this-&gt;last_name = $last_name;<br />
		$this-&gt;outstanding_amount = $outstanding_amount;<br />
	}</p>
<p>	public function printData() {<br />
		echo &#8220;Name : &#8221; . $this-&gt;first_name . &#8221; &#8221; . $this-&gt;last_name . &#8220;\n&#8221;;<br />
		echo &#8220;Outstanding Amount : &#8221; . $this-&gt;outstanding_amount . &#8220;\n&#8221;;<br />
	}</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C Tutorial - Constants, Variables and Data Type Modifiers by sreenivasrao.R</title>
		<link>http://www.sunilb.com/c-programming/c-tutorial-constants-variables-and-data-type-modifiers#comment-767</link>
		<dc:creator>sreenivasrao.R</dc:creator>
		<pubDate>Wed, 09 Jul 2008 06:17:17 +0000</pubDate>
		<guid>http://www.sunilb.com/c-programming/c-tutorial-constants-variables-and-data-type-modifiers#comment-767</guid>
		<description>the information that u have given is exceptionally sufficient and thanks for the same</description>
		<content:encoded><![CDATA[<p>the information that u have given is exceptionally sufficient and thanks for the same</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me by ecan</title>
		<link>http://www.sunilb.com/about#comment-755</link>
		<dc:creator>ecan</dc:creator>
		<pubDate>Thu, 03 Jul 2008 15:24:33 +0000</pubDate>
		<guid>http://www.sunilb.com/about#comment-755</guid>
		<description>Hi Sunil,
a milion thanks ain't even enough because u deserve more but i guess thats ok so that u won't stop ur good work. though just started but with the way i see things i must confess u're the bomb. thanks once more.</description>
		<content:encoded><![CDATA[<p>Hi Sunil,<br />
a milion thanks ain&#8217;t even enough because u deserve more but i guess thats ok so that u won&#8217;t stop ur good work. though just started but with the way i see things i must confess u&#8217;re the bomb. thanks once more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Tips on improving Programming Logic by Sarfaraz</title>
		<link>http://www.sunilb.com/programming/5-tips-on-improving-programming-logic#comment-750</link>
		<dc:creator>Sarfaraz</dc:creator>
		<pubDate>Sun, 29 Jun 2008 17:07:08 +0000</pubDate>
		<guid>http://www.sunilb.com/programming/5-tips-on-improving-programming-logic#comment-750</guid>
		<description>Hi sir
5 Tips on improving Programming Logic is excellent. It has actually shown me the right direction to develop my logic for programming.
It is indeed very very useful.
Please send post questions in ‘C’ with solutions on my mail id for Practice 
Regards
Sarfaraz</description>
		<content:encoded><![CDATA[<p>Hi sir<br />
5 Tips on improving Programming Logic is excellent. It has actually shown me the right direction to develop my logic for programming.<br />
It is indeed very very useful.<br />
Please send post questions in ‘C’ with solutions on my mail id for Practice<br />
Regards<br />
Sarfaraz</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP5 Tutorial on Arrays by Vineet Kumar</title>
		<link>http://www.sunilb.com/php/php-tutorials/php5-tutorial-on-arrays#comment-746</link>
		<dc:creator>Vineet Kumar</dc:creator>
		<pubDate>Sat, 28 Jun 2008 06:32:54 +0000</pubDate>
		<guid>http://www.sunilb.com/php/php-tutorials/php5-tutorial-on-arrays#comment-746</guid>
		<description>Good one, but plz provide us some more operations with arrays.</description>
		<content:encoded><![CDATA[<p>Good one, but plz provide us some more operations with arrays.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why should every programmer upgrade knowledge by VIKRAM.C</title>
		<link>http://www.sunilb.com/general/why-should-every-programmer-upgrade-knowledge#comment-738</link>
		<dc:creator>VIKRAM.C</dc:creator>
		<pubDate>Wed, 25 Jun 2008 11:22:05 +0000</pubDate>
		<guid>http://www.sunilb.com/general/why-should-every-programmer-upgrade-knowledge#comment-738</guid>
		<description>I really liked your steps and it will be more help full for new comers... Keep posting...</description>
		<content:encoded><![CDATA[<p>I really liked your steps and it will be more help full for new comers&#8230; Keep posting&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP5 Tutorial OOPS - PHP5 Class Access Specifiers - public, private and protected by Krishna Prasad</title>
		<link>http://www.sunilb.com/php/php-tutorials/php5-tutorial-oops-php5-class-access-specifiers-public-private-and-protected#comment-703</link>
		<dc:creator>Krishna Prasad</dc:creator>
		<pubDate>Tue, 17 Jun 2008 17:31:21 +0000</pubDate>
		<guid>http://www.sunilb.com/php/php-tutorials/php5-tutorial-oops-php5-class-access-specifiers-public-private-and-protected#comment-703</guid>
		<description>This is simplest and the easiest tutorial i have come across which explains in a very basic and understanding language without making it complex. It was really helpful for me.</description>
		<content:encoded><![CDATA[<p>This is simplest and the easiest tutorial i have come across which explains in a very basic and understanding language without making it complex. It was really helpful for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP5 Tutorial - Magic Methods - __clone() method by Mehran</title>
		<link>http://www.sunilb.com/php/php-tutorials/php5-oops-tutorial-magic-methods-__clone-method#comment-702</link>
		<dc:creator>Mehran</dc:creator>
		<pubDate>Tue, 17 Jun 2008 13:37:25 +0000</pubDate>
		<guid>http://www.sunilb.com/php/php-tutorials/php5-oops-tutorial-magic-methods-__clone-method#comment-702</guid>
		<description>Really nice and easy explanation on the subject:-) In fact some of the best I ever read! U know the art of making it simple, man:-)</description>
		<content:encoded><![CDATA[<p>Really nice and easy explanation on the subject:-) In fact some of the best I ever read! U know the art of making it simple, man:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP5 Tutorial - Magic Methods - __clone() method by Prashant Kr. Awasthi</title>
		<link>http://www.sunilb.com/php/php-tutorials/php5-oops-tutorial-magic-methods-__clone-method#comment-688</link>
		<dc:creator>Prashant Kr. Awasthi</dc:creator>
		<pubDate>Tue, 17 Jun 2008 07:56:38 +0000</pubDate>
		<guid>http://www.sunilb.com/php/php-tutorials/php5-oops-tutorial-magic-methods-__clone-method#comment-688</guid>
		<description>Very systematic Explanation than x &#38; good luck</description>
		<content:encoded><![CDATA[<p>Very systematic Explanation than x &amp; good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recharge your programming batteries - Tips by Prabodh Bharti</title>
		<link>http://www.sunilb.com/programming/recharge-your-programming-batteries-tips#comment-676</link>
		<dc:creator>Prabodh Bharti</dc:creator>
		<pubDate>Fri, 13 Jun 2008 09:51:31 +0000</pubDate>
		<guid>http://www.sunilb.com/programming/recharge-your-programming-batteries-tips#comment-676</guid>
		<description>This is the site where i can comfortable ,calm and positive</description>
		<content:encoded><![CDATA[<p>This is the site where i can comfortable ,calm and positive</p>
]]></content:encoded>
	</item>
</channel>
</rss>
