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
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
It appears that the clear template cache function has been broken by the ColdFusion 7.01 updater. The only way round it I have is
When creating objects with ColdFusion I prefer to use a constructor method to set my object&'s properties. So say I have a component
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
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