<?xml version="1.0" encoding="UTF-8"?>
<GoodreadsResponse>
	<Request>
		<authentication>false</authentication>
		    <method><![CDATA[]]></method>
	</Request>
	
<book>
  <id>518285</id>
  <title><![CDATA[Adding Ajax]]></title>
  <isbn><![CDATA[0596529368]]></isbn>
  <isbn13><![CDATA[9780596529369]]></isbn13>
  <image_url>http://photo.goodreads.com/books/1255793749m/518285.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255793749s/518285.jpg</small_image_url>
  <description><![CDATA[Ajax can bring many advantages to an existing web application without forcing you to redo the whole thing. This book explains how you can add Ajax to enhance, rather than replace, the way your application works. For instance, if you have a traditional web application based on submitting a form to update a table, you can enhance it by adding the capability to update the table with changes to the form fields, without actually having to submit the form. That's just one example.<br/> <br/> <em>Adding Ajax</em> is for those of you more interested in extending existing applications than in creating Rich Internet Applications (RIA). You already know the &quot;business-side&quot; of applications-web forms, server-side driven pages, and static content-and now you want to make your web pages livelier, more fun, and much more interactive. This book:<br/> <br/> &lt;ul&gt; &lt;li&gt;Provides an overview of Ajax technologies, and the importance of developing a strategy for changing your site before you sit down to code&lt;/li&gt; &lt;li&gt;Explains the heart and soul of Ajax: how to work with the XMLHttpRequest object&lt;/li&gt; &lt;li&gt;Introduces and demonstrates several important Ajax libraries, including Prototype, script.aculo.us, rico, Mochikit&lt;/li&gt; &lt;li&gt;Explores the interactive element that is Ajax, including how to work with events and event handlers that work across browsers&lt;/li&gt; &lt;li&gt;Introduces the concept of web page as space, and covers three popular approaches to managing web space&lt;/li&gt; &lt;li&gt;Explains how to make data updates, including adding new data, deleting, and making updates, all from within a single page&lt;/li&gt; &lt;li&gt;Describes the effects Ajax has on the Web-breaking the back button, losing browser history, dynamic effects that disappear when the page is refreshed, and more&lt;/li&gt; &lt;li&gt;Covers advanced CSS effects, including drag and drop &quot;scroll bars&quot;, pagination, and the use of SVG and the Canvas object&lt;/li&gt; &lt;li&gt;Explores mashups-Ajax's ability to combine data from different web services in any number of ways, directly in our web pages&lt;/li&gt; &lt;/ul&gt; You don't need to start over to use Ajax. You can simply add to what you already have. This book explains how.]]></description>
  <work>
  <best_book_id type="integer">518285</best_book_id>
  <books_count type="integer">1</books_count>
  <desc_user_id type="integer" nil="true"></desc_user_id>
  <id type="integer">506214</id>
  <media_type nil="true"></media_type>
  <original_language_id type="integer" nil="true"></original_language_id>
  <original_publication_day type="integer">20</original_publication_day>
  <original_publication_month type="integer">6</original_publication_month>
  <original_publication_year type="integer">2007</original_publication_year>
  <original_title>Adding Ajax</original_title>
  <rating_dist>total:2|3:2|</rating_dist>
  <ratings_count type="integer">2</ratings_count>
  <ratings_sum type="integer">6</ratings_sum>
  <reviews_count type="integer">13</reviews_count>
  <text_reviews_count type="integer">1</text_reviews_count>
</work>

  <average_rating><![CDATA[3.00]]></average_rating>
  <ratings_count><![CDATA[2]]></ratings_count>
  <text_reviews_count><![CDATA[1]]></text_reviews_count>
  
  <url><![CDATA[http://www.goodreads.com/book/show/518285.Adding_Ajax]]></url>
  <link><![CDATA[http://www.goodreads.com/book/show/518285.Adding_Ajax]]></link>
  <authors>
    <author>
    <id>49586</id>
        <name><![CDATA[Shelley Powers]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/49586.Shelley_Powers]]></link>
    <average_rating>3.48</average_rating>
    <ratings_count>56</ratings_count>
    <text_reviews_count>15</text_reviews_count>
  </author>
  </authors>
    <reviews start="1" end="13" total="13">
      <review>
  <id>63993977</id>
    <user>
    <id>403565</id>
    <name><![CDATA[Robert]]></name>
    <location><![CDATA[The United States]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/403565-robert]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1254183669p3/403565.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1254183669p2/403565.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">518285</id>
  <isbn>0596529368</isbn>
  <isbn13>9780596529369</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Adding Ajax]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255793749m/518285.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255793749s/518285.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/518285.Adding_Ajax</link>
  <average_rating>3.00</average_rating>
  <ratings_count>2</ratings_count>
  <description>
    <![CDATA[Ajax can bring many advantages to an existing web application without forcing you to redo the whole thing. This book explains how you can add Ajax to enhance, rather than replace, the way your application works. For instance, if you have a traditional web application based on submitting a form to update a table, you can enhance it by adding the capability to update the table with changes to the form fields, without actually having to submit the form. That's just one example.<br/> <br/> <em>Adding Ajax</em> is for those of you more interested in extending existing applications than in creating Rich Internet Applications (RIA). You already know the &quot;business-side&quot; of applications-web forms, server-side driven pages, and static content-and now you want to make your web pages livelier, more fun, and much more interactive. This book:<br/> <br/> &lt;ul&gt; &lt;li&gt;Provides an overview of Ajax technologies, and the importance of developing a strategy for changing your site before you sit down to code&lt;/li&gt; &lt;li&gt;Explains the heart and soul of Ajax: how to work with the XMLHttpRequest object&lt;/li&gt; &lt;li&gt;Introduces and demonstrates several important Ajax libraries, including Prototype, script.aculo.us, rico, Mochikit&lt;/li&gt; &lt;li&gt;Explores the interactive element that is Ajax, including how to work with events and event handlers that work across browsers&lt;/li&gt; &lt;li&gt;Introduces the concept of web page as space, and covers three popular approaches to managing web space&lt;/li&gt; &lt;li&gt;Explains how to make data updates, including adding new data, deleting, and making updates, all from within a single page&lt;/li&gt; &lt;li&gt;Describes the effects Ajax has on the Web-breaking the back button, losing browser history, dynamic effects that disappear when the page is refreshed, and more&lt;/li&gt; &lt;li&gt;Covers advanced CSS effects, including drag and drop &quot;scroll bars&quot;, pagination, and the use of SVG and the Canvas object&lt;/li&gt; &lt;li&gt;Explores mashups-Ajax's ability to combine data from different web services in any number of ways, directly in our web pages&lt;/li&gt; &lt;/ul&gt; You don't need to start over to use Ajax. You can simply add to what you already have. This book explains how.]]>
  </description>
  <published>2007</published>
</book>

    <rating>3</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Sun Aug 16 00:00:00 -0700 2009</read_at>
  <date_added>Sat Jul 18 11:20:29 -0700 2009</date_added>
  <date_updated>Sun Aug 16 16:21:02 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[Too much use of libraries and references to Googling things... yes, I'm sure that's the way most people add Ajax but I expected more of the nitty gritty and maybe a chapter on external tools. Lots of useful approaches to ensuring that Ajax pages remain accessible and some good thoughts on security t...<a href="http://www.goodreads.com/review/show/63993977">more...</a>]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/63993977]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/63993977]]></link>
</review>
      <review>
  <id>72815397</id>
    <user>
    <id>2785014</id>
    <name><![CDATA[Joe]]></name>
    <location><![CDATA[Honesdale, PA]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2785014-joe-aka-dogboi]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1254159039p3/2785014.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1254159039p2/2785014.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">518285</id>
  <isbn>0596529368</isbn>
  <isbn13>9780596529369</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Adding Ajax]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255793749m/518285.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255793749s/518285.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/518285.Adding_Ajax</link>
  <average_rating>3.00</average_rating>
  <ratings_count>2</ratings_count>
  <description>
    <![CDATA[Ajax can bring many advantages to an existing web application without forcing you to redo the whole thing. This book explains how you can add Ajax to enhance, rather than replace, the way your application works. For instance, if you have a traditional web application based on submitting a form to update a table, you can enhance it by adding the capability to update the table with changes to the form fields, without actually having to submit the form. That's just one example.<br/> <br/> <em>Adding Ajax</em> is for those of you more interested in extending existing applications than in creating Rich Internet Applications (RIA). You already know the &quot;business-side&quot; of applications-web forms, server-side driven pages, and static content-and now you want to make your web pages livelier, more fun, and much more interactive. This book:<br/> <br/> &lt;ul&gt; &lt;li&gt;Provides an overview of Ajax technologies, and the importance of developing a strategy for changing your site before you sit down to code&lt;/li&gt; &lt;li&gt;Explains the heart and soul of Ajax: how to work with the XMLHttpRequest object&lt;/li&gt; &lt;li&gt;Introduces and demonstrates several important Ajax libraries, including Prototype, script.aculo.us, rico, Mochikit&lt;/li&gt; &lt;li&gt;Explores the interactive element that is Ajax, including how to work with events and event handlers that work across browsers&lt;/li&gt; &lt;li&gt;Introduces the concept of web page as space, and covers three popular approaches to managing web space&lt;/li&gt; &lt;li&gt;Explains how to make data updates, including adding new data, deleting, and making updates, all from within a single page&lt;/li&gt; &lt;li&gt;Describes the effects Ajax has on the Web-breaking the back button, losing browser history, dynamic effects that disappear when the page is refreshed, and more&lt;/li&gt; &lt;li&gt;Covers advanced CSS effects, including drag and drop &quot;scroll bars&quot;, pagination, and the use of SVG and the Canvas object&lt;/li&gt; &lt;li&gt;Explores mashups-Ajax's ability to combine data from different web services in any number of ways, directly in our web pages&lt;/li&gt; &lt;/ul&gt; You don't need to start over to use Ajax. You can simply add to what you already have. This book explains how.]]>
  </description>
  <published>2007</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon Sep 28 15:54:55 -0700 2009</date_added>
  <date_updated>Mon Sep 28 15:54:55 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/72815397]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/72815397]]></link>
</review>
      <review>
  <id>64067093</id>
    <user>
    <id>2174508</id>
    <name><![CDATA[Monica]]></name>
    <location><![CDATA[Woodstock, GA]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2174508-monica-willyard]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1238436292p3/2174508.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1238436292p2/2174508.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">518285</id>
  <isbn>0596529368</isbn>
  <isbn13>9780596529369</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Adding Ajax]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255793749m/518285.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255793749s/518285.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/518285.Adding_Ajax</link>
  <average_rating>3.00</average_rating>
  <ratings_count>2</ratings_count>
  <description>
    <![CDATA[Ajax can bring many advantages to an existing web application without forcing you to redo the whole thing. This book explains how you can add Ajax to enhance, rather than replace, the way your application works. For instance, if you have a traditional web application based on submitting a form to update a table, you can enhance it by adding the capability to update the table with changes to the form fields, without actually having to submit the form. That's just one example.<br/> <br/> <em>Adding Ajax</em> is for those of you more interested in extending existing applications than in creating Rich Internet Applications (RIA). You already know the &quot;business-side&quot; of applications-web forms, server-side driven pages, and static content-and now you want to make your web pages livelier, more fun, and much more interactive. This book:<br/> <br/> &lt;ul&gt; &lt;li&gt;Provides an overview of Ajax technologies, and the importance of developing a strategy for changing your site before you sit down to code&lt;/li&gt; &lt;li&gt;Explains the heart and soul of Ajax: how to work with the XMLHttpRequest object&lt;/li&gt; &lt;li&gt;Introduces and demonstrates several important Ajax libraries, including Prototype, script.aculo.us, rico, Mochikit&lt;/li&gt; &lt;li&gt;Explores the interactive element that is Ajax, including how to work with events and event handlers that work across browsers&lt;/li&gt; &lt;li&gt;Introduces the concept of web page as space, and covers three popular approaches to managing web space&lt;/li&gt; &lt;li&gt;Explains how to make data updates, including adding new data, deleting, and making updates, all from within a single page&lt;/li&gt; &lt;li&gt;Describes the effects Ajax has on the Web-breaking the back button, losing browser history, dynamic effects that disappear when the page is refreshed, and more&lt;/li&gt; &lt;li&gt;Covers advanced CSS effects, including drag and drop &quot;scroll bars&quot;, pagination, and the use of SVG and the Canvas object&lt;/li&gt; &lt;li&gt;Explores mashups-Ajax's ability to combine data from different web services in any number of ways, directly in our web pages&lt;/li&gt; &lt;/ul&gt; You don't need to start over to use Ajax. You can simply add to what you already have. This book explains how.]]>
  </description>
  <published>2007</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="bookshare" />
        <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sun Jul 19 02:43:52 -0700 2009</date_added>
  <date_updated>Sun Jul 19 02:43:52 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/64067093]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/64067093]]></link>
