Listing of Other Languages in Scripts
- ColdFusion Data Structures - Structs
- License: Shareware
- Price: .price.

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..
- Publisher: kodefusion.com
- Date: 23-09-2011
- Platform: Misc Scripts
- ColdFusion Lists
- License: Shareware
- Price: .price.

Understanding what constitutes a list in ColdFusion and how to make the best use of lists is absolutely essential for all ColdFusion developers..
- Publisher: kodefusion.com
- Date: 11-01-2011
- Platform: Misc Scripts
- ColdFusion Variable Scopes
- License: Shareware
- Price: .price.

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..
- Publisher: kodefusion.com
- Date: 26-07-2011
- Platform: Misc Scripts
- Scopes in ColdFusion
- License: Shareware
- Price: .price.

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.
- Publisher: cfnewbie.com
- Date: 09-08-2011
- Platform: Misc Scripts
- Introduction to Custom Tags
- License: Shareware
- Price: .price.

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.
- Publisher: cfnewbie.com
- Date: 09-11-2011
- Platform: Misc Scripts
- Grouping Results in CFML
- License: Shareware
- Price: .price.

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.
- Publisher: cfnewbie.com
- Date: 24-09-2011
- Platform: Misc Scripts
- CFTIME: How to Make Content Appear and Disappear
- License: Shareware
- Price: .price.

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.
- Publisher: cfnewbie.com
- Date: 01-02-2011
- Platform: Misc Scripts
- The Next ColdFusion - Blackstone
- License: Shareware
- Price: .price.

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.
- Publisher: cfnewbie.com
- Date: 05-07-2011
- Platform: Misc Scripts
- Tutorials Ground :: CFML - ColdFusion Tutorials
- License: Shareware
- Price: .price.

Tutorials Ground is Large Database website Listing Free CFML - ColdFusion Tutorials, E-books , Manuals , Tips & other resouces..
- Publisher: tutground.net
- Date: 25-01-2011
- Platform: Misc Scripts
- Cool Forms with ColdFusion
- License: Shareware
- Price: .price.

This 8-page tutorial illustrates a variety of form handling techniques in ColdFusion. Some of the topics covered include: Data Aware of Your Data, Client-side Validation, Server-side Validation, Data Memory with Cookies, Adaptability with Custom Tags, and more.
- Publisher: webmonkey.wired.com
- Date: 10-04-2011
- Platform: Misc Scripts
- Uploading Files in ColdFusion
- License: Shareware
- Price: .price.

Upload one or more files to your website directly from your web browser and insert the details into your Access database. This is an easy way to add images or downloads to your site that can then be dynamically pulled from your database to your website.
- Publisher: webwicked.com
- Date: 10-09-2011
- Platform: Misc Scripts
- File Manipulation With ColdFusion
- License: Shareware
- Price: .price.

ColdFusion allows us to quickly and easily create, modify, and remove directories and files alike. See how easy it is in this clear and to the point tutorial..
- Publisher: kodefusion.com
- Date: 16-01-2011
- Platform: Misc Scripts
- How to Upload a File in ColdFusion
- License: Shareware
- Price: .price.

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..
- Publisher: kodefusion.com
- Date: 23-05-2011
- Platform: Misc Scripts
- Error Handling in ColdFusion
- License: Shareware
- Price: .price.

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.
- Publisher: kodefusion.com
- Date: 11-10-2011
- Platform: Misc Scripts
- Creating a Shopping Cart with ColdFusion
- License: Shareware
- Price: .price.

Learn how to create your own shopping cart with ColdFusion. This tutorial is designed for experienced ColdFusion developers who have worked with data sources before. Ir does not explain how the code actually work, but rather, focuses on the concepts and components that are required to build a working shopping cart.
- Publisher: webmonkey.wired.com
- Date: 26-08-2011
- Platform: Misc Scripts
- Threaded Discussion with ColdFusion
- License: Shareware
- Price: .price.

This is a comprehensive article on creating a threaded discussion board in ColdFusion. Covers working with databases, custom tags, and other ColdFusion nitty gritty. This article is geared toward intermediate-level ColdFusion developers..
- Publisher: webmonkey.wired.com
- Date: 21-05-2011
- Platform: Misc Scripts
- 10 ColdFusion Scripting Tips
- License: Shareware
- Price: .price.

