RE: I am looking for some good tutorials or examples for learning OOP

2007-11-13 Thread Ben Nadel
/ask-ben/ -Original Message- From: Erik-Jan Jaquet [mailto:[EMAIL PROTECTED] Sent: Sunday, November 11, 2007 2:04 PM To: CF-Talk Subject: I am looking for some good tutorials or examples for learning OOP Hi all, I am looking for some good tutorials, or example apps (open source projects

Re: I am looking for some good tutorials or examples for learning OOP

2007-11-12 Thread Jake Pilgrim
I recently gave a presentation on this at my local CFUG. Here are my presentation files: http://www.colderfusion.com/presentations.cfm -- look at Sept 2007 It's a real nice breakdown of the various techniques used in CF OOP programming. It's not a definitive CF OOP resource, but it should at le

Re: I am looking for some good tutorials or examples for learning OOP

2007-11-12 Thread Judith Dinowitz
>In this case, Judith is pointing out that this issue of FAQU covers OOP AND >frameworks. Actually, the basics of OO is a whole section in the issue. Think of this issue as OO 101 for ColdFusion developers. The advanced CF developer will get something out of this, but the person just starting o

Re: I am looking for some good tutorials or examples for learning OOP

2007-11-12 Thread Brian Kotek
uldn't it be better > to > learn the core concepts behind OOP rather than jumping into a framework > which does it for you? > > -Original Message- > From: Judith Dinowitz [mailto:[EMAIL PROTECTED] > Sent: Monday, November 12, 2007 10:28 AM > To: CF-Talk > S

Re: I am looking for some good tutorials or examples for learning OOP

2007-11-12 Thread Charlie Griefer
-- > > From: Judith Dinowitz [mailto:[EMAIL PROTECTED] > > Sent: Monday, November 12, 2007 10:28 AM > > To: CF-Talk > > Subject: Re: I am looking for some good tutorials or examples for learning > > OOP > > > > >I'm reading a book called Object Oriente

Re: I am looking for some good tutorials or examples for learning OOP

2007-11-12 Thread Brian Rinaldi
nt: Monday, November 12, 2007 10:28 AM > To: CF-Talk > Subject: Re: I am looking for some good tutorials or examples for learning > OOP > > >I'm reading a book called Object Oriented Thought Process. It's very > >good, and fairly easy to understand. It's not sp

Re: I am looking for some good tutorials or examples for learning OOP

2007-11-12 Thread Erik-Jan Jaquet
hind OOP rather than jumping into a framework > which does it for you? > > -Original Message- > From: Judith Dinowitz [mailto:[EMAIL PROTECTED] > Sent: Monday, November 12, 2007 10:28 AM > To: CF-Talk > Subject: Re: I am looking for some good tutorials or examples fo

RE: I am looking for some good tutorials or examples for learning OOP

2007-11-12 Thread Andy Matthews
o: CF-Talk Subject: Re: I am looking for some good tutorials or examples for learning OOP >I'm reading a book called Object Oriented Thought Process. It's very >good, and fairly easy to understand. It's not specific to ColdFusion, >but more general concepts. Erik,

Re: I am looking for some good tutorials or examples for learning OOP

2007-11-12 Thread Adrian Moreno
I've been posting an OO CF Primer on my site: http://www.iknowkungfoo.com/blog/index.cfm/OOP The next post will start covering the concept you're describing. I'm hoping to have it done in a few days. -- Adrian > Hi all, > > I am looking for some good tutorials, or example apps (open source

Re: I am looking for some good tutorials or examples for learning OOP

2007-11-12 Thread Judith Dinowitz
>I'm reading a book called Object Oriented Thought Process. It's very good, >and fairly easy to understand. It's not specific to ColdFusion, but more >general concepts. Erik, Have you looked at the Fusion Authority Quarterly Update Volume 1 Issue 2 (OOP-Frameworks Issue)? That has a lot of great

Re: I am looking for some good tutorials or examples for learning OOP

2007-11-12 Thread Cutter (CFRelated)
You might also download the litepost application from Google Code. It is a fairly simple blogging application, written in Model-Glue, Mach-II and Fusebox, all using the same modeling components. Not well documented, but good code read. Also incorporates ColdSpring. This is more about utilizing

RE: I am looking for some good tutorials or examples for learning OOP

2007-11-12 Thread Andy Matthews
PM To: CF-Talk Subject: I am looking for some good tutorials or examples for learning OOP Hi all, I am looking for some good tutorials, or example apps (open source projects) on using Object Oriented Programming. I have read several good ones, and I am starting to grasp the concept. But the t

Re: I am looking for some good tutorials or examples for learning OOP

2007-11-12 Thread Erik-Jan Jaquet
uch too soon, but have a quick look at > transfer. > > http://groups.google.com/group/transfer-dev > > http://www.transfer-orm.com/ > > Adrian > > -Original Message- > From: Erik-Jan Jaquet [mailto:[EMAIL PROTECTED] > Sent: 11 November 2007 19:04 > To: CF

Re: I am looking for some good tutorials or examples for learning OOP

2007-11-11 Thread Brian Rinaldi
t [mailto:[EMAIL PROTECTED] > > Sent: 11 November 2007 19:04 > > To: CF-Talk > > Subject: I am looking for some good tutorials or examples for learning > > OOP > > > > > > Hi all, > > > > I am looking for some good tutorials, or example apps (

Re: I am looking for some good tutorials or examples for learning OOP

2007-11-11 Thread Nick Tong
gle.com/group/transfer-dev > > http://www.transfer-orm.com/ > > Adrian > > -Original Message- > From: Erik-Jan Jaquet [mailto:[EMAIL PROTECTED] > Sent: 11 November 2007 19:04 > To: CF-Talk > Subject: I am looking for some good tutorials or examples for lea

RE: I am looking for some good tutorials or examples for learning OOP

2007-11-11 Thread Adrian Lynch
I am looking for some good tutorials or examples for learning OOP Hi all, I am looking for some good tutorials, or example apps (open source projects) on using Object Oriented Programming. I have read several good ones, and I am starting to grasp the concept. But the tutorials I read (cfoop.org

I am looking for some good tutorials or examples for learning OOP

2007-11-11 Thread Erik-Jan Jaquet
Hi all, I am looking for some good tutorials, or example apps (open source projects) on using Object Oriented Programming. I have read several good ones, and I am starting to grasp the concept. But the tutorials I read (cfoop.org among others) only discussed a object that has no connection to