</review>
      <review>
  <id>53609409</id>
    <user>
    <id>760917</id>
    <name><![CDATA[Eugene]]></name>
    <location><![CDATA[Ukraine]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/760917-eugene]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">518285</id>
  <isbn>0596529368</isbn>
  <isbn13>9780596529369</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Adding Ajax]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255793749m/518285.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255793749s/518285.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/518285.Adding_Ajax</link>
  <average_rating>3.00</average_rating>
  <ratings_count>2</ratings_count>
  <description>
    <![CDATA[Ajax can bring many advantages to an existing web application without forcing you to redo the whole thing. This book explains how you can add Ajax to enhance, rather than replace, the way your application works. For instance, if you have a traditional web application based on submitting a form to update a table, you can enhance it by adding the capability to update the table with changes to the form fields, without actually having to submit the form. That's just one example.<br/> <br/> <em>Adding Ajax</em> is for those of you more interested in extending existing applications than in creating Rich Internet Applications (RIA). You already know the &quot;business-side&quot; of applications-web forms, server-side driven pages, and static content-and now you want to make your web pages livelier, more fun, and much more interactive. This book:<br/> <br/> &lt;ul&gt; &lt;li&gt;Provides an overview of Ajax technologies, and the importance of developing a strategy for changing your site before you sit down to code&lt;/li&gt; &lt;li&gt;Explains the heart and soul of Ajax: how to work with the XMLHttpRequest object&lt;/li&gt; &lt;li&gt;Introduces and demonstrates several important Ajax libraries, including Prototype, script.aculo.us, rico, Mochikit&lt;/li&gt; &lt;li&gt;Explores the interactive element that is Ajax, including how to work with events and event handlers that work across browsers&lt;/li&gt; &lt;li&gt;Introduces the concept of web page as space, and covers three popular approaches to managing web space&lt;/li&gt; &lt;li&gt;Explains how to make data updates, including adding new data, deleting, and making updates, all from within a single page&lt;/li&gt; &lt;li&gt;Describes the effects Ajax has on the Web-breaking the back button, losing browser history, dynamic effects that disappear when the page is refreshed, and more&lt;/li&gt; &lt;li&gt;Covers advanced CSS effects, including drag and drop &quot;scroll bars&quot;, pagination, and the use of SVG and the Canvas object&lt;/li&gt; &lt;li&gt;Explores mashups-Ajax's ability to combine data from different web services in any number of ways, directly in our web pages&lt;/li&gt; &lt;/ul&gt; You don't need to start over to use Ajax. You can simply add to what you already have. This book explains how.]]>
  </description>
  <published>2007</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Wed Apr 22 11:25:14 -0700 2009</date_added>
  <date_updated>Wed Apr 22 11:25:14 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/53609409]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/53609409]]></link>
