Archives

Viewing by category: ColdFusion (82 entries)

Mar
06

Flash Forward Seattle: Flex and ColdFusion presentation

4 comments Posted by: Nahuel Foronda

First we want to thanks everyone that attended our session. We hope that you enjoyed it as much as we did. This was the best Flash Forward conference that I've attended so far. The venue, the organizers and the people were very nice. Thanks Linda and all your crew for putting it together.

read more Category: ColdFusion | Flex |
Jan
23

ASF File Explorer released

151 comments Posted by: Laura

file explorerThis is a project that started small and became a complete application. After much work on it, we are finally ready to release it.

ASF File Explorer is a file manager to browse, add, and remove directories and files from a specific server location.

read more Category: CFForm | ColdFusion | Flash Remoting |
Dec
01

ColdFusion Flash Forms Macromedia Developer Center article - Part 2

142 comments Posted by: Laura

We've had very good feedback from the first part of the ColdFusion Flash Forms article published at Macromedia. Thank you!

Many of you have asked when the second part is going to be published. The answer is: soon! But some readers have asked Macromedia and us to be able to see it sooner. So we decided to post it here for download until it is finally published at the Macromedia Developer Center.

Enjoy!

Update: The article has been published by Adobe, so these are the new links

The Real Estate Sample Application - Part 2: Managing Property Listings through Flash Forms
Sample files
Live example

Related posts: ColdFusion Flash Forms Macromedia Developer Center article - Part 1

Category: CFForm | ColdFusion | Flash Remoting |
Nov
18

I am now a Certified Advanced ColdFusion developer

16 comments Posted by: Laura

I have finally taken the certification test after all these years of being a CF developer. The reason it took me so long was that I never saw the need for it. It seemed to me that I would only need it if I were looking for job. So why did I take it? Because I am pursuing the instructor certification from Macromedia, and this is one of the requirements.

read more Category: ColdFusion | Miscellaneous |

Nov
04

Using labelFunction to format cfgrid columns

80 comments Posted by: Laura

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 but in that case you are not using the query atttribute anyway).

read more Category: CFForm | ColdFusion |