<?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>Sun, 05 Jul 2009 03:03:07 +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 5 Tips on improving Programming Logic by irshan</title>
		<link>http://www.sunilb.com/programming/5-tips-on-improving-programming-logic/comment-page-1#comment-15146</link>
		<dc:creator>irshan</dc:creator>
		<pubDate>Thu, 02 Jul 2009 12:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunilb.com/programming/5-tips-on-improving-programming-logic#comment-15146</guid>
		<description>dear sir
first of all i would like to introduce myself........my name irshan.....and i am a student of bca final year....


thanks for great job,it is good to see like this for the student and every learner.
it gives me new idea to develope my logic.so once i want to thank you.</description>
		<content:encoded><![CDATA[<p>dear sir<br />
first of all i would like to introduce myself&#8230;&#8230;..my name irshan&#8230;..and i am a student of bca final year&#8230;.</p>
<p>thanks for great job,it is good to see like this for the student and every learner.<br />
it gives me new idea to develope my logic.so once i want to thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP5 Tutorial on Arrays by Jonathan</title>
		<link>http://www.sunilb.com/php/php-tutorials/php5-tutorial-on-arrays/comment-page-1#comment-15145</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 30 Jun 2009 18:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunilb.com/php/php-tutorials/php5-tutorial-on-arrays#comment-15145</guid>
		<description>Good Description.  Thanks</description>
		<content:encoded><![CDATA[<p>Good Description.  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ideas on debugging your live website by eed</title>
		<link>http://www.sunilb.com/programming/ideas-on-debugging-your-live-website/comment-page-1#comment-15144</link>
		<dc:creator>eed</dc:creator>
		<pubDate>Mon, 29 Jun 2009 22:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunilb.com/uncategorized/ideas-on-debugging-your-live-website#comment-15144</guid>
		<description>firePHP is nice tool,</description>
		<content:encoded><![CDATA[<p>firePHP is nice tool,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 6 billionaire college dropouts by Roddenberry</title>
		<link>http://www.sunilb.com/general/6-billionaire-college-dropouts/comment-page-1#comment-15142</link>
		<dc:creator>Roddenberry</dc:creator>
		<pubDate>Sun, 28 Jun 2009 07:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunilb.com/uncategorized/6-billionaire-college-dropouts#comment-15142</guid>
		<description>Ideas and vision are more important than education</description>
		<content:encoded><![CDATA[<p>Ideas and vision are more important than education</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP5 Tutorial - Creating a PHP5 Constructor __construct() by sombir Jangra</title>
		<link>http://www.sunilb.com/php/php-tutorials/php5-tutorial-creating-a-php5-constructor-__construct/comment-page-1#comment-15141</link>
		<dc:creator>sombir Jangra</dc:creator>
		<pubDate>Fri, 26 Jun 2009 06:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunilb.com/php/php-tutorials/php5-tutorial-creating-a-php5-constructor-__construct#comment-15141</guid>
		<description>I think u can't set class variable directly like this…. (in your first example)

public function __construct() {
$first_name = “”;
$last_name = “”;
$outstanding_amount = 0;
}

you have to use $this to access class variables.
for example:
public function __construct() {
$this-&gt;$first_name = “”;
$this-&gt;$last_name = “”;
$this-&gt;$outstanding_amount = 0;
}

what u say? 
Please check and let me confirm about it.
sombir jangra</description>
		<content:encoded><![CDATA[<p>I think u can&#8217;t set class variable directly like this…. (in your first example)</p>
<p>public function __construct() {<br />
$first_name = “”;<br />
$last_name = “”;<br />
$outstanding_amount = 0;<br />
}</p>
<p>you have to use $this to access class variables.<br />
for example:<br />
public function __construct() {<br />
$this-&gt;$first_name = “”;<br />
$this-&gt;$last_name = “”;<br />
$this-&gt;$outstanding_amount = 0;<br />
}</p>
<p>what u say?<br />
Please check and let me confirm about it.<br />
sombir jangra</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP5 Tutorial - Learn to create a PHP5 Class by sombir Jangra</title>
		<link>http://www.sunilb.com/php/php-tutorials/php5-oops-tutorial-learn-to-create-a-php5-class/comment-page-1#comment-15140</link>
		<dc:creator>sombir Jangra</dc:creator>
		<pubDate>Fri, 26 Jun 2009 06:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunilb.com/php/php-tutorials/php5-oops-tutorial-learn-to-create-a-php5-class#comment-15140</guid>
		<description>Nice. Interesting tutorial.

Now, I am really confident with the PHP OOPS concept.

Thank You.</description>
		<content:encoded><![CDATA[<p>Nice. Interesting tutorial.</p>
<p>Now, I am really confident with the PHP OOPS concept.</p>
<p>Thank You.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP5 Tutorial OOPS - PHP5 Class Access Specifiers - public, private and protected by sombir Jangra</title>
		<link>http://www.sunilb.com/php/php-tutorials/php5-tutorial-oops-php5-class-access-specifiers-public-private-and-protected/comment-page-1#comment-15139</link>
		<dc:creator>sombir Jangra</dc:creator>
		<pubDate>Fri, 26 Jun 2009 06:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunilb.com/php/php-tutorials/php5-tutorial-oops-php5-class-access-specifiers-public-private-and-protected#comment-15139</guid>
		<description>your php 5 OOP tutorial is very helpfull for me.
Now I understand that what is access specifiers and how these access specifiers works.
1. Private
2. Protected
3. Public


Sir, what the difenrence if we declere the acces specifiers or not? e.g just write:
$name
or
var $name
rather than
public $name

Thank You</description>
		<content:encoded><![CDATA[<p>your php 5 OOP tutorial is very helpfull for me.<br />
Now I understand that what is access specifiers and how these access specifiers works.<br />
1. Private<br />
2. Protected<br />
3. Public</p>
<p>Sir, what the difenrence if we declere the acces specifiers or not? e.g just write:<br />
$name<br />
or<br />
var $name<br />
rather than<br />
public $name</p>
<p>Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C Tutorial - Operators in C by sham</title>
		<link>http://www.sunilb.com/c-programming/c-tutorial-operators-in-c/comment-page-1#comment-15138</link>
		<dc:creator>sham</dc:creator>
		<pubDate>Mon, 22 Jun 2009 17:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunilb.com/c-programming/c-tutorial-operators-in-c#comment-15138</guid>
		<description>the output for program which was present in the post fix notation will be 
11
10

not 
10
11</description>
		<content:encoded><![CDATA[<p>the output for program which was present in the post fix notation will be<br />
11<br />
10</p>
<p>not<br />
10<br />
11</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Tips on improving Programming Logic by Netman</title>
		<link>http://www.sunilb.com/programming/5-tips-on-improving-programming-logic/comment-page-1#comment-15136</link>
		<dc:creator>Netman</dc:creator>
		<pubDate>Thu, 18 Jun 2009 11:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunilb.com/programming/5-tips-on-improving-programming-logic#comment-15136</guid>
		<description>This is an awesome thread. Thanks for keeping it so simple. I am glad I saw this post.</description>
		<content:encoded><![CDATA[<p>This is an awesome thread. Thanks for keeping it so simple. I am glad I saw this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C Tutorial - Operators in C by A.MOHAN</title>
		<link>http://www.sunilb.com/c-programming/c-tutorial-operators-in-c/comment-page-1#comment-15135</link>
		<dc:creator>A.MOHAN</dc:creator>
		<pubDate>Thu, 18 Jun 2009 06:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunilb.com/c-programming/c-tutorial-operators-in-c#comment-15135</guid>
		<description>really nice</description>
		<content:encoded><![CDATA[<p>really nice</p>
]]></content:encoded>
	</item>
</channel>
</rss>