</review>
      <review>
  <id>41669109</id>
    <user>
    <id>1852659</id>
    <name><![CDATA[Randy]]></name>
    <location><![CDATA[Saint Peters, MO]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1852659-randy]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1241705962p3/1852659.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1241705962p2/1852659.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">518285</id>
  <isbn>0596529368</isbn>
  <isbn13>9780596529369</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Adding Ajax]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255793749m/518285.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255793749s/518285.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/518285.Adding_Ajax</link>
  <average_rating>3.00</average_rating>
  <ratings_count>2</ratings_count>
  <description>
    <![CDATA[Ajax can bring many advantages to an existing web application without forcing you to redo the whole thing. This book explains how you can add Ajax to enhance, rather than replace, the way your application works. For instance, if you have a traditional web application based on submitting a form to update a table, you can enhance it by adding the capability to update the table with changes to the form fields, without actually having to submit the form. That's just one example.<br/> <br/> <em>Adding Ajax</em> is for those of you more interested in extending existing applications than in creating Rich Internet Applications (RIA). You already know the &quot;business-side&quot; of applications-web forms, server-side driven pages, and static content-and now you want to make your web pages livelier, more fun, and much more interactive. This book:<br/> <br/> &lt;ul&gt; &lt;li&gt;Provides an overview of Ajax technologies, and the importance of developing a strategy for changing your site before you sit down to code&lt;/li&gt; &lt;li&gt;Explains the heart and soul of Ajax: how to work with the XMLHttpRequest object&lt;/li&gt; &lt;li&gt;Introduces and demonstrates several important Ajax libraries, including Prototype, script.aculo.us, rico, Mochikit&lt;/li&gt; &lt;li&gt;Explores the interactive element that is Ajax, including how to work with events and event handlers that work across browsers&lt;/li&gt; &lt;li&gt;Introduces the concept of web page as space, and covers three popular approaches to managing web space&lt;/li&gt; &lt;li&gt;Explains how to make data updates, including adding new data, deleting, and making updates, all from within a single page&lt;/li&gt; &lt;li&gt;Describes the effects Ajax has on the Web-breaking the back button, losing browser history, dynamic effects that disappear when the page is refreshed, and more&lt;/li&gt; &lt;li&gt;Covers advanced CSS effects, including drag and drop &quot;scroll bars&quot;, pagination, and the use of SVG and the Canvas object&lt;/li&gt; &lt;li&gt;Explores mashups-Ajax's ability to combine data from different web services in any number of ways, directly in our web pages&lt;/li&gt; &lt;/ul&gt; You don't need to start over to use Ajax. You can simply add to what you already have. This book explains how.]]>
  </description>
  <published>2007</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Fri Jan 02 19:18:32 -0800 2009</date_added>
  <date_updated>Fri Jan 02 19:26:46 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/41669109]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/41669109]]></link>
