Archive | General RSS feed for this section

General stuff, nothing specific

Postcode CSV and SQL

I’ve recently been part of a project that built a large database of the UK’s address data, including postcodes and place names. I have placed this data online to sell. The full set of data is over 100MB, and includes latitude and longitude coordinates of postcodes and some place names. This data has a ton [...]

CodeIgniter SEO Quick Tip

In your template (assuming you’re using some sort of engine), within the <head>, place this: <link rel=”canonical” href=”<?php echo site_url().$this->uri->uri_string();?>” /> It will produce the current full URL of the page the user is viewing, with the correct structure to your segments and subdomain (www.). This will avoid any canonical issues with search engines, as [...]

iPad Accessories

So, the Apple iPad came out a couple of months back. It’s advertised as being “unbelievable price of $499″, which at first glance is pretty unbelievable, as I can get a pretty high spec computer for that price. However, I’ve had chance to play with them a few times and someone in work has one. [...]

Mike on Design

I use this blog for lots of technical chit chat, and for publishing the odd bit of code. One thing I don’t use it for though, is general crappy ramblings or design-esque talk. Because of this I’ve just launched my blogger account, it’s over at Mike on design. Over here you’ll find chat about latest [...]

Football Forum

Well, as you probably know, I like making things to do with football. Notably Football Badges and Football Feeds, both of which are doing extremely well. My new venture is something a little bit more large-scale. The football badges application gets around 250,000 new unique visits (at time of writing) per month, my goal is [...]