LogoLogo
HomeAPIBlog
2.5.0
2.5.0
  • INTRODUCTION
    • Getting Started
      • Running Local Development servers
      • Beginner Tutorial: Hello World
      • Beginner Tutorial: Hello Database
      • Tutorial: CFWheels, AJAX, and You
    • Frameworks and CFWheels
    • Requirements
    • Manual Installation
    • Upgrading
    • Screencasts
  • Command Line Tools
    • CLI Commands
    • wheels - commands
    • wheels generate - commands
    • wheels dbmigrate - commands
    • wheels plugins - commands
  • Working with CFWheels
    • Conventions
    • Configuration and Defaults
    • Directory Structure
    • Switching Environments
    • Testing Your Application
    • Contributing to CFWheels
    • Documenting your Code
  • Handling Requests with Controllers
    • Request Handling
    • Rendering Content
    • Redirecting Users
    • Sending Files
    • Sending Email
    • Responding with Multiple Formats
    • Using the Flash
    • Using Filters
    • Verification
    • Event Handlers
    • Routing
    • URL Rewriting
      • Apache
      • IIS
      • Tomcat
      • Nginx
    • Obfuscating URLs
    • Caching
    • Nesting Controllers
    • CORS Requests
  • Displaying Views to Users
    • Pages
    • Partials
    • Linking Pages
    • Layouts
    • Form Helpers and Showing Errors
    • Displaying Links for Pagination
    • Date, Media, and Text Helpers
    • Creating Custom View Helpers
    • Localization
  • Database Interaction Through Models
    • Object Relational Mapping
    • Creating Records
    • Reading Records
    • Updating Records
    • Deleting Records
    • Column Statistics
    • Dynamic Finders
    • Getting Paginated Data
    • Associations
    • Nested Properties
    • Object Validation
    • Object Callbacks
    • Calculated Properties
    • Transactions
    • Dirty Records
    • Soft Delete
    • Automatic Time Stamps
    • Database Migrations
      • Migrations In Production
    • Using Multiple Data Sources
  • Plugins
    • Installing and Using Plugins
    • Developing Plugins
    • Publishing Plugins
  • External Links
    • Source Code
    • Issue Tracker
    • Sponsor Us
    • Community
Powered by GitBook
LogoLogo
On this page
  • CFWheels 2.x
  • CFWheels 1.x

Was this helpful?

Edit on GitHub
Export as PDF
  1. INTRODUCTION

Screencasts

Tutorials, demonstrations, and presentations about the ColdFusion on Wheels framework.

PreviousUpgradingNextCLI Commands

Last updated 1 year ago

Was this helpful?

CFWheels 2.x

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

CFWheels 1.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.

CRUD series

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

"Building a Social Network"

Chris Peters adds data validation to the user registration form

Other

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

https://youtu.be/K5HLItTru1g
https://youtu.be/qZr5JzO0vo4
https://youtu.be/BnPGApAvMVQ
https://youtu.be/0CiGxJyJEIQ
https://youtu.be/XgMuzzmBQ98
https://youtu.be/cygj9WDqHjY
View all screencasts on Vimeo
Episode 1: "C" Is for "Create" - Basic CRUD
Episode 2: "R"; Is for "Read" - Basic CRUD
Episode 3: "U" Is for "Update" - Basic CRUD
Episode 4: "D" Is for Delete - Basic CRUD
Episode 1: Setting up ColdFusion on Wheels
Episode 2: Form Helpers
Episode 3: Object Validation and Showing Errors
Episode 4: Redirects and the Flash
Episode 5: Object Validation
Episode 6: Styling Forms
Episode 7: Authentication with Filters
Episode 8: Reading and Displaying a Single Record
Episode 9: Adding a Route for User Profiles
Episode 10: Displaying Sets of Records
Episode 11: Custom View Helpers
Episode 12: Joining Models with Associations
Episode 13: Pagination
Episode 14: Responding with Multiple Formats
Hello World
CFUnited 2010: Simplifying Database Code with the ColdFusion on Wheels ORM
ColdRoute Plugin
Wirebox Plugin for CFWheels
DBMigrate Create Operations
CF Meetup, March 10 2011
CFWheels Textmate Bundle Demo