<?xml version="1.0" encoding="UTF-8"?>
<GoodreadsResponse>
	<Request>
		<authentication>false</authentication>
		    <method><![CDATA[]]></method>
	</Request>
	<author>
  
  <id>14957</id>
  <name><![CDATA[Allan Kent]]></name>
  <link><![CDATA[http://www.goodreads.com/author/show/14957.Allan_Kent]]></link>
  <fans_count type="integer">0</fans_count>
  <followers_count type="integer">0</followers_count>
  <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>
  <about><![CDATA[]]></about>
  <influences><![CDATA[]]></influences>
  <gender></gender>
  <hometown></hometown>
  <born_at></born_at>
  <died_at></died_at>
  
  <books>
        <book>
  <id type="integer">932507</id>
  <isbn>0764557831</isbn>
  <isbn13>9780764557835</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP5]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1179573468m/932507.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1179573468s/932507.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/932507.Beginning_PHP5</link>
  <average_rating>4.08</average_rating>
  <ratings_count>12</ratings_count>
  <description>
    <![CDATA[<strong>What is this book about?</strong>   <p>   <em>Beginning PHP5</em> is a complete tutorial in PHP5's language features and functionality, beginning with the basics and building up to the design and construction of complex data-driven Web sites. Fully functioning applications are developed through the course of the book. Other features of the book include installation guide and troubleshooting tips, introduction to relational databases, practical working examples and applications, and a detailed language reference.   <p>   Here are the new topics in this edition:    &lt;ul&gt;    &lt;li&gt;OOP    &lt;li&gt;PEAR    &lt;li&gt;GTK    &lt;li&gt;MSI    &lt;li&gt;CLI    &lt;li&gt;SQLite    &lt;li&gt;Error handling with try/catch    </p></p>]]>
  </description>
<authors>
    <author>
    <id>475386</id>
        <name><![CDATA[Dan Squier]]></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/475386.Dan_Squier]]></link>
    <average_rating>4.08</average_rating>
    <ratings_count>12</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
    <author>
    <id>14957</id>
        <name><![CDATA[Allan Kent]]></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/14957.Allan_Kent]]></link>
    <average_rating>4.19</average_rating>
    <ratings_count>21</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
    <author>
    <id>404700</id>
        <name><![CDATA[David Mercer]]></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/404700.David_Mercer]]></link>
    <average_rating>3.55</average_rating>
    <ratings_count>49</ratings_count>
    <text_reviews_count>9</text_reviews_count>
  </author>
  </authors>  <published>2004</published>
