
Host Your Web Site in the Cloud
If you think you've spotted an error or typo in your copy of Host Your Web Site in the Cloud, check to see if it's listed below. If not, pat yourself on the back! Let us know about it so we can list it here for future readers.
Corrections and Typos
1st edition, September 2010
- all
Since the release of this book, CloudFusion has become the Official AWS SDK for PHP. This means that many code examples in the book won't function if you're using the latest version of the SDK (rather than version 2.5 of CloudFusion).
However, the code archive has been updated to use the new APIs. It's recommended that readers download the new archive to follow along with the code in the book.
- p.26, 63, others Singapore is misspelled as "Signapore" in a number of locations in the book.
- p.41 link, footnote # 18 The link in this footnote to the Elastic Load Balancing API tools is incomplete, and should read: http://developer.amazonwebservices.com/connect/entry.jspa?externalID=2536&categoryID=251.
- p.166 1st code block
The line:
should read:$message = pullMessage($sqs, $queueParse);$message = pullMessage($sqs, PARSE_QUEUE); - p.169 1st code block
The line:
should read:$message = pullMessage($sqs, $queueFetch);$message = pullMessage($sqs, IMAGE_QUEUE); - p.175 1st code block
The line:
should read:$sqs->delete_message($queueRender, $receiptHandle);$sqs->delete_message(RENDER_QUEUE, $receiptHandle); - p.231
The regular expression
/^[a-zA-Z0-9_-]*\.php$/would match the string ".php", which is not a valid php filename. A better regex would be:/^[a-zA-Z0-9_-]+\.php$/
Satisfaction Guaranteed at SitePoint
Of course, we’re so confident that you’ll be satisfied with this book for years to come that we’re happy, as always, for you to try it risk-free for 30 days. If you purchase a copy of Host Your Web Site in the Cloud and you think it falls short of being everything you wanted, we’d like you to have your money back.
Simply contact us and we’ll see to it that you receive a prompt refund of the full purchase price, minus shipping and handling.
What could be fairer than this?
More Information
Sample Download
We think this is a brilliant book, but judge for yourself. Grab the first few chapters and start learning jQuery today without spending a cent.
