Author Archives: Richard

Drupal 7: Rules Module

Drupal is a great CMS for anyone wanting to develop a site quickly, what makes this especially easy is the fact that Drupal operates on a module system, each module is responsible for adding a piece of functionality to your … Continue reading

Posted in Managed Hosting | Leave a comment

Creating WordPress Plugins

WordPress is currently the most popular CMS in use on the internet, it was first released on May 27th 2003 and has had well over 65 million downloads to date, and for that reason alone, getting involved in WordPress development … Continue reading

Posted in Development, Managed Hosting | Leave a comment

PHP 5.4 Released

Last week saw the release of PHP 5.4. The new version has had the following improvements added: New language syntax including Traits, shortened array syntax and more Improved performance and reduced memory consumption Support for multibyte languages now available in … Continue reading

Posted in Managed Hosting | Leave a comment

Vim Masterclass Part #2: Tab Navigation

Following on from Paul’s excellent Vim Masterclass: Tabs post, I thought I would touch on a few nice keymaps that you can add to your .vimrc file to make the tab functionality within vim a little more friendly. .vimrc file … Continue reading

Posted in Managed Hosting | Leave a comment

Getters, Setters and Magic Methods in OO PHP

Getters, Setters and Magic Methods in OO PHP Introduction Object Oriented Programming (OOP) is a very common concept in many of todays programming and scripting languages, while the benefits may be minimal in very small projects, it can remove the … Continue reading

Posted in Managed Hosting | Leave a comment

HTML 5 Local Storage

Over the years there have been many different web technologies developed to allow developers to store data to enhance the experience of the website user. The fairly recent rise of HTML5 has seen a new procedure to allow local data … Continue reading

Posted in Development | Leave a comment

The basics of version control using GIT Part 2

Following on from last weeks first part we continue our look at using GIT Configuration of GIT Before going to far into the command usage of GIT, it is a good idea to first configure your preferences. The two main … Continue reading

Posted in Development | Leave a comment

The basics of version control using GIT Part 1

What is version control? Any developer that has worked on more than a handful of projects will be able explain why version control is so important in todays development environment, and while version control is not technically needed for some … Continue reading

Posted in Development | Leave a comment