Chris Weller
Member since Sep 18, 2013
- Profile: /members/11255-chris-weller.htm
- Comments: 4
Recent Blog Comments By Chris Weller
-
Reading Environment Variables In ColdFusion
Posted on Feb 24, 2016 at 6:39 PM
@Barry and @Ben, You could just have a .cfm file that you would call manually to refresh the server scope without requiring a CF restart. You would also include that in onServerStart for initial setting.... read more »
-
Isolating The ngModel Two-Way Data Binding Life-Cycle In AngularJS
Posted on Oct 27, 2015 at 2:40 AM
I use a combination of what Simon and Phil have already commented on. I use a "formData" object tied to my ng-model and make a copy of formData as something like formDataOriginal. I then update formDataOriginal to formData upon successful validation and server-side saving and use formDat... read more »
-
Using Per-Application Mappings With File I/O In ColdFusion
Posted on Oct 18, 2013 at 11:15 PM
@Ben, Thanks for allowing me to post the link. @Everyone, Here's the link to my blog post explaining the expandPath() VD issue: http://cfweller.blogspot.com/2013/09/cf10-expandpath-issue-with-iis-virtual.html... read more »
-
Using Per-Application Mappings With File I/O In ColdFusion
Posted on Sep 18, 2013 at 9:08 AM
Ben, expandPath() on missing files/directories that use an IIS virtual directory resolves incorrectly in CF10. I just blogged about it if you want to link to my post. expandPath() on missing files/directories that use a ColdFusion mapping has been fixed in CF10 (was a non-issue in CF9). I don't ... read more »