</book>

        <book>
  <id type="integer">902099</id>
  <isbn>0764543644</isbn>
  <isbn13>9780764543647</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP4]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1179308952m/902099.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1179308952s/902099.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/902099.Beginning_PHP4</link>
  <average_rating>4.33</average_rating>
  <ratings_count>6</ratings_count>
  <description>
    <![CDATA[<em>Beginning PHP4</em> offers an almost ideal introductory tutorial to  one of today's hotter scripting languages. This book really is everything that  the novice needs to start building dynamic Web sites that are powered by PHP4,  but old hands at programming also will find in it valuable information.<p>  PHP, of course, is introduced in the book, but there's also an approachable and  effective introduction to programming in general. The conscientious tutorial on  basic concepts like variables, keywords, and flow control will give even  beginners an understanding of the basics of writing programs. PHP, it turns out,  is not only a great way to generate HTML dynamically, but a very marketable  skill. Web fundamentals like HTTP, HTML form variables, and managing session  information using no less than four different techniques are explained  thoroughly and effectively. You also find out how to install PHP and other tools  on your system, with the assistance of plenty of screen shots.<p>  That's not to say that this book will cramp the style of more experienced  developers. Some chapters delve into such important and advanced topics as  database programming (with MySQL) and PHP's support for XML. One standout  section demystifies the new support for objects and classes in PHP4. Basic  topics like managing files and directories on the server, plus graphics  processing, are addressed, of course, and a nifty sample program shows you how  to build a Web-based text editor. Except for the final case study--a &quot;URL  directory manager&quot; (akin to Yahoo!) that's rather specialized--the examples are  right on, and illustrate everyday programming tasks. You'll learn also how to  generate e-mail with PHP--certainly a valuable skill to have.<p>  The appendix lists several hundred PHP functions in over 50 pages--a handy and  useful feature. In all, <em>Beginning PHP4</em> provides a strong choice for  learning about one of today's most powerful and easy-to-use scripting languages;  it's concise, fast moving, and thoroughly approachable. <em>--Richard  Dragan</em><p>  <strong>Topics covered:</strong> &lt;table cellspacing=&quot;7&quot;  border=&quot;0&quot;&gt;&lt;ul&gt;&lt;ol&gt;&lt;tr&gt;&lt;td&gt;&lt;li&gt;Introduction to PHP 4 &lt;li&gt;Downloading and  installing PHP &lt;li&gt;Basics of HTTP and Web pages &lt;li&gt;PHP as a scripting language  &lt;li&gt;PHP data types &lt;li&gt;Constants and conversions &lt;li&gt;HTML primer &lt;li&gt;Form  variables &lt;li&gt;Decision making in PHP &lt;li&gt;Loops and arrays &lt;li&gt;PHP functions  &lt;li&gt;Error handling in PHP &lt;li&gt;Tips on writing more maintainable code  &lt;li&gt;Debugging hints &lt;li&gt;Preserving state with hidden form variables  &lt;td&gt;<br/>&lt;td&gt;&lt;li&gt;Query strings &lt;li&gt;Cookies and PHP4 native sessions &lt;li&gt;Using PHP  objects &lt;li&gt;File and directory functions &lt;li&gt;PHP database programming  &lt;li&gt;Installing and using MySQL &lt;li&gt;Tutorial for SQL syntax &lt;li&gt;Querying and  updating records &lt;li&gt;XML &quot;quickstart&quot; for PHP users &lt;li&gt;Creating e-mail and  electronic newsletters &lt;li&gt;PHP graphics processing (including image maps)  &lt;li&gt;Case study for a URL directory manager &lt;li&gt;ODBC tutorial &lt;li&gt;PHP4 function  reference</p></p></p></p>]]>
  </description>
<authors>
    <author>
    <id>348025</id>
        <name><![CDATA[Wankyu Choi]]></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/348025.Wankyu_Choi]]></link>
    <average_rating>4.14</average_rating>
    <ratings_count>7</ratings_count>
    <text_reviews_count>2</text_reviews_count>
  </author>
    <author>
    <id>14957</id>
        <name><![CDATA[Allan Kent]]></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/14957.Allan_Kent]]></link>
    <average_rating>4.19</average_rating>
    <ratings_count>21</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
    <author>
    <id>22750</id>
        <name><![CDATA[Chris Lea]]></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/22750.Chris_Lea]]></link>
    <average_rating>3.91</average_rating>
    <ratings_count>11</ratings_count>
    <text_reviews_count>2</text_reviews_count>
  </author>
  </authors>  <published>2000</published>
