Tag: CFML
-

Reason for the Silence
Wowzers! It’s been 10 months since I create a post on my blog! There is a good reason for that, I promise. I’m obviously…
-

How I got started in ColdFusion
After separating from active duty with the US Air Force in early 1998, I took a job working at a telecommunications company located in…
-

Automatically Encrypting and Decrypting Data with ColdFusion ORM and Annotations
I’m writing an application that uses ColdFusion’s ORM features heavily. Various fields in my database deal with Personally Identifiable Information (PII) and need to…
-

Adding ModelGlue’s Event API to ColdFusion Builder’s Code Insight
For the last year or so, all of my ColdFusion development projects have been built using the Model-Glue MVC framework. Over time, you get…
-

Converting One Company to CFML Using an OSS CFML engine
There have been some lively discussions on Twitter today centered around the adoption of open source CFML engines in various types of businesses. I…
-
Dynamically Set ColdFusion ORM Datasource
I’m a relative novice using ColdFusion’s ORM features having done just one “real” project so far that took advantage of it. I’m working on…
-
Returning ColdFusion 9 ORM Objects with JSON
Last week I was working on a client’s project that makes heavy use of ColdFusion 9’s ORM features. Everything we’d done with ORM up…
-
Embracing “New” in ColdFusion 9
I’m not sure how I missed this before but among the long list of things added to ColdFusion 9 is the ability to create…
-
My ColdFusion Anniversary
Well, not quite yet, but since I’m going to be out of pocket the next several days, I wanted to put this out now.…
-
Be Careful With the ‘local’ Scope When Migrating from CF8 to CF9
One of the really nice “fixes” included in ColdFusion 9 from a developer’s perspective is the inclusion of an implicit “local” variable scope into…