Dynamically rotating images with jQuery Cycle and ColdFusion
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 ...
lightning storm - arkansas on July 12, 2009
Twikini - twitter client for Windows Mobile
Day one and great so far. I was using Tiny Twitter for my Windows Mobile client. It worked well but had some odd little features such as displaying the avatar fullscreen covering the content. It was also a bit heavy on memory. I wasn't really looking ...
combining jQuery and onRequestEnd to change client code
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 ...
Detecting password age from either Active Directory or OpenLDAP/Samba
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 ...
bit of wisdom from #coldfusion room on DALnet
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 ...
Holiday Security Alert - SQL Server 2000, 2005
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 ...
Randomly sorting Query of Queries
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 ...
Patch for CFImage and java.io.FileNotFoundException
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 ...
Mac OS VPN ignoring Send all traffic over VPN connection
I ran into an issue with VPN connections routing the traffic through the VPN connection regardless of the configuration setting. I would uncheck the box label Send all traffic over VPN connection, fire up the VPN link and be rewarded with all of the tra ...
