Screencasts
Tutorials, demonstrations, and presentations about the ColdFusion on Wheels framework.
Last updated
Was this helpful?
Tutorials, demonstrations, and presentations about the ColdFusion on Wheels framework.
Last updated
Was this helpful?
Create a basic CRUD interface in CFWheels 2.x
Create a basic JSON API in CFWheels 2.x
Routing in CFWheels 2.x - Part 1
Routing in CFWheels 2.x - Part 2
Introduction to Unit Testing in CFWheels 2.x
Unit Testing Controllers in CFWheels 2.x
Please note that all the webcasts below were created with CFWheels 1.x in mind, and are listed here as they might still be useful to those starting out.
Learn about basic create operations when building standard CRUD functionality in CFWheels
Learn about basic read operations when building standard CRUD functionality in CFWheels
Chris Peters demonstrates updating data in a simple CRUD CFWheels application
Learn how simple it is to delete records in a basic CRUD application using CFWheels
Chris Peters adds data validation to the user registration form
Chris Peters starts the webcast series by demonstrating how to set up ColdFusion on Wheels
Chris Peters demonstrates how to bind a Wheels model object to a form through the use of form helpers
Chris Peters finishes the "success" portion of the registration functionality by adding a success message to the Flash and redirecting the user to their home screen
Chris Peters teaches you about more validation options and how you can add them to the registration form quickly and easily
Chris Peters stylizes form markup globally using a Wheels feature called global helpers
Learn how to set up simple user authentication on a website by using a Wheels feature called filters
Learn the mechanics of reading a single record from the database and displaying its data in the view
Creating custom URL patterns is a breeze in ColdFusion on Wheels
Learn how to fetch multiple records from your model with findAll() and then display them to the user using ColdFusion on Wheels
Learn how to factor out logic in your view templates into custom helper functions in ColdFusion on Wheels
Chris Peters demonstrates joining data together with model associations using ColdFusion on Wheels
All it takes to offer pagination is two extra arguments to findAll() and a call to a view helper called paginationLinks()
Learn how to use the provides() and renderWith() functions to automatically serialize data into XML, JSON, and more
Peter Amiri walks you through setting up a "Hello World" application using the ColdFusion on Wheels framework
Chris Peters gives a high level overview of the ORM included with ColdFusion on Wheels
Chris Peters from Liquifusion demonstrates the ColdRoute plugin for CFWheels
Doug Boude demonstrates using his new Wirebox plugin for CFWheels
Chris Peters from Liquifusion demonstrates creating tables and records in the DBMigrate plugin for ColdFusion on Wheels
Online ColdFusion Meetup (coldfusionmeetup.com) session for March 10 2011, "What's New in CFWheels 1.1", with Chris Peters:
A quick demo of the CFWheels Textmate bundle by Russ Johnson