DanaK
Member since Jan 8, 2009
- Profile: /members/2759-danak.htm
- Comments: 9
Recent Blog Comments By DanaK
-
After 2013, I'm Looking Forward To 2014
Posted on Jan 2, 2014 at 1:00 PM
As someone that has an anxiety disorder, I can't push enough to get the Anxiety & Phobia Workbook. It's like $14 on Amazon and amazing. It really helps give you tools to understand and cope with that stuff when it hits.... read more »
-
Getting ColdFusion, Helicon Ape, X-SendFile, URL Rewriting, And IIS To Work Together
Posted on Sep 26, 2013 at 2:01 PM
We're trying to get sendfile rolling over here too. I was getting 200's but a blank file pretty much. I've been swamped with stuff, and haven't had time to dink around with it. If the solution ends up being that easy, I definitely owe you a drink or something.... read more »
-
JsonSerializer.cfc - A Data Serialization Utility For ColdFusion
Posted on Aug 7, 2013 at 10:05 AM
Excellent! This was on my list of things to do in my free time, that I never seem to get around to once I push the xbox power button...... read more »
-
Strange Interaction Between DeserializeJson(), ArrayContains(), And Database Values In ColdFusion
Posted on May 22, 2013 at 11:37 AM
When I c&p and run on cf10, I get: Selected User IDs: 1,4 User 1 selected: YES - YES User 2 selected: NO - NO User 3 selected: NO - NO User 4 selected: YES - YES User 5 selected: NO - NO As Number: YES As String: YES As Java: YES... read more »
-
Using A Dynamic Column Name With ValueList() In ColdFusion
Posted on May 20, 2013 at 4:34 PM
I was thinking chicken and the egg, I wouldn't have expected it to work in the valuelist going in I guess. Maybe I just need a beer, long day :)... read more »
-
Using A Dynamic Column Name With ValueList() In ColdFusion
Posted on May 20, 2013 at 4:24 PM
I thought when you used array notation to reference queries you always had to have the row or it would throw a similar error as well?... read more »
-
POIUtility.cfc Now Hosted On GitHub
Posted on Feb 26, 2013 at 2:31 PM
I'm still using this on a cf8 project! Thanks again Ben.... read more »
-
ColdFusion POIUtility.cfc Updates And Bug Fixes
Posted on Mar 5, 2010 at 3:00 PM
I'm running into the instantiation java error I've seen listed above suddenly. It was working on 3 different CF installs with no issue, but once I migrated to the test server I can't load in any of the files that are working on the other servers fine. The only two differences are file storage is ha... read more »
-
Content Is Not Allowed In Prolog - ColdFusion XML And The Byte-Order-Mark (BOM)
Posted on Jan 8, 2009 at 11:55 AM
I've been banging my head against the wall with this prolog issue the past few days. When I dump the xml similar to above I get: [<] - 60 [?] - 63 [x] - 120 [m] - 109 [l] - 108 If I run the reg exp above it changes the error to a footer error. Trim() isn't doing anything. Any other ideas here?... read more »