Developers Blog

The rise of web applications that increase business efficiency

Posted by: chris   |   No Comments   |  Posted on: Dec 15, 2011
OVER the past few years the web application scene has exploded, with literally hundreds and thousands of “web apps” being built to solve increasingly complex business problems.

Read More

Super Car Top Trumps

Posted by: chris   |   No Comments   |  Posted on: Nov 16, 2011
I’ve recently been working on a simple game of Top Trumps with supercars, which I’ve made using jQuery. I’ve made the code freely available on github for anyone to view / adapt / use / play with. A working copy can be found here: blog.chris-barber.co.uk/supercar/ The gibhub repo can be

Read More

Disable a submit button after it’s been clicked to prevent double form submission

Posted by: chris   |   No Comments   |  Posted on: Jun 16, 2011
This javascript code has been designed to prevent a user from double clicking a submit button and therefore potentially submitting the form twice.

Read More