FlexCF http://flexcf.com Flex ColdFusion Tutorials Thu, 21 Aug 2008 00:42:57 GMT FlexCF.com Launches! http://flexcf.com/notice/1 We are very pleased to announce the launch of FlexCF.com this is a sister site for LearnCF.com and focuses on Flex application development with a ColdFusion backend. There are seven tutorials published on launch, with more to come. Wed, 16 Apr 2008 14:00:00 GMT http://flexcf.com/notice/1 Dynamic Client Side Filter Tutorial http://tutorial7.flexcf.com In this sample, a DataGrid is populated and a textbox allows entry of data. As the data is typed the DataGrid is dynamically filtered by eliminating rows that don't match the filter. It automatically searches all columns defined in the grid. Wed, 16 Apr 2008 14:00:00 GMT http://tutorial7.flexcf.com Class Binding Tutorial http://tutorial6.flexcf.com This tutorial demonstrats how to bind a ColdFusion class to an ActionScript (Flex) class. Wed, 16 Apr 2008 14:00:00 GMT http://tutorial6.flexcf.com Upload And Download Tutorial http://tutorial5.flexcf.com This tutorial demonstrates uploading a file to Flex / ColdFusion and then downloading a modified version of that file. It allows you to upload and resize an image and download the resulting image. Wed, 16 Apr 2008 14:00:00 GMT http://tutorial5.flexcf.com DataGrid With Search Tutorial http://tutorial4.flexcf.com This tutorial shows how to both populate a grid, and also take the text from an input field and use it as a keyword search. The keyword search is done by passing the value to the CFC and is then used in the query Wed, 16 Apr 2008 14:00:00 GMT http://tutorial4.flexcf.com ComboBox & DataGrid Tutorial http://tutorial3.flexcf.com This tutorial covers the basics of dynamically populating a combo box from a query. Wed, 16 Apr 2008 14:00:00 GMT http://tutorial3.flexcf.com Advanced DataGrid Tutorial http://tutorial2.flexcf.com The enhancements to the data grids in Flex 3 have been eagerly anticipated, and are greatly appreciated - especially by us ColdFusion developers who spend so much time creating highly data-centric applications. I plan on providing examples of how to use the new data grids with ColdFusion, and here is the first. AdvancedDataGrid supports group expanding and collapsing within grids, think of it as a grid with an embedded tree control. Multiple levels of grouping are supported (each level becomes a tree branch), but this example uses a single level for simplicity's sake. The example uses the default database tables that come with ColdFusion 8, and here is the simple CFC method which just returns several columns from two tables: Wed, 16 Apr 2008 14:00:00 GMT http://tutorial2.flexcf.com Simple RemoteObject Tutorial http://tutorial1.flexcf.com This is a simple tutorial showing how to communicate between Flex & ColdFusion. The tutorial makes a simple call to a CFC and returns the current time. Wed, 16 Apr 2008 14:00:00 GMT http://tutorial1.flexcf.com