</review>
      <review>
  <id>36946435</id>
    <user>
    <id>1684733</id>
    <name><![CDATA[Steve]]></name>
    <location><![CDATA[East Haven, CT]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1684733-steve]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">518285</id>
  <isbn>0596529368</isbn>
  <isbn13>9780596529369</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Adding Ajax]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255793749m/518285.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255793749s/518285.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/518285.Adding_Ajax</link>
  <average_rating>3.00</average_rating>
  <ratings_count>2</ratings_count>
  <description>
    <![CDATA[Ajax can bring many advantages to an existing web application without forcing you to redo the whole thing. This book explains how you can add Ajax to enhance, rather than replace, the way your application works. For instance, if you have a traditional web application based on submitting a form to update a table, you can enhance it by adding the capability to update the table with changes to the form fields, without actually having to submit the form. That's just one example.<br/> <br/> <em>Adding Ajax</em> is for those of you more interested in extending existing applications than in creating Rich Internet Applications (RIA). You already know the &quot;business-side&quot; of applications-web forms, server-side driven pages, and static content-and now you want to make your web pages livelier, more fun, and much more interactive. This book:<br/> <br/> &lt;ul&gt; &lt;li&gt;Provides an overview of Ajax technologies, and the importance of developing a strategy for changing your site before you sit down to code&lt;/li&gt; &lt;li&gt;Explains the heart and soul of Ajax: how to work with the XMLHttpRequest object&lt;/li&gt; &lt;li&gt;Introduces and demonstrates several important Ajax libraries, including Prototype, script.aculo.us, rico, Mochikit&lt;/li&gt; &lt;li&gt;Explores the interactive element that is Ajax, including how to work with events and event handlers that work across browsers&lt;/li&gt; &lt;li&gt;Introduces the concept of web page as space, and covers three popular approaches to managing web space&lt;/li&gt; &lt;li&gt;Explains how to make data updates, including adding new data, deleting, and making updates, all from within a single page&lt;/li&gt; &lt;li&gt;Describes the effects Ajax has on the Web-breaking the back button, losing browser history, dynamic effects that disappear when the page is refreshed, and more&lt;/li&gt; &lt;li&gt;Covers advanced CSS effects, including drag and drop &quot;scroll bars&quot;, pagination, and the use of SVG and the Canvas object&lt;/li&gt; &lt;li&gt;Explores mashups-Ajax's ability to combine data from different web services in any number of ways, directly in our web pages&lt;/li&gt; &lt;/ul&gt; You don't need to start over to use Ajax. You can simply add to what you already have. This book explains how.]]>
  </description>
  <published>2007</published>
</book>

    <rating>3</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Wed Nov 05 01:49:51 -0800 2008</date_added>
  <date_updated>Wed Nov 05 01:49:51 -0800 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/36946435]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/36946435]]></link>
