<?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: Meet JavaScript&#8230;</title>
	<atom:link href="http://www.sitepoint.com/blogs/2006/03/07/meet-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2006/03/07/meet-javascript/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Mon, 23 Nov 2009 05:23:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matthias Miller</title>
		<link>http://www.sitepoint.com/blogs/2006/03/07/meet-javascript/comment-page-1/#comment-15828</link>
		<dc:creator>Matthias Miller</dc:creator>
		<pubDate>Sat, 18 Mar 2006 05:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1457#comment-15828</guid>
		<description>Let&#039;s try this again. The &quot;arguments&quot; should have been &quot;arr&quot;, such as:

function avgArray(arr) {
    var sum = 0;
    for (var i = 0, j = arr.length; i &lt; j; i++) {
        sum += arr[i];
    }
    return sum / arr.length;
}</description>
		<content:encoded><![CDATA[<p>Let&#8217;s try this again. The &#8220;arguments&#8221; should have been &#8220;arr&#8221;, such as:</p>
<p>function avgArray(arr) {<br />
    var sum = 0;<br />
    for (var i = 0, j = arr.length; i &lt; j; i++) {<br />
        sum += arr[i];<br />
    }<br />
    return sum / arr.length;<br />
}</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias Miller</title>
		<link>http://www.sitepoint.com/blogs/2006/03/07/meet-javascript/comment-page-1/#comment-15827</link>
		<dc:creator>Matthias Miller</dc:creator>
		<pubDate>Sat, 18 Mar 2006 05:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1457#comment-15827</guid>
		<description>Just noticed a minor error on http://simon.incutio.com/slides/2006/etech/javascript/js-tutorial.061.html. This should be:

&lt;code&gt;function avgArray(arr) {
    var sum = 0;
    for (var i = 0, j = arr.length; i arr[i];
    }
    return sum / arr.length;
}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Just noticed a minor error on <a href="http://simon.incutio.com/slides/2006/etech/javascript/js-tutorial.061.html" rel="nofollow">http://simon.incutio.com/slides/2006/etech/javascript/js-tutorial.061.html</a>. This should be:</p>
<code>function avgArray(arr) {
    var sum = 0;
    for (var i = 0, j = arr.length; i arr[i];
    }
    return sum / arr.length;
}</code>]]></content:encoded>
	</item>
	<item>
		<title>By: Ajaxian</title>
		<link>http://www.sitepoint.com/blogs/2006/03/07/meet-javascript/comment-page-1/#comment-15356</link>
		<dc:creator>Ajaxian</dc:creator>
		<pubDate>Thu, 09 Mar 2006 05:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1457#comment-15356</guid>
		<description>&lt;strong&gt;A (Re)Introduction to JavaScript&lt;/strong&gt;

	Simon Willison has posted the complete slides (low quality) (higher quality via flickr) to a three hour tutorial he gave at ETech on JavaScript.  It looks very thorough with over 100 slides, starting out with the basic syntax and types and working up ...</description>
		<content:encoded><![CDATA[<p><strong>A (Re)Introduction to JavaScript</strong></p>
<p>	Simon Willison has posted the complete slides (low quality) (higher quality via flickr) to a three hour tutorial he gave at ETech on JavaScript.  It looks very thorough with over 100 slides, starting out with the basic syntax and types and working up &#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Bobster</title>
		<link>http://www.sitepoint.com/blogs/2006/03/07/meet-javascript/comment-page-1/#comment-15310</link>
		<dc:creator>Bobster</dc:creator>
		<pubDate>Wed, 08 Mar 2006 09:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1457#comment-15310</guid>
		<description>&lt;blockquote&gt;SitePoint Blogs » Zend Framework Tutorial Says:
March 7th, 2006 at 11:09 am

[…] Blog Post Blogs » PHP » Zend Framework Tutorial « Meet JavaScript… […]&lt;/blockquote&gt;

Good point there, sir.</description>
		<content:encoded><![CDATA[<blockquote><p>SitePoint Blogs » Zend Framework Tutorial Says:<br />
March 7th, 2006 at 11:09 am</p>
<p>[…] Blog Post Blogs » PHP » Zend Framework Tutorial « Meet JavaScript… […]</p></blockquote>
<p>Good point there, sir.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Skunk</title>
		<link>http://www.sitepoint.com/blogs/2006/03/07/meet-javascript/comment-page-1/#comment-15294</link>
		<dc:creator>Skunk</dc:creator>
		<pubDate>Wed, 08 Mar 2006 00:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1457#comment-15294</guid>
		<description>Thanks for the post :) I&#039;ve posted &lt;a href=&quot;http://www.flickr.com/photos/simon/sets/72057594077197868/&quot; rel=&quot;nofollow&quot;&gt;better quality slides&lt;/a&gt; to Flickr, and I&#039;ve converted &lt;a href=&quot;http://simon.incutio.com/slides/2006/etech/javascript/js-reintroduction-notes.html&quot; rel=&quot;nofollow&quot;&gt;the notes to HTML&lt;/a&gt; (with fragment links for individual sections).</description>
		<content:encoded><![CDATA[<p>Thanks for the post :) I&#8217;ve posted <a href="http://www.flickr.com/photos/simon/sets/72057594077197868/" rel="nofollow">better quality slides</a> to Flickr, and I&#8217;ve converted <a href="http://simon.incutio.com/slides/2006/etech/javascript/js-reintroduction-notes.html" rel="nofollow">the notes to HTML</a> (with fragment links for individual sections).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sojan80</title>
		<link>http://www.sitepoint.com/blogs/2006/03/07/meet-javascript/comment-page-1/#comment-15272</link>
		<dc:creator>Sojan80</dc:creator>
		<pubDate>Tue, 07 Mar 2006 17:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1457#comment-15272</guid>
		<description>Wow now that is a lecture I would have loved to have been able to attend. Thnks for the links!.</description>
		<content:encoded><![CDATA[<p>Wow now that is a lecture I would have loved to have been able to attend. Thnks for the links!.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: SitePoint Blogs &#187; Zend Framework Tutorial</title>
		<link>http://www.sitepoint.com/blogs/2006/03/07/meet-javascript/comment-page-1/#comment-15269</link>
		<dc:creator>SitePoint Blogs &#187; Zend Framework Tutorial</dc:creator>
		<pubDate>Tue, 07 Mar 2006 15:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1457#comment-15269</guid>
		<description>[...] Blog Post   Blogs &#187;  PHP &#187; Zend Framework Tutorial   &#171; Meet JavaScript&#8230;   &#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] Blog Post   Blogs &#187;  PHP &#187; Zend Framework Tutorial   &laquo; Meet JavaScript&#8230;   &nbsp; [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>
