webdu 2012: web developer conference

Show all feed information | Ping Blog Update

Parsing CSV files with Grails 3 weeks ago

One of the arguments that I often make for my use of CFML is how you can do so much with so little code. Seemingly every time I attempt to do something that I haven’t done previously with Grails, I find that argument holds less water than I thought, as I can often do it [...]

JRun wsconfig error- Security alert: attempt to connect … 6 months ago

I was experimenting with the Railo 3.3 installer, which includes an IIS connector to Tomcat, which works really well.   Too well in fact!  When I ran it, it actually unmapped all my existing IIS ISAPI mappings to JRun and was sending all requests to Tomcat. I decided the quickest fix to this …

CFML wishlist: All collections should extend Iterator 6 months ago

Have you ever really given a second thought to the fact that in ColdFusion/CFML you have to loop queries, arrays, and structures in completely different ways?   For example, in each of these things, we are essentially doing the same thing: <!--- looping our query ---> <cfloop …

ColdFusion 9 catch() is not thread-safe! 6 months ago

I almost hate to admit this… no, I really hate to admit this.   For some reason, I was have always been under the impression that when you do a catch() in CFSCRIPT, that the variable you define as the catch is protected within the catch condition.   However, it hit me today that it is [...]

How I cut the cord to subscription TV! 7 months ago

I recently reviewed our family budget trying to find areas to trim the fat, and one of the things that just ate me up was how much money we were paying for subscription TV.  Our monthly TV payment was $115 for DirectTV and I can assure you I rarely, if ever, got $115 worth of [...]

Video blogging on the cheap – not as easy as it should be! 7 months ago

I just recorded two screencast videos last night that I wanted to use as video blog entries. Seems easy right? Just find a video host! Unfortunately, “easy” is far from the way I would describe my experience, and I am somewhat exasperated by the process at the moment. So here is the …

How to: write the last N linux terminal commands to a file 7 months ago

Sometimes blog entries are for you.  Sometimes they are for me.  This one is the latter. The other day I asked the following question on Twitter:   I got a plethora of responses within minutes, but by far the most complete and tricked out response came from Joseph Lamoree @jlamoree, who gave …

Open Letter: Stepping down as DFWCFUG Manager 7 months ago

At Tuesday night’s meeting (3/8/2011),  I announced that after 55 meetings at the helm, I am stepping down as manager of the Dallas Ft. Worth ColdFusion User Group.  Am I tired of doing it?  Am I leaving the language?  NO, and NO! As an Adobe UGM, one of my responsibilities is to endorse and …

Refactoring: avoiding nested conditional statements 7 months ago

Recently at I was given the task of adding an new validation routine to an existing validation process.  In this piece of code, the requirements mandated that a series of sequential tests would be run, but in the event of a failure of any of them, the process would kick out and set an error [...]

Piecing together optional view elements at runtime with … 7 months ago

Often in web development, you run across a case where there is a display that contains optional view elements that are derived at runtime.  Perhaps there is a section of a form that is only available to residents of the US.  Maybe, only users with a certain level of group access have the ability …

Dave Shuck

I am a software engineer, runner, part-time adventurer, and virtual internet personality http://www.daveshuck.com

Parsing CSV files with Grails http://t.co/A9PTLfUn@dshuck

Providence Village, TX