I'm in the process of moving a massive, years-old application from ColdFusion 8 to ColdFusion 9. I'm also testing on ColdFusion 10 (currently in beta). I've run into a few issues and will document them here. First up: Setting the width of a CFGRID.
Check All Checkboxes with jQuery - Revisited
Nearly 4 years ago, I showed how to "check all checkboxes" using jQuery 1.2.6. In this post, I'm going to show a more advanced, but still simple way to handle checkboxes with jQuery that accounts for changes made as of version 1.6.1. I'll even answer the bracketed field name question that haunts PHP developers.
Looking for ColdFusion, Java, JavaScript, UI and SQL Developers
I have been at Equator for 2.5 years, currently a Senior Enterprise Architect and I'm having a blast working here. We have multiple openings in Los Angeles, Irvine, Plano, and Seattle. In addition to developers, we also need Business Analysts and Technical Project Managers. If you're interested in working with a leader in the Real Estate and Financial Services Industry, please read on.
ColdFusion 10 Beta is here!
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.