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…
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 …
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…
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.…
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 l…
Continue reading →