I spend yesterday wandering around London and, as is my wont, spotted some QR codes which I think may interest readers of this blog. Tracey Emin The Hayward Gallery are having a Tracey Emin retrospective. At the start of the exhibition is this rather odd QR code. Why odd? Three main reasons. It leads directly to a 14MB MP3 file. The code is really quite small considering it's a low-lit gallery. Rather that being printed directly onto the wall, it appears to be a separate…
Continue reading →
"Oi!" shouted Whatleydude, "Get Dabr to show images from foursquare checkins!" "Righty-ho sir!" I said. I started coding furiously. Of course, things are never quite as simple as I first thought.... So, how do we go from http://4sq.com/fgIWov to 1 Expand the URL Get your Bit.ly API Key. http://api.bitly.com/v3/expand ?shortUrl=http://4sq.com/fgIWov &login=YOUR_BIT_LY_USERNAME &apiKey=YOUR_BIT_LY_API_KEY &format=txt You can, if you prefer, get the info back in JSON or XML.…
Continue reading →
Updated! 2011-01-11 20:00 - see the response from the Metro. The Metro is a London-based UK newspaper national newspaper which is distributed in 33 cities across the UK. Around a year ago, I reviewed the Metro's mobile website. It wass a perfectly fine mobile site and I'm pleased to see that over the last 12 months it has undergone substantial improvements. You can visit it at http://metro.mobi/ This morning, I spotted this prominent QR code - placed on page 2 of the paper. Photo by…
Continue reading →
QR Codes are big news at the moment - both Google and Bit.ly announcing URL to QR services. What's interesting is their differing approach to error correction. From the creators of QR Codes, Denso Wave QR Code has error correction capability to restore data if the code is dirty or damaged. Four error correction levels are available for users to choose according to the operating environment. Raising this level improves error correction capability but also increases the amount of data QR Code…
Continue reading →
I hate shortened URLs with a passion. It makes it hard to see what a link is and whether I've visited it before. If they fail - like tr.im threatened to do - you lose your links with no way to see where they once went. So, hurrah for LongURLPlease - a service which takes those horrid little links and turns them in to full sized URLs. Here's the basic code in PHP to use the service. function long_url($shortURL) { //Use the LongURLPlease API $url = "…
Continue reading →