Category Archives: Tools

DPZAppNet – a PHP5 library for App.net

App.net broke through their funding target yesterday, and so it seemed appropriate to celebrate with a new library. So, I took my DPZFlickr library, chopped and changed it about a bit, and turned it into DPZAppNet.

It all seems to work just fine, but there’s still a fair bit more to do – most notably, support for streams, but I’ll get onto that. In the meantime, you can find it over on github.

Announcing DPZFlickr – a new PHP library for Flickr

Last week, Flickr officially deprecated their old Authentication API and are now only formally supporting the new OAuth authentication flow. I’ve got a number of Flickr apps that need updating,  but the PHP library I’ve been using for years seems to no longer be being actively maintained and hasn’t had OAuth support added. So, I decided it was time to bite the bullet and build my own library, from the ground up, that supports the new authentication flow.

So, this post is to announce DPZFlickr. It was all put together rather quickly, but it seems to work just fine and so I’m sharing it with the world – I’m sure there are other folk out there who would find it useful.

You can find it over on github. All feedback welcome.

Flickr Badge Maker

A couple of weeks ago, I opened up my latest Flickr project to the world. Quietly announced with just a single post to Twitter, my Flickr Badge Maker was made available. I planned to follow that announcement up with a blog post, but real life intervened and slowed things down a little. Still, here we are, at last. A couple of weeks later than I’d expected, but so it goes.

It all started when I wanted to display my latest Flickr photos across the top of this blog. There weren’t any ready made scripts out that that did what I wanted, so I knocked up one of my own. Over the following weeks, a couple of people asked me about doing something similar on their own sites, and so I decided to take my badge code and turn it into something a little more generic so that people could easily create their own Flickr badges.
Continue reading