Courses
Courses
Services
Services
About 
About 
Home
FAQs
Mobile Site | Phone 0191 377 8377  |   Email Us 
Stay up to date with special offers

Click here to enquire online

Click here to contact us
  

"Really good course, will definitely recommend, learned exactly what I needed to!!"
R. Swales, Stockton Borough Council

"Friendly warm atmosphere with well thought out course presentation"
A. Davey, Conmech Engineers Ltd


"Felt relaxed and not worried about keeping up"
J. Robson, Red House Academy

"Course delivered to suit the needs of all individuals"
R. Teeley, Studsvik UK

"Excellent, flexible so was made very relevant to my work situation"
R. Tunstall,
Homes for Northumberland Ltd


"Very useful and informative, good trainer"
A. Tunstall,
St Aidan's School

"Training facilities were good and good selection of biscuits!"

"Very good way to teach. Nice mix of theory and practice"

K. Ferguson, Durham University


ColdFusion Introduction

  Print    

Please contact us to discuss private course dates and locations

Course Overview

You already know how to create static Web sites using HTML. Now you want to expand your capabilities as a Web developer to creating Web applications that you can't create in HTML. ColdFusion MX Level 1 is the first course on the topic of creating dynamic sites with ColdFusion. In this course, you will add dynamic components to your static Web pages by applying ColdFusion Markup Language (CFML) and posting pages to a ColdFusion Server.

Prerequisites

Objectives

Related Courses

Training Options

  • Private course at your company office throughout the UK, at one of our training venues (Durham, Newcastle or Washington) or at an independent location, convenient to you
  • Bespoke course written to your specific needs, at your company office throughout the UK, at our training venue or at an independent location, convenient to you
  • For further information please contact us on 0191 377 8377

What's Included

  • 1 delegate per computer
  • Relaxed refreshment area at our training venues
  • Lunch and refreshments when training is delivered at our training venue
  • Comprehensive course manual and exercises

Course Content

Adding Dynamic Elements to a Page

    Determining appropriate dynamic elements
    Adding a dynamic text display
    Creating a banner

Determine Appropriate Dynamic Elements Add a Dynamic Text Display Create a Banner

    Design page layout
    Creating a dynamic site structure
    Passing data to another web page through a link
    Creating the default page
    Retrieving information passed to a web page through a link

Building Forms

    Creating a ColdFusion form
    Adding client-side validation to a form
    Creating a ColdFusion page to collect results
    Creating a form that processes itself

Adding Interactivity with Existing Elements

    Subscribing to a web service
    Adding a custom tag from the Macromedia Developer Exchange

Deploying Your Site

    Debugging your site
    Testing work as a complete system
    Transfering files to the web server

Displaying Database Information on a Web Page

    Planning a database-driven site
    Connecting to a database
    Retrieving data from a database
    Querying a query

Creating a Data Drill-down Application

    Planning a data drill-down application
    Building the drill-down output

Displaying Subsets of Data on Demand

    Planning the recordset navigation scheme and components
    Enabling recordset navigation
    Outputting the number of next and previous records
    Formatting data output based on the plan

Adding Search Features

    Planning the search feature
    Creating a dynamic search form
    Developing the search results template
    Handling "no records found" conditions
    Adding single-keyword search functionality
    Adding multiple-keyword search functionality

Creating Reusable Code

    Creating a user defined function
    Creating a custom tag
    Preparing a custom tag to be shared