CFFormProtect Compatibility Release

I have released CFFormProtect 2.0.2, which has one minor change that makes it compatible with other CFML versions/engines besides ColdFusion 8. If you are curious, I had used the ++ iterator, which only works in ColdFusion 8. I have tested (or others have tested) this new version in all of the below, and it works fine:
ColdFusion 6.x or better
BlueDragon 6.x or better
Railo 3.x
OpenBD 1.0

Comments
hey Jake, thanks for cfFormProtect in general! just built it into two of my sites to test it, but i'm sure it works as advertised.
one little request though: it would be better if the two .js files that are included were combined into one and minified. they're not large of course, but my sites load many different scripts and css files and every external request slows down the inital page load.
thanks again though!
# Posted By Chris H | 1/18/09 3:51 AM
that's a good idea, Chris. Do you have a good suggestion for minifying JS files? I've used a few before, but have always had mixed results when it comes to browser compatibility.
# Posted By Jake Munson | 1/18/09 8:01 AM
there's a command line tool called "jsmin". there's also also a minifier built into YUI (YUI compressor).

the fastest way would be to use this site:
http://www.vlead.in/resources/tools/minify-javascr...
# Posted By Chris H | 1/18/09 11:41 AM
Thanks Chris, I'll give that a try.
# Posted By Jake Munson | 1/18/09 3:53 PM
BlogCFC was created by Raymond Camden. This blog is running version 5.9. Contact Blog Owner