jQuery – Multiple draggable elements
This tutorial outlines how to drag multiple elements with jQuery’s draggable. Currently it is possible to drag individual elements, but I wanted to try and get jQuery to drag multiple elements after selection
jQuery – toggle more / less text
This next tutorial is a nice easy implementation of a more / less toggle on a paragraph with text. This can be used in a variety of ways with a few simple changes e.g.
jQuery – toggle link color and paragraph text
This is a brief tutorial on how to switch link highlight color and display the corresponding text to the selected link using JQuery. I have cut things down to the simplest possible stylings and content, but it can be used in many different situations. The basic idea is having a row of links i.e.
Classic ASP.. what a headache
The company I’m working for currently is going through the process of transferring all their old classic asp sites over to php and adding new functionality at the same time. In order to meet deadlines some of the new functionality is being added in classic asp and being converted over at a later date which is not the best way to do things but keeps things moving (please note: I wouldn’t recommend this to anyone as an exercise). One of the biggest troubles I’ve had is getting values out of arrays
The importance of regular expressions – pt 2
Following on from my previous entry on regular expressions, I’d like to go over some of the useful functions that are built in to php for dealing with regular expression. The two most common functions that I think you will come across are preg_match and preg_replace .



















