<?xml version="1.0" encoding="UTF-8"?>
<GoodreadsResponse>
	<Request>
		<authentication>false</authentication>
		    <method><![CDATA[]]></method>
	</Request>
	<author>
  
  <id>70528</id>
  <name><![CDATA[Gordon McComb]]></name>
  <link><![CDATA[http://www.goodreads.com/author/show/70528.Gordon_McComb]]></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">1033287</id>
  <isbn>0071362967</isbn>
  <isbn13>9780071362962</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Robot Builder's Bonanza]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1180383674m/1033287.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1180383674s/1033287.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/1033287.Robot_Builder_s_Bonanza</link>
  <average_rating>3.79</average_rating>
  <ratings_count>14</ratings_count>
  <description>
    <![CDATA[A major revision of the bestselling &quot;bible&quot; of amateur robotics building--packed with the latest in servo motor technology, microcontrolled robots, remote control, Lego Mindstorms Kits, and other commercial kits. <p>Gives electronics hobbyists fully illustrated plans for 11 complete Robots, as well as all-new coverage of Robotix-based Robots, Lego Technic-based Robots, Functionoids with Lego Mindstorms, and Location and Motorized Systems with Servo Motors. <p>Features a pictures and parts list that accompany all projects, and material on using the BASIC Stamp and other microcontrollers.</p></p>]]>
  </description>
<authors>
    <author>
    <id>70528</id>
        <name><![CDATA[Gordon McComb]]></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/70528.Gordon_McComb]]></link>
    <average_rating>3.93</average_rating>
    <ratings_count>27</ratings_count>
    <text_reviews_count>1</text_reviews_count>
  </author>
  </authors>  <published>2000</published>
</book>

        <book>
  <id type="integer">1126670</id>
  <isbn>0830628002</isbn>
  <isbn13>9780830628001</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[The Robot Builder's Bonanza: 99 Inexpensive Robotics Projects]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1181208458m/1126670.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1181208458s/1126670.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/1126670.The_Robot_Builder_s_Bonanza_99_Inexpensive_Robotics_Projects</link>
  <average_rating>4.00</average_rating>
  <ratings_count>6</ratings_count>
  <description>
    <![CDATA[A collection of tested and proven projects that can be mixed and matched to create a wide range of highly intelligent and workable robot creatures.]]>
  </description>
<authors>
    <author>
    <id>70528</id>
        <name><![CDATA[Gordon McComb]]></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/70528.Gordon_McComb]]></link>
    <average_rating>3.93</average_rating>
    <ratings_count>27</ratings_count>
    <text_reviews_count>1</text_reviews_count>
  </author>
  </authors>  <published>1987</published>
</book>

        <book>
  <id type="integer">1845329</id>
  <isbn>0471161853</isbn>
  <isbn13>9780471161851</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[JavaScript Sourcebook: Create Interactive JavaScript Programs for the World Wide Web]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1189110061m/1845329.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1189110061s/1845329.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/1845329.JavaScript_Sourcebook_Create_Interactive_JavaScript_Programs_for_the_World_Wide_Web</link>
  <average_rating>4.33</average_rating>
  <ratings_count>3</ratings_count>
  <description>
    <![CDATA[For the HTML expert who wants to expand his or her knowledge into a thorough understanding  of JavaScript, <em>JavaScript Sourcebook</em> is an excellent choice. This book opens with generalities  about programming doctrine, appropriate use of JavaScript, and discussions of such programming concepts  as variables, operators, strings, and loops. It then launches into in-depth coverage of every object, property,  function, operator, expression, data type, and event handler in the JavaScript 1.1 language  specification.<p> <em>JavaScript Sourcebook</em> wraps up with practical JavaScript information, including a handy &quot;Fixing  Broken JavaScript Programs&quot; chapter that lists the 11 most common JavaScript programming errors and the  methods for correcting them. There is also good documentation of JavaScript's capacity for working with  HTML frames and outstanding information about advanced client-side topics, such as pull-based updates  and image maps.<p> Computer-book authors frequently load their companion CD-ROMs with the source code from the chapters  and leave it at that. McComb has arranged for permission to include Bill Dortch's useful hIdaho frameset  functions on the CD-ROM that accompanies <em>JavaScript Sourcebook</em>. Though the functions are  available on the Web, having them at hand is a plus for programmers.</p></p>]]>
  </description>
