Simon Baynes: Web Development

ColdFusion

Var(ing) Variables

A real bug bear of mine is people not var(ing) variables in their functions. Many people think this is just an inconvenience but trust

Using Constructors in CFCs

When creating objects with ColdFusion I prefer to use a constructor method to set my object&'s properties. So say I have a component

Undocumented Query Methods

As a die hard cfscript fan I often find myself frustrated that I cannot use all of ColdFusion's functionality from within a cfscript block. Happily

cfscript insight part (2)

As promised I am revisiting cfscript to go over some more of its functionality. switch statements Now I assume most of you know how to