QuackFuzed.com is the personal ColdFusion coding blog of Matt Quackenbush. It exists primarily as a place for the author to learn, and hopefully to assist others in learning and/or avoiding some of the same pitfalls and mistakes. (Quack certainly makes enough mistakes daily to make up for the entire ColdFusion community.)

cfUniForm New Release - v2.1

Posted on July 19, 2008 at 4:39 PM in ColdFusion, Uni-Form Tag Library

The latest release of cfUniForm includes a couple of new features, along with a minor bug fix.

[Continue Reading]

IMPORTANT: Uni-Form Tag Library Info

Posted on June 10, 2008 at 7:15 PM in ColdFusion, Uni-Form Tag Library, jQuery

The other day I announced the v2 release of the Uni-Form Custom Tag Library, which contains a number of enhancements and jQuery plugin integrations. One thing *very* important detail that I forgot to mention:

If you are using the Validation plugin, you *must* use jQuery 1.2.2 or higher.

As long as you are using the current release you are fine, since it is at 1.2.6 as of this posting. If you use anything 1.2.1 or earlier, you will have all sorts of JavaScript errors being thrown.

Update

This post only applies to those of you who are loading jQuery on your own. If you are relying on the tags to load jQuery for you, jQuery-1.2.6 is the release that is loaded. :-)

Uni-Form XHTML Forms Custom Tags v2

Posted on June 2, 2008 at 12:39 AM in ColdFusion, Uni-Form Tag Library, jQuery

It's been almost six months now since I released v1 of the library, so I figured it was high time I make time to add some enhancements. Here's a quick overview of the new features:

  • Integrated dependencies
  • Integrated support for the following jQuery plugins
    • Date Picker
    • Time Entry
    • Input Masking
    • Validation
  • Path Configuration

Let's look at some of the new goodies in more detail...

[Continue Reading]

More XHTML Forms - Custom Forms and The Uni-Form Custom Tag Library

Posted on December 30, 2007 at 2:58 PM in ColdFusion, Uni-Form Tag Library

In my original post releasing the tag library I said that I'd post more as I had time to do so. I figured that today I'd take a short break from what I've been working on and write something up.

First, I should point out that there have been a couple of changes made, so the download has been updated. Be sure to get the latest files. The changes mostly involve textareas: (a) I had forgotten to output the provided value, and (b) I updated the fieldset.cfm and field.cfm files to trim() any content generated by the tags. (The trim() is not mission-critical, just cleans up the resultant HTML a little bit.)

So, without further ado, let's get to it.

[Continue Reading]

Uni-Form Custom Tag Update

Posted on December 17, 2007 at 12:23 AM in ColdFusion, Uni-Form Tag Library

Oooops! I left out one little piece of important code with the original demo zip file. For those who downloaded it prior to about 11PM Eastern on Sunday night (12/16/07), you'll need this little snippet added to your form page so that it'll render properly in IE6 and below.

  1. <!--[if lte ie 6]>
  2. <style type="text/css" media="screen">
  3. .uniForm,
  4. .uniForm fieldset,
  5. .uniForm .ctrlHolder,
  6. .uniForm .formHint{ /* Trigger hasLayout, move to your IE specific stylesheet if possible */
  7. zoom:1;
  8. }
  9. </style>
  10. <![endif]-->

If you hadn't previously downloaded, the new zip file has the code plugged into the index.cfm file.

ColdFusion Custom Tags for use with Uni-Form XHTML Forms

Posted on December 16, 2007 at 5:37 AM in ColdFusion, Uni-Form Tag Library

A few weeks ago I wrote about my joyous discovery of the Uni-Form markup, an XHTML Strict 1.0 valid markup for forms. At the time I had the thought of wrapping it up into a ColdFusion custom tag, but was way too busy with other items to even really look at it. Well, it just so happens that I've just gotten to the "time to write a bunch of forms for the admin interface" on a new project I'm working on, so off to write that tag I went.

[Continue Reading]

CodeBassRadio

Latest Articles

Eventually something really brilliant and witty will appear right here.

Calendar

May 2026
S M T W T F S
« Apr  
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            

Subscribe

Enter a valid email address.

The Obligatory Wish List