Coldfusion Training Classes

AGI offers introductory through advanced ColdFusion training classes. We also provide private ColdFusion training programs. All our ColdFusion classes are available in our New York City, Boston, and Philadelphia locations, online at your computer, or on-site at your office. To learn more about our ColdFusion training classes, review the details below or call to speak with a training consultant: 781-376-6044.

see dates for this class contact us about this class

Fast Track to ColdFusion Training Class

see dates for this class contact us about this class

Fast Track to ColdFusion Training Class

An introductory-level ColdFusion class for Web developers, this course covers an overview of ColdFusion's components and features as well as the skills you need to get up and running with the program. Learn to create exciting and high-powered applications in this ColdFusion course, building upon your experience and existing familiarity with the Web. In addition to the in-person classroom instruction, this course includes a detailed ColdFusion training manual produced by the AGI's Adobe-Certified Instructors so you can continue to develop your skills on your own.

see dates for this class contact us about this class

Fast Track to ColdFusion Training Classes

see dates for this class contact us about this class

Fast Track to ColdFusion Training Classes

Experienced ColdFusion developers gain mastery in configuring and scaling applications in this advanced ColdFusion class. This intensive hands-on ColdFusion course takes you through manipulating lists & queries, interfacing with external systems, and using XML, in addition to several other top-level features. When you have a solid foundation & experience with ColdFusion and are ready to dive deeper, this is the training course for you.

Private or custom ColdFusion Training

If your group has specific needs or you want to bring an instructor to your location, AGI offers private and customized ColdFusion training. Your ColdFusion training session can cover introductory through advanced topics, and we will work with you to set the agenda. Our experienced ColdFusion trainers have been teaching web development technologies for more than a decade. Get started scheduling a ColdFusion class for your group:

  • Contact AGI to learn more about our ColdFusion training classes. Contact Form
  • Contact AGI to arrange a private ColdFusion training class. Private Training Request Form
  • Call AGI at (800) 851-9237 or (781) 376-6044 to talk with a representative about our ColdFusion training courses

 

Additional ColdFusion Training Resources

Adobe ColdFusion

Before starting ColdFusion training you should purchase it or obtain a trial version of it at from the Adobe web site. Introductory training sessions cover installation and configuration, or you may install it before your class.

 

see dates for this class contact us about this class

Fast Track to ColdFusion Training Class

Fast Track to ColdFusion is a three-day course that provides experienced Web developers with the knowledge and hands-on practice they need to start building and maintaining dynamic and interactive web applications using ColdFusion. To gain the most from the class, you should already have a familiarity with web terminology, an understanding of web server characteristics, experience with the HTML tag set and syntax, and familiarity with the SQL command set, including SELECT, INSERT, UPDATE, and DELETE.

Fast Track to ColdFusion Training Class Course Dates

Datesort descending Location Price Register
Dec 30 2013 - 9:30am to Dec 31 2013 - 4:30pm
AGI Training Boston $695

Register

Fast Track to ColdFusion Training Class Course Topics

ColdFusion Class Overview

  • About the class
  • Class objectives
  • Class prerequisites
  • Class format

Introducing ColdFusion

  • Advantages of dynamic web pages
  • Using ColdFusion Markup Language (CFML)
  • ColdFusion components and features
  • Configuring ColdFusion environments
  • Creating local variables with <cfset>
  • Referencing variables
  • Displaying variable values using <cfoutput>

Publishing database content with ColdFusion

  • Understanding relational databases
  • Using database drivers to connect to data sources
  • Understanding the <cfquery> tag
  • ColdFusion Administrator debugging
  • Using <cfoutput> to display database data
  • Additional information returned with queries

Building forms with ColdFusion

  • Understanding HTML forms and form control
  • Self-Posting forms
  • Form submission with <cfif> and IsDefined()
  • The <cfparam> tag
  • Converting to Cold

Building search interfaces with ColdFusion

  • Using form data in dynamic queries
  • Preserving form data
  • Creating dynamic SQL
  • Using multiple search criteria
  • Creating a dynamic SQL statement
  • Using text searches & list searches

Building a drill-down interface with ColdFusion

  • Using Dynamic URL parameters
  • Creating a query string
  • Dynamic URL parameters
  • Creating a data drill-down
  • Data drill-down page

Inserting new data with ColdFusion

  • Building an insert form page
  • Using ColdFusion validation
  • Using client-side validation
  • Using server-side validation
  • Creating custom validation
  • Building insert action logic
  • Using <cfquery> with INSERT
  • Redirecting process flow with the <cflocation> tag

Updating data with ColdFusion

  • Building an update form page
  • Providing the primary key for update
  • Pre-filling HTML forms
  • Building update logic with  <cfquery>

Reusing templates with ColdFusion

  • Reusing code
  • Using custom tags
  • Using user-defined functions
  • Finding UDFs
  • ColdFusion components
  • Finding CFCs

Securing an application with ColdFusion

  • Using the ColdFusion login wizard
  • Understanding the login pages
  • Customizing the login
  • Using the application framework
  • Using application events
  • Using application variables
  • Using session variable

 

We recommend that you have the ColdFusion software before starting the class. You can purchase the software or obtain a trial version of it at from the Adobe web site.

You will receive a comprehensive course manual for this class developed by the Adobe Certified Instructors at AGI. AGI instructors that have created many of the official training guides and books for Adobe Systems. This custom Fast Track to ColdFusion training class is available at any of our training facilities in New York, Boston (Woburn), Chicago, Philadelphia (Conshohocken), Orlando, or at your location.

