Francesco
Member since Aug 3, 2009
- Profile: /members/3991-francesco.htm
- Comments: 9
Recent Blog Comments By Francesco
-
Crypto.cfc For Hmac-SHA1, Hmac-Sha256, and Hmac-MD5 Code Generation In ColdFusion
Posted on Dec 19, 2013 at 2:16 PM
@Martin, I'm trying to use your code to get moz api response without success. I think this string: #accessID##chr(10)##expires# is causing problem. Could you tell me if I'm right?... read more »
-
HostMySite.com Has The Best ColdFusion Hosting
Posted on Jan 17, 2013 at 12:23 PM
@Adrian, Hostmedia.co.uk is a very good choice.... read more »
-
An Experiment In Passing Variables Into A CFThread Tag By Reference
Posted on Sep 13, 2012 at 3:42 PM
It's possible to pass a struct?... read more »
-
HostMySite.com Has The Best ColdFusion Hosting
Posted on May 21, 2010 at 9:00 PM
Try Hostnexus.com Very good hosting. only Coldfusion 8... read more »
-
ColdFusion CreateTimeSpan() And CFLoop (via Ray Camden)
Posted on Aug 3, 2009 at 10:53 PM
Hi ben, I was trying to develop a little script with Berger's algorithm to create a calendar for a championship... this is my code, but I get errors... <cfset names = ArrayNew(1) /> <cfset names[1] = "Napoli" /> <cfset names[2] = "Milan" /> <cfset names[3] = "Inter" /> <... read more »
-
ColdFusion CreateTimeSpan() And CFLoop (via Ray Camden)
Posted on Aug 3, 2009 at 11:30 AM
Hi Ben, I want create a script to generate a calendar for a soccer tournament. I think I should use cfloop to create single event for every team, but also a cfloop to create x match for x event, because the team are from 20 to 40. What about cfloop timeout?... read more »