<?xml version="1.0" encoding="UTF-8"?>
<GoodreadsResponse>
	<Request>
		<authentication>false</authentication>
		    <method><![CDATA[]]></method>
	</Request>
	<author>
  
  <id>386275</id>
  <name><![CDATA[Clinton Wong]]></name>
  <link><![CDATA[http://www.goodreads.com/author/show/386275.Clinton_Wong]]></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">1801410</id>
  <isbn>156592214X</isbn>
  <isbn13>9781565922143</isbn13>
  <text_reviews_count type="integer">3</text_reviews_count>
  <title>
    <![CDATA[Web Client Programming with Perl (A Nutshell Handbook)]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1188532345m/1801410.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1188532345s/1801410.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/1801410.Web_Client_Programming_with_Perl</link>
  <average_rating>3.10</average_rating>
  <ratings_count>10</ratings_count>
  <description>
    <![CDATA[If you've ever wanted to learn more about Web protocols so you could build custom client-side tools to automate tasks--or just so you have a better understanding of what's happening behind the scenes--then <em>Web Client Programming with Perl</em> is the book for you. Wong explains HTTP (Hypertext Transfer Protocol) requests and socket calls, then shows how you can use the LWP library for Perl to retrieve Web pages, parse HTML, check whether a server is responding, and more.]]>
  </description>
<authors>
    <author>
    <id>386275</id>
        <name><![CDATA[Clinton Wong]]></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/386275.Clinton_Wong]]></link>
    <average_rating>3.07</average_rating>
    <ratings_count>15</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
  </authors>  <published>1997</published>
</book>

        <book>
  <id type="integer">726494</id>
  <isbn>1565928628</isbn>
  <isbn13>9781565928626</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[HTTP Pocket Reference: Hypertext Transfer Protocol]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1177696013m/726494.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1177696013s/726494.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/726494.HTTP_Pocket_Reference_Hypertext_Transfer_Protocol</link>
  <average_rating>3.00</average_rating>
  <ratings_count>5</ratings_count>
  <description>
    <![CDATA[The HyperText Transfer Protocol, or HTTP, is the backbone of the World Wide Web. HTTP is the language that each web  browser (or other web client) uses to communicate with servers  around the world. All web programmers, administrators, and  application developers need to be familiar with HTTP in  order to work effectively.    The <em>HTTP Pocket Reference</em> not only provides a solid conceptual foundation of HTTP, it also serves as a quick reference to  each of the headers and status codes that comprise an HTTP transaction. The book starts with a tutorial of HTTP, but  then explains the client request and server responses in more detail, and gives a thorough technical explanation of  more advanced features of HTTP (such as persistent connections and caching).     Most people use the Web every day without knowing anything about HTTP, but for those who need to get &quot;beyond the browser,&quot; this book is the place to start.]]>
  </description>
<authors>
    <author>
    <id>386275</id>
        <name><![CDATA[Clinton Wong]]></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/386275.Clinton_Wong]]></link>
    <average_rating>3.07</average_rating>
    <ratings_count>15</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
  </authors>  <published>2000</published>
</book>

        <book>
  <id type="integer">1756663</id>
  <isbn>1565922654</isbn>
  <isbn13>9781565922655</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Scripting Languages: Automating the Web]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1187805449m/1756663.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1187805449s/1756663.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/1756663.Scripting_Languages_Automating_the_Web</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[In spite of all the power built into popular web utilities, the  informality, ease, and rapid development cycle of scripting languages  make them well suited to the constant change common to most web sites. <em>Scripting Languages: Automating the Web</em> guides users and developers in  choosing and deploying scripting solutions.  End users benefit from  client-side scripting to make pages livelier, to automate form-filling,  and to accelerate web user interfaces like live select-box widgets. Even  the most basic web server software has scripting gateways to create more  active web content.  Server-side includes and markup allow servers to  customize pages on-the-fly.  Common Gateway Interface (CGI) hooks allow  developers to create entire pages and graphics under program control.<p>This issue of the <em>World Wide Web Journal</em> explores how users can add  scriptable and extensible behavior to the Web in a variety of ways.  For example, within the web client user interface, we offer articles  on JavaScript (Nick Heinle), Python (Guido van Rossum), and VBScript  (Paul Lomax). Next, within the web server programming interface, see  Lincoln Stein's article on exploring CGI with Perl, Ron Petrusha's  &quot;Why WIN-CGI?&quot;, and Clint Wong's description of LWP -- the library modules  for WWW access in Perl.  Finally, as a back-end gateway to other services,  are articles on World Wide Web gateways (Shishir Gundavaram) and web database connectivity with scripting (Peter Lazar).<p>In addition, this issue examines the web-wide impact of Perl as the scripting  language of choice for webmasters everywhere, with an in-depth article  featuring Perl developers Larry Wall and Tom Christiansen.</p></p>]]>
  </description>
<authors>
    <author>
    <id>386275</id>
        <name><![CDATA[Clinton Wong]]></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/386275.Clinton_Wong]]></link>
    <average_rating>3.07</average_rating>
    <ratings_count>15</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
    <author>
    <id>19693</id>
        <name><![CDATA[Lincoln Stein]]></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/19693.Lincoln_Stein]]></link>
    <average_rating>3.38</average_rating>
    <ratings_count>8</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
    <author>
    <id>160610</id>
        <name><![CDATA[Ron Petrusha]]></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/160610.Ron_Petrusha]]></link>
    <average_rating>3.73</average_rating>
    <ratings_count>15</ratings_count>
    <text_reviews_count>1</text_reviews_count>
  </author>
  </authors>  <published>1997</published>
</book>

      <books>
</author>
</GoodreadsResponse>