Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


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

View all templates

Setting up a Datasource - Coldfusion tutorial


This guide will take you through the steps of setting up a datasource in the coldfusion administrator. To setup a datasource you will need to login to the coldfusion administrator. The Coldfusion administrator is usually found under /CFIDE/administrator/ you will then need to login with the password created on installation.
Category: Coldfusion tutorials > Database - Difficulty:

More cool Coldfusion tutorials:



Grouping Results
Grouping Results
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.
Category: Coldfusion tutorials > Database - Difficulty:
Creating a guestbook
Creating a guestbook
This tutorial teaches you how to create a simple guest book application using a MS Access database.
Category: Coldfusion tutorials > Database - Difficulty:
Structures and Arrays in ColdFusion
Structures and Arrays in ColdFusion
Structures are everywhere in the ColdFusion world. As of ColdFusion 4.5, form, application, session, server, request, and URL variables are stored in structures. Allaire Spectra makes extensive use of structures and associative arrays.
Category: Coldfusion tutorials > Basics - 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:
ColdFusion Site Skinning
ColdFusion Site Skinning
If you'd like to be able to offer your website visitors more than one site design to choose from, this tutorial might get you started. The techniques used in this tutorial involve some simple ColdFusion, Cascading Style Sheets (CSS) and cookies.
Category: Coldfusion tutorials > Cookies - Difficulty: