Tag: CFML
-
Standardizing HTML Forms With the cfUniForm Custom Tag Library
As web developers one of the most frequent things we’re tasked with building is some sort of form to capture data from our visitors.…
-
Making Configuration Even Easier with ColdSpring’s Hidden Gems
In my last post, we went through a brief introduction of ColdSpring and how you can use it to make configuring your application’s objects…
-
ColdSpring: An Answer to a Problem You May Not Know You Have
Over the last two years or so I’ve been working hard to really “get” object-oriented programming as it applies to ColdFusion development. Like a…
-
Configuring ColdFusion Applications on Tomcat with Apache Web Server
In my last post I mentioned that I had been toying around with using Tomcat as the only servlet container to deploy all my…
-
To .WAR or Not to .WAR?
A week or so ago, Matt Woodward posted a blog entry detailing how to install Railo and Open BlueDragon on Tomcat. Since then I’ve…
-
Using Decorator Objects in Transfer ORM
For the last few weeks I’ve been working on a project that uses the Mach II, ColdSpring and Transfer frameworks for ColdFusion. This is…
-
Interesting Gotcha with Nested Loops in ColdFusion MX7
I am working on a project for a client that is running ColdFusion MX7 on their servers and ran into a situation today where…
-
BFusion/BFlex Was an Excellent Event
I want to take a quick few minutes and thank Bob Flynn and the rest of the team for putting on such a wonderful…
-
Adding Custom Items to ColdFusion Administrator Navigation
I’m going to interrupt my series of posts on my local development environment with a quick post on how to add your own tools…
-
Interesting ColdFusion 8 Debugger Behavior
I sometimes have to remind myself what a useful tool the debugger that’s built into ColdFusion 8 is. Today I was debugging a fairly…