February 19, 2010
I had the pleasure of working an issue just the other day where an internal web application didn’t seem to be responding. At first I suspected some type of bug in environment configuration, or some other type of obscure thing. The app worked in other environments, so that was my first suspicion. After a bit [...]
February 8, 2010
Join me tomorrow night at the Dallas/Ft. Worth ColdFusion User Group meeting where Dave Shuck will be presenting a beginner’s introduction to ColdSpring and dependency injection, following by yours truly presenting Chapter 7 of the Head First Design Patterns book: Adapter and Facade patterns. There is usually food, nerds, and a chance to network and [...]
February 3, 2010
Last night I posted about a small, unscientific performance test of various method for dynamically invoking a method. So, for example, if you have a method name stored dynamically somewhere (like a database, or XML document) to be invoked against some component, there are a couple of ways to do it. I demonstrated that one [...]
February 3, 2010
Tonight I was working with a project that a buddy and I are doing on the side in an attempt to make money and I’m reviewing the code he’s got so far to make sure I have a good grasp on everything that’s going on. He’s built his own ColdFusion framework, and it appears pretty [...]
January 21, 2010
For those that have a small case of “Mac envy”, this post is for you (and me, honestly). One of the neatest things about the Mac OS user interface is the “fisheye” menu at the bottom of the screen. You know the one, where there is a dock bar with icons on it, and when [...]
January 19, 2010
While watching a movie on TV last night, Daylight specifically (yes, the one with Sylvester Stallone), I received an email that had me as excited as if I was going to see Metallica in concert. The subject: Welcome to the Adobe Community Professionals program 2010. Needless to say I stayed up WAY too late checking [...]
December 30, 2009
While going over the DreamInCode.net forums I came across this question.
Good day everyone. I’m hoping someone can point me in the right direction. I’ve been using Coldfusion for awhile, although I admit, I’m not a master at it.
I’m pulling my hair out on a project I’m hoping someone can shed some light on.
I have a [...]
December 30, 2009
This question was posted on the Adobe ColdFusion forums (found here at http://forums.adobe.com/thread/546708?tstart=0).
Does anyone know of a service for this compatible with CF? I need to display an amount for Korean Won and USD on a checkout form and the service at http://www.xmethods.net/sd/2001/CurrencyExchangeService.wsdl doesn’t exist anymore. I searched Google for a while but didn’t find [...]