Ian
Member since Dec 11, 2008
- Profile: /members/1503-ian.htm
- URL: http://catholicinformation.aquinasandmore.com
- Comments: 7
Recent Blog Comments By Ian
-
SQL User Defined Functions Are Slower Than Inline Logic
Posted on Sep 21, 2007 at 4:16 PM
My Mustang is faster than your Camero.... read more »
-
IE Has Correct Box Model In Standards Compliant Mode
Posted on Sep 14, 2007 at 1:32 PM
I just finished a table-less pure css site and used html strict doctypes for it. That cleared up a ton of headaches trying to position stuff for IE.... read more »
-
Does The World Know That You Use ColdFusion?
Posted on Aug 16, 2007 at 8:15 AM
Couldn't you just say "ColdFusion" and leave it at that?... read more »
-
Does The World Know That You Use ColdFusion?
Posted on Aug 15, 2007 at 11:37 PM
Just updated our IIS settings since we only use CF.... read more »
-
ColdFusion Application.cfc Tutorial And Application.cfc Reference
Posted on May 25, 2007 at 10:01 AM
On a styling note, do you create the structures in your example so that it is easier to delete them later instead of having to reference each individual value?... read more »
-
ColdFusion Application.cfc Tutorial And Application.cfc Reference
Posted on May 25, 2007 at 9:29 AM
So for the various query result sets and string values that don't change I can put them in the application scope and not worry about locking because nothing bad can happen? What would you recommend for the query example I gave that should only be called when the session starts but because it is dyn... read more »
-
ColdFusion Application.cfc Tutorial And Application.cfc Reference
Posted on May 25, 2007 at 8:17 AM
Thanks for the overview. I've got a couple of questions from trying to use Application.cfc. First, do you set things in the application scope such as your datasource name and then do an application lock every time you need to call it? Or do you dump it into some other non-locking scope when you nee... read more »