Get Schedule and Pricing
Other Adobe ColdFusion training courses
ColdFusion – Fast Track to ColdFusion Training Schedule
Click here for a schedule of upcoming Captivate Advanced training classes.
ColdFusion Training Course Synopsis
This class provides you with the concepts and skills to use ColdFusion effectively. This 2-day course will familiarize you with the ColdFusion development environment and the integration of other Adobe products, including CFEclipse and Dreamweaver.
Prerequisites for this ColdFusion Training Course
Knowledge of your operating system and basic computer navigation is required for all classes. We also recommend that you have the Adobe ColdFusion software before starting the class. You can purchase the software or obtain a trial version of it from the Adobe website.
What You Will Learn in This ColdFusion Training Course
- Setting Up ColdFusion development environment
- Using Dreamweaver and CFEclipse
- Publishing dynamic data using ColdFusion tags
- Reusing common code
- Building forms with ColdFusion
- Building search interfaces
- Incorporating JavaScript to perform client-side validation
- Securing Web pages
ColdFusion Training Course Length and Time
This class is 2 days long. Class time is 9:00 a.m.- 4:00 p.m. Breaks are scheduled throughout the day and lunch is typically scheduled 12-1. Students provide their own lunch.
ColdFusion - Fast Track to ColdFusion - Enrollment
Please fill out our registration form and fax it to us at (770) 414-5661.
Locations for this ColdFusion Training Course
We have training centers in Atlanta, Chicago, Denver, San Diego and Washington DC. We also offer classes at a network of rental facilities. We offer private onsite training and instructor-led, live online training. If coming to a rental facility, please double-check the location of your class with our office to make sure you get to the right location.
Goals for this ColdFusion Training Course
Sterling Ledet and Associates realizes the importance of education and we take pride in being able to offer you classes that are more custom fit to your needs. Call us at (770) 414-5007 if you have any special questions or e-mail us at sales@ledet.com.
Lesson 1 - Introducing to ColdFusion
- Dynamic HTML generation
- CFML and ColdFusion
- ColdFusion Administrator
- ColdFusion datasources
Lesson 2 - Getting Started with ColdFusion Builder
- Eclipse and ColdFusion Builder
- Exploring the ColdFusion Builder interface
- Creating a project and your first application
- Debugging applications
- Accessing help in Adobe ColdFusion Builder
- Advanced features
Lesson 3 - Creating ColdFusion variables
- Displaying variable values
- Working with forms
- Introducing ColdFusion forms
- Commenting code
- Conditional statements
- Reusing code with
Lesson 4 - Publishing Database Content
- Connecting to a database
- Querying a database table
- Viewing debug data
- Dumping a recordset to a browser
- Displaying database data
- Using the Resultset data
- Introducing CurrentRow
- Using URL data in dynamic queries
- Creating dynamic SQL for multiple search criteria
- Query parameters and caching
Lesson 5 - Complex Variable Types
- Using ColdFusion functions
- Looping over data
- Working with lists
- Working with arrays
- Working with structures
Lesson 6 - ColdFusion Components
- Reusing code
- Using custom tags
- Creating user-defined functions
- Introduction to components
Lesson 7 - Introduction to Object Oriented ColdFusion
- Instance-based components
- Caching instances
- Adding methods to a component
- Property getters and setters
Lesson 8 - The Application Framework
- Addressing the web’s statelessness
- Using the application framework
- Configuring application settings
- Handling application events
- Handling request events
- Locking shared scope variables
- Handling session events
- OnServerStart()
- applicationStop()
Lesson 9 - Tags Galore
- Using
- Using
- Creating PDFs with
- Using
- Using
- Filesystem tags
- Email tags
- Using
- Using