<?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: 5 Minute jQuery Book Review</title>
	<atom:link href="http://www.thecrumb.com/2007/07/13/5-minute-jquery-book-review/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thecrumb.com/2007/07/13/5-minute-jquery-book-review/</link>
	<description>ColdFusion, Ant, jQuery and other geeky stuff with the occasional motorcycle post.</description>
	<pubDate>Sun, 06 Jul 2008 02:38:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Jim</title>
		<link>http://www.thecrumb.com/2007/07/13/5-minute-jquery-book-review/#comment-3486</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sat, 22 Sep 2007 12:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/2007/07/13/5-minute-jquery-book-review/#comment-3486</guid>
		<description>Some of the AJAX examples use PHP for the server side actions.  Otherwise all of the examples are language independent.

There is also another jQuery book coming out:  &lt;a href="http://www.amazon.com/jQuery-Action-Bear-Bibeault/dp/1933988355/ref=pd_bbs_sr_5/002-5097945-7887203?ie=UTF8&#038;s=books&#038;qid=1190464691&#038;sr=8-5" rel="nofollow"&gt;jQuery In Action&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Some of the AJAX examples use PHP for the server side actions.  Otherwise all of the examples are language independent.</p>
<p>There is also another jQuery book coming out:  <a href="http://www.amazon.com/jQuery-Action-Bear-Bibeault/dp/1933988355/ref=pd_bbs_sr_5/002-5097945-7887203?ie=UTF8&#038;s=books&#038;qid=1190464691&#038;sr=8-5" rel="nofollow">jQuery In Action</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AD</title>
		<link>http://www.thecrumb.com/2007/07/13/5-minute-jquery-book-review/#comment-3485</link>
		<dc:creator>AD</dc:creator>
		<pubDate>Sat, 22 Sep 2007 07:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/2007/07/13/5-minute-jquery-book-review/#comment-3485</guid>
		<description>I'm interested in getting this book, but I have one question before buying it -- does this book talk about integrating jQuery with PHP/MySQL (or other languages)?</description>
		<content:encoded><![CDATA[<p>I&#8217;m interested in getting this book, but I have one question before buying it &#8212; does this book talk about integrating jQuery with PHP/MySQL (or other languages)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.thecrumb.com/2007/07/13/5-minute-jquery-book-review/#comment-3365</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 19 Jul 2007 20:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/2007/07/13/5-minute-jquery-book-review/#comment-3365</guid>
		<description>Mitch - what do you expect in 5 minutes :)

I'm not a javascript expert by any means and so far I have been getting through the book OK.  

They start at the very beginning - showing you a simple script - which they then break down - explaining  the basic jQuery object - $() as well as the $(document).ready(function().  Then they go on to show how you can reference and act upon elements within your page: $("p").show("slow");

So it does start out very basic.  Sorry my 'review' made it sound more complex.  As I said - I know little to nothing about Javascript proper and so far I've been able to follow all the examples in the book.</description>
		<content:encoded><![CDATA[<p>Mitch - what do you expect in 5 minutes <img src='http://www.thecrumb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m not a javascript expert by any means and so far I have been getting through the book OK.  </p>
<p>They start at the very beginning - showing you a simple script - which they then break down - explaining  the basic jQuery object - $() as well as the $(document).ready(function().  Then they go on to show how you can reference and act upon elements within your page: $(&#8221;p&#8221;).show(&#8221;slow&#8221;);</p>
<p>So it does start out very basic.  Sorry my &#8216;review&#8217; made it sound more complex.  As I said - I know little to nothing about Javascript proper and so far I&#8217;ve been able to follow all the examples in the book.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitchell Waite</title>
		<link>http://www.thecrumb.com/2007/07/13/5-minute-jquery-book-review/#comment-3364</link>
		<dc:creator>Mitchell Waite</dc:creator>
		<pubDate>Thu, 19 Jul 2007 19:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/2007/07/13/5-minute-jquery-book-review/#comment-3364</guid>
		<description>I get the impression from this comment in the five minute review this is not a "for Dummies" book

" Glancing at the Table of Contents - Iâ€™m happy to note there are no basic introductory â€˜HTML/Javascriptâ€™ chapters (no fluff!) you dive right into a simple jQuery script where you manipulate some CSS."

I was hoping there would be a basic intro to the things most people familiar with JavaScript take for granted. 

So

" Initially you start at the basics - jQuery syntax, selectors, events and using effects."

I would like to see several pages of different ways to activate a jQuery, as I have seen at least a dozen,. For example as dumb as this sounds it took me a while to figure out you can call anything in jQuery, using a onclick="foo()". But I have not been able to get several jQuery functions to work this way either. 

I am not familiar with all the events like "attaching" and "focus" and things like "chaining" are new to me.

Again, I'm talking a real dummy here :) Though I am proud of what I have been able to do:

http://www.whatbird.com/wwwroot/NEW_TAB_SEARCH.html

Check the effects on the Text and Small Icon views and click the Sorting-&#62;First, Last to see it puff.

The big challenge in this simulation was getting the effects to wait a fixed time before firing, so as to simulate a real trip to the server.

Mitch</description>
		<content:encoded><![CDATA[<p>I get the impression from this comment in the five minute review this is not a &#8220;for Dummies&#8221; book</p>
<p>&#8221; Glancing at the Table of Contents - Iâ€™m happy to note there are no basic introductory â€˜HTML/Javascriptâ€™ chapters (no fluff!) you dive right into a simple jQuery script where you manipulate some CSS.&#8221;</p>
<p>I was hoping there would be a basic intro to the things most people familiar with JavaScript take for granted. </p>
<p>So</p>
<p>&#8221; Initially you start at the basics - jQuery syntax, selectors, events and using effects.&#8221;</p>
<p>I would like to see several pages of different ways to activate a jQuery, as I have seen at least a dozen,. For example as dumb as this sounds it took me a while to figure out you can call anything in jQuery, using a onclick=&#8221;foo()&#8221;. But I have not been able to get several jQuery functions to work this way either. </p>
<p>I am not familiar with all the events like &#8220;attaching&#8221; and &#8220;focus&#8221; and things like &#8220;chaining&#8221; are new to me.</p>
<p>Again, I&#8217;m talking a real dummy here <img src='http://www.thecrumb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Though I am proud of what I have been able to do:</p>
<p><a href="http://www.whatbird.com/wwwroot/NEW_TAB_SEARCH.html" rel="nofollow">http://www.whatbird.com/wwwroo.....EARCH.html</a></p>
<p>Check the effects on the Text and Small Icon views and click the Sorting-&gt;First, Last to see it puff.</p>
<p>The big challenge in this simulation was getting the effects to wait a fixed time before firing, so as to simulate a real trip to the server.</p>
<p>Mitch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.thecrumb.com/2007/07/13/5-minute-jquery-book-review/#comment-3349</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Fri, 13 Jul 2007 16:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/2007/07/13/5-minute-jquery-book-review/#comment-3349</guid>
		<description>@Jim: Thanks so much for the review! I'm glad you like the book so far. :)  

@Tane and Greg: Good eye, guys! Also, a few times in the book, Jonathan and I refer to jQuery doing "the heavy lifting" for us. So we thought the weights metaphor would be especially apt for the cover. By the way, I took the photo on the beach of Lake Michigan. 

Sorry about the screenshot issue. We were wondering if that would be a problem, but by the time we saw the final proofs, it was too late to do anything about it. I think we were more careful about color in later chapters. Also, as far as I know, the PDF "eBook" version shows the images in color. If there is ever a 2nd edition, we'll be sure to change examples so they're more gray-scale-friendly.</description>
		<content:encoded><![CDATA[<p>@Jim: Thanks so much for the review! I&#8217;m glad you like the book so far. <img src='http://www.thecrumb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>@Tane and Greg: Good eye, guys! Also, a few times in the book, Jonathan and I refer to jQuery doing &#8220;the heavy lifting&#8221; for us. So we thought the weights metaphor would be especially apt for the cover. By the way, I took the photo on the beach of Lake Michigan. </p>
<p>Sorry about the screenshot issue. We were wondering if that would be a problem, but by the time we saw the final proofs, it was too late to do anything about it. I think we were more careful about color in later chapters. Also, as far as I know, the PDF &#8220;eBook&#8221; version shows the images in color. If there is ever a 2nd edition, we&#8217;ll be sure to change examples so they&#8217;re more gray-scale-friendly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.thecrumb.com/2007/07/13/5-minute-jquery-book-review/#comment-3348</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 13 Jul 2007 15:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/2007/07/13/5-minute-jquery-book-review/#comment-3348</guid>
		<description>My apologies to Devo...

When a problem comes along.
You must jQuery it.
Before the code sits out too long.
You must jQuery it.
When something's going wrong.
You must jQuery it.

Now jQuery it.
into shape.
shape it up.
get straight.
go forward.
move ahead.

try to interface it.
it's not too late.
to jQuery it.
jQuery it good.</description>
		<content:encoded><![CDATA[<p>My apologies to Devo&#8230;</p>
<p>When a problem comes along.<br />
You must jQuery it.<br />
Before the code sits out too long.<br />
You must jQuery it.<br />
When something&#8217;s going wrong.<br />
You must jQuery it.</p>
<p>Now jQuery it.<br />
into shape.<br />
shape it up.<br />
get straight.<br />
go forward.<br />
move ahead.</p>
<p>try to interface it.<br />
it&#8217;s not too late.<br />
to jQuery it.<br />
jQuery it good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.thecrumb.com/2007/07/13/5-minute-jquery-book-review/#comment-3347</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Fri, 13 Jul 2007 14:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/2007/07/13/5-minute-jquery-book-review/#comment-3347</guid>
		<description>"I have no idea what the image on the cover representsâ€¦ " ... the pile of weights is a DEVO hat  :)</description>
		<content:encoded><![CDATA[<p>&#8220;I have no idea what the image on the cover representsâ€¦ &#8221; &#8230; the pile of weights is a DEVO hat  <img src='http://www.thecrumb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tane Piper</title>
		<link>http://www.thecrumb.com/2007/07/13/5-minute-jquery-book-review/#comment-3346</link>
		<dc:creator>Tane Piper</dc:creator>
		<pubDate>Fri, 13 Jul 2007 14:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/2007/07/13/5-minute-jquery-book-review/#comment-3346</guid>
		<description>Nice review.

The image represents the jQuery logo, which is based on Devo Energy domes:  http://en.wikipedia.org/wiki/Image:DevoFreedomofChoice.jpg</description>
		<content:encoded><![CDATA[<p>Nice review.</p>
<p>The image represents the jQuery logo, which is based on Devo Energy domes:  <a href="http://en.wikipedia.org/wiki/Image:DevoFreedomofChoice.jpg" rel="nofollow">http://en.wikipedia.org/wiki/I.....Choice.jpg</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Chaffer</title>
		<link>http://www.thecrumb.com/2007/07/13/5-minute-jquery-book-review/#comment-3345</link>
		<dc:creator>Jonathan Chaffer</dc:creator>
		<pubDate>Fri, 13 Jul 2007 14:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/2007/07/13/5-minute-jquery-book-review/#comment-3345</guid>
		<description>Glad it's going well so far.

For the initial examples, you won't need an HTTP server, actually. We specifically developed most of the examples so that they are standalone, and work by just opening the file locally. The only exceptions should be the examples that use AJAX.

When you do need a server, XAMPP is a good package to try.</description>
		<content:encoded><![CDATA[<p>Glad it&#8217;s going well so far.</p>
<p>For the initial examples, you won&#8217;t need an HTTP server, actually. We specifically developed most of the examples so that they are standalone, and work by just opening the file locally. The only exceptions should be the examples that use AJAX.</p>
<p>When you do need a server, XAMPP is a good package to try.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
