Community Member Profile
- Profile: /members/5976-Marc-Bakker.htm
- Comments: 4
- Points: 40
Recent Blog Comments By Marc Bakker
-
ColdFusion Application.cfc Tutorial And Application.cfc Reference
Posted on Jan 17, 2011 at 3:40 AM
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=AppEvents_11.html says When a request executes, ColdFusion runs the CFC methods in the fol... read more »
-
ColdFusion Application.cfc Tutorial And Application.cfc Reference
Posted on Jan 14, 2011 at 11:22 AM
Did u do any research on the order implicit events get fired? If I access a webapp for the 1st time, does onSessionStart() get called_before_ onRequestStart() or vv? And is onSessionEnd() called _after_ onRequestEnd()? Marc... read more »
-
Finding Available Java Constructors / Methods For ColdFusion Objects
Posted on May 8, 2010 at 11:08 AM
Hey, this is strange! Coldfusion thinks a string is the same as a number... <cfset cftype="marc bakker is cool-a-dude"> <cfdump var="#getJavaClassMethods(cftype)#"> gives me the same underlying Java constructors and methodnames as <cfset cftype=5>
read more » -
Sending Text Messages (SMS) With ColdFusion And CFMail
Posted on May 5, 2010 at 6:07 PM
Hi, I saw this piece of code in your example and was thinking Coldfusion 9 is truly supporting javascript-like function calls... # <cfset FORM.to = FORM.to.ReplaceAll( # "[^\d]+", # "" # ) /> If I request a page containing this code: <cfset tekst="de... read more »



