Hi folks.
Here are some additional example files from our class.
- Timesheet folder - this is my version of the timesheet example we worked on. It includes a first take at the ProjReport.cfm page that you guys didn't get to.
- CaseRelatedFunctions.cfm - This is one way to create a TitleCase() function. Note that it uses another custom function called Capitalize(). The CaseTest.cfm file tests the functions out.
- EmailExamples.cfm - Shows how to adapt the IsEmail() function discussed in your book using the newer tag-based syntax.
- EmbedSpecialMessage.cfm - Creates a custom tag that displays a message according to some special formatting rules, for consistent display of information.
- LoopDemo.cfm - Another take at the TitleCase() function. I think this is the version we created on the screen.
- MonthDropDown.cfm - Creates a custom tag called <cf_MonthDropDown>
- ReturnLargestFunction.cfm - Another user defined function example
- Roles.cfm - skeletal outline showing how the "roles" attribute of <cf_loginuser> can be used together with IsUserInRole() function to provide granular access via permissions / rights / groups /etc.
- SearchInterface.cfm - Combining a search form and results page together
- ValFormConsolidated.cfm - One strategy for showing validation messages "inline" on a form, so user doesn't have to keep going "back" to fix problems.
Enjoy! Take care. Thanks again, it was fun.
nate