|
Strongly typing data between flex and coldfusion |
As part of an ongoing series of working out the best ways of passing data around from coldfusion to flex (and back again) I'm looking at the different formats of passing data into flex.
I've heard that you can "strongly type" the arguments and method names etc, and that allows for much easier passing of data back and forth.
|
Javascript passing variables to coldfusion |
I was looking to capture the screen resolution for an application, and there didn't seem to be a straightforward way of doing that in coldFusion. JavaScript can do it, so how do I join the two together.....
|
Programmatically adding a datasource to cf server |
In the midsts of developing a new project I stumbled upon the need for administrators to be able to create new instances of the entire application, on the fly.
|
Weather Web service (cfc) - Part 1 |
Recently I've been experimenting with consuming public Web Services and interpreting them through a Flex front end.
So I thought a handy remoting service would be a weather forecast feed consumer.