ColdFusion

Most important thing for ColdFusion development

After working with Adobe's ColdFusion for several years I've come to the conclusion that the single most important thing that a developer can do is use the CFQUERYPARAM tag. This single tag can help prevent many security problems as it will automatically work out how to pass the variable into the database based on the type of data you say it is, e.g. strings will get the proper quotation marks around it, dates will have pound signs added if needed, etc, etc.

Tags: 

ColdFusion MX 6.1 with Apache 2.2 on Windows

Apache 2.2 was released to a mixed fanfare. While everyone was pleased at the improvements most had to rest on their laurels while their web programming technology of choice was updated accordingly. At the time of writing, PHP 5.1 and 4.4 have an unofficial connector available (unless you want to run the unreleased 5.2 code), Ruby on Rails has several ways of working with it, and many others have received updates. Adobe's ColdFusion MX 7 was given an update which provides compatibility, but the company decided against including (the older though still officially supported) 6.1, so officially users of 6.1, my current employer included, are up the proverbial creek without an equally proverbial paddle. Or so we thought.

Tags: 

TIP: IIS looses touch with ColdFusion

This evening I was trying to install PHP on our Windows/IIS web server and had some unusual problems develop. It seems that first off a partially installed IIS rewrite engine decided to start causing problems, so I uninstalled it. At this point someone mentioned that our ColdFusion sites were failing so panic set it. After some fiddling I got IIS to at least try using ColdFusion for CFM files, but started to get this error message:

Either the Macromedia application server is unreachable or it does not have a mapping to process this request.

Tags: 

Pages

Subscribe to ColdFusion