<?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 Coding Friends</title>
	<atom:link href="http://www.codingfriends.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codingfriends.com</link>
	<description>Coding Friends, place for developers.</description>
	<lastBuildDate>Fri, 26 Feb 2010 11:10:32 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on On mouse events by genux</title>
		<link>http://www.codingfriends.com/index.php/2009/07/27/on-mouse-events/comment-page-1/#comment-35</link>
		<dc:creator>genux</dc:creator>
		<pubDate>Fri, 26 Feb 2010 11:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingfriends.com/?p=216#comment-35</guid>
		<description>image manipulations ? what sort of image manipulations ? I shall do some posts on that next :).. on image moving, replacements etc.</description>
		<content:encoded><![CDATA[<p>image manipulations ? what sort of image manipulations ? I shall do some posts on that next <img src='http://www.codingfriends.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .. on image moving, replacements etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On mouse events by nagaraju</title>
		<link>http://www.codingfriends.com/index.php/2009/07/27/on-mouse-events/comment-page-1/#comment-34</link>
		<dc:creator>nagaraju</dc:creator>
		<pubDate>Fri, 26 Feb 2010 04:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingfriends.com/?p=216#comment-34</guid>
		<description>i am a student i am doing projects so i  need a source code for image manipulations</description>
		<content:encoded><![CDATA[<p>i am a student i am doing projects so i  need a source code for image manipulations</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add two numbers by genux</title>
		<link>http://www.codingfriends.com/index.php/2009/07/27/add-two-numbers-3/comment-page-1/#comment-30</link>
		<dc:creator>genux</dc:creator>
		<pubDate>Sat, 13 Feb 2010 20:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingfriends.com/?p=207#comment-30</guid>
		<description>If you mean that you change the line.. 

ansD.value = val1 + val2;

to 

ansD.value = val1 * val2;

then that is the functional aspects of the function itself and not the name of the function, the function name could be someMathsComputation because javascript does not really care what the name is as long as the functional aspects are in javascript code.

Not sure if that is what you was meaning, or if that helps ?</description>
		<content:encoded><![CDATA[<p>If you mean that you change the line.. </p>
<p>ansD.value = val1 + val2;</p>
<p>to </p>
<p>ansD.value = val1 * val2;</p>
<p>then that is the functional aspects of the function itself and not the name of the function, the function name could be someMathsComputation because javascript does not really care what the name is as long as the functional aspects are in javascript code.</p>
<p>Not sure if that is what you was meaning, or if that helps ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add two numbers by Kimboka</title>
		<link>http://www.codingfriends.com/index.php/2009/07/27/add-two-numbers-3/comment-page-1/#comment-29</link>
		<dc:creator>Kimboka</dc:creator>
		<pubDate>Sat, 13 Feb 2010 13:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingfriends.com/?p=207#comment-29</guid>
		<description>great! but now something confusing is that if you just change the operator differently from what is defined to the &quot;function&quot; in the fifth line from above and &quot;javascript&quot; in the fourth line from below it will still work. what i mean is that change the operator in &quot;ansD.value&quot; into say multiplication and leave the &quot;function&quot; and &quot;javascript&quot; as &quot;addNumbers&quot; it will still work! can anybody tell me what does that mean!</description>
		<content:encoded><![CDATA[<p>great! but now something confusing is that if you just change the operator differently from what is defined to the &#8220;function&#8221; in the fifth line from above and &#8220;javascript&#8221; in the fourth line from below it will still work. what i mean is that change the operator in &#8220;ansD.value&#8221; into say multiplication and leave the &#8220;function&#8221; and &#8220;javascript&#8221; as &#8220;addNumbers&#8221; it will still work! can anybody tell me what does that mean!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Method &#8211; Add Two numbers by genux</title>
		<link>http://www.codingfriends.com/index.php/2009/07/27/method-add-two-numbers-3/comment-page-1/#comment-28</link>
		<dc:creator>genux</dc:creator>
		<pubDate>Thu, 11 Feb 2010 09:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingfriends.com/?p=235#comment-28</guid>
		<description>Well spotted Tom, I copy and pasted from the previous tutorial and forgot to alter the parameters to the function..  It was

Answer : &lt;?php echo addtwo($value1 + $value2); ?&gt;</description>
		<content:encoded><![CDATA[<p>Well spotted Tom, I copy and pasted from the previous tutorial and forgot to alter the parameters to the function..  It was</p>
<p>Answer : < ?php echo addtwo($value1 + $value2); ?></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Method &#8211; Add Two numbers by Tom</title>
		<link>http://www.codingfriends.com/index.php/2009/07/27/method-add-two-numbers-3/comment-page-1/#comment-27</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 10 Feb 2010 18:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingfriends.com/?p=235#comment-27</guid>
		<description>Shouldn&#039;t the method be called with a comma between the arguments rather than an operand?</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t the method be called with a comma between the arguments rather than an operand?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Method &#8211; Add Two numbers by genux</title>
		<link>http://www.codingfriends.com/index.php/2009/07/24/method-add-two-numbers/comment-page-1/#comment-25</link>
		<dc:creator>genux</dc:creator>
		<pubDate>Sun, 07 Feb 2010 13:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingfriends.com/?p=168#comment-25</guid>
		<description>The beginers code as such, can be found &lt;a href=&quot;http://www.codingfriends.com/index.php/2009/07/24/add-two-numbers/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.

In essence it is 

                     // output to the console
                     Console.Write(&quot;Please enter value 1 : &quot;);
                     // readin the console input, and then convert to a integer value
                     int val1 = Convert.ToInt32(Console.ReadLine());
                     Console.Write(&quot;Please enter value 2 : &quot;);
                     int val2 = Convert.ToInt32(Console.ReadLine());
                     // write out the answer 
                     Console.WriteLine(&quot;Answer = &quot; + (val1 + val2));</description>
		<content:encoded><![CDATA[<p>The beginers code as such, can be found <a href="http://www.codingfriends.com/index.php/2009/07/24/add-two-numbers/" rel="nofollow">here</a>.</p>
<p>In essence it is </p>
<p>                     // output to the console<br />
                     Console.Write(&#8221;Please enter value 1 : &#8220;);<br />
                     // readin the console input, and then convert to a integer value<br />
                     int val1 = Convert.ToInt32(Console.ReadLine());<br />
                     Console.Write(&#8221;Please enter value 2 : &#8220;);<br />
                     int val2 = Convert.ToInt32(Console.ReadLine());<br />
                     // write out the answer<br />
                     Console.WriteLine(&#8221;Answer = &#8221; + (val1 + val2));</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Method &#8211; Add Two numbers by abi</title>
		<link>http://www.codingfriends.com/index.php/2009/07/24/method-add-two-numbers/comment-page-1/#comment-24</link>
		<dc:creator>abi</dc:creator>
		<pubDate>Fri, 05 Feb 2010 10:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingfriends.com/?p=168#comment-24</guid>
		<description>could you give the code for beginers</description>
		<content:encoded><![CDATA[<p>could you give the code for beginers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pointers and references &#8211; part 2 by admin</title>
		<link>http://www.codingfriends.com/index.php/2010/01/28/pointers-and-references-part-2/comment-page-1/#comment-23</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 02 Feb 2010 14:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingfriends.com/?p=595#comment-23</guid>
		<description>Java does use pointers under the hood for its memory allocation.  But yeah.. java does save allot of hassle when the user does not need to know what is happening under the hood.</description>
		<content:encoded><![CDATA[<p>Java does use pointers under the hood for its memory allocation.  But yeah.. java does save allot of hassle when the user does not need to know what is happening under the hood.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pointers and references &#8211; part 2 by iresha</title>
		<link>http://www.codingfriends.com/index.php/2010/01/28/pointers-and-references-part-2/comment-page-1/#comment-22</link>
		<dc:creator>iresha</dc:creator>
		<pubDate>Fri, 29 Jan 2010 00:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingfriends.com/?p=595#comment-22</guid>
		<description>Thank god there is something called Java!!!!</description>
		<content:encoded><![CDATA[<p>Thank god there is something called Java!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
