|
ColdFusion |
ColdFusion Boot Camp Outline |
ColdFusion Classes |
ColdFusion FAQ
ColdFusion 5-Day Boot Camp
Day 1 - Getting Started |
Day 2 - Using ColdFusion |
Day 3 - Building ColdFusion Applications |
Day 4 - Advanced ColdFusion |
Day 5 - Advanced ColdFusion II
Day 1 - Getting Started
Course Outline
- Introducing ColdFusion
- The Basics
- Understanding ColdFusion
- The ColdFusion Application Server
- The ColdFusion Markup Language
- Linking to External Applications
- Installing ColdFusion & ColdFusion Studio
- Professional and Enterprise
- Checking Your Hardware
- Choosing Your Hardware
- Checking Your Operating System
- Choosing Your Operating System
- Checking Your Web Server
- Installing ColdFusion 5
- Verifying Your Installation
- Installing ColdFusion Studio
- ColdFusion Studio Step-By-Step
- Installation Instructions
- Installing Sample Application
- Building the Database
- Database Fundamentals
- Using a Database
- Understanding Relational Databases
- Understanding the Various Types of Database Applications
- Building the OWS Database Tables
- Accessing the ColdFusion Administrator
- Logging In to(and Out of) the ColdFusion Administrator
- Using the ColdFusion Administrator
- Previewing ColdFusion
- Using the Applications Wizards
- Introduction to SQL
- Introducing SQL, the Structured Query Language
- Introducing ODBC
- Preparing to Write SQL Queries
- Creating Queries
- Sorting Query Results
- Filtering Data
- Testing for Equality: =
- Testing for Inequality: <>
- Testing for Less Than: <
- Testing for Less Than or Equal To: <=
- Testing for Greater Than >
- Testing for Greater Than or Equal To: >=
- Between, Exists, In, Is Null Is Not Null, and Like
- SQL Data Manipulation
- Adding Data
- Modifying Data
- Deleting Data
- Introduction to ColdFusion Studio
- Understanding ColdFusion
- Using the Editor
- Getting Help
- Using Tags and Expressions
- Accessing ColdFusion Application
- Server Services
- Using the SQL Query Builder
- Using the Toolbar
- Generating SQL SELECT
- Statements
- Testing SQL Statements
- Using Query Builder SQL Statements
- Generating Other SQL Statements
Day 1 - Getting Started |
Day 2 - Using ColdFusion |
Day 3 - Building ColdFusion Applications |
Day 4 - Advanced ColdFusion |
Day 5 - Advanced ColdFusion II
Day 2 - Using ColdFusion
Course Outline
- Using ColdFusion
- Working with Templates
- Using Functions
- Using Variables
- Working with Expressions
- Using ColdFusion Data Types
- CFML Basics
- Working with Conditional Processing
- Using Looping
- Reusing Looping
- Revisiting Variable
- Creating Data-Driven Pages
- Accessing Database
- Displaying Database Query Results
- Using Query Variables
- Grouping Result Output
- Using Data Drill-Down
- Debugging Dynamic Database
- Queries
- ColdFusion Forms
- Using Forms
- Creating Forms
- Processing Form Submissions
- Creating Dynamic SQL Statements
- Building Truly Dynamic Statements
- Creating Dynamic Search Screens
- Form Data Validation
- Understanding Form Validation
- Using Server-Side Validation
- Using Client-Side Validation
- Using Forms to Add or Change
- Adding Data with ColdFusion
- Introducing <CFINSERT>
- Deleting Data with ColdFusion
- Reusing Forms
- Creating a Complete Application
- Debugging and Troubleshooting
- Debugging ColdFusion Applications
- Debugging WebServer Configurations Problems
- Debugging ODBC Driver Errors
- Debugging SQL Statement of logix Errors
- Debugging ColdFusion Syntax Errors
- Inspecting Variable Contents
- Using the Document Validator
- Debugging URL and Path Problems
- Debugging Form Problems
- Using the ColdFusion Debugging Options
- Using the Studio Remote Debugger
- Using the ColdFusion Log Files
- Using Macromedia Dreamweaver UltraDev with ColdFusion
- The UltraDev Environment
- Configuring UltraDev for ColdFusion
- Building Form, Results, and Details Pages
Day 1 - Getting Started |
Day 2 - Using ColdFusion |
Day 3 - Building ColdFusion Applications |
Day 4 - Advanced ColdFusion |
Day 5 - Advanced ColdFusion II
Day 3 - Building ColdFusion Applications
Course Outline
- Planning an Application
- Getting Started on Your Application
- Planning the Process
- While You Are Working
- Working with Projects
- About ColdFusion Studio Projects
- When to Create a Project
- Using Projects
- Getting the Most Out of Project Folders
- Resources
- Adjusting the Default Setting for Projects
- Using Projects to Ease Code Maintenance
- Deploying Projects
- Introducing the Web Application Framework
- Using Application.cfm
- Using OnRequestEnd.cfm
- Customizing the Look of Error Messages
- Using Application Variables
- Preventing Memory Corruption with Locking
- Application Variable Timeouts
- Working with Sessions
- Address the Web's Statelessness
- Using Cookies to Remember Preferences
- Using Client Variables
- Using Session Variables
- Using Session Variables for Multiple-Pages Data Entry
- Other Session Variable Examples
- Using Session Variables Without Requiring Cookies
- Security with ColdFusion
- Options for Securing Your Application
- Using ColdFusion to Control Access
- Using Session Variables for Authentication
- Building Reusable Components
- Introducing CFML Custom Tags
- How to Use Custom Tags
- Controlling Template Locations with <CFMODULE>
- Writing Custom Tags That Display Information
- Custom Tags That Process Data
- Custom Tags That Encapsulate Business Rules
- Custom Tags That Represent Objects
- Custom Tags for General-Purpose Use
- Improving the User Experience
- Easing the Brower's Burden
- Remembering Settings
- Creating Next N Records Interfaces
- Returning Page Output Right Away with <CFFLUSH>
- Improving Performance
- Options in the ColdFusion Administrator
- Improving Query Performance with Caching
- Caching Page Output
- Controlling Whitespace
Day 1 - Getting Started |
Day 2 - Using ColdFusion |
Day 3 - Building ColdFusion Applications |
Day 4 - Advanced ColdFusion |
Day 5 - Advanced ColdFusion II
Day 4 - Advanced ColdFusion
Course Outline
- Enhancing Forms with Client-Side Java
- ColdFusion's Java-Based Form Controls
- Using <CFTREE>
- Using <CFGRID>
- Using <CFSLIDER>
- About <CFTEXTINPUT> and <CFAPPLET>
- Integrating with Macromedia Flash
- Using the Flash Component Kit
- Using Your Own Flash Movies in ColdFusion Pages
- Graphing
- Enhancing Your Applications with Graph
- Interacting with E-mail
- Sending E-mail from ColdFusion
- Retrieving E-mail with ColdFusion
- Online Commerce
- Building E-Commerce Sites
- Creating Storefronts
- Creating Shopping Carts
- Payment Processing
- Other Commerce-Relate Tasks
- ColdFusion Server Configuration
- The ColdFusion Administrator
- The Server Tab
- The Security Tab
- The Tools Tab
- More About SQL and Queries
- Advanced SQL Topics
- Additional <CFQUERY> Topics
- Connection Strings
- Building Query Results Programmatically
- Using Database Transactions
- Working with Stored Procedures
- Advantages of Using Stored Procedures
- Calling Stored Procedures from ColdFusion Templates
- Creating Stored Procedures
Day 1 - Getting Started |
Day 2 - Using ColdFusion |
Day 3 - Building ColdFusion Applications |
Day 4 - Advanced ColdFusion |
Day 5 - Advanced ColdFusion II
Day 5 - Advanced ColdFusion II
Course Outline
- Error Handling
- Introducing <CFTRY> and <CFCATCH>
- Writing Templates That Work Around Errors
- Writing Templates That Recover from Errors
- Nesting <CFTRY> Blocks
- Throwing and Catching Your Own Errors
- Exceptions and Database Transactions
- Generating Non-HTML Content
- About MIME Content Types
- How Your Browser Handles MIME Types
- Introducing the <CFCONTENT> Tag
- Experimenting with Plain Text
- Comma-Separated Text
- Generating Excel Files
- Generating Word Files
- Serving Media Files
- Getting Started with Wireless Applications
- A Crash Course in WML
- Creating Data-Driven Cards
- Browsing Through Records
- Responding to Form Input
- Interacting with the Operating System
- Working with the Operating System
- Local File Manipulation
- Accessing the Local Filesystem
- Uploading Files Using the <CFFILE> Tag
- Using <CFEXECUTE>
- Interacting with the System Registry Using <CFREGISTRY>
- Directory Manipulation with <CFDIECTORY>
- Full-Text Searching
- Getting to Know Verity
- Creating a Search Tool for Your Documents
- Indexing SQL Data
- Maintaining Collections
- Administrating Collections with <CFCOLLECTION>
- Expanding Verity's Power
- Event Scheduling
- ColdFusion Event Scheduling V. OS/Database Event Scheduling
- Working with ColdFusion Administrator
- Working with <CFSCHEDULE> Tag
- Building an Automatic Promotional E-Mail Application
- Managing Your Code
- Coding Standards
- Documentation
- Version Control
- Development Methodologies
- Fusebox
- CfObjects
- Blackbox, Smart-Objects and Swith_Box
- Issues to Consider with All Development Methodologies
Home |
Technical Schedule |
Application Classes |
Class Outlines |
MCSE, MCDBA, MCSD Training |
Microsoft .NET Programming |
Cisco Classes |
Linux, Unix, AIX |
CompTIA Certification |
Webmaster Training |
Pricing |
Locations |
Financing |
E-mail Us
|