<?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 on: The Javascript Language</title>
	<atom:link href="http://www.AskReaMaor.com/programming/the-javascript-language/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.AskReaMaor.com/programming/the-javascript-language/</link>
	<description>Your one-stop-blog for all latest Technology News updates and interpretation, heck, we'll even teach you how to Make Money Online and wrap it up with some WordPress blogging tips.</description>
	<lastBuildDate>Wed, 04 Jan 2012 20:09:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Wiktor</title>
		<link>http://www.AskReaMaor.com/programming/the-javascript-language/comment-page-1/#comment-649</link>
		<dc:creator>Wiktor</dc:creator>
		<pubDate>Thu, 10 May 2007 09:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.askreamaor.com/computer-related/programming/the-javascript-language/#comment-649</guid>
		<description>aaah weird entities escaping... once more:
Not the right way to calculate leap year: if ((this_year % 4) == 0) &#039;</description>
		<content:encoded><![CDATA[<p>aaah weird entities escaping&#8230; once more:<br />
Not the right way to calculate leap year: if ((this_year % 4) == 0) &#8216;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wiktor</title>
		<link>http://www.AskReaMaor.com/programming/the-javascript-language/comment-page-1/#comment-648</link>
		<dc:creator>Wiktor</dc:creator>
		<pubDate>Thu, 10 May 2007 09:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.askreamaor.com/computer-related/programming/the-javascript-language/#comment-648</guid>
		<description>Nice article... but...

if ((this_year % 4) == 0) &quot;);
}
Run it and you&#039;ll see &quot;Number 0....&quot; if you want the correct behaviour use:
for (count in limit)
{
document.write(&quot;Number &quot; + limit[count] + &quot;&quot;);
}</description>
		<content:encoded><![CDATA[<p>Nice article&#8230; but&#8230;</p>
<p>if ((this_year % 4) == 0) &#8220;);<br />
}<br />
Run it and you&#8217;ll see &#8220;Number 0&#8230;.&#8221; if you want the correct behaviour use:<br />
for (count in limit)<br />
{<br />
document.write(&#8220;Number &#8221; + limit[count] + &#8220;&#8221;);<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

