Community Member Profile
- Profile: /members/1743-Peter.htm
- Comments: 6
- Points: 1
Recent Blog Comments By Peter
-
My Sincerest Apologies To Brian Simmons, CentraSoft.Com, And To The Entire ColdFusion Community
Posted on Jan 18, 2007 at 12:41 PM
Don't sweat it! Free advertisement for them and a quality site for the community. I don't know how a rational CF enthusiast could fault your zeal!... read more »
-
Boyan Kostadinov's Totally Sweet CFQuickDocs Bookmarklet
Posted on Jan 16, 2007 at 4:23 PM
Err... that's kind of cool, but why not just use LiveDocs?... read more »
-
SQL ISZERO() And NULLIF() For Dividing By Zero
Posted on Jan 15, 2007 at 4:54 PM
Or, you can take the REALLY lazy way out: <cfif not isNumeric(qryGraphData_total.t_avg)> <cfset t_avg = 0> <cfelse> <cfset t_avg = qryGraphData_total.t_avg> </cfif>... read more »
-
Creating Microsoft Excel Files Using ColdFusion And POI
Posted on Jan 11, 2007 at 3:36 PM
I tried running the example in 6.1 and get: Object of type class java.lang.Class cannot be used as an array The error occurred in D:\websites\resort\CreateXlsFromQuery.cfm: line 83 81 : for ( 82 : LOCAL.MetaIndex = 1 ; 83 : LOCAL.MetaIndex LTE Arr... read more »
-
2007 New Years Resolutions
Posted on Jan 3, 2007 at 3:13 PM
Hi Ben: Looks like you have your hands full this year! Let me know if you would like any help with your coding projects. Peter... read more »
-
ColdFusion IIF() vs. CFIF
Posted on Dec 29, 2006 at 11:24 AM
Doesn't the <CFIF> construct lend itself to more readable code?... read more »



