Showing posts with label ColdFusion 9. Show all posts
Showing posts with label ColdFusion 9. Show all posts

Saturday, April 17, 2010

ColdFusion 9 Extensions for Dreamweaver

Download the extension for Dreamweaver to update the language support for CF9.

The downloads page has other useful items, too!

Saturday, March 27, 2010

Script Functions Implemented as CFCs

One of the big restrictions in using the tag was the inability to use any ColdFusion tags. That meant you could not query the database, send an email or use other powerful tags.

That changes in ColdFusion 9!

ColdFusion 9 allows the following tags to be exposed as CFCs.

ftp (cfftp)
http (cfhttp)
mail (cfmail)
pdf (cfpdf)
query (cfquery)
storedproc (cfstoredproc)

Check out this example in the documentation on how to create a query object by calling the query CFC.

Monday, March 22, 2010

Terrific Tutorial on ColdFusion 9

Dan Vega from the Cleveland CFUG has written a great tutorial called Three new user interface controls in ColdFusion 9.

Read it!