The use of version control systems outside of software development

I’ve been a big fan of Clay Shirky since I read ‘Here Comes Everybody’, and he’s recently been featured on TED talking about how the open source model of organising, or self organising, groups of hundreds of people can be an incredibly powerful way of producing software, not just technically but democratically. Specifically, he references Git, which unlike many other Version Control Systems (VCS), operates in a distributed way, that is there isn’t one central place or repository - everyone who is participating has access to all the source code and all the source code history....

25 September, 2012

Getting the browser spell-checker to work with CKEditor in Drupal

Most modern browsers, such as Firefox 15, Chrome 21 and Internet Explorer 9, have a nifty spell-checker built in to help us ‘auto-correct’ generation write, but when you install the CKEditor some of this functionality is hijacked by the default javascript used by the text editor. Fortunately, if you’re using CKEditor for Drupal, it’s a quick fix to get the browser default spell-checker working again. If you’re not using Drupal you may still be able to apply the fix by noting the configuration settings and using them in your setup. ...

16 September, 2012

CodeIgniter Math CAPTCHA library, with multi-language plain text questions

I’ve just released a new Math CAPTCHA Library for CodeIgniter, which can use plain text English words for numbers and random question phrases. It’s also supports multiple languages (as it uses the core language library) and both addition and multiplication. It’s still in the early stages so it needs to be put through its paces, but hopefully the CodeIgniter community will find this a nice alternative to the regular image CAPTCHA or simple math CAPTCHA. ...

9 September, 2012

How to get your Google+ profile picture to appear in search results

You may have recently noticed that lots of Google search results now show profile pictures of authors alongside the result for the page. I think this adds a nice element of trust to the link, as you can see the person who wrote the page and you can be pretty sure the content comes from a person as opposed to a content aggregator or such like. As always, there’s no exact formula to controlling the search result information, but Google has published some advice for setting this up for your blog or website. ...

12 July, 2012

jQuery UI touch support for iPad and other tablets and smartphones

The jQuery UI library doesn’t support touch features by default, so trying to use the slider or drag and drop on the iPad won’t work. Fortunately, all that’s required to get this working is a small hack - enter jQuery UI Touch Punch. ...

8 July, 2012