<authors>
    <author>
    <id>70528</id>
        <name><![CDATA[Gordon McComb]]></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/70528.Gordon_McComb]]></link>
    <average_rating>3.93</average_rating>
    <ratings_count>27</ratings_count>
    <text_reviews_count>1</text_reviews_count>
  </author>
  </authors>  <published>1996</published>
</book>

        <book>
  <id type="integer">1288192</id>
  <isbn>083063360X</isbn>
  <isbn13>9780830633609</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Gordon McComb's Gadgeteers Goldmine]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1182525275m/1288192.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1182525275s/1288192.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/1288192.Gordon_McComb_s_Gadgeteers_Goldmine</link>
  <average_rating>4.00</average_rating>
  <ratings_count>2</ratings_count>
  <description>
    <![CDATA[Gordon McComb's Gadgeteer's Goldmine is one of the most exciting, well-rounded collections of electronic projects available anywhere, featuring experiments in everything from magnetic levitation and lasers to high-tech surveillance and digital commuications. Hobbyists and garage-shop tinkerers will find instructions for building such useful items as a fiberoptic communications link, portable He-Ne laser pistol, laser alarm system, ultrasonic pest deterrent, solar batter recharger, wireless sound transimitter. IBM PC control interface, and many others.]]>
  </description>
<authors>
    <author>
    <id>70528</id>
        <name><![CDATA[Gordon McComb]]></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/70528.Gordon_McComb]]></link>
    <average_rating>3.93</average_rating>
    <ratings_count>27</ratings_count>
    <text_reviews_count>1</text_reviews_count>
  </author>
  </authors>  <published>1990</published>
</book>

        <book>
  <id type="integer">7223925</id>
  <isbn>0553345400</isbn>
  <isbn13>9780553345407</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Executive Guide to PCs]]>
  </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/7223925-executive-guide-to-pcs</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[]]>
  </description>
<authors>
    <author>
    <id>70528</id>
        <name><![CDATA[Gordon McComb]]></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/70528.Gordon_McComb]]></link>
    <average_rating>3.93</average_rating>
    <ratings_count>27</ratings_count>
    <text_reviews_count>1</text_reviews_count>
  </author>
    <author>
    <id>205581</id>
        <name><![CDATA[Bep]]></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/205581.Bep]]></link>
    <average_rating>0.0</average_rating>
    <ratings_count>0</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
  </authors>  <published>1994</published>
</book>

        <book>
  <id type="integer">6903290</id>
  <isbn>083063777X</isbn>
  <isbn13>9780830637775</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Troubleshooting and Repairing Vcrs]]>
  </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/6903290-troubleshooting-and-repairing-vcrs</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[This work provides comprehensive troubleshooting charts and step-by-step, illustrated instructions for diagnosing and servicing all types of VCRs, including VHS, Beta, 8mm and camcorders. This updated edition covers the latest VCR features and such potential problem areas as Macrovision anti-copying signals, antenna and cable TV interference, and faulty video cassettes.]]>
  </description>
<authors>
    <author>
    <id>70528</id>
        <name><![CDATA[Gordon McComb]]></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/70528.Gordon_McComb]]></link>
    <average_rating>3.93</average_rating>
    <ratings_count>27</ratings_count>
    <text_reviews_count>1</text_reviews_count>
  </author>
  </authors>  <published>1991</published>
