Holy Cow! Two Updates in One Day!
Posted on February 20, 2009 at 11:20 PM in ColdFusion, Uni-Form Tag Library
It figures that a couple hours after I release cfUniForm v3.0 that jQuery would announce their 1.3.2 release. As a result, I have released cfUniForm v3.1, which now includes jQuery 1.3.2.
As always, be sure to check out the demos and download the latest.
Latest Articles
- No recent entries.
Eventually something really brilliant and witty will appear right here.
Categories
- ColdBox (21) [RSS]
- ColdFusion (92) [RSS]
- Fusebox (3) [RSS]
- General (22) [RSS]
- jQuery (15) [RSS]
- Kalendar (1) [RSS]
- Linux (1) [RSS]
- Mura CMS (1) [RSS]
- Railo (1) [RSS]
- Rants (5) [RSS]
- Transfer (8) [RSS]
- Uni-Form Tag Library (36) [RSS]



On 2/22/09 at 2:30 AM, Mary Jo said:
On 2/22/09 at 6:19 AM, Sebastiaan said:
I know I've mentioned this before, but in this new version of CfUniForm 3.1 the DatePicker still doesn't work in Opera, none of the widgets actually work (see the http://www.quackfuzed.com/demos/cfUniForm/globalCo... page for two of the widgets that don't work).
The datepicker only works if you click on the selectbox and get the "grey" datepicker. If you click on the widget you get the balck and maroon atepicker, but clicking any date in it doesn't tranfer the value to the selectbox - the grey one does. Why do you get two types BTW?
The increment/decrement widget doesn't work at all in Opera - any ideas? I'd love to make use of the taglibrary, but if the support isn't good for Opera, I am hesitant. How doe the other browsers test out?
On 2/22/09 at 6:24 AM, Sebastiaan said:
On 2/22/09 at 2:33 PM, Mary Jo said:
On 2/22/09 at 2:37 PM, Mary Jo said:
On 2/22/09 at 3:50 PM, Sebastiaan said:
On 2/22/09 at 3:56 PM, Matt Quackenbush said:
RE: jQuery 1.3.2 - Thanks for the catch on the 1.3.2. I don't know how I missed that, but I obviously did. It has been fixed in the download.
RE: Cancel button. As has been mentioned in several comments and/or posts, cfUniForm was written with the intention of the developer doing with (or without) the cancel button what he/she chooses to do. Yes, the cancel button will still submit the form. In my applications I use it to redirect the request (server-side) if it has been clicked. Something like so...
<cfif event.valueExists("cancel")>
<!--- redirect the request to the appropriate place --->
</cfif>
On 2/22/09 at 4:04 PM, Matt Quackenbush said:
RE: Opera. As I have mentioned in my previous comment regarding Opera, I won't be spending any time whatsoever attempting to get anything to work in Opera. It either does, or it doesn't; I don't care. Opera users in my applications amount to less than 1/10th of 1 percent.
RE: Server-side validation. cfUniForm does not "do" server-side validation for you. It leaves that up to the developer, as many people do things very differently. It provides an attribute for you to pass a struct of errors to the form for display, and assumes that each key of the struct matches a field name, and the displays the value of the struct. How you build your struct is up to you. That said, as mentioned in a previous release (link below), cfUniForm provides integration with ValidateThis!, a validation framework by Bob Silverberg that you might want to take a look at.
http://www.quackfuzed.com/index.cfm/2008/11/13/cfU...
RE: CFFormProtect. I don't know the answer to that question, as I have never used it. Based upon what little I've read though, I don't see why it wouldn't.
On 2/22/09 at 4:27 PM, Matt Quackenbush said:
On 2/22/09 at 11:18 PM, Mary Jo said:
On 2/22/09 at 11:32 PM, Matt Quackenbush said:
Of course, there are two other options as well:
1) Hire the OSS author to make the desired changes
2) Don't use the software
Ain't freedom grand? :-)
On 2/22/09 at 11:46 PM, Adam Whelan said:
I downloaded the archive but didn't see instructions on how to use it? Think you could whip something up for us?
On 2/22/09 at 11:46 PM, Mary Jo said:
On 2/22/09 at 11:53 PM, Matt Quackenbush said:
http://www.quackfuzed.com/demos/cfUniForm/
On 2/22/09 at 11:58 PM, Mary Jo said:
@Adam - there's a whole folder of examples in there, just check those out to get started. I also opened up the various tag files to see what attributes for each were available. Wasn't hard to figure out. I did have to go into form.cfm and change all the paths to the files, as they did not work properly in my application. That was also where the incorrect jQuery.js link was so make sure yours is correct.
On 2/23/09 at 12:11 AM, Adam Whelan said:
@Mary Jo - I wasn't speaking toward the person providing me a free tool. It seems that you and Sebastian came out of the gate complaining about things. I haven't done a whole not of research but it seems this tool is provided for free. I don't believe Matt is unwilling to consider suggestions, but I wouldn't spend a whole lot of time trying to pacify those who are rude in their call for help. Perhaps your deadlines making l337 international forms has upset your mood. I suppose I should thank you for the backhanded help (knock the project/contributor and then help a n00b to use it).
On 2/23/09 at 12:17 AM, Matt Quackenbush said:
Hostile? Not in the slightest. Straight-forward and to-the-point? Absolutely. When people have nothing nice to say, and demand all sorts of changes, I'll be the first one to tell them that it's OSS and they can do with it what they want.
I didn't write the library for anyone but myself. I released it because I thought that maybe it might help out a developer or two. Based upon a lot of the comments I have received, it has done that. If it helps a person, great. If it doesn't, it doesn't bother me in the slightest that a person chooses not to use it.
On 2/23/09 at 1:09 AM, Mary Jo said:
On 2/23/09 at 4:22 AM, Sebastiaan said:
Anyways, I have done a lot of changes to CF OSS stuff I've been using as well, and submitted it back to the authours - mostly they don't use it, which I usually attribute to "not-invented-by-me" syndrome or "I'm-way-in-over-my-head-swamped-with-work-right-now". But at least they admit that to me, tell me straight up and sometimes they come back to me and tell me it was a great idea and that they'll look into adding my contributions for a later release. And I always wite a post in my blog about CF OSS stuff I use, thanking the original creator, or comment on a post in the creators blog. So Adam Whelan (what is your contactinfo anyways - why not leave your website - commenters staying "inkognito" always tend to irritate me) I feel both Mary Jo and I are very "netiquette" - my commenting language is as it always is and it hasn't offended anyone until now ;-)