// page information $page_type = "c"; $page_title = "ColdFusion Tutorials"; $page_keywords = "coldfusion, cfm, dynamic, web, pages, applications, script, code, snippet, webserver, allaire, macromedia"; $page_description = "ColdFusion tutorials. Find more tutorials and scripts at TheScripts.com, a programming and software development resource, directory and community."; $page_articletitle = ""; $page_next_url = ""; $page_next_anchor = ""; $page_prev_url = ""; $page_prev_anchor = ""; $page_author = ""; $page_byline = ""; // site header include ($_SERVER["DOCUMENT_ROOT"]."/header.php"); // begin html ?>
ColdFusion - An Introduction
Watch and learn as Max, our Cold Fusion expert, explains to you what you didn't know about Cold Fusion, the powerful application server from Allaire.
Variables In Cold Fusion
Variables are a programmers best friend (one of them at least, caffeine being another), and in Cold Fusion, they are almost as easy as 1-2-3. This tutorial will take you from an explanation of what variables are, all the way to making an image gallery application.