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 5, 2010
Today I’ve been working on the final bit of a PHP contract for a client where I am converting an older ASP site to PHP. This phase involves moving over the PayPal code. The API is pretty simple for PayPal actually, and involves sending a POST to a specific API with a specific format. So [...]
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 [...]
December 31, 2009
I’m still a bit of a n00b with ANT still, but I took the time today to improve my skills with it a tad to help automate a task which has become quite repetitive. Once we are ready to roll changes to our application we first have to minify our JavaScript and CSS files. We [...]
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 [...]