Michael Dinowitz Application.cfc Presentation At NYCFUG - Past, Present, Future

Posted June 12, 2007 at 3:28 PM

Tags: ColdFusion

ColdFusion 8 is in beta but are you ready for it? Have you mastered the features of ColdFusion 7? This Tuesday night, June 12th, Michael Dinowitz will be presenting on the topic of "Application.cfc and how it can be used beyond what you think" at the New York ColdFusion User group.

The presentation will go over each portion of the Application.cfc component, a feature of ColdFusion 7 designed to contain and control your application. It was designed as a replacement and major enhancement of the application.cfm and onrequestend.cfm templates as well as the cfapplication tag. Starting with creating a simple application structure, Michael will walk you through each of the components methods, how they are used, how they can be used beyond what they were designed for and more. In addition, ColdFusion 8 features such as onMissingTemplate() will be covered including a demonstration of using this for some really nice SEO enhancements.

Refreshments will be provided by our sponsor, Web Marketing Associates, so please rsvp so we know how much to get. Also, RSVPs will go into a raffle for the latest swag from Adobe including an Adobe mini laser mouse. You know you want it so let us know your coming.

When? Tuesday, June 12, 2007, 6:30 PM
Where? NYU Medical Center, 550 1st Avenue, Room: Coles 101


 
 
 

 
ColdFusion Application.cfc Presentation  
 
 
 

Post Comment  |  Ask Ben  |  Print Page




Learning ColdFusion 9 - ColdFusion 9 tutorials, samples, examples, demos

Reader Comments

Jun 12, 2007 at 4:52 PM // reply »
25 Comments

lol onMissingClothes()


Post Comment  |  Ask Ben

Recent Blog Comments
Mar 19, 2010 at 12:00 PM
Using jQuery To Leverage The OnChange Method Of Inputs
Thnx. FYI spelling error in your comment "// Add dirtry flag to the input in" ... read »
Mar 19, 2010 at 10:57 AM
Javascript Number.toFixed() Method
It doesn't have a base() method, but it can be put together simply with: Math.base = function(n, to, from) { return parseInt(n, from || 10).toString(to); }; ... read »
Mar 19, 2010 at 10:21 AM
ColdFusion Query of Queries Unexpected Data Type Conversion
@Hiren, Nice use of cast. ... read »
Mar 19, 2010 at 10:17 AM
Why NULL Values Should Not Be Used in a Database Unless Required
@Mike, If you enjoy using NULL values, then go for it; from a technical standpoint, there's certainly no reason to not use them if you like them. All I'm saying is that I think a lot of times the ... read »
Mar 19, 2010 at 10:12 AM
ColdFusion Path Usage And Manipulation Overview
@Sean, Did you ever figure out the "/" issue? Sorry I had no more ideas on that problem. ... read »
Mar 19, 2010 at 10:07 AM
Using ColdFusion's CFLocation Tag For Inline Image SRC Attributes
@Daniel, So, when a browser is making a HTTP request, does it read the headers and then potentially shut down the HTTP request if the ETag is a certain value? Or, is it actually making two requests ... read »
Mar 19, 2010 at 10:05 AM
Making SOAP Web Service Requests With ColdFusion And CFHTTP
@Dmitry, I'll have to take a look at that. Typically, I just use CFHTTP, but I check out more Java-based approaches. ... read »
Mar 19, 2010 at 9:51 AM
ColdFusion CFPOP - My First Look
@Delon, @Jose, Been following the thread (didn't have anything much to contribute - not enough experience with mail receiving). Did you guys get to the bottom of this? ... read »