i Know Kung Foo Consulting

Adobe ColdFusion Anthology - a new ColdFusion book!

Thanks to Michael and Judith Dinowitz, there is a new ColdFusion book on the market, Adobe ColdFusion Anthology, and I'm glad to have had a hand in it.

I've been sitting on this for over a year now it's finally here! The book is an anthology of articles from Fusion Authority magazine. Chapter 11 of the book is my contribution, "You Might Have a Performance Bottleneck If". Written in the mood of Jeff Foxworthy, I outline 12 common problems in web applications (not just CF applications) that can be easily solved by the proper use of a database.

What are you waiting for? Pick up your copy of Adobe ColdFusion Anthology today! :)

DFW CFUG presents Head First Design Patterns for ColdFusion

The Dallas/Ft. Worth ColdFusion User Group has been working through the book Head First Design Patterns, taking the Java-centric code examples in the chapters and implementing them in ColdFusion to see how they may apply to us as ColdFusion developers. Click here for a continually updated list of presentations.

Keep updated with ColdFusion in the DFW area by following @dfwcfug on Twitter.

Special DFW CFUG ColdFusion Builder event March 24th

The Dallas / Fort Worth ColdFusion User Group is proud to announce that Adobe Evangelist Terry Ryan will be making a special stop in Dallas on March 24th to present ColdFusion Builder, the new eclipse based IDE for developing ColdFusion applications.

[More]

Presenting The Template Pattern at the DFW CFUG tonight

Tonight at the Dallas/Fort Worth ColdFusion User Group meeting, I'll be continuing our series on design patterns with a presentation on The Template Pattern. The meeting will be begin at 6:30 with a training topic. The main presentation will be presented using Adobe Connect, so you can join us live or view the recording later. Keep updated with ColdFusion in the DFW area by following @dfwcfug on Twitter.

FAQU 3.2 is out! The Things You Didn't Know You Needed to Know

Sorry I've been off the radar for so long, but I've had a heck of a year. I'll be posting a few things shortly, but in the meantime you can take a look at what started out as a blog post and ended up as a published article. My article, "You Might Have a Performance Bottleneck If . . ." has just been published in the latest Fusion Authority Quarterly Update. Yes, you read that correctly. There's a new FAQU and you can read it right now.

Screwy issue when defining a string. (cfif within a cfset)

I was browsing through some tickets in Jira today when I found a couple of bugs related to tables not displaying correctly in MSIE. When I found an example, it basically looked like a <TR> tag had not been closed correctly. When I viewed the source HTML, imagine how surprised I was to find a <cfif> statement gumming up the works.

[More]

SQL approach to Showing Every Nth Record

Earlier today, Ray Camden posted a quick ColdFusion-centric solution to showing only the Nth records of a query. His solution is fine, but I wonder how it would perform for large queries on a site under high load. Here's a database-centric solution that pulls back every Nth record, allowing CF to just display the final record set.

[More]

A few updates before heading to Adobe MAX

First, let me apologize for the recent lack of posts. I've been working on a number of projects at work and I just haven't been able to find the time for blogging. I just uploaded some tweaks to the site's layout. Please let me know if anything's out of whack.

[More]

Adobe MAX 2008 BoF: Addressing the ColdFusion Developers' Skills Gap

If you're going to MAX this year, make sure to check out the Bird of a Feather (BoF) meetings Monday night (11/17). These are informal, 50 minute meetings where we can discuss various issues and get to know each other while eating pizza and having a few beers.

[More]

Remove duplicate list or array elements using ColdFusion and Java

I've been working on a new feature for my company's main application. Basically I need to associate some data with a list of students. The list of students is generated from existing class rosters. Since students can be in more than one class, it's possible the same student gets selected twice. So how can I quickly remove any duplicates and store only the unique list of students?

[More]

More Entries