Somewhere, Guildford, Surrey

Code

Posted in Code, News on July 19, 2010

Justgiving.com API

Another update on the Justgiving.com API I’ve been developing Various new features include: Inclusion of information regarding recent donations (message, amount, user, date) Inclusion of charity info & logo JSONP feed for cross domain requests JSON encapsulated error m ... Continue Reading

Posted in Code on March 24, 2009

Justgiving.com API & Dynamic graphic widgets

I decided to write these quickly as the I found the justgiving.com image widgets didn’t contain relevant event information, and didn’t fancy using their flash widget… anyhow here goes. Justgiving.com widgets (unofficial) You can view you automatically generated ... Continue Reading

Posted in Code, Projects on January 28, 2009

PHP 4 Twitter Class

I say class, it’s actually just 1 function for PHP 4+ to allow sending of twitter messages really simply. Based upon the PHP 5 twitter class by David Grudl 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 function twitter_send($message, $user, $pass) { ... Continue Reading