Adrian Lynch on ColdFusion

Results 1 - 10 of around 2 in coldfusion

cfdbinfo failing to return results

cfdbinfo in ColdFusion 8 wraps up a bunch of functionality you previously had to write yourself. Why then was it not returning any results for me?

onMissingMethod for dynamic set and get methods

ColdFusion 8 introduces this to deal with calls to methods that don't exist. This can be used for a few things but the most interesting of which it dynamic set and get methods to access an objects' properties.

My take on database access

If you've done any reading on DAOs, gateways and data access with ColdFusion you'll no doubt have come across the fact that there are more than a few ways to do it. Here's how I'm doing it.

Stop back button exposing secure pages

If you log into a secure area, navigate around, log out and then hit the back button, you'll see secure pages.

Reducing multiple white space characters into one

"Do you have a Reg Ex to get rid of whitespace from a web page?" I was asked. "Yes" I replied. Turns out I didn't!

cfqueryparam and nvarchar on SQL Server

I've forgotten this more than once so it's getting posted here.

Sometimes it's the little things

It's not often I'm stumped with an error in ColdFusion, but this one had me for a while.