Where can I find a good beginner tutorial for ColdFusion? [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve th开发者_如何学编程is questionI'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...
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!
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!
Please remember to download ColdFusion Builder which is much more than a text editor for your Coldfusion files. The 60-day trial is free.
Once you've done that, you can get up to speed with the Coldfusion ORM CFC Generator. This plugin allows you to select a table from a database you've configured in CF Builder and generate the code required to add/edit/delete records. Once you have that code in front of you, it's easier to check the documentation, tutorials, etc.
Surprised no one mentioned that you can simply check the resources page in the CF Admin. Log into the admin (via http://locahost/cfide/administrator) and click on the 'resources' icon in the upper right corner. Here's a screenshot:
Also referred to sometimes as the "Forta book", the Adobe ColdFusion 9 Web Application Construction Kit, Volume 1: Getting Started is the definitive ColdFusion tutorial. Not free, but generally a good end-to-end introduction to the platform and language.
精彩评论