Speaking at Flash Forward Seattle
6 comments Posted by: Laura
Flash Forward is a three-day conference and international film festival. Flash Forward 2006 will be held in Seattle, Washington for the first time and will focus on the Flash Platform. We have attended this conference several times, as attendees and award nominees, but this is the first time we go as speakers. It will be fun! We will be talking about Flex 2, ColdFusion Flash forms and Flash Remoting. We hope to see you there!
Our session:
RIA development with ColdFusion, Flex 2, and CFForms
This session introduces ColdFusion as a building block for creating Rich Internet Applications using Flex 2 and ColdFusion-generated Flash® Forms. Laura and Nahuel will discuss Flash Remoting and how to use the new CF Adapter to communicate between Flash and the server, as well as how to create the necessary ColdFusion components that handle the requests. Learn the differences between ColdFusion Flash Forms and Flex 2, as well as how to best apply each to suit your needs.
Category: Miscellaneous |
If you ever used cfgrid, you know that it accepts a query as its data. Each cfgridcolumn of the grid has to be a column of the query. You cannot combine two or more columns or add something to the column. That means that any formatting of the data needs to be done before giving the query to the grid (unless you loop over it and use