</review>
      <review>
  <id>32852597</id>
    <user>
    <id>1381342</id>
    <name><![CDATA[Walter]]></name>
    <location><![CDATA[The United States]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1381342-walter]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1225042713p3/1381342.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1225042713p2/1381342.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">518285</id>
  <isbn>0596529368</isbn>
  <isbn13>9780596529369</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Adding Ajax]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255793749m/518285.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255793749s/518285.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/518285.Adding_Ajax</link>
  <average_rating>3.00</average_rating>
  <ratings_count>2</ratings_count>
  <description>
    <![CDATA[Ajax can bring many advantages to an existing web application without forcing you to redo the whole thing. This book explains how you can add Ajax to enhance, rather than replace, the way your application works. For instance, if you have a traditional web application based on submitting a form to update a table, you can enhance it by adding the capability to update the table with changes to the form fields, without actually having to submit the form. That's just one example.<br/> <br/> <em>Adding Ajax</em> is for those of you more interested in extending existing applications than in creating Rich Internet Applications (RIA). You already know the &quot;business-side&quot; of applications-web forms, server-side driven pages, and static content-and now you want to make your web pages livelier, more fun, and much more interactive. This book:<br/> <br/> &lt;ul&gt; &lt;li&gt;Provides an overview of Ajax technologies, and the importance of developing a strategy for changing your site before you sit down to code&lt;/li&gt; &lt;li&gt;Explains the heart and soul of Ajax: how to work with the XMLHttpRequest object&lt;/li&gt; &lt;li&gt;Introduces and demonstrates several important Ajax libraries, including Prototype, script.aculo.us, rico, Mochikit&lt;/li&gt; &lt;li&gt;Explores the interactive element that is Ajax, including how to work with events and event handlers that work across browsers&lt;/li&gt; &lt;li&gt;Introduces the concept of web page as space, and covers three popular approaches to managing web space&lt;/li&gt; &lt;li&gt;Explains how to make data updates, including adding new data, deleting, and making updates, all from within a single page&lt;/li&gt; &lt;li&gt;Describes the effects Ajax has on the Web-breaking the back button, losing browser history, dynamic effects that disappear when the page is refreshed, and more&lt;/li&gt; &lt;li&gt;Covers advanced CSS effects, including drag and drop &quot;scroll bars&quot;, pagination, and the use of SVG and the Canvas object&lt;/li&gt; &lt;li&gt;Explores mashups-Ajax's ability to combine data from different web services in any number of ways, directly in our web pages&lt;/li&gt; &lt;/ul&gt; You don't need to start over to use Ajax. You can simply add to what you already have. This book explains how.]]>
  </description>
  <published>2007</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sun Sep 14 12:00:35 -0700 2008</date_added>
  <date_updated>Sun Oct 26 10:42:06 -0700 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/32852597]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/32852597]]></link>
</review>
      <review>
  <id>21884123</id>
    <user>
    <id>915000</id>
    <name><![CDATA[Mohammad]]></name>
    <location><![CDATA[Iran, Islamic Republic of]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/915000-mohammad]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1204312521p3/915000.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1204312521p2/915000.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">518285</id>
  <isbn>0596529368</isbn>
  <isbn13>9780596529369</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Adding Ajax]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255793749m/518285.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255793749s/518285.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/518285.Adding_Ajax</link>
  <average_rating>3.00</average_rating>
  <ratings_count>2</ratings_count>
  <description>
    <![CDATA[Ajax can bring many advantages to an existing web application without forcing you to redo the whole thing. This book explains how you can add Ajax to enhance, rather than replace, the way your application works. For instance, if you have a traditional web application based on submitting a form to update a table, you can enhance it by adding the capability to update the table with changes to the form fields, without actually having to submit the form. That's just one example.<br/> <br/> <em>Adding Ajax</em> is for those of you more interested in extending existing applications than in creating Rich Internet Applications (RIA). You already know the &quot;business-side&quot; of applications-web forms, server-side driven pages, and static content-and now you want to make your web pages livelier, more fun, and much more interactive. This book:<br/> <br/> &lt;ul&gt; &lt;li&gt;Provides an overview of Ajax technologies, and the importance of developing a strategy for changing your site before you sit down to code&lt;/li&gt; &lt;li&gt;Explains the heart and soul of Ajax: how to work with the XMLHttpRequest object&lt;/li&gt; &lt;li&gt;Introduces and demonstrates several important Ajax libraries, including Prototype, script.aculo.us, rico, Mochikit&lt;/li&gt; &lt;li&gt;Explores the interactive element that is Ajax, including how to work with events and event handlers that work across browsers&lt;/li&gt; &lt;li&gt;Introduces the concept of web page as space, and covers three popular approaches to managing web space&lt;/li&gt; &lt;li&gt;Explains how to make data updates, including adding new data, deleting, and making updates, all from within a single page&lt;/li&gt; &lt;li&gt;Describes the effects Ajax has on the Web-breaking the back button, losing browser history, dynamic effects that disappear when the page is refreshed, and more&lt;/li&gt; &lt;li&gt;Covers advanced CSS effects, including drag and drop &quot;scroll bars&quot;, pagination, and the use of SVG and the Canvas object&lt;/li&gt; &lt;li&gt;Explores mashups-Ajax's ability to combine data from different web services in any number of ways, directly in our web pages&lt;/li&gt; &lt;/ul&gt; You don't need to start over to use Ajax. You can simply add to what you already have. This book explains how.]]>
  </description>
  <published>2007</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Thu May 08 16:15:14 -0700 2008</date_added>
  <date_updated>Thu May 08 16:15:14 -0700 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/21884123]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/21884123]]></link>
