Archive | Technology

21 February 2010 ~ 0 Comments

How to Speed Up Web Development Using a PSD to HTML Service

How to Speed Up Web Development Using a PSD to HTML Service

Could you be saving yourself time and money with a PSD to HTML service? PSD to HTML services allow you to send in the design for a web page as a PSD file (the kind of thing your web designer will create in Photoshop) and give you back a set of HTML and CSS files [...]

Continue Reading

26 August 2009 ~ 2 Comments

How to Choose an E-Commerce Shopping Cart

How to Choose an E-Commerce Shopping Cart

I recently spent some time comparing current e-commerce platforms (a.k.a. shopping carts). It’s a complicated area, so I thought I’d share my findings here in case they can be useful to others. These are my opinions and analysis based on my own research and experimentation and are biased towards sites targeting a UK market. First [...]

Continue Reading

20 April 2008 ~ 2 Comments

Best practice RESTful queries in Rails

Best practice RESTful queries in Rails

photo credit: alexanderdrachmann I was recently helping a friend out with his Rails project and we were trying to figure out the best way to handle queries in a RESTful Rails app, i.e. returning a subset of items meeting certain conditions. After a bit of poking around, here’s what looks like the most promising convention [...]

Continue Reading

12 February 2008 ~ 2 Comments

Outside.in switches to Rails

Here’s a post about Outside.in recently switching from PHP to Rails. Interestingly, they cite access to GIS functionality as one reason for the switch. After the switch, their hosting costs were roughly the same as before and their codebase was down to just 20% of its former size!

Continue Reading

28 January 2008 ~ 5 Comments

Fix for “Couldn’t find ‘authenticated’ generator”

Here’s another little problem I was just hitting and the solution in case it happens to help someone else out there. If you’re trying to use a plugin (in this case the restful_authentication plugin) and you’re hitting an error like this when you use ./script/generate: “Couldn’t find ‘authenticated’ generator” Check to make sure that you [...]

Continue Reading

16 January 2008 ~ 0 Comments

RESTful Rails

Today I decided to get my head around REST and, more specifically, whether and how I should use it in my Rails development projects. REST (or REpresentational State Transfer – see Wikipedia), is all about resources. As I understand it, in a perfectly RESTful application, every object is resource with a unique identifier (in this [...]

Continue Reading

11 November 2007 ~ 3 Comments

How to add nofollow to links in Rails

It’s really very simple, but this one took me a while to figure out, so I thought I’d post it in case it helps someone else. If you want to add a rel='nofollow' attribute to a link generated with a Rails helper, you just need to specify it in the html_options hash argument to link_to [...]

Continue Reading

30 May 2007 ~ 0 Comments

Back online

Right, 67 minutes after I reported that I’d fixed the problem, my sites were back online.In total my sites were down for 5 hours. Here’s a rough breakdown of where the time went: 2.5 hours before I saw email telling me my site had been taken down 1 hour to be allowed access to server [...]

Continue Reading

30 May 2007 ~ 0 Comments

Account suspended

As I write, my web hosting account has been suspended for “abuse” for a little over 3 hours and counting. It’s the first time this has happened to me, and as I don’t have any real traffic to speak of, it’s an interesting fire drill. I am particularly keen to see how my web hosting [...]

Continue Reading

01 May 2007 ~ 0 Comments

A Day at Internet World 2007

I spent today at the Internet World show at Earls Court. Apart from being a good excuse to escape from my trusty laptop for a day, there were a number of interesting talks and even some web usability experts on hand offering some free advice. Out of the presentations I attended, the most interesting tidbits [...]

Continue Reading