Open Source
-
Some useful WordPress Template Snippets
Out of the box WordPress comes as a useful tool for creating simple brochure websites. The mass of community plugins …
Readmore -
Homepage settings for multi-language sites in Drupal
When creating multi-language websites in Drupal you can use a number of modules to provide languages and translations. These include …
Readmore -
Restricting Orientation on Apps built in Titanium Appcelerator
If you are using Titanium Appcelerator to developer applications for mobile devices you may want to restrict which Orientations the …
Readmore -
Why Drupal needs care and attention to its backend
As an agency that has often used Drupal as its CMS and development environment we’ve come across countless projects that …
Readmore -
Using Titanium Appcelerator
For a recent project we have given Titanium’s Appcelerator a go to build an iPhone and android application for Birmingham …
Readmore -
Generating ImageCache Image Derivatives in a module
So you’re writing a custom module in Drupal 6 and you want to be able to create your own ImageCache …
Readmore -
SagePay Test Cards
I thought it might be useful for us to have a page to reference SagePay Test cards. SagePay says; Which …
Readmore -
Using join in CodeIgniter Active Record delete
You might try this, using CodeIgniter’s Active Record class: $this->db->join(“table2″, “table1.thing_id = table2.id”) ->where(“table2.otherthing_id”, $id) ->delete(“table1″); This doesn’t work, …
Readmore -
Solving ‘MySQL server has gone away’ errors in Codeigniter
Problem: a long-running PHP script (in this case, a cron-job with a sleep() function in it) was triggering ‘MySQL server …
Readmore