</review>
      <review>
  <id>16087567</id>
    <user>
    <id>933031</id>
    <name><![CDATA[Sam]]></name>
    <location><![CDATA[Raleigh, NC]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/933031-sam-krishna]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1203703175p3/933031.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1203703175p2/933031.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">518285</id>
  <isbn>0596529368</isbn>
  <isbn13>9780596529369</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Adding Ajax]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255793749m/518285.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255793749s/518285.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/518285.Adding_Ajax</link>
  <average_rating>3.00</average_rating>
  <ratings_count>2</ratings_count>
  <description>
    <![CDATA[Ajax can bring many advantages to an existing web application without forcing you to redo the whole thing. This book explains how you can add Ajax to enhance, rather than replace, the way your application works. For instance, if you have a traditional web application based on submitting a form to update a table, you can enhance it by adding the capability to update the table with changes to the form fields, without actually having to submit the form. That's just one example.<br/> <br/> <em>Adding Ajax</em> is for those of you more interested in extending existing applications than in creating Rich Internet Applications (RIA). You already know the &quot;business-side&quot; of applications-web forms, server-side driven pages, and static content-and now you want to make your web pages livelier, more fun, and much more interactive. This book:<br/> <br/> &lt;ul&gt; &lt;li&gt;Provides an overview of Ajax technologies, and the importance of developing a strategy for changing your site before you sit down to code&lt;/li&gt; &lt;li&gt;Explains the heart and soul of Ajax: how to work with the XMLHttpRequest object&lt;/li&gt; &lt;li&gt;Introduces and demonstrates several important Ajax libraries, including Prototype, script.aculo.us, rico, Mochikit&lt;/li&gt; &lt;li&gt;Explores the interactive element that is Ajax, including how to work with events and event handlers that work across browsers&lt;/li&gt; &lt;li&gt;Introduces the concept of web page as space, and covers three popular approaches to managing web space&lt;/li&gt; &lt;li&gt;Explains how to make data updates, including adding new data, deleting, and making updates, all from within a single page&lt;/li&gt; &lt;li&gt;Describes the effects Ajax has on the Web-breaking the back button, losing browser history, dynamic effects that disappear when the page is refreshed, and more&lt;/li&gt; &lt;li&gt;Covers advanced CSS effects, including drag and drop &quot;scroll bars&quot;, pagination, and the use of SVG and the Canvas object&lt;/li&gt; &lt;li&gt;Explores mashups-Ajax's ability to combine data from different web services in any number of ways, directly in our web pages&lt;/li&gt; &lt;/ul&gt; You don't need to start over to use Ajax. You can simply add to what you already have. This book explains how.]]>
  </description>
  <published>2007</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Fri Feb 22 09:34:47 -0800 2008</date_added>
  <date_updated>Fri Feb 22 09:34:47 -0800 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/16087567]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/16087567]]></link>
