| 1. Getting Started |
| Understanding application servers |
07:03 |
| Installing ColdFusion 9 on Windows |
05:28 |
| Installing ColdFusion 9 on Mac OS X |
06:20 |
| Completing the Configuration wizard |
01:50 |
| Starting and stopping ColdFusion on Windows |
04:07 |
| Starting and stopping ColdFusion on Mac OS X |
02:37 |
| Installing ColdFusion Builder on Windows |
04:13 |
| Installing ColdFusion Builder on Mac OS X |
02:01 |
| Setting folder permissions on Mac OS X |
01:37 |
| 2. Using ColdFusion Builder |
| Using Eclipse perspectives and views |
05:42 |
| Defining a ColdFusion server |
08:42 |
| Creating a ColdFusion project |
04:40 |
| Creating and browsing a ColdFusion page |
05:36 |
| Defining a default page template |
03:58 |
| Setting and outputting variables |
07:55 |
| Using the Snippets view |
04:49 |
| Using an external browser |
02:08 |
| Using online help |
02:04 |
| 3. Understanding Data Types and Debugging Tools |
| Adding numbers and concatenating strings |
08:07 |
| Using Debug Output |
06:10 |
| Inspecting variables with <cfdump> |
04:54 |
| Using arrays |
05:21 |
| Using structures |
03:51 |
| Configuring the line debugger |
01:25 |
| Using the line debugger |
06:00 |
| 4. Working with Databases |
| Scripting an Apache Derby database |
03:34 |
| Defining a data source in ColdFusion Administrator |
06:13 |
| Exploring data sources in RDS Dataview |
04:02 |
| Using SQL and the <cfquery> tag |
06:58 |
| Outputting data from a query object |
04:02 |
| Outputting a dynamic HTML table from a query |
07:00 |
| Generating alternating row colors |
06:55 |
| Creating an application directory and home page |
05:26 |
| Displaying data on the home page |
05:43 |
| Redirecting requests with <cflocation> |
03:52 |
| 5. Using Includes and Custom Tags |
| Including pages with <cfinclude> |
04:21 |
| Creating reusable header and footer files with <cfinclude> |
04:39 |
| Creating and calling custom tags |
03:08 |
| Passing data into custom tags |
02:34 |
| Setting default values for custom tag attributes |
04:51 |
| Calling custom tags with <cfmodule> |
03:54 |
| Using a custom tag as a website header |
03:55 |
| Creating an application template file |
04:55 |
| 6. Using ColdFusion Components (CFCs) |
| Creating a ColdFusion Component (CFC) |
05:06 |
| Declaring CFC functions |
03:28 |
| Calling CFC methods with <cfinvoke> |
02:28 |
| Using CFC properties |
04:51 |
| Passing data into functions |
03:38 |
| Creating and calling CFCs with script syntax |
05:25 |