A ColdFusion, Flex & AIR conference
CFUnited is the only conference of its kind that is run by developers, for developers. What this means is that the topics are exactly what web developers need to learn now and are based on real world experience.
Easy to learn, great features, minimal code for maximum results.
What other technologies do you use?
Flex, AIR
About Me:
I'm a 29 year old ColdFusion, Flex and AIR programmer from Princess Anne, MD. I'm also into old air cooled Volkswagens and dog training (agility trials).
Besides the reply with Jane, the code in the CFSCRIPT tags executes more rapildly than in the cf tags. So it is good to use cfscript if we are want more optimized code....
13 hours ago
2 members updated their profile photos
13 hours ago
Ryan Nehring Hope this place is active, cuz it's one hell of a cool idea :)
I'd suggest using both, in most cases.
Validation at the client end (probably Javascript) gives immediate response to the user, and no network trafffic. So you use it as your first step.
But the user may have disabled Javascript, or be using somet…
Server. If you want to flood your server's registry with junk and slow it down as much as possible, this is a very fine way of doing it.
There's an article on the subject here: http://kb2.adobe.com/cps/179/tn_17919.html dating right back to CF 4.5…