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 itwould 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.

Read More

Adobe MAX 2008 Day 1 Overview

The first day of MAX was so very interesting. Even though there were more attendees than last year, the layout of the Moscone West convention center made for a much better experience. The Unconference sessions that ran alongside the official sessions weren’t just the icing on the cake. Sometimes they were the cake (not a lie).

Read More

CF_Underground & Adobe MAX 2008 Day 0

Before MAX even got underway, I spent an afternoon at Adobe HQ with a bunch of other ColdFusion die hards. Apparently, the plethora of ColdFusion sessions available at MAX weren’t enough for some of us. Afterwards, beer!

Read 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?

Read More

Using jQuery with ColdFusion to handle form field values

More often than not, you’re placing ColdFusion (or any server-side language) code within HTML to set pre-existing values of a form. You can cut down on tons of excess server-side code by setting those values using Javascript. Here are a few examples of how you can use jQuery with ColdFusion to set form values.

Read More

Intro: HTML to Flex in a matter of days

My first project at my new job is to create usage reports for our product. I started building a UI with HTML, Jquery and ColdFusion, but I soon realized that we were going to need a more fluid interface to the data.

Read More
Page: 2 of 7