Greg Moser
Member since Jul 13, 2010
- Profile: /members/6410-greg-moser.htm
- URL: http://www.gregmoser.com
- Comments: 2
Recent Blog Comments By Greg Moser
-
Using RequireJS For Asynchronous Script Loading And JavaScript Dependency Management
Posted on Oct 26, 2011 at 7:59 PM
Great post Ben! On a side note, you should have a look at cfstatic. It handles JavaScript Dependency, Combining of JS & CSS into single files, Minification, and .less compiling. Not to mention that it is an open source CF project. https://github.com/DominicWatson/cfstatic Check out the w... read more »
-
Parsing CSV Values In To A ColdFusion Query
Posted on Jul 13, 2010 at 1:22 PM
I updated your function to allow for "FirstRowIsHeader"... thought your readers might interested in it. This Gets Added to the arguments <cfargument name="FirstRowHeader" type="boolean" required="false" default="true" hint="Set this to false if the first row of your CSV string doesn't contain... read more »