</review>
      <review>
  <id>14271246</id>
    <user>
    <id>863867</id>
    <name><![CDATA[Steven]]></name>
    <location><![CDATA[Vancouver, WA]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/863867-steven-klassen]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1201884806p3/863867.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1201884806p2/863867.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">518285</id>
  <isbn>0596529368</isbn>
  <isbn13>9780596529369</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Adding Ajax]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255793749m/518285.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255793749s/518285.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/518285.Adding_Ajax</link>
  <average_rating>3.00</average_rating>
  <ratings_count>2</ratings_count>
  <description>
    <![CDATA[Ajax can bring many advantages to an existing web application without forcing you to redo the whole thing. This book explains how you can add Ajax to enhance, rather than replace, the way your application works. For instance, if you have a traditional web application based on submitting a form to update a table, you can enhance it by adding the capability to update the table with changes to the form fields, without actually having to submit the form. That's just one example.<br/> <br/> <em>Adding Ajax</em> is for those of you more interested in extending existing applications than in creating Rich Internet Applications (RIA). You already know the &quot;business-side&quot; of applications-web forms, server-side driven pages, and static content-and now you want to make your web pages livelier, more fun, and much more interactive. This book:<br/> <br/> &lt;ul&gt; &lt;li&gt;Provides an overview of Ajax technologies, and the importance of developing a strategy for changing your site before you sit down to code&lt;/li&gt; &lt;li&gt;Explains the heart and soul of Ajax: how to work with the XMLHttpRequest object&lt;/li&gt; &lt;li&gt;Introduces and demonstrates several important Ajax libraries, including Prototype, script.aculo.us, rico, Mochikit&lt;/li&gt; &lt;li&gt;Explores the interactive element that is Ajax, including how to work with events and event handlers that work across browsers&lt;/li&gt; &lt;li&gt;Introduces the concept of web page as space, and covers three popular approaches to managing web space&lt;/li&gt; &lt;li&gt;Explains how to make data updates, including adding new data, deleting, and making updates, all from within a single page&lt;/li&gt; &lt;li&gt;Describes the effects Ajax has on the Web-breaking the back button, losing browser history, dynamic effects that disappear when the page is refreshed, and more&lt;/li&gt; &lt;li&gt;Covers advanced CSS effects, including drag and drop &quot;scroll bars&quot;, pagination, and the use of SVG and the Canvas object&lt;/li&gt; &lt;li&gt;Explores mashups-Ajax's ability to combine data from different web services in any number of ways, directly in our web pages&lt;/li&gt; &lt;/ul&gt; You don't need to start over to use Ajax. You can simply add to what you already have. This book explains how.]]>
  </description>
  <published>2007</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Fri Feb 01 09:11:09 -0800 2008</date_added>
  <date_updated>Fri Feb 01 09:11:09 -0800 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/14271246]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/14271246]]></link>
</review>
      <review>
  <id>13219564</id>
    <user>
    <id>32318</id>
    <name><![CDATA[Step]]></name>
    <location><![CDATA[Somerville, MA]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/32318-step]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1204141645p3/32318.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1204141645p2/32318.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">518285</id>
  <isbn>0596529368</isbn>
  <isbn13>9780596529369</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Adding Ajax]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255793749m/518285.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255793749s/518285.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/518285.Adding_Ajax</link>
  <average_rating>3.00</average_rating>
  <ratings_count>2</ratings_count>
  <description>
    <![CDATA[Ajax can bring many advantages to an existing web application without forcing you to redo the whole thing. This book explains how you can add Ajax to enhance, rather than replace, the way your application works. For instance, if you have a traditional web application based on submitting a form to update a table, you can enhance it by adding the capability to update the table with changes to the form fields, without actually having to submit the form. That's just one example.<br/> <br/> <em>Adding Ajax</em> is for those of you more interested in extending existing applications than in creating Rich Internet Applications (RIA). You already know the &quot;business-side&quot; of applications-web forms, server-side driven pages, and static content-and now you want to make your web pages livelier, more fun, and much more interactive. This book:<br/> <br/> &lt;ul&gt; &lt;li&gt;Provides an overview of Ajax technologies, and the importance of developing a strategy for changing your site before you sit down to code&lt;/li&gt; &lt;li&gt;Explains the heart and soul of Ajax: how to work with the XMLHttpRequest object&lt;/li&gt; &lt;li&gt;Introduces and demonstrates several important Ajax libraries, including Prototype, script.aculo.us, rico, Mochikit&lt;/li&gt; &lt;li&gt;Explores the interactive element that is Ajax, including how to work with events and event handlers that work across browsers&lt;/li&gt; &lt;li&gt;Introduces the concept of web page as space, and covers three popular approaches to managing web space&lt;/li&gt; &lt;li&gt;Explains how to make data updates, including adding new data, deleting, and making updates, all from within a single page&lt;/li&gt; &lt;li&gt;Describes the effects Ajax has on the Web-breaking the back button, losing browser history, dynamic effects that disappear when the page is refreshed, and more&lt;/li&gt; &lt;li&gt;Covers advanced CSS effects, including drag and drop &quot;scroll bars&quot;, pagination, and the use of SVG and the Canvas object&lt;/li&gt; &lt;li&gt;Explores mashups-Ajax's ability to combine data from different web services in any number of ways, directly in our web pages&lt;/li&gt; &lt;/ul&gt; You don't need to start over to use Ajax. You can simply add to what you already have. This book explains how.]]>
  </description>
  <published>2007</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Tue Jan 22 19:34:08 -0800 2008</date_added>
  <date_updated>Tue Jan 22 19:34:15 -0800 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/13219564]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/13219564]]></link>
