Orville Chomer
Member since Apr 24, 2012
- Profile: /members/9873-orville-chomer.htm
- URL: http://chomer.com
- Comments: 4
Recent Blog Comments By Orville Chomer
-
Matthew McCullough And Tim Berglund On Mastering Git - O'Reilly Video Series
Posted on Apr 2, 2013 at 1:15 PM
Git sounds intimidating.... read more »
-
Are HTML FORM Tags Required To Display Form Input Controls?
Posted on Nov 13, 2012 at 9:53 AM
Ben, I'm doing a lot of heavy usage of AJAX and for the most part I don't use the FORM tag anymore. I have the benefit of not having to worry about which browser, or ancient browsers, etc., because it is an internal company web site and the company has set a standard for which web browser will be u... read more »
-
CFSaveContent And THISTAG.GeneratedContent Tip
Posted on Apr 24, 2012 at 3:07 PM
@Orville, Found my own problem! In my Application.cfm file I am using: <cfsetting enablecfoutputonly="Yes"> So, in order for my custom tag to work as I would expect, I have to call it like so: <cf_sample1><cfoutput>This is a Test</cfoutput></cf_sa... read more »
-
CFSaveContent And THISTAG.GeneratedContent Tip
Posted on Apr 24, 2012 at 12:33 PM
How come when I try to use ThisTag.generatedContent it does not seem to want to work? I have a tag called <sample1>.. Here is a test using it: <cf_sample1>This is a Test</cf_sample1> Here is the contents of the tag file: <cfif (thistag.executionMode eq "en... read more »