Blog Move
My blog has now moved to http://www.simonbingham.me.uk/. If you would like to subscribe to my RSS feed you can find it at http://feeds.feedburner.com/SimonBinghamsBlog.
My blog has now moved to http://www.simonbingham.me.uk/. If you would like to subscribe to my RSS feed you can find it at http://feeds.feedburner.com/SimonBinghamsBlog.
Here's some useful code for looping through an array of objects in ColdFusion 9 using CFSCRIPT.
employees: an array of employee objects.
Employee: the current employee object in the loop.
for( Employee in employees )
{
writedump( Employee.getID() );
}
As a programmer I find that I'm often required to do a bit of design work whilst working on web projects. An example of this scenario would be creating a simple button. I could ask a designer, but they're busy people and it would take them hours to choose a nice font and suitable colour scheme for the button. :)
Anyway, here's a short tutorial for creating a simple button in Photoshop.

I had a bit of trouble figuring this out initially, but this is how you do it:
SSLANT is a communication protocol.
When being spoken to:
My favourite talk from this year's Like Minds conference.