<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://www.awsbook.com/feeds/atom10.xml" rel="self" title="The Web Developer's Guide To Amazon E-Commerce Service" type="application/atom+xml" />
    <link href="http://www.awsbook.com/"                        rel="alternate"    title="The Web Developer's Guide To Amazon E-Commerce Service" type="text/html" />
    <link href="http://www.awsbook.com/rss.php?version=2.0"     rel="alternate"    title="The Web Developer's Guide To Amazon E-Commerce Service" type="application/rss+xml" />
    <title type="html">The Web Developer's Guide To Amazon E-Commerce Service</title>
    <subtitle type="html">developing web applications using Amazon Web Services and PHP</subtitle>
    <icon>http://www.awsbook.com/templates/default/img/s9y_banner_small.png</icon>
    <id>http://www.awsbook.com/</id>
    <updated>2011-08-13T16:32:10Z</updated>
    <generator uri="http://www.s9y.org/" version="1.4.1">Serendipity 1.4.1 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://www.awsbook.com/archives/3-Whats-in-the-book.html" rel="alternate" title="What's in the book?" />
        <author>
            <name>Jason Levitt</name>
                    </author>
    
        <published>2005-04-12T16:27:35Z</published>
        <updated>2011-08-13T16:32:10Z</updated>
        <wfw:comment>http://www.awsbook.com/wfwcomment.php?cid=3</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.awsbook.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    
            <category scheme="http://www.awsbook.com/categories/3-Author-Musings" label="Author Musings" term="Author Musings" />
    
        <id>http://www.awsbook.com/archives/3-guid.html</id>
        <title type="html">What's in the book?</title>
        <content type="xhtml" xml:base="http://www.awsbook.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                This book is primarily about using PHP to create web applications using Amazon E-Commerce Service 4.0. The target audience is intermediate developers who are creating web applications. That might include people making simple sidebar applications for web sites all the way up to more serious storefronts and even backend inventory systems.  Basic understanding of XML and PHP is required, though developers should easily be able to translate the concepts and code samples to other programming languages.<br />
  <br />
Coverage includes:<br />
<br />
<ul><li> An overview of the Amazon.com site architecture</li><li> Strategies for parsing XML responses from Amazon</li><li> Developing applications using PHP4, PHP5, XSLT, REST, and SOAP</li><li> Caching and error recovery </li><li> Developing with Amazon Seller Services -- the Amazon Inventory Management System and the Merchants@ API </li><li> Creating internationalized web applications that take advantage of Amazon's international presence (e.g. amazon.co.jp, amazon.fr, etc... )</li><li> Reference manuals for Amazon E-Commerce Service, Amazon Inventory Management System, and the Merchants@ API </li></ul> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.awsbook.com/archives/4-Some-Scripts-From-The-Book.....html" rel="alternate" title="Some Scripts From The Book...." />
        <author>
            <name>Jason Levitt</name>
                    </author>
    
        <published>2005-04-12T13:39:00Z</published>
        <updated>2011-08-13T16:31:15Z</updated>
        <wfw:comment>http://www.awsbook.com/wfwcomment.php?cid=4</wfw:comment>
    
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://www.awsbook.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    
            <category scheme="http://www.awsbook.com/categories/4-Book-Scripts" label="Book Scripts" term="Book Scripts" />
    
        <id>http://www.awsbook.com/archives/4-guid.html</id>
        <title type="html">Some Scripts From The Book....</title>
        <content type="xhtml" xml:base="http://www.awsbook.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Browse Node traversal:  <a href="http://www.awsbook.com/exit.php?url_id=117&amp;entry_id=4" title="http://www.awsbook.com/AMAZONLIB/CHAPTER8/8-2.php"  onmouseover="window.status='http://www.awsbook.com/AMAZONLIB/CHAPTER8/8-2.php';return true;" onmouseout="window.status='';return true;" target="blank">Run the script</a><br />
