Community Member Profile
- Profile: /members/9868-freuquent.htm
- Comments: 8
- Points: 81
Recent Blog Comments By freuquent
-
Dynamic ColdFusion Variables Via Quoted Naming
Posted on Jun 12, 2012 at 3:32 PM
You save my day... everyday... :-)... read more »
-
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 f... 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 »
-
Escaping Form Values - Understanding The ColdFusion htmlEditFormat() Life Cycle
Posted on May 1, 2012 at 3:08 PM
Never mind. Just learned about scoping... let's see if this takes me any further :-)... read more »
-
Escaping Form Values - Understanding The ColdFusion htmlEditFormat() Life Cycle
Posted on May 1, 2012 at 2:21 PM
Very useable blogpost. I have one question though: How would I use XMLFormat on input fields, whose default value I need to populate from a database. For example in an edit-user-account setting, I would pull user info from the database and display it in the input fields, for the user... read more »
-
Escaping Form Values - Understanding The ColdFusion htmlEditFormat() Life Cycle
Posted on Apr 28, 2012 at 9:07 AM
Just thinking.... instead of allowing some HTML input characters wouldn't it be nice, if you could add markdown ( http://daringfireball.net/projects/markdown/ ) to input fields and have some... 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: <... 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 »



