Latakoo Flight API bindings for Python, PHP, Ruby and .NET

I got bored one evening, so I hacked together the beginnings of an API library for latakoo Flight. Currently it’s available in three four tasty flavours – PHP, Python, Ruby and C# .NET / Mono. The libraries are minimal but functional; they let you perform both anonymous and authenticated queries against the latakoo API endpoint, […]

Marcus Povey

I got bored one evening, so I hacked together the beginnings of an API library for latakoo Flight. Currently it’s available in three four tasty flavours – PHP, Python, Ruby and C# .NET / Mono. The libraries are minimal but functional; they let you perform both anonymous and authenticated queries against the latakoo API endpoint, […]

Open Graph Headers plugin for WordPress

Another itch scratched, I would like to introduce a really simple Open Graph plugin for WordPress. This plugin adds open graph headers to posts and pages on a per post basis. It has no native interface, instead it listens out for og:* headers as input in the Custom Fields section of WordPress’ edit page and […]

Marcus Povey

Another itch scratched, I would like to introduce a really simple Open Graph plugin for WordPress. This plugin adds open graph headers to posts and pages on a per post basis. It has no native interface, instead it listens out for og:* headers as input in the Custom Fields section of WordPress’ edit page and […]

Introducing a really simple regression tester

Building on what I was talking about last week, I’ve spent a little time tidying up and genericising the simple regression test framework I often find myself using and have open sourced it over on Github. So without further ado, I’d like to introduce the Really Simple Test Framework! This is a PHP command line […]

Marcus Povey

Building on what I was talking about last week, I’ve spent a little time tidying up and genericising the simple regression test framework I often find myself using and have open sourced it over on Github. So without further ado, I’d like to introduce the Really Simple Test Framework! This is a PHP command line […]