<br />
Search song titles on International Amazon sites: <a href="http://www.awsbook.com/exit.php?url_id=135&amp;entry_id=4" title="http://www.awsbook.com/AMAZONLIB/CHAPTER7/SONGSEARCH_SWITCH/songsearch.php"  onmouseover="window.status='http://www.awsbook.com/AMAZONLIB/CHAPTER7/SONGSEARCH_SWITCH/songsearch.php';return true;" onmouseout="window.status='';return true;" target="blank">Run the script</a>  <br />(Note: some web browsers will not respect the META tag which sets the character set to ISO-8859-1 in which case the display may appear garbled)<br />
<br />
Pagination example: <a href="http://www.awsbook.com/exit.php?url_id=119&amp;entry_id=4" title="http://www.awsbook.com/AMAZONLIB/CHAPTER4/4-1.php"  onmouseover="window.status='http://www.awsbook.com/AMAZONLIB/CHAPTER4/4-1.php';return true;" onmouseout="window.status='';return true;" target="blank">Run the script</a><br />
<br />
Sorting + pagination example: <a href="http://www.awsbook.com/exit.php?url_id=120&amp;entry_id=4" title="http://www.awsbook.com/AMAZONLIB/CHAPTER4/sorting.php"  onmouseover="window.status='http://www.awsbook.com/AMAZONLIB/CHAPTER4/sorting.php';return true;" onmouseout="window.status='';return true;" target="blank">Run the script</a><br />
<br />
Variations + pagination example: <a href="http://www.awsbook.com/exit.php?url_id=121&amp;entry_id=4" title="http://www.awsbook.com/AMAZONLIB/CHAPTER4/4-3.php"  onmouseover="window.status='http://www.awsbook.com/AMAZONLIB/CHAPTER4/4-3.php';return true;" onmouseout="window.status='';return true;" target="blank">Run the script</a><br />
<br />
Item attributes example: <a href="http://www.awsbook.com/exit.php?url_id=122&amp;entry_id=4" title="http://www.awsbook.com/AMAZONLIB/CHAPTER4/watchcompare.php"  onmouseover="window.status='http://www.awsbook.com/AMAZONLIB/CHAPTER4/watchcompare.php';return true;" onmouseout="window.status='';return true;" target="blank">Run the script</a><br />
<br />
<br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.awsbook.com/archives/2-The-Book-Is-Published!.html" rel="alternate" title="The Book Is Published!" />
        <author>
            <name>Jason Levitt</name>
                    </author>
    
        <published>2005-04-12T16:37:00Z</published>
        <updated>2011-08-13T16:31:01Z</updated>
        <wfw:comment>http://www.awsbook.com/wfwcomment.php?cid=2</wfw:comment>
    
        <slash:comments>6</slash:comments>
        <wfw:commentRss>http://www.awsbook.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    
            <category scheme="http://www.awsbook.com/categories/3-Author-Musings" label="Author Musings" term="Author Musings" />
    
        <id>http://www.awsbook.com/archives/2-guid.html</id>
        <title type="html">The Book Is Published!</title>
        <content type="xhtml" xml:base="http://www.awsbook.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <table cellpadding="10"><tr><td><img src="http://www.awsbook.com/uploads/cover207x313.jpg" alt="TheBookCover" /></td><td><font size="+1" color="#F3C546">Product Details</font><br />
