Posts Tagged ‘cf’

Script-based controllers and models, tag-based views

Thursday, October 22nd, 2009

I’m looking forward to playing around with ColdFusion 9 when I get some more time here in a month or so. One of the areas that interests me in particular is the ability to write full CFCs in CFScript syntax.

Read on for what I feel is the perfect blend of CFML features used in the different layers of the ColdFusion on Wheels framework:

  • Controllers in script syntax
  • Models in script syntax
  • Views in tag syntax

Read the rest of this entry »

ColdFusion on Rails is almost here

Thursday, September 17th, 2009

We released ColdFusion on Wheels 0.9.4 on Tuesday. This project has been a dream come true. Although we’re still in beta, there is quite a bit of momentum, and I imagine that people will take a closer look at it after we go 1.0.

Read on for more of my thoughts of where we’ve gone—and where we’re going.

Read the rest of this entry »

Improving the tutorial: using the same view for multiple actions in ColdFusion on Wheels

Thursday, August 20th, 2009

I’ll fulfill my promise by giving another example of how I would improve the Hello Database tutorial for ColdFusion on Wheels.

This time, I’ll talk about how we could factor out view logic so that the profile form can be used for both the add and edit actions. With all of this MVC goodness, we should be able to do some refactoring easily, shouldn’t we?

Read the rest of this entry »

Leading ColdFusion on Wheels

Tuesday, March 11th, 2008

I have decided to take the lead role of the ColdFusion on Wheels project. I am developing some business-critical projects on top of the framework, and I personally want to see it flourish. This is a major commitment, so I did need to hesitate for a moment and think about what I was getting into. [...]

Read the rest of this entry »

Use Java for beans in ColdFusion

Friday, November 23rd, 2007

I was excited to see that Adobe sped up the CreateObject(“component”) function in ColdFusion 8. Was I finally able to use beans without dramatically slowing down my page loads? The answer is no, but you should continue reading to see how I got to use beans in my ColdFusion project. ColdFusion components suck at beans [...]

Read the rest of this entry »

Securing your CFCs, custom tags, includes, and config files

Saturday, April 9th, 2005

After reading the Macromedia Web Technology Group’s (WTG) ColdFusion MX Coding Guidelines document, I was excited to learn some great tips about how to secure CFCs, custom tags, includes, and config files. Read on to find out more.

Read the rest of this entry »

cfform JavaScript error “‘lc_id’ is undefined”

Friday, April 8th, 2005

When trying out cfform for the first time in my ColdFusion MX 7 hosting environment, I received a JavaScript error: Error: ‘lc_id’ is undefined. This post explains how I fixed the error.

Read the rest of this entry »