<?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: A Simple, Comprehensive Overview of Javascript</title>
	<atom:link href="http://betterexplained.com/articles/the-single-page-javascript-overview/feed/" rel="self" type="application/rss+xml" />
	<link>http://betterexplained.com/articles/the-single-page-javascript-overview/</link>
	<description>Learn Right, Not Rote.</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:38:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ravian</title>
		<link>http://betterexplained.com/articles/the-single-page-javascript-overview/#comment-34393</link>
		<dc:creator>Ravian</dc:creator>
		<pubDate>Wed, 04 Jan 2012 09:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/the-single-page-javascript-overview/#comment-34393</guid>
		<description>Thank you!
I am new to Javascript and you have given me good starting point. I find it so easy to follow JS now.

Thanks!</description>
		<content:encoded><![CDATA[<p>Thank you!<br />
I am new to Javascript and you have given me good starting point. I find it so easy to follow JS now.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalid</title>
		<link>http://betterexplained.com/articles/the-single-page-javascript-overview/#comment-1654</link>
		<dc:creator>Kalid</dc:creator>
		<pubDate>Sat, 27 Aug 2011 08:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/the-single-page-javascript-overview/#comment-1654</guid>
		<description>@Anonymous: Whoops! Yep, you&#039;re correct, fixed now. Thanks!</description>
		<content:encoded><![CDATA[<p>@Anonymous: Whoops! Yep, you&#8217;re correct, fixed now. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://betterexplained.com/articles/the-single-page-javascript-overview/#comment-1653</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 27 Aug 2011 06:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/the-single-page-javascript-overview/#comment-1653</guid>
		<description>In line 4 of your sample for the section &quot;Comparisons and Manipulations,&quot; it seems to me that you&#039;re missing a &#039;=&#039;.</description>
		<content:encoded><![CDATA[<p>In line 4 of your sample for the section &#8220;Comparisons and Manipulations,&#8221; it seems to me that you&#8217;re missing a &#8216;=&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalid</title>
		<link>http://betterexplained.com/articles/the-single-page-javascript-overview/#comment-1652</link>
		<dc:creator>Kalid</dc:creator>
		<pubDate>Fri, 04 Sep 2009 22:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/the-single-page-javascript-overview/#comment-1652</guid>
		<description>@Steal: You&#039;d have to iterate through all the properties on the object and print them out:

for(prop in obj)
{
   str += prop + &quot;value :&quot; + obj[prop]+&quot;\n&quot;;
}

See http://vijayk.wordpress.com/2006/12/14/for-in-loop-to-print-object-properties-with-javascriptactionscript/</description>
		<content:encoded><![CDATA[<p>@Steal: You&#8217;d have to iterate through all the properties on the object and print them out:</p>
<p>for(prop in obj)<br />
{<br />
   str += prop + &#8220;value :&#8221; + obj[prop]+&#8221;\n&#8221;;<br />
}</p>
<p>See <a href="http://vijayk.wordpress.com/2006/12/14/for-in-loop-to-print-object-properties-with-javascriptactionscript/" rel="nofollow">http://vijayk.wordpress.com/2006/12/14/for-in-loop-to-print-object-properties-with-javascriptactionscript/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