AVAILABLE DELIVERY METHODS FOR THIS CLASS

Classroom Training Icon Live Online Icon Private Training Icon My Location Icon On-Demand Training Icon
CLASSROOM LIVE ONLINE PRIVATE MY LOCATION ON-DEMAND

 

Questions about Coldfusion Training Classes? Interested in private or customized Coldfusion Training Classes? Call to speak with a training consultant: 781-376-6044.

see dates for this class contact us about this class

Fast Track to ColdFusion Training Classes

Advanced ColdFusion Development provides ColdFusion application developers with the knowledge and hands-on practice that they need to build, maintain, and scale effective web applications. Topics include using the Application Framework, creating advanced queries, manipulating complex data in arrays and structures, structuring your code with ColdFusion Components, gracefully handling errors and exceptions, encapsulating your user-interface with custom tags, leveraging external Java code libraries, and creating highly interactive interfaces using Flash Forms. It includes optional content on exposing and reusing application functionality as web services and working with XML documents. This course focuses on creating and delivering scalable and well-performing applications. Contact AGI about this ColdFusion training class

Fast Track to ColdFusion Training Classes Course Dates

Datesort descending Location Price Register
Dec 30 2013 - 9:30am to Dec 31 2013 - 4:30pm
AGI Training Boston $695

Register

Advanced ColdFusion Development Training Class Course Topics

Introducing advanced ColdFusion

  • Getting familiar with the course methodology and format
  • Understanding the course objectives
  • Understanding the course prerequisites

Configuring your application with ColdFusion

  • Using the Application Framework
  • Introducing CFC syntax
  • Configuring application settings
  • Handling application events
  • Handling request events
  • Locking shared scope variables
  • Handling session events

Manipulating lists and queries with ColdFusion

  • Using lists
  • Manipulating queries
  • Summarizing and grouping data
  • Transaction processing
  • Querying a query

Manipulating data with arrays and structures using ColdFusion

  • Using arrays
  • Using structures
  • Using built-in ColdFusion data structures
  • Dynamically evaluating variables
  • Combining data structures
  • Accessing data by value or by reference

Building ColdFusion Components with ColdFusion

  • Reviewing ColdFusion components
  • Creating a static component
  • Defining functions in components
  • Invoking static CFC methods
  • Using CFC self-generating documentation
  • Creating instance based components
  • Persisting CFC instances
  • Using built-in components
  • Inheriting methods, properties, and data between components
  • Restricting access to component methods

Handling errors and exceptions with ColdFusion

  • Introducing error handling
  • Customizing application error messages
  • Understanding the try/catch methodology
  • Learning about exception handling frameworks

Leveraging code reuse with ColdFusion

  • Writing code using <cfscript>
  • Creating custom tags
  • Nesting custom tags
  • Using JSP tag libraries
  • Calling a Java library

Creating Flash forms with ColdFusion

  • Understanding Flash Forms
  • Laying out Flash Forms
  • Using data binding
  • Working with a dynamic number of elements
  • Setting default values for form fields
  • Extending Flash Form interactivity with ActionScript
  • Using <cfgrid>
  • Controlling form appearance
  • Extending Flash Forms with custom components

Scaling applications with ColdFusion

  • Understanding performance, robustness, and scalability
  • Effectively configuring the ColdFusion server
  • Identifying scalability bottlenecks in your code
  • Caching recordsets
  • Using <cf_Accelerate> to cache generated page contents
  • Caching entire page results
  • Using asynchronous processes to improve performance
  • Supporting concurrency

Interfacing with external systems with ColdFusion (optional)

  • Retrieving data from web pages
  • Retrieving external text
  • Importing text into a query object
  • Creating web services
  • Calling external web services

Using XML with ColdFusion (optional)

  • Introducing XML
  • Creating XML documents
  • Application of XML: Really Simple Syndication (RSS)
  • Retrieving XML data from XML documents
  • Validating an XML document
  • Referencing data from an XML
  • Document object
  • Transforming XML to HTM

 

This course is for developers with prior ColdFusion experience. To take this course, you should have completed the Fast Track to ColdFusion course, or the equivalent experience building ColdFusion applications, experience developing web applications using ColdFusion for at least three months upon completion of the Fast Track to ColdFusion course, practical experience using CFML tags, functions and variables, and practical experience with the SQL command set, including SELECT, INSERT and UPDATE.

We recommend that you have the ColdFusion software before starting the class. You can purchase the software or obtain a trial version of it at from the Adobe web site.

Advanced ColdFusion Development Training Class Course Materials

You will receive a comprehensive course manual for this class developed by the Adobe Certified Instructors at AGI. AGI instructors that have created many of the official training guides and books for Adobe Systems.

This custom Advanced ColdFusion Development training class is available at any of our training facilities in New York, Boston (Woburn), Chicago, Philadelphia (Conshohocken), Orlando, or at your location.

AVAILABLE DELIVERY METHODS FOR THIS CLASS

Classroom Training Icon Live Online Icon Private Training Icon My Location Icon On-Demand Training Icon
CLASSROOM LIVE ONLINE PRIVATE MY LOCATION ON-DEMAND

 

Questions about Coldfusion Training Classes? Interested in private or customized Coldfusion Training Classes? Call to speak with a training consultant: 781-376-6044.

AGI's team of experienced instructors are led by the design and usability expert and best-selling author of more than 20 books including Creative Cloud for Dummies, Creative Suite for Dummies, and Photoshop Digital Classroom. Classes are led by experienced professionals who have extensive professional and training experience.