Username
Password
Home | Log-in | Register | Advertise | About Us | Getting Rated | Feedback

Sponsor Links
advertisement

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.
Version: n/a   Platforms: linux, windows, osx, sun   Last Updated: March 26, 2007

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 "That's 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.
Version: n/a   Platforms: n/a   Last Updated: April 06, 2007

Content on the web often has a shelf life. You may have information that you want up after a certain point in time or you may want it to be gone after a certain time.You may want to have it appear and disappear without having to be editing files or changing out input in some back end system. You will find that you can build a simple system for publishing and removing info with ColdFusion's CFIF tag and CreateDateTime() and Now() functions.
Version: n/a   Platforms: n/a   Last Updated: April 06, 2007

We all start out learning ColdFusion by outputing variables using CFOUTPUT and some pound signs. A variable with an name like myvariable was passed to the page by a form or a link and output as #myvariable#. By not understanding and using scope, we unwittingly add inefficiencies to our code and overlook a lot of advantages that come with using scopes.
Version: n/a   Platforms: n/a   Last Updated: April 06, 2007

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.
Version: n/a   Platforms: n/a   Last Updated: April 09, 2007

Understanding what constitutes a list in ColdFusion and how to make the best use of lists is absolutely essential for all ColdFusion developers.
Version: n/a   Platforms: n/a   Last Updated: April 11, 2007

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.
Version: n/a   Platforms: n/a   Last Updated: April 12, 2007

Page: 1 2
   
 
A Cynux Company
© 2003-2005 ScriptsDownload.com, All Rights Reserved.