Jesse Feiler  
 
buy the book
 

Download Files

Note: All READ ME files are brief text files. All other download files are ZIP archives and are brief unless otherwise noted (the database).

Download READ ME for all chapters: important notes about access keys, passwords, and the like.

 

Various Chapters   Download the MySQL Database

Several chapters use MySQL and two tables: fec (Federal Election Commission data for political contributions) and mashups_sql (data from the Census and Bureal of Labor Statistics). The book shows you how to get MySQL, set up the tables, download the data, and load it into the tables. If you have MySQL, you can use the Restore command to create and load the data with this file. The READ ME file has details. Note that this is a subset of the data used in the book. The archive is 2.7 MB.

Download READ ME

Download file

Chapter 6   Use PHP to Perform Server-Side Scripting

This is a basic PHP script; it demonstrates heredoc.

Download READ ME

Download file

Chapter 8   Use RSS and Atom to Retrieve Data Automtically

This PHP script parses a hard-copy RSS feed.

Download READ ME

Download file

Chapter 9   Use XMLHttpRequest, XML-RPC, REST and JSON to Retrieve Data

This sample script shows how to use XMLHttpRequest.

Download READ ME

Download file

Chapter 11   Implement a Basic Mashup

This basic mashups retrieves data from MySQL daatabase.

Download READ ME

Download file

Chapter 12   Use the Google Maps API

Explore the Google Maps API on its own.

Download READ ME

Download file

Chapter 13   Build Mashups with the Google Maps API

The Chapter 11 mashup now presents its data on a Google map with a clickable marker.

Download READ ME

Download file

Chapter 15  

Build a Mashup to Search Amazon and Google at the Same Time

Just as it says: search Amazon and Google for the same word or phrase.

Download READ ME

Download file

Chapter 16   Use the Flickr API

This is a work-in-progress mashup that works towards the next one.

Download READ ME

Download file

Chapter 17   Build a Mashup to Search Flickr and Google at the Same Time
Use the same word or phrase to search them both.

Download READ ME

Download file

Chapter 19   Map the Locations of eBay Items

Search eBay for items; map them with Google. (Note that this can use the test environment which has very few items. A pretty consistent good target is "lamp.")

Download READ ME

Download file