|
Mailing Lists
|
Home / Groups / ColdFusion Talk (CF-Talk)
cfscript book> What does Fusionscript have to do with cfscript? As near as I can tell > there are no relation. > I doubt you'll find a book dedicated to cfscript. > I'd recommend my CF5 Beginner's book. The chapter on CFScript covers > all > you need to know, and you won't be able to beat the price with some of the > more comprehensive > books. > <http://www.amazon.com/exec/obidos/ASIN/0072191090/instantcoldfu-20> Yea, FusionScript is mostly an API for using ColdFusion syntax to generate client side javascript. Really neat API ... I have some issues with implementing it -- mostly that it requires being either in the custom tags directory or in the same local directory it's being called fro... Since my apps generally use multiple sub-directories and are designed with the intent of making them compatible with shared hosting, there's not a good way for me to implement the current version of the API... Plus, it's still really young and going through a lot of debugging and such, so I'm waiting for it to mature a bit before integrating it into my apps, but it looks very promising. Particularly the ActiveServer component which allows you to pass data to and from the CF Server without a page reload. This can also be done with Flash (and I suspect in some cases in future versions of the API may be done with Flash in FusionScript), but the API abstracts all this so that you don't need to know Flash to use this functionality. But it has little to do with cfscript. ;P S. Isaac Dealey Certified Advanced ColdFusion 5 Developer www.turnkey.to 954-776-0046 |
May 19, 2013
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||