Code

This is where I share some of the code that I have been working on on the basis that sharing is good.

Sunday 02 August 2009

Twitter PHP class

One of my recent projects has been to put together an application that allows users to update a Twitter account using the Twitter API. This is the PHP class that I’ve written that I am using for my application.

Read more and get code

Wednesday 29 July 2009

Last.fm PHP class

This class forms the foundations for my arc_lastfm plugin for Textpattern which I am currently developing. It makes use of a simple cache class to reduce the number of calls made to the Last.fm API; excessively requesting information from Last.fm can lead to the suspension of your account.

Read more and get code