Dan Ruscoe's Personal Site

PHP Code

Generating Images from GPS Coordinates in PHP

Since getting a new Android phone, I've been playing around with logging GPS data. I've been using GPSLogger, which can be configured to create KML files right on the phone's SD card.
Continue reading...

PHP Class for the Nabaztag API

A Nabaztag is a plastic rabbit that connects to your WiFi and reads out news stories and emails. It can also display weather information by lighting up and it moves its ears around from time to time. It comes with an API that's fun to tinker with.

Just for fun I've written a small PHP class to allow PHP applications to interface with the Nabaztag API.
Continue reading...