|
Easy to follow ColdFusion tutorial - Part 1
|
Other links at CFML > Tutorials > Introduction to ColdFusion |
| 1. |
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.
|
| 2. |
Grouping Results in CFML
|
|
|
ColdFusion makes it easy to select data out of a database and display it on a page. As soon as you feel good about your success in crossing the divide from static to dynamic, someone will say "Thats nice, can you group the list by author?". Whether you are asked to group things by author, make, brand, year or whatever, ColdFusion has you covered with its grouping capabilities.
|
| 4. |
ColdFusion Data Structures - Structs
|
|
|
This article discusses what structs are and how to use them to expand ColdFusions ability to manipulate data. A must read for all ColdFusion developers.
|
| 5. |
Introduction to Custom Tags
|
|
|
ColdFusion custom tags are ColdFusion templates just like any other CFML file but are designed to be reused. Coders can save much time by packaging code that is used frequently or can easily add functionality by using free or inexpensive custom tags. There are two general categories of custom tags, one uses only ColdFusions CFML code. The other packages C++, Java, or other languages into a custom tag that is used by ColdFusion. Well cover only CFML based tags in this article.
|
|
|