freuquent
Member since Apr 21, 2012
- Profile: /members/9868-freuquent.htm
- Comments: 8
Recent Blog Comments By freuquent
-
Object Oriented Form Helpers And Reusing Form Validation On The Client
Posted on May 8, 2012 at 4:12 AM
Now I would have a question, too: Say I have a form (and corresponding database table) with 20 fields, but depending on the situation, only some of the fields are required and submitted (registration, login only, configure user settings). If I follow your example and define the form fields i... read more »
-
Object Oriented Form Helpers And Reusing Form Validation On The Client
Posted on May 7, 2012 at 7:33 PM
Thanks for posting this. I took me a while to find my way through, but this is a nice and clean setup. Once you have everything figured out :-)... read more »
-
ColdFusion Application.cfc Tutorial And Application.cfc Reference
Posted on Apr 28, 2012 at 7:07 AM
Sitting on my first application.cfc file... and I don't understand why I cannot declarate inside of an event. I can define a variable inside the event, but I need to declare it outside in order to be able to reference the variable. This doesn't work: <cffunction name="onSessionSta... read more »
-
Force ColdFusion Server To Recompile A ColdFusion Template
Posted on Apr 21, 2012 at 1:12 PM
Adding a chunk of code really is a life saver, when trying to get rid of cached templates. Thx for the hack!... read more »