Featured »

[10 Sep 2009 | 2 Comments]

More on using Google Spreadsheets as a database for sites that don't have their own db. This example uses forms to collect the data and server-side scripting in PHP to collect and manipulate the form data before using curl to POST the data to the Google Spreadsheet form. [More]

Software »

[25 Aug 2009 | 0 Comments]

I recently had the opportunity to attempt to create a simple little CMS for a single page on a website hosted on a Linux box somewhere out there in the cloud. We wanted to offer the client (who had no experience or patience to work in HTML) the ability to update the content on this page. So, with Google’s search engine as my reference material (who needs to buy programming books any more?) I launched into writing some PHP code that will read a published Google Spreadsheet and treat each of the sheets as a table.
Kinda nifty stuff! [More]