Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

CFPARAM and How to Uncheck a Checkbox - Coldfusion tutorial


For anyone new to application development, you may be perplexed when you create your form for editing some data that should allow a user to uncheck a checkbox and update a record to a status of not checked. You will sooner or later discover an oddity about HTML forms. HTML forms won't allow you to uncheck like you think you should be able to. If you uncheck the checkbox, the value becomes NULL and the form doesn't bother to pass the field. You will find that ColdFusion does have a simple solution and much more with the CFPARAM tag.
Category: Coldfusion tutorials > Basics - Difficulty:


More cool Coldfusion tutorials:



ColdFusion Site Skinning
ColdFusion Site Skinning
If you'd like to be able to offer your website visitors more than one site design to choose from, this tutorial might get you started. The techniques used in this tutorial involve some simple ColdFusion, Cascading Style Sheets (CSS) and cookies.
Category: Coldfusion tutorials > Cookies - Difficulty:
Tips: ColdFusion Web Hosting
Tips: ColdFusion Web Hosting
There are many things to consider when determining how you will host your ColdFusion site. Issues include tag availability, database needs, disk space, bandwidth, security, support, e-commerce, and software costs.
Category: Coldfusion tutorials > Basics - Difficulty:
Newbie Tags
Newbie Tags
As a newbie, you can expect to hear comments about "newbie tags". You may hear "Oh, I'd never use CFINSERT or CFUPDATE, I only use SQL within CFQUERY". If you follow a discussion on this you won't see any strong technical cases against them and when I've pushed the discussion, it ends up being admitted that problems haven't been seen since 4.5 but "SQL is much more flexible and powerful".
Category: Coldfusion tutorials > Basics - Difficulty:
Locales and ColdFusion code: Changes, tools, and locale-specific information
Locales and ColdFusion code: Changes, tools, and locale-specific information
Locales and ColdFusion code: Changes, tools, and locale-specific information
Category: Coldfusion tutorials > Development - Difficulty:
CFQUERYPARAM and Oracle databases
CFQUERYPARAM and Oracle databases
CFQUERYPARAM and Oracle databases
Category: Coldfusion tutorials > Development - Difficulty: