Listing of Other Languages in Scripts
- BIT Guest Book
- License: Freeware
- Price: 0.00

View the demo link for a sample. View my site for my other open source applications..
- Publisher: bensonitsolutions.com
- Date: 05-09-2011
- Platform: Misc Scripts
- Activedit
- License: Shareware
- Price: .price.

Activedit is a development tool for Allaire ColdFusion Application Server that allows developers to embed a word processor, similar to Microsoft Word? into a web page. The word processor empowers you with the ability to publish dynamic, formatted pages on the Internet simply by clicking a save button.
- Publisher: activsoftware.com
- Date: 04-09-2011
- Platform: Misc Scripts
- Powered Forums
- License: Shareware
- Price: .price.

Powered Forums is a ColdFusion-based message board system equipped with an Events Calendar, support for Style Sheets, message archives, Private Messages, Avatars, Sticky Posts, Search Functions, Member Directory, Group Forums, Public Forums, Private Forums, ReadOnly Forums and a host of other new features.
- Publisher: cfm-powered.com
- Date: 04-09-2011
- Platform: Misc Scripts
- CFMyAdmin - MySQL Database Manager
- License: Shareware
- Price: .price.

CFMyAdmin is a ColdFusion based MySQL Database Manager with a familiar Windows User Interface. The whole application runs completely in the Web-Browser without any need for ActiveX Controls or Java Applets. The User Interface is completely DHTML Driven.
- Publisher: CFMyAdmin.com
- Date: 27-08-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
- CFDumpAllMX
- License: Shareware
- Price: .price.

CFDumpAllMX tag dumps all variable including query, application, session, client, cookie, form, url an CGI variables. Great for development and debug. ColdFusion MX required..
- Publisher: aspiringgeek.com
- Date: 21-08-2011
- Platform: Misc Scripts
- KTML 3 CF WYSIWYG editor
- License: Shareware
- Price: .price.

For the publishers who need to edit web pages fast, KTML3 is a browser-based WYSIWYG HTML editor that allows easy content formatting using its advanced table and image manipulation features based on the live property inspector. Unlike other online editors on the market, our product supports most platforms and configurations, providing the user with advanced text and paragraph formatting capabilities, as well as CSS support and easy HTML tag selection.
- Publisher: interaktonline.com
- Date: 19-08-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
- Red_Reservations Calendar
- License: Shareware
- Price: .price.

Red_Reservations is a small calendar application that shows reserved dates in red..
- Publisher: donnafontenot.com
- Date: 17-08-2011
- Platform: Misc Scripts
- CFM Email Address Encoder
- License: Shareware
- Price: .price.

This function is used to create an encoded "mailto" email link in your CFM pages that is capable of hiding email addresses on your web site from spambots, spiders, address harvesters, and email scrapers by changing the format of the link from the easily identifiable user@domain.
- Publisher: embimedia.com
- Date: 16-08-2011
- Platform: Misc Scripts
- Generate Text Area with great flexibility
- License: Shareware
- Price: .price.

This tag creates a custom text area with many flexible options. It lets you: 1. Choose a background color, text color, text font family, text font size. All for text in the text area. 2. It comes with many formatting buttons including: Bold, Italics, Underline, Hyperlink, New line, New paragraph, View, Font color.
- Publisher: gilgamesh-solutions.com
- Date: 15-08-2011
- Platform: Misc Scripts
- CommonSpot Content Server
- License: Shareware
- Price: .price.

As a full-featured, browser-based, out-of- the box, Web publishing and dynamic content management solution, CommonSpot Content Server allows end users to easily participate in the efficient creation, management and delivery of Web content, without the help of a Webmaster.
- Publisher: paperthin.com
- Date: 14-08-2011
- Platform: Misc Scripts
- CFPurchase Pickup
- License: Shareware
- Price: .price.

CFPurchase Pickup is an automatic product delivery system designed to provide a pickup depot for your products. CFPurchase Pickup has the ability to automatically deliver your product to a customer instantly after purchase. CF Purchase Pickup is designed for anyone who sells intangible goods online using PayPal.
- Publisher: cfpurchasepickup.com
- Date: 10-08-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
- 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
- Powered Polls
- License: Shareware
- Price: .price.

Powered Polls lets you create unlimited polls with unlimited answers and use popup windows to display the poll results. Several other features as well as the code has been optimized to allow you to provide a polling system to your members, employees and visitors so they can create custom online polls.
- Publisher: cfm-powered.com
- Date: 04-08-2011
- Platform: Misc Scripts
- verveJZip
- License: Shareware
- Price: .price.

