<?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>Learning shouldn&#039;t hurt. Let&#039;s share the insights that made difficult ideas click.</description>
	<lastBuildDate>Fri, 10 Sep 2010 15:29:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kalid</title>
		<link>http://betterexplained.com/articles/the-single-page-javascript-overview/#comment-251612</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-251612</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>
	<item>
		<title>By: Steal</title>
		<link>http://betterexplained.com/articles/the-single-page-javascript-overview/#comment-249474</link>
		<dc:creator>Steal</dc:creator>
		<pubDate>Wed, 05 Aug 2009 15:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/the-single-page-javascript-overview/#comment-249474</guid>
		<description>var obj = {			  // create object using JSON
    name: &quot;Bob&quot;,		  //   aka Javascript Object Notation
    details: {
        age: 33,
        &quot;favorite color&quot;: &quot;green&quot;
    }
}
obj.name
obj.details[&quot;favorite color&quot;]

i&#039;ve  a question... how can I print all obj property without know them 
exist something like reflection???
I&#039;m looking for a function like (php) print_r(obj)</description>
		<content:encoded><![CDATA[<p>var obj = {			  // create object using JSON<br />
    name: &#8220;Bob&#8221;,		  //   aka Javascript Object Notation<br />
    details: {<br />
        age: 33,<br />
        &#8220;favorite color&#8221;: &#8220;green&#8221;<br />
    }<br />
}<br />
obj.name<br />
obj.details["favorite color"]</p>
<p>i&#8217;ve  a question&#8230; how can I print all obj property without know them<br />
exist something like reflection???<br />
I&#8217;m looking for a function like (php) print_r(obj)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giancasa</title>
		<link>http://betterexplained.com/articles/the-single-page-javascript-overview/#comment-249473</link>
		<dc:creator>Giancasa</dc:creator>
		<pubDate>Wed, 05 Aug 2009 14:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/the-single-page-javascript-overview/#comment-249473</guid>
		<description>Yeaah it&#039;s very simple and comprehensive Overview.

Thanks</description>
		<content:encoded><![CDATA[<p>Yeaah it&#8217;s very simple and comprehensive Overview.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 8/12 queries in 0.008 seconds using disk

Served from: betterexplained.com @ 2010-09-10 19:38:20 -->