Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Locking in ColdFusion - Coldfusion tutorial


We all know that locking is important. Most of us even understand why locks are needed. But exactly where to use a lock, which lock type to use and what code to put within the lock remains confusing at best.
Category: Coldfusion tutorials > Basics - Difficulty:


More cool Coldfusion tutorials:



Querying a Database Using Coldfusion
Querying a Database Using Coldfusion
A simple coldfusion tutorial which explains how to query a database using coldfusion. Querying a database in coldfusion is similar to other programming languages. The query is usually placed at the top of the page, or before where it is used. The query is as below with an opening tag with the name of the query and the datasource that you are querying. Between the opening and closing tags you insert your sql code.
Category: Coldfusion tutorials > Database - Difficulty:
Writing Maintainable Code
Writing Maintainable Code
This article will examine coding best practices for writing maintainable code, including consistent variable naming conventions, code structure, and comments.
Category: Coldfusion tutorials > Development - Difficulty:
CFTIME: How to Make Content Appear and Disappear
CFTIME: How to Make Content Appear and Disappear
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.
Category: Coldfusion tutorials > Date & Time - Difficulty:
How to select a random record from a table.
How to select a random record from a table.
This guide will teach you how to select a random record from a table.
Category: Coldfusion tutorials > Database - Difficulty:
Leveraging ColdFusion 5's bundled Verity K2 Server for use in a clustered server
Leveraging ColdFusion 5's bundled Verity K2 Server for use in a clustered server
Leveraging ColdFusion 5's bundled Verity K2 Server for use in a clustered server
Category: Coldfusion tutorials > Server - Difficulty: