The latest release of the cfUniForm custom tag library features a new jQuery plugin integration, as well as enhancements to the jQuery plugin integrations.
[Continue Reading]
Dan Wilson will be presenting the cfUniForm ColdFusion tag library to the CF Meetup today (Thursday, 10/02/08) at Noon Eastern time.
cfUniForm is a ColdFusion custom tag library that generates XHTML 1.0 Strict-compliant forms for you based upon the Uni-Form markup. It also has integrated support for a number of jQuery plugins. For more information on the presentation, please visit the CF Meetup.
A week or so ago I posted about Dan Wilson's cfUniForm preso to the Hartford, CT CFUG. If you were unable to attend, no worries, as the recording is now online!
View preso recording.
The v2.4 release of the cfUniForm tag library - a library of ColdFusion custom tags for quick and easy generation of XHTML 1.0 Strict compliant forms - is being made to address a couple of minor bug fixes. This will only affect forms with a class of 'blockLabels' on the fieldset, or forms that use 'top' on the 'errorMessagePlacement' attribute.
[Continue Reading]
Do you want to make sexy, accessible, XHTML compliant forms without endless typing? Would you like to add widgets like masks, date pickers, time pickers to your applications with ease? Do you like accessible, feature-rich forms built with no muss, no fuss? Then be sure to block out your calendar on Wednesday, September 17, 2008 at 7:30PM (Eastern), and join the Hartford, CT CFUG as Dan Wilson presents the cfUniForm tag library and see awesome forms built in record time.
[Continue Reading]
Wow! After Monday's v2.2 release, this makes two minor releases in two days. You'd think I have nothing better to do with my time. Here are the nitty gritty details on the v2.3 release.
[Continue Reading]
Posted on August 12, 2008 at 6:44 PM in
General
I hate Aptana. The damn thing just takes over your Eclipse install and does everything that you tell it not to do. The only thing I ever used it for was CSS code coloring and insight, but today I had enough and uninstalled it. As a result, I am now looking for a CSS plugin again. Any recommendations?
[Continue Reading]
Posted on August 5, 2008 at 4:58 PM in
ColdFusion, ColdBox
Rancho Cucamonga, CA, August 5, 2008 - ColdBox Platform Official Training Seminars today released the Course Outline for their October 2008 ColdBox Platform 101 seminar to be held in Dallas, Texas, and also announced that the Early-Bird Special Price of just $1,195 has been extended through August 31, 2008. Registrants can take advantage of this $200 savings over the full seminar price of $1,395 by completing their registration before 5PM (Pacific Daylight Time) on August 31, 2008.
[Continue Reading]
Transfer allows you the option of having the database handle your IDs for new records (e.g. 'identity' in MSSQL or 'auto_increment' in MySQL), which is the default behavior for Transfer, or you can have Transfer generate your new IDs for you by utilizing the 'generate' attribute on your ID tag in your transfer.xml config file, and setting it to 'true'. I personally prefer having the database handle my IDs for me, so I never really paid much attention to this particular feature of Transfer until recently.
[Continue Reading]