</book>

        <book>
  <id type="integer">2712688</id>
  <isbn>1861008368</isbn>
  <isbn13>9781861008367</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[PHP Graphics Handbook]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/2712688.PHP_Graphics_Handbook</link>
  <average_rating>5.00</average_rating>
  <ratings_count>1</ratings_count>
  <description>
    <![CDATA[PHP is an insanely popular, easy-to-learn language that you can use to create dynamic webpages in double-quick time. Whether the PHP webpage you create is for business or pleasure, you obviously want your webpage to be as attractive as possible (though not at the expense of your website's performance!). In the PHP Graphics Handbook, we show you cunning graphical techniques that will make your website stand out from the crowd.   <p>Here's an example. Say you wanted to display data from an online poll - the results of which were changing all the time - in a professional-looking graph. You could regenerate an image of the graph periodically, by using a spreadsheet application and updating the data values it contains every so often by hand. But who really wants to waste time like that? Wouldn't it be much better to store the poll data in a database, and then get PHP to link to that, pull out the data, and use a graphics library to display the poll directly in the browser? We show you how.  <p>Here's another. Many websites display thumbnails of images that you click on to display the full size image, or perhaps as a link to another page. Of course, we don't want to have to create thumbnails of all these images ourselves, and then store the thumbnails and full size images too. A much more effective way to handle thumbnails is to generate them &quot;on the fly&quot; from the original image, which we can do several ways using PHP. But which approach would produce the best quality thumbnails? And which would create them the fastest? We tell you.  <p>Both of these examples involve generating images or charts dynamically (on the fly). This is the main benefit of using PHP to generate graphics, so it's the thread that links all of the topics we discuss in the book. With the knowledge you pick up from the book, you'll be able to enhance the appearance and functionality of your website dramatically.  <p>The book teaches you how to apply all of the following techniques on the fly using your PHP code:  <p>-        Creating new image files in various formats and drawing on blank images<br/> -        Merging, blurring, cropping, copying and cutting-up images<br/> -        The most effective ways to generate thumbnails and store images<br/> -        Manipulating color, grayscaling and duotone, adjusting brightness<br/> -        Adding transparency, soft and hard shadows, and watermarks<br/> -        How to add text to images: handling fonts and text layout<br/> -        How to create professional-looking charts and graphs<br/></p></p></p></p></p>]]>
  </description>
<authors>
    <author>
    <id>544868</id>
        <name><![CDATA[Jason E. Sweat]]></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/544868.Jason_E_Sweat]]></link>
    <average_rating>3.67</average_rating>
    <ratings_count>6</ratings_count>
    <text_reviews_count>1</text_reviews_count>
  </author>
    <author>
    <id>14957</id>
        <name><![CDATA[Allan Kent]]></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/14957.Allan_Kent]]></link>
    <average_rating>4.19</average_rating>
    <ratings_count>21</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
  </authors>  <published>2003</published>
</book>

        <book>
  <id type="integer">1545216</id>
  <isbn>844151805X</isbn>
  <isbn13>9788441518056</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Fundamentos PHP 5/ Beginning PHP 5]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/1545216.Fundamentos_PHP_5_Beginning_PHP_5</link>
  <average_rating>5.00</average_rating>
  <ratings_count>1</ratings_count>
  <description>
    <![CDATA[]]>
  </description>
<authors>
    <author>
    <id>719726</id>
        <name><![CDATA[Dave W. Mercer]]></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/719726.Dave_W_Mercer]]></link>
    <average_rating>5.00</average_rating>
    <ratings_count>1</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
    <author>
    <id>544865</id>
        <name><![CDATA[Steven D. Nowicki]]></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/544865.Steven_D_Nowicki]]></link>
    <average_rating>4.00</average_rating>
    <ratings_count>3</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
    <author>
    <id>14957</id>
        <name><![CDATA[Allan Kent]]></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/14957.Allan_Kent]]></link>
    <average_rating>4.19</average_rating>
    <ratings_count>21</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
  </authors>  <published>2005</published>
</book>

        <book>
  <id type="integer">6319184</id>
  <isbn nil="true"></isbn>
  <isbn13 nil="true"></isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP4]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6319184.Beginning_PHP4</link>
  <average_rating>3.00</average_rating>
  <ratings_count>1</ratings_count>
  <description>
    <![CDATA[PHP is a rapidly growing Web technology which enables web designers to build dynamic, interactive web applications, incorporating information from a host of databases, and including features such as e-mail integration and dynamically generated images. PHP4 added tons of features to make web application development even easier, and this book will show you how to make the most of the language's powerful capabilities.<br/>    <br/>    This book is a complete tutorial in PHP's language features and functionality, beginning with the basics and building up to the design and construction of complex data-driven websites. Fully working examples in the book include a directory-style web search engine, a mailing list management system, a web-based file editor, and a graphical online shopping mall guidebook.<br/>    <br/>    Who is this book for?<br/>    <br/>    Anybody who knows HTML can use this book. If you've done any programming, that will be useful, but it's not a requirement. You can run all of the code on either a Windows(r) or UNIX(r) (e.g. Linux(r)) system, and the book explains how to set up a web server and database in both of these environments.<br/>    <br/>    What does this book cover?<br/>    * Complete tutorial in the PHP language<br/>    * Installation guide and troubleshooting tips<br/>    * Introduction to relational databases and MySQL(r)<br/>    * Practical worked examples throughout, including detailed case study<br/>    * All code written for both Windows and UNIX systems<br/>    * Detailed language reference included]]>
  </description>
