On Tue, 4 Jan 2005 16:33:47 -0500, Troy Murray <[EMAIL PROTECTED]> wrote: > Aside from the above links, and the pending book from HH, any other > suggestions on learning CFC's "correctly"?
It depends what you mean by "correctly" - if you mean "full-blown OO" then that's much harder (and will likely take you months or even years to become proficient with). If you're interested in going OO then: http://livedocs.macromedia.com/wtg/public/machiidevguide/ The concepts and models sections contain a lot of useful general OO information that is not Mach II specific. Otherwise, learn Java and use Java OO books to help you come up to speed on how to do OO right then you can apply what you've learned to CFCs. Part of the problem is that some of the concepts in OO can't be learned in CFCs directly because they don't support certain constructs (interfaces, true constructors etc) but you really need to understand those to be effective in OO. Of course, you can start using CFCs effectively without that but you might not reap any of the real benefits of OO without understanding more of the deeper concepts and constructs... I started down this part 13 years ago and I'm still learning :) -- Sean A Corfield -- http://www.corfield.org/ Team Fusebox -- http://www.fusebox.org/ Breeze Me! -- http://www.corfield.org/breezeme Got Gmail? -- I have 6 invites to give away! "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189316 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

