This 5-page tutorial explains what ColdFusion is, Who Needs It, Installing ColdFusion, Identifying a data source on the server and making the modifications needed to get the database ColdFusion-ready.
http://hotwired.lycos.com/webmonkey/99/03/index1a.html
(Clicks: 5;
Comments: 0;
Listing added: Sep 7, 2009)
|
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 ColdFusion's CFML code. The other packages C++, Java, or other languages into a custom tag that is used by ColdFusion. We'll cover only CFML based tags in this article.
http://www.cfnewbie.com/cfnewbie/articles/article.cfm?id=4
(Clicks: 2;
Comments: 0;
Listing added: Jun 28, 2009)
|
Variable scope is an essential aspect of ColdFusion development. Once you figure out how to make the best use of it, you'll find that your applications are more secure and easier to maintain.
http://www.kodefusion.com/article/index.cfm?ArticlieID=6
(Clicks: 1;
Comments: 0;
Listing added: Jun 16, 2009)
|
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.
http://www.cfnewbie.com/cfnewbie/articles/article.cfm?id=8
(Clicks: 0;
Comments: 0;
Listing added: May 7, 2009)
|
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.
http://www.cfnewbie.com/cfnewbie/articles/hosting.cfm
(Clicks: 1;
Comments: 0;
Listing added: Apr 7, 2009)
|
This article discusses what structs are and how to use them to expand ColdFusion's ability to manipulate data. A must read for all ColdFusion developers.
http://www.kodefusion.com/article/index.cfm?ColdFusion_Structs&ArticleID=2
(Clicks: 3;
Comments: 0;
Listing added: Apr 7, 2009)
|
In the first in a series of articles, we take a look at ColdFusion's built-in data structures. We begin with a look at arrays, including multi-dimensional arrays.
http://www.kodefusion.com/article/index.cfm?ArticleID=1
(Clicks: 0;
Comments: 0;
Listing added: Mar 29, 2009)
|
Learn how to create a simple ColdFusion upload form with full source code available. Uploading files in Coldfusion is very easy and we are going to go through the code required for it.
http://forum.aeoncube.com/showthread.php?t=1201
(Clicks: 6;
Comments: 0;
Listing added: Mar 27, 2009)
|
This tutorial will guide you to creating your first ColdFusion template. Once you learn the basic, you will be ready for more advanced tutorials. It will work from basic to intermediate and advanced levels.
http://kongtechnology.com
(Clicks: 1;
Comments: 0;
Listing added: Feb 9, 2009)
|
This tutorial starts with a brief explanation of the technical side of cookies, including how the browsers handle them and how cold fusion manages them. Then it shows you how to use cookies to track a user's progress through a website, using what the author refers to as a "cookie crumb" trail. This essentially adds a link for every page a user visits on a site, making navigation backwards easy as pie, while still allowing the developer some control over what pages the user is able to revisit.
http://hotwired.lycos.com/webmonkey/00/29/index3a.html?tw=programming
(Clicks: 4;
Comments: 0;
Listing added: Oct 16, 2008)
|
Just a quick little tutorial on how to create display nested categories from a database using recursion and components. This is the simplest way I've found to accomplish recursion in ColdFusion, but feel free to comment if you know a better way.
http://forums.dreamincode.net/showtopic15185.htm
(Clicks: 10;
Comments: 0;
Listing added: Oct 16, 2008)
|
In this article, we start from the very beginning and discuss the Application.cfm file and ways to use it. We also talk about the CFAPPLICATION tag and application scoped variables. Finally we talk very briefly about locking our variables.
http://www.kodefusion.com/article/index.cfm?ArticleID=9
(Clicks: 2;
Comments: 0;
Listing added: Oct 16, 2008)
|
Ok, everyone seems to really need this one so I sat down and cranked this out. Hope this helps you. It’s pretty simple once you get the hang of it. Currently, the tutorial is designed for items that have a set price, not a calculated one.
http://www.it-guru.co.uk/showthread.php?t=146
(Clicks: 1;
Comments: 0;
Listing added: Oct 16, 2008)
|
Error handling is an essential feature of your ColdFusion application's design. Without error handling, your application becomes unstable, unpredicatable, and often uncontrollable. Build it in from the start with the suggestions in this short, simple, and interesting article.
http://www.kodefusion.com/article/index.cfm?ArticleID=11
(Clicks: 0;
Comments: 0;
Listing added: Oct 16, 2008)
|
Many websites and intranets need the ability to accept more than form input from a user. They often need to accept files uplaoded from the client's machine. This article shows you exactly how easy it is to do this using ColdFusion.
http://www.kodefusion.com/article/index.cfm?ArticleID=13
(Clicks: 0;
Comments: 0;
Listing added: Oct 16, 2008)
|