Randy Smith
Member since Nov 17, 2011
- Profile: /members/9259-randy-smith.htm
- URL: http://www.tmrme.com
- Comments: 3
Recent Blog Comments By Randy Smith
-
Creating A "Download Will Start Shortly" Page With ColdFusion
Posted on Jan 12, 2012 at 4:59 PM
I actually am getting pretty close to resolving this issue, but when I try to import the file into my Android's Google contacts area, it says that instead of finding 'BEGIN:VCARD' it is finding '<!DOCTYPE HTML PUBLIC....', so something is shoving this in there somewhere. How do I keep the &quo... read more »
-
Creating A "Download Will Start Shortly" Page With ColdFusion
Posted on Jan 12, 2012 at 3:52 PM
Ben, It's funny how these old topics come back again and again to visit, isn't it? I have a slightly different problem. I am trying to download a vCard -- but by using the web browser on a mobile phone (Android or any, really), not on a PC. I've tried using Ray Camden's cook book version ( http:... read more »
-
Making Sure Your ColdFusion Applications Are Uniquely Named
Posted on Nov 17, 2011 at 4:47 PM
Looking for inputs as to this as a solution to the unique app name I mentioned above: <CFIF NOT ISDEFINED("COOKIE.myAppName")> <CFOUTPUT> <CFSET TempName=LEFT(REREPLACE(CGI.SERVER_NAME,"[^[:alnum:]]","","ALL"),50)> <CFSET... read more »