
Adrian Lynch on ColdFusion
Results 1 - 10 of around 2 in coldfusioncfdbinfo 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?
http://www.adrianlynch.co.uk/post.cfm?postID=28 -
Monday 14 January 2008
at
13:53
-
Full post
-
Comments(0)
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.
http://www.adrianlynch.co.uk/post.cfm?postID=25 -
Friday 28 December 2007
at
10:46
-
Full post
-
Comments(0)
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.
http://www.adrianlynch.co.uk/post.cfm?postID=21 -
Tuesday 25 December 2007
at
04:17
-
Full post
-
Comments(5)
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.
http://www.adrianlynch.co.uk/post.cfm?postID=14 -
Friday 14 December 2007
at
16:17
-
Full post
-
Comments(0)
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!
http://www.adrianlynch.co.uk/post.cfm?postID=13 -
Tuesday 11 December 2007
at
19:05
-
Full post
-
Comments(0)
cfqueryparam and nvarchar on SQL Server
I've forgotten this more than once so it's getting posted here.
http://www.adrianlynch.co.uk/post.cfm?postID=9 -
Friday 7 December 2007
at
20:10
-
Full post
-
Comments(0)
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.
http://www.adrianlynch.co.uk/post.cfm?postID=8 -
Monday 12 November 2007
at
14:38
-
Full post
-
Comments(4)