Yet another ColdFusion podcast is born, this one brought to you by enthusiastic ColdFusion developers. Today, we discuss the features of ColdFusion 9 that opened new doors and paved the way for an exciting new ColdFusion Framework called Quicksilver.
Find out more about Quicksilver by checking out the RIAForge page at http://quicksilver.riaforge.org — You’ll find the blog posts and samples we discussed during the show.
Listen Now!
Direct Download!
Download It!
#1 by Henry Ho on September 21, 2009 - 11:08 am
Quote
any link to mp3?
#2 by Henry Ho on September 21, 2009 - 11:18 am
Quote
CF9’s cfscript eqv. of cfdump is actually WriteDump(), not Dump().
#3 by Mike Chandler on September 21, 2009 - 11:27 am
Quote
Hi Henry… Even though Micky doesn’t specifically mention the function name, a quick perusing through his dev code indicates that he’s using WriteDump() in his CFSCRIPT. Thanks for the clarification. In regards to the direct link of the MP3:
http://blip.tv/file/get/Twicf-TWiCF01QuicksilverBeginnings905.mp3
Thanks for the comments!
#4 by Robert Myers on September 21, 2009 - 2:10 pm
Quote
what’s the best way to learn cfscript in it’s entirety now that all this functionality is available in CF9?
#5 by Paul on September 21, 2009 - 2:50 pm
Quote
Great show guys keep it up.
@Robert So far the docs can be sparse. I’ve been using ColdFusion builder to help me learn but much of it comes down to trial and error ( ie in script was just include “fileName.cfm” ) and basically the ColdFusion community on Twitter bouncing ideas of each other. I hope once CF9 is released the dos will be upgraded to show all the functions and examples in script aswell as tags.
#6 by Robert Myers on September 21, 2009 - 1:43 pm
Quote
You guys rock. I learned so much in that 1 hour that I had to listen to it twice! I dig the “hands-on” approach. Please stay technical and I’ll promise to try and keep up with next week’s, and the week after and… you get my point. It’s refreshing to hear a ColdFusion podcast that isn’t the same ‘ol “us vs them politics” in it’s delivery.
#7 by Micky Dionisio on September 21, 2009 - 3:16 pm
Quote
@Rob,
I agree with Paul. A good excercise is to take some piece of code you’ve written in tags and try to completely rewrite it in cfscript. If you run into any issues, feel free to send us an email as I’m sure we’ve haven’t run into all scenarios of how to do *something* in script.
A heads up in just in case some of your programming is interfaced based. When using import, it doesn’t import interfaces so the full package name must be declared in your return types like so:
public my.interface.package.IPerson function getPerson(){
}
I must’ve withered away an hour of my life on this that I’ll never get back.
#8 by Glyn Jackson on September 21, 2009 - 3:19 pm
Quote
Hi, is there a direct link to the podcast for us guys listening on phones etc? Thanks.
#9 by Mike Chandler on September 21, 2009 - 3:48 pm
Quote
Glyn, try this link.
http://blip.tv/file/get/Twicf-TWiCF01QuicksilverBeginnings905.mp3
In the meantime, we’ll refine our posting template to include a direct download link as well.
#10 by glyn jackson on September 21, 2009 - 10:56 pm
Quote
Cool thank you!
#11 by Chung on October 6, 2009 - 8:29 am
Quote
OOOO Dumping in cfscript!? So awesome. Can’t wait for cf9. Sounds awesome especially with the new script syntax