</book>

        <book>
  <id type="integer">6672104</id>
  <isbn>0613766903</isbn>
  <isbn13>9780613766906</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Gordon Mccomb's Gadgeteer's Goldmine!: 55 Space-age Projects]]>
  </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/6672104-gordon-mccomb-s-gadgeteer-s-goldmine</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[Gordon McComb's Gadgetter's Goldmine is one of the most exciting, well-rounded collections of electronic projects available anywhere, featuring experiments in everything from magnetic levitation and lasers to high-tech surveillance and digital commuications. Hobbyists and garage-shop tinkerers will find instructions for building such useful items as a fiberoptic communications link, portable He-Ne laser pistol, laser alarm system, ultrasonic pest deterrent, solar batter recharger, wireless sound transimitter. IBM PC control interface, and many others.]]>
  </description>
<authors>
    <author>
    <id>70528</id>
        <name><![CDATA[Gordon McComb]]></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/70528.Gordon_McComb]]></link>
    <average_rating>3.93</average_rating>
    <ratings_count>27</ratings_count>
    <text_reviews_count>1</text_reviews_count>
  </author>
  </authors>  <published>1990</published>
</book>

        <book>
  <id type="integer">6648758</id>
  <isbn nil="true"></isbn>
  <isbn13 nil="true"></isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Robot Builder's Bonanza, Third Edition]]>
  </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/6648758-robot-builder-s-bonanza-third-edition</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[<p>#1 ROBOTICS BOOK OF ALL TIME SUPER-CHARGED BY A FAMOUS NEW CO-AUTHOR AND UPDATED TO REFLECT STATE-OF-THE-ART ADVANCES<br/><br/>Everybody's favorite amateur robotics book is bolder and better than ever -- and now features the field's &quot;grand master&quot; Myke Predko as the new author!  Author duo McComb and Predko bring their expertise to this fully-illustrated robotics &quot;bible&quot; to enhance the already incomparable content on how to build -- and have a universe of fun -- with robots.  Projects vary in complexity so everyone from novices to advanced hobbyists will find something of interest.<br/><br/>NEW TO THIS EDITION:<br/>30 completely new projects<br/>All projects have been revamped to be more customizable<br/>More visual -- illustrations of the final product are right at the beginning of the chapter.<br/>Everything you need to build from plans provided or create your own designs:<br/>* Robot Basics * Construction Techniques * Computer and Electronic Control * Power, Motors, and Locomotion * Practical Robotics Projects * Sensors and Navigation * Robot Programming * Tips, Tricks, and Tidbits.<br/><br/></p>]]>
  </description>
<authors>
    <author>
    <id>70528</id>
        <name><![CDATA[Gordon McComb]]></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/70528.Gordon_McComb]]></link>
    <average_rating>3.93</average_rating>
    <ratings_count>27</ratings_count>
    <text_reviews_count>1</text_reviews_count>
  </author>
    <author>
    <id>2997715</id>
        <name><![CDATA[Myke redko]]></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/2997715.Myke_redko]]></link>
    <average_rating>0.0</average_rating>
    <ratings_count>0</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
  </authors>  <published>2006</published>
</book>

        <book>
  <id type="integer">6163387</id>
  <isbn>0470286970</isbn>
  <isbn13>9780470286975</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Electronics For Dummies]]>
  </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/6163387.Electronics_For_Dummies</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[]]>
  </description>
<authors>
    <author>
    <id>70528</id>
        <name><![CDATA[Gordon McComb]]></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/70528.Gordon_McComb]]></link>
    <average_rating>3.93</average_rating>
    <ratings_count>27</ratings_count>
    <text_reviews_count>1</text_reviews_count>
  </author>
  </authors>  <published>2009</published>
</book>

        <book>
  <id type="integer">5778873</id>
  <isbn>083067778X</isbn>
  <isbn13>9780830677788</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Troubleshooting and Repairing Fax Machines]]>
  </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/5778873.Troubleshooting_and_Repairing_Fax_Machines</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[]]>
  </description>
<authors>
    <author>
    <id>70528</id>
        <name><![CDATA[Gordon McComb]]></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/70528.Gordon_McComb]]></link>
    <average_rating>3.93</average_rating>
    <ratings_count>27</ratings_count>
    <text_reviews_count>1</text_reviews_count>
  </author>
  </authors>  <published>1991</published>
</book>

      <books>
</author>
</GoodreadsResponse>