Raymond Camden's Blog Rss

Macrochat Recording and Downloads

6

Posted in ColdFusion | Posted on 09-14-2005 | 4,281 views

My Macrochat was recorded and may be watched here. Enjoy listening to my silky-smooth voice as I detail the wonders of input validation and ColdFusion.

You can download the code and PowerPoint here. Note - the PowerPoint was reworked from an older presentation, so you will notice some old notes in there. Just ignore them please. :)

You will also notice that I didn't get to the end of my presentation. The ending was going to discuss simple error handling in ColdFusion, something far too few people do. Since I didn't cover it on the Macrochat, I'll plan a blog entry on it later this week.

Comments

[Add Comment] [Subscribe to Comments]

good on yer Ray.

thanx to my time zone, your chat was on at 2:00 am. An interesting subject to be sure but I like my sleep....

cheers
barry.b
A note about BlogCFC, Shared Hosting and ScriptProtect...
Yesterday morning I was trying to make a post to my BlogCFC blog, and happened to be adding an embeded WMV in the MORE section of the post. Upon uploading and not seing it, I noticed <code><invalidTag></code> in place of my object and embed tags. Searching through the code led me only to google. Basicaly I've found that my host has enabled Global Script protect and I've got to turn it off in my application.
Yep - that is one reason I don't use the feature, since it applies _everywhere_.
ok, how bad is this: I only just this morning viewed this presentation! Well It was good as long as I could stand to watch... your silky smooth voice got further and further ahead of the screen and I couldn't keep track... I have noticed problems with every breeze session I've seen. Usually the sound is screwed up completely but this time it was only out of sync. This is one great product that still needs work.
I was looking at the code for sql injection and I noticed that you didn't use CFFORM, you just used normal html form and fields. why didn't you use cfform with all the validate this and validate that, maxlength, required, etc? [What would Mike Nimer say?]
I don't use cfform. Simple as that. The main reason is that I want exact control over my error formatting. As you know, by default, cfform uses an ugly error screen that doesn't use your own site layout. I -will- use cfform for small RIAs (ie, flash forms).

[Add Comment] [Subscribe to Comments]