Hi guys,
I just installed the dev edition of CF MX7 and have tried watching some flash
guides on Adobe's website and can follow along but once the video ends thats
where my understanding of CF ends. Here is some basic info about me if this
will help make for better recommendations.
I am currently using DW8 and am extremely confident in using it. I understand
it has top notch CF integration which I have played around with.
I plan on using CF with MySQL databases when i finally get up to speed with it.
Can anyone please recommend some books or websites that start from a complete
beginner and takes the learning process as easy to understand as possible?
Thanks for any help,
Casey
Ian Skinner - 30 Mar 2007 21:44 GMT
Can anyone please recommend some books or websites...
Well the bible of ColdFusion books is the Ben Forta's "Web Application
Construction Kit" or "WACK" and the sequel, "Advanced ColdFusion MX 7
Applicaiton Development" There are editions of these books back at
least to version 4 of ColdFusion.
His website "www.forta.com" is not a bad place to start either.
Katsuey - 30 Mar 2007 23:57 GMT
> Can anyone please recommend some books or websites...
I have a pretty good list of resources here:
http://www.katsueydesignworks.com/tutorials_cf.cfm
And totally agree on WACK by Forta if you are going to get into
CF.
Fencepost - 31 Mar 2007 02:47 GMT
try www.easycfm.com for pretty up todate tutorials etc...
> Hi guys,
>
[quoted text clipped - 20 lines]
>
> Casey
Dan Bracuk - 31 Mar 2007 03:30 GMT
If you don't know sql, I have heard good things about Teach Yourself SQL in 10
Minutes by Ben Forta.
If you don't know what a normalized database is, learning the fundamentals of
data modelling is what I consider to be more important than anything else if
you want to be a web developer.
Caseyi33 - 31 Mar 2007 03:36 GMT
"If you don't know sql, I have heard good things about Teach Yourself SQL in 10
Minutes by Ben Forta."
I just ordered that very same book from Amazon about an hour ago. I will read
through it completly then will order the Web Application
Construction Kit as well.
One final question regarding the WACK book before I order it, lets say for
example it's start talking about the cfoutput tag, I know enough to know what
that tag is but will the book explain WHY that tag should be used and not just
what that (or any other) tag does?
Dan Bracuk - 31 Mar 2007 13:49 GMT
It will probably explain neither. It provide examples of using the tag in the
context of doing something else. Most code gets used because they accomplish
the task at hand. I wouldn't sweat it too much, you might start to overthink
simple things.
Katsuey - 01 Apr 2007 00:43 GMT
> It will probably explain neither. It provide examples of using the tag in
> the
> context of doing something else.
Well yes and no. I think WACK does a good job of explaining
the basics and giving examples of use. So while it may not provide
detailed explanation about every tag available, it's the most comprehensive
book availble on CF with almost 1500 pages.