Author Archives: Ian

New Adventures 2012 – Self Help for Web Designers

Last week, like many others working on the web, I took the trip to Nottingham for New Adventures 2012. I’d seen the wonderful praise dished out for it last year and felt like I wanted to see what it was … Continue reading

Posted in Design, Web Apps | Tagged , , , | Leave a comment

Goodbye 1 & 1

I just sent the following email to 1 & 1′s billing department. I’ve been with them for coming up to 7 years now and they were, when I first used them, the only registraar I knew about and I was … Continue reading

Posted in Computers and Internet, General | Tagged , | 2 Comments

Pagination in CouchDB Apps

I’ve been working on some fun little node.js / couchdb projects of late. Given the fact I don’t use either as part of my work, I’ve spent some downtime experimenting and slowly iterating my approaches as I learn best practice. … Continue reading

Posted in Code, Web, Web Apps | Tagged , , | Leave a comment

Hosting an Octopress Blog on Amazon S3

Octopress is a framework for blogging based on the static site generator jekyll. In short jekyll takes markdown and turns it into blog style html ready to be served straight away with Apache whilst Octopress dresses it up nicely with … Continue reading

Posted in Computers and Internet, Geek | Tagged , , , , , , | 5 Comments

Lovefilm Filmstream Plugin v0.2

Just a quick note to say I’ve updated the plugin that generates my filmstream pages. It’s become obvious that the Lovefilm API only exposes the last 10 features that you’ve rented in their “at home” list. This isn’t that great … Continue reading

Posted in Code | Tagged , , | Leave a comment

Participate, Don’t Preach

Last week, tickets went on sale for dConstruct 2011 and sold out within an impressive 7 hours. Having attended in 2010 and 2008 and judging it to be filled with the highest calibre web celebs from across the globe, I … Continue reading

Posted in Events | Tagged , , , | 1 Comment

Maintaining References to Sockets with Express and Socket.io

I hit a frustrating problem when trying to use expressjs alongside socket.io recently. The solution may seem somewhat trivial, but I struggled with it for a while, until finally asking for help on the socket.io irc channel. I’m not sure … Continue reading

Posted in General | Tagged , , , , | 6 Comments

Updating WordPress Automatically over SFTP

Heres a quick how to on getting wordpress to update over SFTP. On a default install of php, wordpress only gives the option to update over FTP. I wanted to get it working as it’s more secure and means I … Continue reading

Posted in Code, General, Linux | Tagged , , | Leave a comment

A Survey of Hype in Web Development Podcasts

I listen to quite a few web dev podcasts. Something that irks me about a lot of them, is how much they tend to hype their own shows, products or the like. Sure, they’re allowed to, it is their own … Continue reading

Posted in Computers and Internet, General, Web, Web Apps | Tagged , | 1 Comment

Blog rolling with CouchDB, Express and Node.js

Over the last little while, I’ve been doing a lot of playing with Node.js, mostly to run data collection scripts. Last week, I started following Ciaran Jessup’s tutorial on getting started with node.js, Express and mongoDB. Express acts as a … Continue reading

Posted in Code, General | Tagged , , , , | 17 Comments