<?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: JavaScript: The Missing Manual</title>
	<atom:link href="http://www.freewebcounterstats.com/news/2009/10/19/javascript-the-missing-manual/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freewebcounterstats.com/news/2009/10/19/javascript-the-missing-manual/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 08 Nov 2010 05:34:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ivana</title>
		<link>http://www.freewebcounterstats.com/news/2009/10/19/javascript-the-missing-manual/comment-page-1/#comment-2949</link>
		<dc:creator>Ivana</dc:creator>
		<pubDate>Mon, 19 Oct 2009 07:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewebcounterstats.com/news/2009/10/19/javascript-the-missing-manual/#comment-2949</guid>
		<description>&lt;/div&gt;

As Brett mentioned, this book integrates jQuery (a popular javascript library) into examples. More than half of the book teaches you how to use the jQuery library to enhance user experiences. It won&#039;t teach you how to write XMLHTTPRequest from scrach. Instead, the book teaches you how to make Ajax requests with jQuery, which greatly simplifies the problem (1~10 lines of code). The book exposes you to real-world problems and the practical way of solving them (that is using javascript libraries such as jQuery). &#013;&lt;br/&gt;&lt;br/&gt;I strongly recommend this book to those who know nothing about javascript/ajax or jQuery. It serves as a great introduction to both of the topics. After you finish this book, you will be quite comfortable with javascript syntax. And if you want, you can always read other books to further extend you knowledge of plain javascript (the javascript without any library).&#013;&lt;br/&gt;&lt;br/&gt;Brett gives a 3-star rating. I feel it is worth more than three, but I agree that it would be better if the publisher named the book &quot;Javascript with jQuery&quot; like.
      </description>
		<content:encoded><![CDATA[<p>As Brett mentioned, this book integrates jQuery (a popular javascript library) into examples. More than half of the book teaches you how to use the jQuery library to enhance user experiences. It won&#8217;t teach you how to write XMLHTTPRequest from scrach. Instead, the book teaches you how to make Ajax requests with jQuery, which greatly simplifies the problem (1~10 lines of code). The book exposes you to real-world problems and the practical way of solving them (that is using javascript libraries such as jQuery). &#13;</p>
<p>I strongly recommend this book to those who know nothing about javascript/ajax or jQuery. It serves as a great introduction to both of the topics. After you finish this book, you will be quite comfortable with javascript syntax. And if you want, you can always read other books to further extend you knowledge of plain javascript (the javascript without any library).&#13;</p>
<p>Brett gives a 3-star rating. I feel it is worth more than three, but I agree that it would be better if the publisher named the book &#8220;Javascript with jQuery&#8221; like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.freewebcounterstats.com/news/2009/10/19/javascript-the-missing-manual/comment-page-1/#comment-2948</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 19 Oct 2009 05:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewebcounterstats.com/news/2009/10/19/javascript-the-missing-manual/#comment-2948</guid>
		<description>&lt;/div&gt;

I have David&#039;s CSS book and was waiting for this book to come out.  I can understand one of the author&#039;s reservations about this book being jQuery specific, but if you stop to think of it, is also one of its strengths.  There are &quot;n&quot; number of Javascript books out there which are pretty good, but do not take you beyond beginning/inermediate Javascript programming.&#013;&lt;br/&gt;&lt;br/&gt;Realistically and practically, in order to get anything useful done in a reasonable amount of time, you have to use one of the frameworks.  It could be jQuery, Prototype/Scripty, Dojo, Yahoo, any of these frameworks will do.  The author has chosen to use jQuery which is an excellent choice.&#013;&lt;br/&gt;&lt;br/&gt;Actually, my nitpicking is on the other side, i.e., the author should have left beginning Javascript material to any one of the other books and simply focused on Javascript with jQuery.  His presentation style is very effective and he obviously knows CSS/Javascript world very well.  Even better, he can communicate it equally well.&#013;&lt;br/&gt;&lt;br/&gt;If you are beyond the introductory phase in CSS/Javascript world and are looking to build something useful beyond the toy pages, this book along with his CSS book becomes very useful.&#013;&lt;br/&gt;&lt;br/&gt;jQuery, without a doubt, is a superior framework.  I prefer it to Prototype and Scriptaculous.  I do not know Yahoo or Dojo so I cannot comment on them.&#013;&lt;br/&gt;&lt;br/&gt;I would buy other books from David again.  In fact, I would love to see an &quot;advanced&quot; book where he brings together all of his knowledge and communication skills for creating &quot;professional&quot; web front-ends.  Keep the same tutorial format though.
      </description>
		<content:encoded><![CDATA[<p>I have David&#8217;s CSS book and was waiting for this book to come out.  I can understand one of the author&#8217;s reservations about this book being jQuery specific, but if you stop to think of it, is also one of its strengths.  There are &#8220;n&#8221; number of Javascript books out there which are pretty good, but do not take you beyond beginning/inermediate Javascript programming.&#13;</p>
<p>Realistically and practically, in order to get anything useful done in a reasonable amount of time, you have to use one of the frameworks.  It could be jQuery, Prototype/Scripty, Dojo, Yahoo, any of these frameworks will do.  The author has chosen to use jQuery which is an excellent choice.&#13;</p>
<p>Actually, my nitpicking is on the other side, i.e., the author should have left beginning Javascript material to any one of the other books and simply focused on Javascript with jQuery.  His presentation style is very effective and he obviously knows CSS/Javascript world very well.  Even better, he can communicate it equally well.&#13;</p>
<p>If you are beyond the introductory phase in CSS/Javascript world and are looking to build something useful beyond the toy pages, this book along with his CSS book becomes very useful.&#13;</p>
<p>jQuery, without a doubt, is a superior framework.  I prefer it to Prototype and Scriptaculous.  I do not know Yahoo or Dojo so I cannot comment on them.&#13;</p>
<p>I would buy other books from David again.  In fact, I would love to see an &#8220;advanced&#8221; book where he brings together all of his knowledge and communication skills for creating &#8220;professional&#8221; web front-ends.  Keep the same tutorial format though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Durin</title>
		<link>http://www.freewebcounterstats.com/news/2009/10/19/javascript-the-missing-manual/comment-page-1/#comment-2947</link>
		<dc:creator>Durin</dc:creator>
		<pubDate>Mon, 19 Oct 2009 03:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.freewebcounterstats.com/news/2009/10/19/javascript-the-missing-manual/#comment-2947</guid>
		<description>&lt;/div&gt;

§&#013;&lt;br/&gt;&lt;br/&gt;I thought the author&#039;s other &quot;Missing Manual&quot; on CSS was very good and said so. ( &lt;a href=&quot;http://www.amazon.com/gp/product/0596526873/ref=cm_cr_asin_lnk&quot;&gt;CSS: The Missing Manual&lt;/a&gt; ) I am not so sure about this one. &#013;&lt;br/&gt;&lt;br/&gt;This book is meant to be a beginner book and it certainly does treat certain aspects of JavaScript well from that perspective. My problem is that the author has chosen to integrate a particular JavaScript framework, jQuery, into the examples, starting with the introductory chapter. &#013;&lt;br/&gt;&lt;br/&gt;I have used jQuery and have a high opinion of it, esp. of its CSS-like selector syntax. However, I don&#039;t think I ever could have learned the basics of JavaScript using jQuery. jQuery has its own syntax and its own ways of doing things that are different from other JavaScript frameworks and certainly *much* different from generic JavaScript. &#013;&lt;br/&gt;&lt;br/&gt;A true beginner is going to find it difficult separating what is applicable to the wide world of JavaScript from what will only be applicable in one particular circumstance. &#013;&lt;br/&gt;&lt;br/&gt;Perhaps the book may be better labeled as a getting started with JavaScript and jQuery text.&#013;&lt;br/&gt;&lt;br/&gt;§
      </description>
		<content:encoded><![CDATA[<p>§&#13;</p>
<p>I thought the author&#8217;s other &#8220;Missing Manual&#8221; on CSS was very good and said so. ( <a href="http://www.amazon.com/gp/product/0596526873/ref=cm_cr_asin_lnk">CSS: The Missing Manual</a> ) I am not so sure about this one. &#13;</p>
<p>This book is meant to be a beginner book and it certainly does treat certain aspects of JavaScript well from that perspective. My problem is that the author has chosen to integrate a particular JavaScript framework, jQuery, into the examples, starting with the introductory chapter. &#13;</p>
<p>I have used jQuery and have a high opinion of it, esp. of its CSS-like selector syntax. However, I don&#8217;t think I ever could have learned the basics of JavaScript using jQuery. jQuery has its own syntax and its own ways of doing things that are different from other JavaScript frameworks and certainly *much* different from generic JavaScript. &#13;</p>
<p>A true beginner is going to find it difficult separating what is applicable to the wide world of JavaScript from what will only be applicable in one particular circumstance. &#13;</p>
<p>Perhaps the book may be better labeled as a getting started with JavaScript and jQuery text.&#13;</p>
<p>§</p>
]]></content:encoded>
	</item>
</channel>
</rss>

