DataTables

Sorting UK Date format in JQuery Datatables

DataTables are a brilliant plugin for JQuery that restyle and add functionality to your tables. They add searching, pagination and sorting right out of the box with very little configuration needed – unfortunately the sorting doesn’t support the UK date format so you need to add your own sorting methods – basic ones are supplied by the site itself but I have added a couple of tweaks to handle blank dates.

help with php

PHP Array Delete

Can PHP really be missing a way of deleting items from an array based on the key? Seems so, so here am am just sharing a snippet of code that lets you do just that.

Magento

Custom Contact Form In Magento

The standard Magento contact form is built into the Magento framework and doesn’t allow for admins to manage the content, this article describes your options for managing content on the contact page as well as maintaining multiple contact forms and customising their fields.

Magento

Setting Up Tax In Magento

As with most things in Magento the configuration of tax is extremely thourough and flexible – but you do have to think a little bit to set it all up, here is a quick guide to doing just that.