Paperback: 492 pages <br />
Publisher: J9t Publications and Lulu.com (April 12th, 2005)<br />
ISBN: 141162551X<br />
Product Dimensions: 6 x 9  inches <br />
Shipping Weight: 1.5 lbs<br />
List Price: $30.00<br />
Your Price:  $14.85 <font size="-2"><a href="http://www.awsbook.com/exit.php?url_id=132&amp;entry_id=2" title="http://www.amazon.com/exec/obidos/ASIN/141162551X"  onmouseover="window.status='http://www.amazon.com/exec/obidos/ASIN/141162551X';return true;" onmouseout="window.status='';return true;">amazon.com</a></font><br />
<br />
<b><font size="+1"><a href="http://www.awsbook.com/exit.php?url_id=133&amp;entry_id=2" title="http://www.awsbook.com/uploads/amazonTOC.pdf"  onmouseover="window.status='http://www.awsbook.com/uploads/amazonTOC.pdf';return true;" onmouseout="window.status='';return true;">Download the Table of Contents</a></font></b><font size="-3"> (67 Kbyte PDF)</font><br />
<br />
<br />
<font size="-2"><a href="http://www.awsbook.com/exit.php?url_id=134&amp;entry_id=2" title="http://www.awsbook.com/uploads/cover460x694.jpg"  onmouseover="window.status='http://www.awsbook.com/uploads/cover460x694.jpg';return true;" onmouseout="window.status='';return true;" target="_blank">view larger cover image</a></font><br />
</td></tr></table> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.awsbook.com/archives/5-The-Code-Samples-Have-Been-Updated.html" rel="alternate" title="The Code Samples Have Been Updated" />
        <author>
            <name>Jason Levitt</name>
                    </author>
    
        <published>2009-11-05T02:19:02Z</published>
        <updated>2011-08-13T16:30:46Z</updated>
        <wfw:comment>http://www.awsbook.com/wfwcomment.php?cid=5</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.awsbook.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    
            <category scheme="http://www.awsbook.com/categories/1-Errata" label="Errata" term="Errata" />
    
        <id>http://www.awsbook.com/archives/5-guid.html</id>
        <title type="html">The Code Samples Have Been Updated</title>
        <content type="xhtml" xml:base="http://www.awsbook.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                The book code samples have been revised to work with Amazon's new <a href="http://www.awsbook.com/exit.php?url_id=136&amp;entry_id=5" title="http://developer.amazonwebservices.com/connect/ann.jspa?annID=483"  onmouseover="window.status='http://developer.amazonwebservices.com/connect/ann.jspa?annID=483';return true;" onmouseout="window.status='';return true;">digital signature requirement</a>. Various fixes are also included. Download the revised code samples <a href="http://www.awsbook.com/exit.php?url_id=137&amp;entry_id=5" title="https://sourceforge.net/projects/amazonlib/files/AmazonLib/2.1/amazonlib.tar.gz/download"  onmouseover="window.status='https://sourceforge.net/projects/amazonlib/files/AmazonLib/2.1/amazonlib.tar.gz/download';return true;" onmouseout="window.status='';return true;">here</a>. The revisions were generally minor and include:<ul><br />
<li>All examples tested under PHP 5.2.11</li><br />
<li>Updated everything to use the 10-01-2009 WSDL and REST versions</li><br />
<li>All examples now have the digital signature code included</li><br />
<li>A few minor bug fixes</li><br />
</ul><br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.awsbook.com/archives/6-This-Book-Is-Now-Out-Of-Print.html" rel="alternate" title="This Book Is Now Out Of Print" />
        <author>
            <name>Jason Levitt</name>
                    </author>
    
        <published>2011-08-13T16:23:05Z</published>
        <updated>2011-08-13T16:23:05Z</updated>
        <wfw:comment>http://www.awsbook.com/wfwcomment.php?cid=6</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.awsbook.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    
            <category scheme="http://www.awsbook.com/categories/3-Author-Musings" label="Author Musings" term="Author Musings" />
    
        <id>http://www.awsbook.com/archives/6-guid.html</id>
        <title type="html">This Book Is Now Out Of Print</title>
        <content type="xhtml" xml:base="http://www.awsbook.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Judging from reader feedback over the past years, this book has helped a lot of people navigate the original Amazon Web Services API (that API was later re-named "Amazon E-Commerce Service" and is now called the "<a href="http://www.awsbook.com/exit.php?url=aHR0cHM6Ly9hZmZpbGlhdGUtcHJvZ3JhbS5hbWF6b24uY29tL2dwL2FkdmVydGlzaW5nL2FwaS9kZXRhaWwvbWFpbi5odG1s&amp;entry_id=6"  onmouseover="window.status='https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html';return true;" onmouseout="window.status='';return true;" title="Product Advertising API" target="_blank">Product Advertising API</a>").  A fair amount of the content in this book is now outdated and Amazon has <strong>significantly</strong> improved their documentation in the intervening years.  It's time to make this book "out of print". Cheers everyone.<br />
<br />
-Jason 
            </div>
        </content>
        
    </entry>

</feed>