Be a better ColdFusion scripter with these tips covering everything from effective use of variables to securing your applications to object-oriented techniques. Some of the main topics covered: Generate Dynamic SQL Statements, Secure Your Applications, Time Out Client Variables, Leverage Application Variables, Set Your Root Directory, Include a Menu With Dynamic Highlighting, Tag Your Page Formatting, Use Evaluate to Increase Reusability, Protect Against Cross-Site Scripting, and Use Fusebox.
- Publisher: builder.com.com
- Date: 02-11-2011
- Platform: Misc Scripts
- ColdFusion Application Architecture Basic
- License: Shareware
- Price: .price.

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..
- Publisher: kodefusion.com
- Date: 17-08-2011
- Platform: Misc Scripts
- Setting up a Microsoft Access Datasource for ColdFusion
- License: Shareware
- Price: .price.

Before you can use a database in your application, you have to set it up as a datasource. This is a task that tends to confuse many new developers. In this article, we take the mystery out of creating data sources and connecting to databases with ColdFusion.
- Publisher: kodefusion.com
- Date: 17-02-2011
- Platform: Misc Scripts
- Cookies and ColdFusion
- License: Shareware
- Price: .price.

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.
- Publisher: webmonkey.wired.com
- Date: 18-05-2011
- Platform: Misc Scripts
- CFX XML Parser
- License: Freeware
- Price: 0.00

CFX_XMLParser is a Fast Java CFX tag that takes an XML document and returns a ColdFusion structure containing the XML document. Our tests show this parser to be about 1000% faster than the MSXML Parser invoked through CFOBJECT. CFOBJECT based parsers also tend to buckle under load.
- Publisher: activsoftware.com
- Date: 03-04-2011
- Platform: Misc Scripts
- Secure Login
- License: Shareware
- Price: .price.

Secure Login is a password protection application for your templates. Users are assigned access levels (such as Administrator, Manager, etc.) and when the user logs in, his access level determines what pages he is allowed to see. You can even use this system to show different areas of content on the same page to different levels of users.
- Publisher: donnafontenot.com
- Date: 15-06-2011
- Platform: Misc Scripts
- CascadianLogin
- License: Freeware
- Price: 0.00

This easy to use custom tag can be used for multiple sites on a single server. It will automatically set session variables for requested fields. It can be used on single or joined tables and includes a logout mechanism. The latest version makes it easy to customize the login screen to match your site and now handles setting last login dates as well!.
- Publisher: eclectic-designs.com
- Date: 17-06-2011
- Platform: Misc Scripts
- CFSecurity_Framework
- License: Shareware
- Price: .price.

CFSecurity_Framework is a powerful and secure login system for your ColdFusion website. CFSecurity enables you to create a login system that allows users to log into your website. CFSecurity allows you to create users and security levels and then assign users to those security levels for as much as security as you need.
- Publisher: cfpurchasepickup.com
- Date: 09-08-2011
- Platform: Misc Scripts
- CFADSecurity_Framework
- License: Shareware
- Price: .price.

CFADSecurity_Framework is a powerful and secure authentacation system for your website using your Active Directory user accounts.CFADSecurity enables you to provide a login system to your Cold Fusion website using your existing Active Directory user accounts.
- Publisher: cfpurchasepickup.com
- Date: 02-07-2011
- Platform: Misc Scripts
- PostEcards
- License: Shareware
- Price: .price.

PostEcards is a simple postcard application that allows you to easily add a postcard app to your site. An admin is included to allow you to upload pictures, create categories, etc. Nothing fancy, certainly not Hallmark quality, but a great way to have visitors coming back to your site over and over again.
- Publisher: donnafontenot.com
- Date: 07-06-2011
- Platform: Misc Scripts
- CFortal
- License: Shareware
- Price: .price.

CF ortal is an easy-to-use News Portal application. CF ortal let you to build a News Portal with simple and easy way. CF ortal is easy to cofigure, by the admin page you can configure your website and set themes like do you want. CF ortal use Ms. Access data base let you more easy to move everywhere and every time.
- Publisher: web-instan.com
- Date: 04-01-2011
- Platform: Misc Scripts
- Getwords
- License: Shareware
- Price: .price.

This tag takes two attributes: a string and a number. It takes the string and display the first (number) words from that string..
- Publisher: developer.be
- Date: 11-11-2011
- Platform: Misc Scripts
- Stop/Start coldfusion services
- License: Shareware
- Price: .price.

A ColdFusion tag that allows you to Stop/Start the Coldfusion services within one click..
- Publisher: developer.be
- Date: 03-06-2011
- Platform: Misc Scripts
- secsToTime()
- License: Shareware
- Price: .price.

A UDF (User Defined Function - CF5) that takes the number of seconds and mask provided and output the specified, formatted string..
- Publisher: websolete.com
- Date: 23-03-2011
- Platform: Misc Scripts

