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

Writing maintainable code - Coldfusion tutorial


Writing maintainable code
Category: Coldfusion tutorials > Development - Difficulty:


More cool Coldfusion tutorials:



Using ColdFusion Variables
Using ColdFusion Variables
A ColdFusion variable is created by assigning a value to it. Most commonly, you create variables by using the CFSet tag. You can also use the CFParam tag and assignment statements in CFScript. Tags that create data objects also create variables.
Category: Coldfusion tutorials > Basics - Difficulty:
ColdFusion expressions: operands, operators, and other constructs
ColdFusion expressions: operands, operators, and other constructs
ColdFusion expressions: operands, operators, and other constructs
Category: Coldfusion tutorials > Development - Difficulty:
Using ColdFusion variables
Using ColdFusion variables
Using ColdFusion variables
Category: Coldfusion tutorials > Development - Difficulty:
The Next ColdFusion - Blackstone
The Next ColdFusion - Blackstone
Macromedia's Chief Evangelist for ColdFusion, Ben Forta, spent the spring and early summer 2004 previewing the next generation of ColdFusion to user groups throughout North America. The pre-release name of the product is Blackstone and has a host of features that will be of interest to new and veteran ColdFusion and Flash programmers. Some of the major enhancements are: Wizards and enhancements for new CF'ers, major enhancement to CFFORM (key phrase: type = "flash"), introduction of CFDOCUMENT, and improved reporting with CFREPORT and a report creation tool.
Category: Coldfusion tutorials > Basics - Difficulty:
CFPARAM and How to Uncheck a Checkbox
CFPARAM and How to Uncheck a Checkbox
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: