<?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"
	>
<channel>
	<title>Comments on: A Belated Word on The JavaScript Anthology</title>
	<atom:link href="http://www.sitepoint.com/blogs/2006/03/21/a-belated-word-on-the-javascript-anthology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2006/03/21/a-belated-word-on-the-javascript-anthology/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<pubDate>Thu, 04 Dec 2008 04:00:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Jenny McDermott</title>
		<link>http://www.sitepoint.com/blogs/2006/03/21/a-belated-word-on-the-javascript-anthology/#comment-17669</link>
		<dc:creator>Jenny McDermott</dc:creator>
		<pubDate>Wed, 12 Apr 2006 21:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1482#comment-17669</guid>
		<description>Aw, Jeez. Now I have to buy another book. Someday I WILL spend money on something else!</description>
		<content:encoded><![CDATA[<p>Aw, Jeez. Now I have to buy another book. Someday I WILL spend money on something else!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: brothercake</title>
		<link>http://www.sitepoint.com/blogs/2006/03/21/a-belated-word-on-the-javascript-anthology/#comment-17097</link>
		<dc:creator>brothercake</dc:creator>
		<pubDate>Wed, 05 Apr 2006 18:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1482#comment-17097</guid>
		<description>&lt;strong&gt;@keithlaw&lt;/strong&gt; - I hear what you're saying - a few of the examples in chapter 1 are quite advanced and not fully explained, and that's because we needed to put quick, practical solutions in place.  

The one you mentioned - the addLoadListener - is a prime example, where there needed to be a ubiquitous solution, but it was really too early to explain it properly. That's why the chapter refers forward to Chapter 13, where event listening is explained in more detail from the ground up :)</description>
		<content:encoded><![CDATA[<p><strong>@keithlaw</strong> - I hear what you&#8217;re saying - a few of the examples in chapter 1 are quite advanced and not fully explained, and that&#8217;s because we needed to put quick, practical solutions in place.  </p>
<p>The one you mentioned - the addLoadListener - is a prime example, where there needed to be a ubiquitous solution, but it was really too early to explain it properly. That&#8217;s why the chapter refers forward to Chapter 13, where event listening is explained in more detail from the ground up :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: keithlaw</title>
		<link>http://www.sitepoint.com/blogs/2006/03/21/a-belated-word-on-the-javascript-anthology/#comment-16770</link>
		<dc:creator>keithlaw</dc:creator>
		<pubDate>Thu, 30 Mar 2006 06:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1482#comment-16770</guid>
		<description>I have been using this book for the last week. I am struggling with some of the code examples on eventhandlers and eventlisteners. The book does often assume you know more than you do ( certainly in my case ). Page 16 it says: " You get the idea!"  Actually I get the idea but not the how to implement it.

This topic is key to the whole use of javascript and a little more clarity for the slow learners would have been useful.

I now have a library of 9 sitepoint books - the clearest are the css anthology and Kevin's PHP/SQL  - the most difficult are the Dynamic HTML and this one.</description>
		<content:encoded><![CDATA[<p>I have been using this book for the last week. I am struggling with some of the code examples on eventhandlers and eventlisteners. The book does often assume you know more than you do ( certainly in my case ). Page 16 it says: &#8221; You get the idea!&#8221;  Actually I get the idea but not the how to implement it.</p>
<p>This topic is key to the whole use of javascript and a little more clarity for the slow learners would have been useful.</p>
<p>I now have a library of 9 sitepoint books - the clearest are the css anthology and Kevin&#8217;s PHP/SQL  - the most difficult are the Dynamic HTML and this one.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.sitepoint.com/blogs/2006/03/21/a-belated-word-on-the-javascript-anthology/#comment-16473</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 26 Mar 2006 02:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1482#comment-16473</guid>
		<description>Craig: I'll be talking at a Sydney WSG meeting in June, to which I'll probably bring along a few copies (if you can hang on that long).

There's also a bunch of workshops I'm doing around Australia with Russ Weakley in May:

&lt;a href="http://maxdesign.com.au/workshop-javascript2006/" rel="nofollow"&gt;http://maxdesign.com.au/workshop-javascript2006/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Craig: I&#8217;ll be talking at a Sydney WSG meeting in June, to which I&#8217;ll probably bring along a few copies (if you can hang on that long).</p>
<p>There&#8217;s also a bunch of workshops I&#8217;m doing around Australia with Russ Weakley in May:</p>
<p><a href="http://maxdesign.com.au/workshop-javascript2006/" rel="nofollow">http://maxdesign.com.au/workshop-javascript2006/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: ugadarnell</title>
		<link>http://www.sitepoint.com/blogs/2006/03/21/a-belated-word-on-the-javascript-anthology/#comment-16211</link>
		<dc:creator>ugadarnell</dc:creator>
		<pubDate>Wed, 22 Mar 2006 22:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1482#comment-16211</guid>
		<description>Since reading the sample chapters, I've finally learned how to separate my JavaScript from my HTML properly.  I also finally learned how to properly handle events in JavaScript.  I was actually able to understand the Dojo Framework's event handling afterward as well.  I learned more from these sample chapters than from any other JavaScript instruction or reference.

This book actually tells you how you should be building JavaScript on your webpages to make it cross-browser compatible, rather than just explaining how people used to do it, or how to do it with the latest standards (which don't work in all browsers).  More technical books should be like this book.

I'll be ordering it soon myself if I can't convince my boss to purchase it for me.  This book really is what I've been missing in my study of client-side programming!

I really liked the sample chapters.  Thanks to anyone who took part in getting this book out there.</description>
		<content:encoded><![CDATA[<p>Since reading the sample chapters, I&#8217;ve finally learned how to separate my JavaScript from my HTML properly.  I also finally learned how to properly handle events in JavaScript.  I was actually able to understand the Dojo Framework&#8217;s event handling afterward as well.  I learned more from these sample chapters than from any other JavaScript instruction or reference.</p>
<p>This book actually tells you how you should be building JavaScript on your webpages to make it cross-browser compatible, rather than just explaining how people used to do it, or how to do it with the latest standards (which don&#8217;t work in all browsers).  More technical books should be like this book.</p>
<p>I&#8217;ll be ordering it soon myself if I can&#8217;t convince my boss to purchase it for me.  This book really is what I&#8217;ve been missing in my study of client-side programming!</p>
<p>I really liked the sample chapters.  Thanks to anyone who took part in getting this book out there.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: EOBeav</title>
		<link>http://www.sitepoint.com/blogs/2006/03/21/a-belated-word-on-the-javascript-anthology/#comment-16206</link>
		<dc:creator>EOBeav</dc:creator>
		<pubDate>Wed, 22 Mar 2006 22:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1482#comment-16206</guid>
		<description>I know just enough JavaScript to be dangerous.  I've ordered my &lt;em&gt;JavaScript Anthology&lt;/em&gt; book, and it will be here day after tomorrow.  Just in time for Spring Break.  Can't wait!</description>
		<content:encoded><![CDATA[<p>I know just enough JavaScript to be dangerous.  I&#8217;ve ordered my <em>JavaScript Anthology</em> book, and it will be here day after tomorrow.  Just in time for Spring Break.  Can&#8217;t wait!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Octal</title>
		<link>http://www.sitepoint.com/blogs/2006/03/21/a-belated-word-on-the-javascript-anthology/#comment-16177</link>
		<dc:creator>Octal</dc:creator>
		<pubDate>Wed, 22 Mar 2006 12:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1482#comment-16177</guid>
		<description>After reading Simon's excellent &lt;a href="http://simon.incutio.com/slides/2006/etech/javascript/js-reintroduction-notes.html" rel="nofollow"&gt;(Re)introduction to Javascript&lt;/a&gt; (and after reading the sample chapters) I decided to put this book on my wishlist</description>
		<content:encoded><![CDATA[<p>After reading Simon&#8217;s excellent <a href="http://simon.incutio.com/slides/2006/etech/javascript/js-reintroduction-notes.html" rel="nofollow">(Re)introduction to Javascript</a> (and after reading the sample chapters) I decided to put this book on my wishlist</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kailash Badu</title>
		<link>http://www.sitepoint.com/blogs/2006/03/21/a-belated-word-on-the-javascript-anthology/#comment-16172</link>
		<dc:creator>Kailash Badu</dc:creator>
		<pubDate>Wed, 22 Mar 2006 10:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1482#comment-16172</guid>
		<description>I wish i could bye that book here in Nepal.</description>
		<content:encoded><![CDATA[<p>I wish i could bye that book here in Nepal.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Skyblaze</title>
		<link>http://www.sitepoint.com/blogs/2006/03/21/a-belated-word-on-the-javascript-anthology/#comment-16165</link>
		<dc:creator>Skyblaze</dc:creator>
		<pubDate>Wed, 22 Mar 2006 08:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1482#comment-16165</guid>
		<description>&lt;blockquote&gt;If you’re familiar with basic programming principles like variables and flow of control, then yes. If not, you’ll want to follow one of the introductory JavaScript tutorials (like ours) before tackling this book.&lt;/blockquote&gt;

Well it isn't true, 'cause for example i noticed that in the first chapter it talks about event handlers etc. that you must already know as a concept; infact it talks about that knowing that the reader already knows the argument.</description>
		<content:encoded><![CDATA[<blockquote><p>If you’re familiar with basic programming principles like variables and flow of control, then yes. If not, you’ll want to follow one of the introductory JavaScript tutorials (like ours) before tackling this book.</p></blockquote>
<p>Well it isn&#8217;t true, &#8217;cause for example i noticed that in the first chapter it talks about event handlers etc. that you must already know as a concept; infact it talks about that knowing that the reader already knows the argument.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Yank</title>
		<link>http://www.sitepoint.com/blogs/2006/03/21/a-belated-word-on-the-javascript-anthology/#comment-16150</link>
		<dc:creator>Kevin Yank</dc:creator>
		<pubDate>Wed, 22 Mar 2006 04:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1482#comment-16150</guid>
		<description>&lt;blockquote&gt;Any chance you could bring a few copies to the WSG meeting in Sydney?&lt;/blockquote&gt;

I would if I were going to be there... Have you got a plane ticket for me?</description>
		<content:encoded><![CDATA[<blockquote><p>Any chance you could bring a few copies to the WSG meeting in Sydney?</p></blockquote>
<p>I would if I were going to be there&#8230; Have you got a plane ticket for me?</p>]]></content:encoded>
	</item>
</channel>
</rss>
