labs.gotfoo.org, gotfoo's Technology sandbox.

gotfoo labs showcases working code examples from the you.gotfoo.org blog. Most of the examples work correctly but if not you can either contact me and tell me to not be so sloppy with my code or fix it and send it back to me. Anyway this site serves as a technology and code example sandbox for the everyday coder.

Projects

Ajax PHP DataGrid

This is a page able and sortable Ajax enabled DataGrid for PHP.

del.icio.us Links by Username

This gets all of the public bookmarks for a user ('gotfoo') from del.icio.us using a JSON Request. Type in a del.icuo.us Username and a tag.

Media Search Mashup with Yahoo! Videos, YouTube and Flickr.

This is another little project that I've been hacking around with which simply uses the Yahoo! Video and YouTube Search Service API's and just for fun phpFlickr to find videos and images.

Data Access Class using the PHP PDO Functions

This demonstrates how to use the PHP5 PDO functions to build a DataAccess Class

Yahoo! Shopping Search

Yahoo! Shopping Search using REST

Web 2.0 Startup Pitch Generator

This is script generates a random Web 2.0 Start Up Pitch using a few arrays of key words this is based on Wired Magazines' Build a web 2.0 Startup! article from issue 14.09.

Flickr Photo Search Using phpFlickr

Search for Photos by Tag using phpFlickr

Calling a REST Method with PHP

Demonstrate how to make a Web Service request using REST.

Flickr Gallery

This is a single php page that displays your Flickr Photo Sets and individual photos on your own site. The code is pretty simple and the most complex part is working with the PHP Object and extracting the correct items and then wrapping them in some HTML. The script works in 3 stages:1) initial view of the primary photo from each photoset, 2) all of the photos from a single photo set and 3) a a slide show of a single photoset.

Mashup: Flickr, del.icio.us and Yahoo! Search

Search across Yahoo!, del.icio.us and Flickr in one page.