VerveJZip is a ColdFusion custom tag (Java CFX) written in Java that adds zip functionality to any web application project. VerveJZip is ideally used whenever large files or large numbers of files need to be downloaded from the application server. Simply give it a file or directory to archive, tell it where to store the .
- Publisher: codeverve.com
- Date: 01-08-2011
- Platform: Misc Scripts
- ColdFusion Data Structures - Arrays
- License: Shareware
- Price: .price.

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..
- Publisher: kodefusion.com
- Date: 01-08-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
- Creating a User Login Feature with ColdFusion
- License: Shareware
- Price: .price.

This 5-page tutorial shows you how to build a site login, authorization tools, and how to track your users with ColdFusion. Main topics include: Validating Entry and Storing Statistics, Storing Login Information on the Client, and Checking Login Information Page-By-Page.
- Publisher: webmonkey.wired.com
- Date: 25-07-2011
- Platform: Misc Scripts
- Speck CMS
- License: Shareware
- Price: .price.

Speck is an open-source content management framework built as a library of ColdFusion custom tags which is used to build Internet content management systems. It is distributed with an example CMS that provides a set of out-of-the-box content management capabilities.
- Publisher: groups.yahoo.com
- Date: 24-07-2011
- Platform: Misc Scripts
- SalesAct Contact Management System
- License: Shareware
- Price: .price.

SalesAct is a Sales Automation Tool with a built-in calendaring tool. SalesAct will enable your salesreps to keep track of their prospects. The calendar will keep track of calls, followup calls, tasks, and todos for your salesreps, reminding them when it is time to get in touch with a contact.
- Publisher: donnafontenot.com
- Date: 22-07-2011
- Platform: Misc Scripts
- IgniteFusion CFML engine
- License: Shareware
- Price: .price.

IgniteFusion is a script engine that runs ColdFusion CFML scripts. IgniteFusion is freeware, all versions are fully functional and do not expire.
- Publisher: ignitefusion.com
- Date: 19-07-2011
- Platform: Misc Scripts
- Flash File Upload
- License: Shareware
- Price: .price.

A simple file uploading tutorial using JavaScript, Flash and CF. A file field is stored in a hidden frame and is referenced from Flash using JavaScript. It''s a nice workaround but right now only works in IE. Hopefully developers will build on this tool to create a fully functional uploading system using a Flash front end.
- Publisher: flashcfm.com
- Date: 16-07-2011
- Platform: Misc Scripts
- DynamicPDF 1.0
- License: Shareware
- Price: .price.

Refer to our web site for documentation, examples, and to test it yourself. This is a great tag for those who want to generate PDF/PS/HTML files instantly. It supports many features including: 1. Page breaking 2. Footer and header editing. 3. Font type, size, colors customization 4.
- Publisher: gilgamesh-solutions.com
- Date: 15-07-2011
- Platform: Misc Scripts
- CDG Authorize
- License: Shareware
- Price: .price.

Cold Fusion custom tag for processing credit cards and checks real time through CDG Commerce. If you download the custom tag, (no obligation to signup for service), and sign up, CDG will waive the $295.00 setup fee. All you have to pay is the competive monthly rates.
- Publisher: quilldesign.com
- Date: 14-07-2011
- Platform: Misc Scripts
- Flash Form with CF Server-Side Validation
- License: Freeware
- Price: 0.00

This is a simple app combining a Flash form along with CF''s embedded form validation. We all know how easy it is to create a form in Flash. We can also take advantage of ColdFusion's embedded form validation when passing information from Flash..
- Publisher: flashcfm.com
- Date: 13-07-2011
- Platform: Misc Scripts
- Site Executive
- License: Shareware
- Price: .price.

A dynamic, easy-to-implement Content Management System designed for efficient management of web content..
- Publisher: siteexecutive.com
- Date: 11-07-2011
- Platform: Misc Scripts
- SourceX
- License: Shareware
- Price: .price.

SourceX Source Exchange is an easy to use tool that allows online collaboration between developers, allowing users to upload text documents (HTML, CFML, et al) for online viewing, complete with line numbering and color coding. Features line numbering and built in color coding; Customizable color scheme; Customizable "accept" list of text based file extensions; Very portable, does not rely on custom tags; Uploaded documents are NOT stored in their native format, making executing them impossible; Users can optionally allow files to be downloaded (again, the ability to execute these documents is remote to nil since downloadable versions are saved with a .
- Publisher: websolete.com
- Date: 11-07-2011
- Platform: Misc Scripts
- Fun with ColdFusion
- License: Shareware
- Price: .price.

This introductory article discusses what Cold Fusion is, its advantages, and comparison with other languages such as ASP, Perl, PHP and JSP..
- Publisher: ddj.com
- Date: 11-07-2011
- Platform: Misc Scripts


