ColdFusion

The latest articles related to ColdFusion

There are three major types of WCMS: offline processing, online processing, and hybrid systems. These terms describe the deployment pattern for the WCMS in terms of when presentation templates are applied to render Web pages from structured content. Online processing (called “frying” systems) These systems apply templates on-demand. HTML may be generated when a user [...]

* ACME, open source development with Apache, ColdFusion, MySQL and Eclipse, coined by The ACME Guide book/PDF * Acme, an architecture description language by Carnegie Mellon University * Acme, an automobile built between 1903–1911 in Reading, Pennsylvania * Acme, a computer virus which infects Microsoft DOS EXE files * ACME automated determination of cause of [...]

MachPanel Provisioning System is designed to accelerate services delivery in cloud, unify business processes and self-manage services. It helps service providers manage their cloud infrastructure, automate business processes, and streamline operations. MachPanel is designed as a complete unified solution for the hosting service providers to provision and bill both traditional and SaaS hosting services. MachPanel [...]

CFEclipse is a CFML plugin for the Eclipse platform. It includes many of the features common to modern IDEs such as code assist, context help, syntax highlighting, snippets, and more. The plugin is released under the terms of the Eclipse Public License which is very similar to the Common Public License. Adapted from the Wikipedia [...]

Over 80 built-in tags make up the heart of ColdFusion. The following lists CFML tags by their function or purpose. *Application framework *Communications *Control **Flow-control **Database manipulation **Exception handling *Data output *Debugging *Display management *Extensibility *File management *form *Internet protocol *Page processing *Security *Variable manipulation *Other tags (cfimage, cfregistry etc) Adapted from the Wikipedia article [...]

ColdFusion is a commercial rapid application development platform invented by Jeremy and JJ Allaire in 1995. Originally designed to make it easier to connect simple HTML pages to a database, by version 2 it had become a full platform that included an IDE in addition to a full Scripting Language. Current versions of ColdFusion, sold [...]

Applications are usually broken into logical chunks called “tiers”, where every tier is assigned a role. Traditional applications consist only of 1 tier, which resides on the client machine, but web applications lend themselves to a n-tiered approach by nature. Though many variations are possible, the most common structure is the three-tiered application. In its [...]

Adobe Dreamweaver (formerly Macromedia Dreamweaver) is a web development application originally created by Macromedia, and is now developed by Adobe Systems, which acquired Macromedia in 2005. Dreamweaver is available for both Mac and Windows operating systems. Recent versions have incorporated support for web technologies such as CSS, JavaScript, and various server-side scripting languages and frameworks [...]

Simon Wright, as founder and main developer, developed the site in ColdFusion. Phil Sweeney assists by writing news and keeping ”Broadband Choice” updated. Previously, Whirlpool existed with no revenue stream. Unlike many forums, Whirlpool had no banners nor paid advertising. Recently, the owner has begun using Google AdSense in pages that result from Google searches, [...]

The script operates by iteratively reading all the form fields from the submitted form via the form ACTION tag. Next the script begins to build an e-mail message from the submitted fields, typically concatenating the name and value of each submitted form field in the body of the email message. The script uses several specially-named [...]