I recently ran into a problem of trying to align the height of 2 columns (col-left and col-right). I know this can be achieved using CSS in most circumstances and I would always advise this path or solution to the problem. However just CSS this time, was not going to get the job done. Luckily [...]
I haven’t posted on my blog for a while now as it’s been a little hectic on the work front. I did however feeel it necessary to post something about this superb javascript framework called JQuery. In their own words this is what JQuery is:
jQuery is a fast and concise JavaScript Library that simplifies HTML [...]
I have been looking into developing some sample applications for Apple’s iPhone. I discovered a very nice example application that was written by a colleague of mine from TAG Worldwide. Malcolm Barclay has written a London underground Tube Status application for the iPhone. (Screenshot to the left).
The concept and software is very simple yet effective [...]
It’s probably quite a well documented subject already, but just thought I would shed some light on producing dynamic CSS using ColdFusion. Instead of linking to a static stylesheet in your webiste, you can link to a .cfm template and get ColdFusion to produce the CSS code for you, allowing you to switch graphics, colours, [...]