This article is for you if you are a beginning coder. You know how to do
marvelous things like query databases and output the results. You can take
data submitted from a form, manipulate it, and perform calculations. After
mastering these fundamentals, you are ready to expand your knowledge of
ColdFusion. This article explains six ColdFusion tags that you can easily
start using today.
These tags are beyond the basics, are quick to learn, and provide utility.
The tags listed here have a brief explanation of their use, a detailed look
at the attributes, and an example of use.
The most important tag in this article is cfqueryparam. Most of you are not
using cfqueryparam - I know, because I have worked on your code! If you take
one thing away from this article, please take ... (more)