</review>
      <review>
  <id>8155194</id>
    <user>
    <id>573603</id>
    <name><![CDATA[Jigar]]></name>
    <location><![CDATA[India]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/573603-jigar-mehta]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1193236308p3/573603.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1193236308p2/573603.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">518285</id>
  <isbn>0596529368</isbn>
  <isbn13>9780596529369</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Adding Ajax]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255793749m/518285.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255793749s/518285.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/518285.Adding_Ajax</link>
  <average_rating>3.00</average_rating>
  <ratings_count>2</ratings_count>
  <description>
    <![CDATA[Ajax can bring many advantages to an existing web application without forcing you to redo the whole thing. This book explains how you can add Ajax to enhance, rather than replace, the way your application works. For instance, if you have a traditional web application based on submitting a form to update a table, you can enhance it by adding the capability to update the table with changes to the form fields, without actually having to submit the form. That's just one example.<br/> <br/> <em>Adding Ajax</em> is for those of you more interested in extending existing applications than in creating Rich Internet Applications (RIA). You already know the &quot;business-side&quot; of applications-web forms, server-side driven pages, and static content-and now you want to make your web pages livelier, more fun, and much more interactive. This book:<br/> <br/> &lt;ul&gt; &lt;li&gt;Provides an overview of Ajax technologies, and the importance of developing a strategy for changing your site before you sit down to code&lt;/li&gt; &lt;li&gt;Explains the heart and soul of Ajax: how to work with the XMLHttpRequest object&lt;/li&gt; &lt;li&gt;Introduces and demonstrates several important Ajax libraries, including Prototype, script.aculo.us, rico, Mochikit&lt;/li&gt; &lt;li&gt;Explores the interactive element that is Ajax, including how to work with events and event handlers that work across browsers&lt;/li&gt; &lt;li&gt;Introduces the concept of web page as space, and covers three popular approaches to managing web space&lt;/li&gt; &lt;li&gt;Explains how to make data updates, including adding new data, deleting, and making updates, all from within a single page&lt;/li&gt; &lt;li&gt;Describes the effects Ajax has on the Web-breaking the back button, losing browser history, dynamic effects that disappear when the page is refreshed, and more&lt;/li&gt; &lt;li&gt;Covers advanced CSS effects, including drag and drop &quot;scroll bars&quot;, pagination, and the use of SVG and the Canvas object&lt;/li&gt; &lt;li&gt;Explores mashups-Ajax's ability to combine data from different web services in any number of ways, directly in our web pages&lt;/li&gt; &lt;/ul&gt; You don't need to start over to use Ajax. You can simply add to what you already have. This book explains how.]]>
  </description>
  <published>2007</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Tue Oct 23 18:41:01 -0700 2007</date_added>
  <date_updated>Tue Oct 23 18:41:01 -0700 2007</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/8155194]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/8155194]]></link>
</review>
      <review>
  <id>7818520</id>
    <user>
    <id>552368</id>
    <name><![CDATA[notv]]></name>
    <location><![CDATA[The United States]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/552368-notv]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">518285</id>
  <isbn>0596529368</isbn>
  <isbn13>9780596529369</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Adding Ajax]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255793749m/518285.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255793749s/518285.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/518285.Adding_Ajax</link>
  <average_rating>3.00</average_rating>
  <ratings_count>2</ratings_count>
  <description>
    <![CDATA[Ajax can bring many advantages to an existing web application without forcing you to redo the whole thing. This book explains how you can add Ajax to enhance, rather than replace, the way your application works. For instance, if you have a traditional web application based on submitting a form to update a table, you can enhance it by adding the capability to update the table with changes to the form fields, without actually having to submit the form. That's just one example.<br/> <br/> <em>Adding Ajax</em> is for those of you more interested in extending existing applications than in creating Rich Internet Applications (RIA). You already know the &quot;business-side&quot; of applications-web forms, server-side driven pages, and static content-and now you want to make your web pages livelier, more fun, and much more interactive. This book:<br/> <br/> &lt;ul&gt; &lt;li&gt;Provides an overview of Ajax technologies, and the importance of developing a strategy for changing your site before you sit down to code&lt;/li&gt; &lt;li&gt;Explains the heart and soul of Ajax: how to work with the XMLHttpRequest object&lt;/li&gt; &lt;li&gt;Introduces and demonstrates several important Ajax libraries, including Prototype, script.aculo.us, rico, Mochikit&lt;/li&gt; &lt;li&gt;Explores the interactive element that is Ajax, including how to work with events and event handlers that work across browsers&lt;/li&gt; &lt;li&gt;Introduces the concept of web page as space, and covers three popular approaches to managing web space&lt;/li&gt; &lt;li&gt;Explains how to make data updates, including adding new data, deleting, and making updates, all from within a single page&lt;/li&gt; &lt;li&gt;Describes the effects Ajax has on the Web-breaking the back button, losing browser history, dynamic effects that disappear when the page is refreshed, and more&lt;/li&gt; &lt;li&gt;Covers advanced CSS effects, including drag and drop &quot;scroll bars&quot;, pagination, and the use of SVG and the Canvas object&lt;/li&gt; &lt;li&gt;Explores mashups-Ajax's ability to combine data from different web services in any number of ways, directly in our web pages&lt;/li&gt; &lt;/ul&gt; You don't need to start over to use Ajax. You can simply add to what you already have. This book explains how.]]>
  </description>
  <published>2007</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
            <shelf name="ajax" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Tue Oct 16 17:52:57 -0700 2007</date_added>
  <date_updated>Tue Oct 16 17:52:57 -0700 2007</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/7818520]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/7818520]]></link>
</review>
    </reviews>
  <popular_shelves>
          <shelf name="to-read" />
          <shelf name="bookshare" />
          <shelf name="ajax" />
      </popular_shelves>
  <book_links>
    <book_link>
  <id>8</id>
  <name><![CDATA[WorldCat]]></name>
  <link>http://www.goodreads.com/book_link/follow/8?book_id=518285</link>
</book_link>
  </book_links>
</book>
</GoodreadsResponse>