Latest Posts

Dynamically rotating images with jQuery Cycle and ColdFusion

Posted on August 22, 2009, under ColdFusion | 10148 Views

jQuery Cycle provides a lightweight slideshow plugin. It is super simple to drop in and create a great looking slideshow. The real trick to is to ColdFusion to grab the images from a directory then randomly sort the results to create a unique slideshow ...

read more »



combining jQuery and onRequestEnd to change client code

Posted on March 13, 2009, under ColdFusion | 6467 Views

Open source saves lives, closed source is evil. We have all encountered encrypted or pre-compiled Java bytecode cfm/cfc files. Seldom times the original developers have left us options to change links, rename fields, change form action pages, add form ...

read more »



Detecting password age from either Active Directory or OpenLDAP/Samba

Posted on January 03, 2009, under ColdFusion | 15588 Views

So you have that fancy ColdFusion application of yours using ldap authentication back to either an active directory or OpenLDAP/Samba server. Everyone is happy, shared authentication works perfectly. Life is great, you're the hero. Suddenly you start ...

read more »



bit of wisdom from #coldfusion room on DALnet

Posted on December 30, 2008, under ColdFusion | 5743 Views

This is a fine example of the wisdom you are missing out on by not hanging out in the #coldfusion IRC room. [ScottP]: something off with netflix - suggested Evan Almighty because I enjoyed Armageddon, Day after Tomorrow, Collateral Damage. [CJ]: evan a ...

read more »



Holiday Security Alert - SQL Server 2000, 2005

Posted on December 24, 2008, under ColdFusion | 5782 Views

Just in time for the holiday, Microsoft has issued an advisory announcing a vulnerability in SQL Server that could allow Remote Code Execution.Microsoft Security Advisory: http://www.microsoft.com/technet/security/advisory/961040.mspx A temp fix (WARNI ...

read more »



Randomly sorting Query of Queries

Posted on October 04, 2008, under ColdFusion | 10468 Views

The DB servers all have cool little tricks to randomly sort the records, for example on SQL Server it is simply order by NewID(). Trouble is I had a small table with a very limited number of records in it and needed them randomly sorted for each page vi ...

read more »



Patch for CFImage and java.io.FileNotFoundException

Posted on August 20, 2008, under ColdFusion | 13385 Views

Stumbled across this peach. A little used resize page was tossing errors. Instead of looking for a solution, I ripped through the code trying to figure out where I had screwed up. Turns out I didn't. Lesson learned - again. Patch for CFImage and Ima ...

read more »



DropBox invites

Posted on July 26, 2008, under General Tech, ColdFusion | 7559 Views

I've got 5 extra invites for DropBox. First five to fire off comments. UPDATE: 7:52pm CST - All out of invites. ...

read more »



One Free copy of FAQU for Father's Day

Posted on June 12, 2008, under ColdFusion | 4716 Views

I've wound up with an extra printed copy of the latest Fusion Authority Quarterly Update (Vol 2 - Issue 4). Instead of letting it collect dust here, I thought I would share it with someone who might not have been exposed to the goodness that is the FAQU ...

read more »



Yet another CF 9 BOF post

Posted on May 14, 2008, under ColdFusion | 5684 Views

On a cold and rainy night in May, 3 brave individuals from Adobe stood in front of the group of devoted ColdFusion coders ready to take feedback on the future direction of ColdFusion. There were several topics thrown out that ranged from viewing log fil ...

read more »



More Entries