<authors>
    <author>
    <id>348025</id>
        <name><![CDATA[Wankyu Choi]]></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/348025.Wankyu_Choi]]></link>
    <average_rating>4.14</average_rating>
    <ratings_count>7</ratings_count>
    <text_reviews_count>2</text_reviews_count>
  </author>
    <author>
    <id>14957</id>
        <name><![CDATA[Allan Kent]]></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/14957.Allan_Kent]]></link>
    <average_rating>4.19</average_rating>
    <ratings_count>21</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
    <author>
    <id>22750</id>
        <name><![CDATA[Chris Lea]]></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/22750.Chris_Lea]]></link>
    <average_rating>3.91</average_rating>
    <ratings_count>11</ratings_count>
    <text_reviews_count>2</text_reviews_count>
  </author>
    <author>
    <id>462309</id>
        <name><![CDATA[Ganesh Prasad]]></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/462309.Ganesh_Prasad]]></link>
    <average_rating>3.00</average_rating>
    <ratings_count>1</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
    <author>
    <id>14906</id>
        <name><![CDATA[Chris Ullman]]></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/14906.Chris_Ullman]]></link>
    <average_rating>3.11</average_rating>
    <ratings_count>9</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
  </authors>  <published>2000</published>
</book>

        <book>
  <id type="integer">1528633</id>
  <isbn>8441518025</isbn>
  <isbn13>9788441518025</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Desarrollo Web con PHP y Dreamweaver Mx 2004 / PHP Web Development with Macromedia Dreamweaver Mx 2004]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/1528633.Desarrollo_Web_con_PHP_y_Dreamweaver_Mx_2004_PHP_Web_Development_with_Macromedia_Dreamweaver_Mx_2004</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[]]>
  </description>
<authors>
    <author>
    <id>14957</id>
        <name><![CDATA[Allan Kent]]></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/14957.Allan_Kent]]></link>
    <average_rating>4.19</average_rating>
    <ratings_count>21</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
    <author>
    <id>346</id>
        <name><![CDATA[Rachel Andrew]]></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/346.Rachel_Andrew]]></link>
    <average_rating>3.82</average_rating>
    <ratings_count>68</ratings_count>
    <text_reviews_count>19</text_reviews_count>
  </author>
    <author>
    <id>17995</id>
        <name><![CDATA[David 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/17995.David_Powers]]></link>
    <average_rating>3.54</average_rating>
    <ratings_count>37</ratings_count>
    <text_reviews_count>7</text_reviews_count>
  </author>
  </authors>  <published>2005</published>
