Community Member Profile
- Profile: /members/1163-Matt-Graf.htm
- URL: think-lab.net
- Comments: 3
- Points: 11
Recent Blog Comments By Matt Graf
-
Intercepting "ColdFusion As A Service" SOAP And RESTful Component Requests
Posted on Dec 8, 2009 at 11:22 PM
Nice post. What did you use to create the graphic of the diagram?... read more »
-
Bulleting Credit Card Numbers With Regular Expressions
Posted on Dec 6, 2007 at 6:01 PM
This is great, I added something to just in case the number has the dashes are in the string <cfset strNumber = "0123-4567-8912-3456" /> <cfset strCC = REReplace(strNumber,"[0-9](?=.*.{4})", "*", "all")> <cfoutput> #strCC# </cfoutput> Now wh... read more »
-
Reading A Microsoft Excel File In ColdFusion Using JExcel API
Posted on Dec 9, 2006 at 12:38 PM
I am trying to read an excel file with your code and I am getting this error jxl.Workbook The error occurred in D:\users\ixClients\payquiq\scribble.cfm: line 107 105 : ("jxl." & ARGUMENTS.Class), 106 : JavaCast( "boolean", false ), 107 : LOCAL.ClassLoader
read more »



