
Jul 2, 2010

Click for details
http://twitter.com/simon
Link in his tweet
Since
http://twitter.com/lowk3y
RT @simon: A great book on SimpleDB for developers. Check it out! http://bit.ly/cm7rAo
http://twitter.com/greatebook4u
eBook: Amazon SimpleDB Developer Guide —> http://is.gd/dbArd

Jun 30, 2010
Packt Publishing featured my SimpleDB book as the book of the month in the July Newsletter.
Link to the newsletter
PDF of the Packt Newsletter

Jun 28, 2010
Chad Lung wrote the first in-depth review of my SimpleDB book I have seen.
http://giantflyingsaucer.com/blog/?p=1225

Jun 7, 2010
Here is a sample chapter from my SimpleDB book.
Click for chapter 3 SimpleDB versus RDBMS

Jun 1, 2010

Amazon SimpleDB Developer Guide
The book is shipping now
Details may be found at https://www.packtpub.com/amazon-simpledb-database-developer-guide/book

May 19, 2010

Amazon SimpleDB Developer Guide
Exciting news, at least for me, my book will be available this week.
Details may be found at https://www.packtpub.com/amazon-simpledb-database-developer-guide/book
The latest PHP sample code can be downloaded and test run from here. Visit http://webmasterinresidence.ca/simpledb/
Discussion and details on the book and PHP samples can be found at http://webmasterinresidence.ca/webmasterinresidence/?cat=39

Feb 27, 2010
PHP sample library for accessing SimpleDB in PHP. The samples include all SimpleDB calls as well as the new ConsistentRead = True and Conditional Put and Delete. The sample set also includes a basic SimpleDB backup/restore to S3 as well as a basic MP3 DB including uploading to the files to S3.
This is the sample set for my upcoming book from Packt Publishing Amazon SimpleDB Developer Guide by Prabhakar Chaganti and Rich Helms. http://www.packtpub.com/amazon-simpledb-database-developer-guide/
I have expanded Dan Myers SDB-PHP interface to provide all functionality of SimpleDB including the Feb 24, 2010 new ConsistentRead = True and Conditional Put and Delete. The expanded API also includes data normalization for numbers, dates, boolean and base64.
The samples can be run from this site with your SimpleDB key/secret key. You input the keys to PHP session variables. Also all source is displayed on the bottom of each program. The source package can be downloaded from the demo menu.
http://webmasterinresidence.ca/simpledb/
Please comment here with any issues. I am working on a faster restore version with multi-thread for restoring large databases.

Jan 17, 2010
I wanted a way to create a WordPress plugin that enabled me to build coffee cupping charts for my Coffee Troupe blog. I started with a PHP library called pChart pchart.sourceforge.net and modified it to make it into a WordPress plugin.
The syntax to build this sample is:
[TASTE:Yirgacheffe Ethiopia:8.5,9,8.5,8.75,9,9.5,8.5,8,7.5] – uses the cached image it builds first time
[TASTE:Yirgacheffe Ethiopia:8.5,9,8.5,8.75,9,9.5,8.5,8,7.5:rebuild] will force the image to be rebuilt every time.
The spokes of the graph are defined in the control panel so you can set your own parameters to score on.
The graph above is just a sample. I put in random scores to demonstrate the result.
Download

Dec 18, 2009
This post demonstrates using the WP-Coffee-Log WordPress plugin to plot a traditional roasting profile.
Continue Reading »

Dec 13, 2009
This post describes using the WordPress Roaster Plot Plugin to graph Hottop profiles.
Continue Reading »