</book>

        <book>
  <id type="integer">29079</id>
  <isbn>1590594096</isbn>
  <isbn13>9781590594094</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Dreamweaver MX 2004 Design Projects]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1167960758m/29079.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1167960758s/29079.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/29079.Dreamweaver_MX_2004_Design_Projects</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[With this book you'll learn:   <br/>- Web site planning techniques, including audience profiling, and reviewing competing sites   <br/>- Web design techniques such as brainstorming, choosing what technologies are suitable for your design, and creating mockups Advanced Dreamweaver MX 2004 techniques   <br/>- Web standards, including CSS and XHTML   <br/>- Implementing dynamic web sites using ASP or PHP       <p>Dreamweaver MX 2004 Design Projects takes you through the process of creating four real-world case studies, enabling you to take your Dreamweaver skills to a new level. Each case study is written by a different web design professional, and features a common web site archetype taken from inception to completion. All are brimming with essential techniques to inspire and teach you. The four different sites are as follows:     <p>- Christopher Schmitt’s entertainment/fan site project, dedicated to the band U2, covers setting site goals; producing user profiles to define the audience, site maps, and design mockups; refining the design and producing it in Photoshop; and finally working with Dreamweaver MX 2004 to easily construct an accessible, easy-to-maintain web site.   <br/>- Allan Kent’s news portal project takes you through the process of designing and building a dynamic, database-driven site with Dreamweaver MX 2004 and PHP. He looks at information architecture, building the back-end database, creating the necessary admin tools, and finally building a front-end that is both standards compliant and easy to use.   <br/>- Craig Grannell’s corporate site project begins with groundwork and methodology, then shows how to harness the power of CSS and Dreamweaver MX 2004 templates to rapidly get a site up and running and ensure that updates and maintenance are painless and cost effective.   <br/>- Rachel Andrew’s company intranet projectwalks you through the entire process of creating a company intranet using the ASP server model in Dreamweaver MX 2004. It begins with a detailed planning stage, then continues by looking at database development, providing user logins, and managing files on the server. This project utilizes built-in Server Behaviors in Dreamweaver, third-party extensions, and hand-coding.</p></p>]]>
  </description>
<authors>
    <author>
    <id>346</id>
        <name><![CDATA[Rachel Andrew]]></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/346.Rachel_Andrew]]></link>
    <average_rating>3.82</average_rating>
    <ratings_count>68</ratings_count>
    <text_reviews_count>19</text_reviews_count>
  </author>
    <author>
    <id>14956</id>
        <name><![CDATA[Craig Grannell]]></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/14956.Craig_Grannell]]></link>
    <average_rating>3.33</average_rating>
    <ratings_count>3</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
    <author>
    <id>14957</id>
        <name><![CDATA[Allan Kent]]></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/14957.Allan_Kent]]></link>
    <average_rating>4.19</average_rating>
    <ratings_count>21</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
  </authors>  <published>2004</published>
</book>

        <book>
  <id type="integer">1285275</id>
  <isbn>1904151272</isbn>
  <isbn13>9781904151272</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Dreamweaver MX Design Projects]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1182502660m/1285275.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1182502660s/1285275.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/1285275.Dreamweaver_MX_Design_Projects</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[We gave four web professionals a design brief: we asked them each to plan, design, and implement a specific type of web site, then write up all their design and development considerations - how to be visually appealing while usable and accessible, how to wireframe the sites, and how to develop them with usability and accessibility in mind. The web sites are: A corporate site (designed using CSS and templates on a Mac) A news portal (made using PHP on a PC) An entertainment site (a visually appealing fan site for the band U2, made using a Mac) A company intranet site (made using ASP on a PC)  <p>The authors also take you through the complete code for each site (including server-side functionality, CSS, and Dreamweaver templates), which is available for download from glasshaus. Using this book, you can learn from their work, and multiply your own Dreamweaver knowledge.</p>]]>
  </description>
<authors>
    <author>
    <id>346</id>
        <name><![CDATA[Rachel Andrew]]></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/346.Rachel_Andrew]]></link>
    <average_rating>3.82</average_rating>
    <ratings_count>68</ratings_count>
    <text_reviews_count>19</text_reviews_count>
  </author>
    <author>
    <id>14957</id>
        <name><![CDATA[Allan Kent]]></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/14957.Allan_Kent]]></link>
    <average_rating>4.19</average_rating>
    <ratings_count>21</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
    <author>
    <id>561</id>
        <name><![CDATA[Christopher Schmitt]]></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/561.Christopher_Schmitt]]></link>
    <average_rating>3.85</average_rating>
    <ratings_count>33</ratings_count>
    <text_reviews_count>7</text_reviews_count>
  </author>
  </authors>  <published>2003</published>
