Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find a good beginner tutorial for ColdFusion? [closed]

Tags:

coldfusion

I'm an experienced programmer (PHP/mySQL, jQuery), but know nothing about ColdFusion. A precursory Google search didn't show much in the way of (free) beginner tutorials. Maybe I'm just spoiled by the overwhelming availability of tutorials for open-source products...

like image 932
EmmyS Avatar asked Jan 07 '11 17:01

EmmyS


People also ask

Is ColdFusion still a thing?

With thousands of programming languages, ColdFusion is still alive and thriving.

Is ColdFusion written in Java?

ColdFusion is built on a Java Enterprise Edition (JEE, formerly termed "J2EE") technology platform. This structure lets ColdFusion applications take advantage of, and integrate with, JEE elements.


2 Answers

For offline learning, the WACK is your best bet - the ColdFusion Web Application Construction Kit. It's the gold standard when it comes to learning CFML. It comes in 3 volumes, volume 1 starts gently, volumes 2 and 3 are increasingly advanced, but they are all very good, nice reading, and incredibly helpful for getting started.

Online, Adobe has a lot of content for ColdFusion. If you like video, try Adobe TV's ColdFusion page. For reading, get yourself to the ColdFusion Developer Center, this is the best resource for getting started, IMO.

Outside of Adobe are plenty of other resources. Ray Camden has a great site, ColdFusion Portal, and Charlie Arehart has a couple of great resources, CF411, a HUGE list of everything helpful in the ColdFusion world, and UGTV, a MONSTER list of ColdFusion related user group recordings (most via Adobe Connect, so screen sharing more than video). Possibly the best of all, is HouseOfFusion's CF-Talk email list - subscribe, get it in your inbox, start asking questions, you'll find the ColdFusion Community is VERY helpful on there!

Going further, get plugged into the ColdFusion community by reading the blogs. Try an aggregator like ColdFusion Bloggers, then try to find your local user group at Adobe Groups, where you can get connected to people nearby who can help you in all kinds of ways.

Also, don't rule out StackOverflow! We're on here, too, just ask and you'll get your answer!

like image 79
Nathan Strutz Avatar answered Jan 12 '23 07:01

Nathan Strutz


Well the Adobe Developer site is a good starting point for the 'official stuff':

http://www.adobe.com/support/documentation/en/coldfusion/

The CF developer guide is there as well as links to the CF dev centre: http://www.adobe.com/devnet/coldfusion.html which has lots of tutorials.

Hope that helps!

like image 26
Ciaran Archer Avatar answered Jan 12 '23 06:01

Ciaran Archer