</book>

        <book>
  <id type="integer">2943214</id>
  <isbn>1904151205</isbn>
  <isbn13>9781904151203</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Practical Web Database Design]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/2943214.Practical_Web_Database_Design</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[Although many web professionals will have incorporated a database into a web site before, they may not have much experience of designing them - this book will teach you all you need to know about designing a database for use with a web site or web application. From first principles to designing a successful web database, this book will show you how to get the most out of database design.]]>
  </description>
<authors>
    <author>
    <id>299261</id>
        <name><![CDATA[Chris Auld]]></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/299261.Chris_Auld]]></link>
    <average_rating>0.0</average_rating>
    <ratings_count>0</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
    <author>
    <id>475387</id>
        <name><![CDATA[Rudy Limeback]]></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/475387.Rudy_Limeback]]></link>
    <average_rating>5.00</average_rating>
    <ratings_count>1</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
    <author>
    <id>14957</id>
        <name><![CDATA[Allan Kent]]></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/14957.Allan_Kent]]></link>
    <average_rating>4.19</average_rating>
    <ratings_count>21</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
  </authors>  <published>2003</published>
</book>

        <book>
  <id type="integer">932506</id>
  <isbn>1590597397</isbn>
  <isbn13>9781590597392</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Foundations of PEAR: Rapid PHP Development]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1179573467m/932506.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1179573467s/932506.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/932506.Foundations_of_PEAR_Rapid_PHP_Development</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[<p>PEAR, the PHP Extension and Application Repository, is a bountiful resource for any PHP developer. Within its confines lie the tools that you need to do your job more quickly and efficiently. You need to be able to quickly assess and determine which PEAR package is the right one for the task you are up against. Then you need to know the API and see some examples of how to best use it. <em>Foundations of PEAR</em> is your one stop for locating the PEAR package you need. Authors Nathan Good and Allan Kent have carefully selected the most useful and widely used packages for this book.</p>  <p>Each package is broken down logically by function, and each one is covered in detail. The book presents each package in a manner that allows you to jump quickly to the key items you need to implement a solution. The authors understand that you need to see the packages in action--each performing in real-world applications. So they've included four projects in the book that each use a combination of PEAR packages in their implementations. Once you're armed with the knowledge in this book, you'll be set to take your PHP development to a new level.</p>]]>
  </description>
<authors>
    <author>
    <id>286557</id>
        <name><![CDATA[Nathan A. Good]]></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/286557.Nathan_A_Good]]></link>
    <average_rating>4.00</average_rating>
    <ratings_count>1</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
    <author>
    <id>14957</id>
        <name><![CDATA[Allan Kent]]></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/14957.Allan_Kent]]></link>
    <average_rating>4.19</average_rating>
    <ratings_count>21</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
  </authors>  <published>2006</published>
</book>

        <book>
  <id type="integer">932509</id>
  <isbn>1590591941</isbn>
  <isbn13>9781590591949</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Practical Web Database Design]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1179573469m/932509.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1179573469s/932509.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/932509.Practical_Web_Database_Design</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[<p>Although many web professionals will have incorporated a database into a web site before, they may not have much experience of designing them - this book will teach you all you need to know about designing a database for use with a web site or web application. From first principles to designing a successful web database, this book will show you how to get the most out of database design. From the Publisher Unlike other database design books in the market, this one focuses on design of databases for use on the Web. Web databases benefit from good general database design principles, but also have their own set of caveats, which must be considered for their design to be truly successful. This book covers both the general, and the web-specific database principles.</p>]]>
  </description>
<authors>
    <author>
    <id>299261</id>
        <name><![CDATA[Chris Auld]]></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/299261.Chris_Auld]]></link>
    <average_rating>0.0</average_rating>
    <ratings_count>0</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
    <author>
    <id>14957</id>
        <name><![CDATA[Allan Kent]]></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/14957.Allan_Kent]]></link>
    <average_rating>4.19</average_rating>
    <ratings_count>21</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
  </authors>  <published>2003</published>
</book>

      <books>
</author>
</GoodreadsResponse>