Re: [Flashcoders] OOP Books (OT)

2010-03-12 Thread Susan Day
On Thu, Mar 11, 2010 at 5:29 PM, co...@moock.org co...@moock.org wrote:

 hi all,
 as the author of an oop book myself, i have to admit that books aren't
 always the right learning tool for everyone. i agree with benny...i've liked
 the video training that's been emerging over the last few years.


I feel honored that you responded. Thank you. I'll study all of that. Maybe
I can get you to sign my copy of your book one of these days ;)
Susan
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] OOP Books (OT)

2010-03-12 Thread co...@moock.org

hi helmut,
ya, i think it's unfortunately still not very widely known. it was a new 
venture for o'reilly, and actually quite a risky undertaking due to the 
log-cabin setting, but i was determined to capture the learning from 
a friend approach that i've found so helpful in my own career.


if anyone has any feedback on the content (or the pricing), o'reilly and 
i would love to hear it. o'reilly is constantly trying to evaluate new 
forms of training, and viewer/reader feedback could help decide whether 
they do more videos in a similar style.


colin

Helmut Granda wrote:
Great information and thanks for sharing. I didn't know The Lost Actionscript 3.0 Weekend even existed. 



On Mar 11, 2010, at 3:29 PM, co...@moock.org wrote:


hi all,
as the author of an oop book myself, i have to admit that books aren't always 
the right learning tool for everyone. i agree with benny...i've liked the video 
training that's been emerging over the last few years.

here are a bunch of other free options:

http://gotoandlearn.com/
http://tv.adobe.com/show/actionscript-11-with-doug-winnie/
http://tv.adobe.com/channel/development/actionscript
http://tv.adobe.com/show/max-2009-develop/

in fact, there's also a video version of Essential ActionScript 3.0 available called 
The Lost ActionScript 3.0 Weekend. it's a commercial product, but lots of it is freely 
available online here:

oop overview:
http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/object-oriented-programming-overview/

making a class:
http://vplayer.oreilly.com/?chapter=4video_product=urn%3Ax-domain%3Aoreilly.com%3Aproduct%3A9780596801540.VIDEO#embedded_player

inheritance
http://my.safaribooksonline.com/player?xmlid=9780596801564/i17

garbage collection (very important in oop ActionScript 3.0!)
http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/object-references-and-garbage-collection/

datatypes:
http://vplayer.oreilly.com/?chapter=4video_product=urn%3Ax-domain%3Aoreilly.com%3Aproduct%3A9780596801557.VIDEO#embedded_player

graphics and oop:
http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/graphics-programming/
http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/the-display-list/

debugging and profiling oop:
http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/production-topics-flex-debugging-mode/
http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/production-topics-flex-profiling/

flash/flex workflow
http://my.safaribooksonline.com/player?xmlid=9780596801588/i20

course introduction:
http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/course-1-introduction/

3d effects with adobe's chris nuuja:
http://vplayer.oreilly.com/?chapter=20video_product=urn%3Ax-domain%3Aoreilly.com%3Aproduct%3A9780596801540.VIDEO#embedded_player

the full video is available at:
http://www.oreilly.com/go/law

once you're up to speed on the basics, examples, practice, and a helping 
community like flashcoders should take you the rest of the way.

if you're doing any flex work, i find peter dehaan's examples to be a fantastic 
resource:

http://flexexamples.com/

and for targeted questions, the stackoverflow community is really helpful:

http://stackoverflow.com/questions/tagged/actionscript

happy coding!
colin

Benny wrote:

Hi Susan I cannot recommend any OOP book but I can recommend Lynda.com. 
Lynda.com has some great video courses, like
http://www.lynda.com/home/DisplayCourse.aspx?lpk2=759
Which amongst other covers OOP fundamentals and common design patterns.
- Benny
-Oorspronkelijk bericht-
Van: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] Namens Susan Day
Verzonden: woensdag 10 maart 2010 19:29
Aan: Flash Coders List
Onderwerp: Re: [Flashcoders] OOP Books (OT)
On Wed, Mar 10, 2010 at 12:23 PM, Mattheis, Erik (MIN - WSW) 
ematth...@webershandwick.com wrote:

I got AS 3 w/Design Patterns right when I delved into AS3 and I found the
examples too long and complicated to follow. I would not recommend it as

an

introduction to OOP.


Noted. And your thoughts, if any, on The Object-Oriented Thought Process?
Susan
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
__ Informatie van ESET NOD32 Antivirus, versie van database
viruskenmerken 4932 (20100310) __
Het bericht is gecontroleerd door  ESET NOD32 Antivirus.
http://www.eset.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman

Re: [Flashcoders] OOP Books (OT)

2010-03-11 Thread Susan Day
On Wed, Mar 10, 2010 at 3:20 PM, Benny b.vlug...@hccnet.nl wrote:

 http://www.adobe.com/devnet/actionscript/articles/oop_as3.html


This really clicked for me. I now feel comfortable with all the major
concepts of OOP. Obviously, implementation is something entirely different
(and I didn't say I felt comfortable with that). It also occurs to me that
simply working with AS3 will give me ample opportunity and self-taught
lessons in OOP implementation. For example, this little navigation that I'm
building now (from my other thread) will, obviously, become it's own class
and be implemented in other Web sites. I see this is how we build our script
libraries. As time moves on, I'll reference the above article and discover
how I could have used, for example getter/setter methods where I hadn't in a
script I'd written, then go back and amend that script. Thus, just by
natural process as I become an AS3 developer, I will learn the principles of
OOP. At this point, I don't see that a book or Lynda.com is even necessary.
Flash seems to lend itself more easily to self-teaching OOP than the few
other languages that I've studied by its very nature!
Thank you all,
Susan





 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] OOP Books (OT)

2010-03-11 Thread co...@moock.org

hi all,
as the author of an oop book myself, i have to admit that books aren't 
always the right learning tool for everyone. i agree with benny...i've 
liked the video training that's been emerging over the last few years.


here are a bunch of other free options:

http://gotoandlearn.com/
http://tv.adobe.com/show/actionscript-11-with-doug-winnie/
http://tv.adobe.com/channel/development/actionscript
http://tv.adobe.com/show/max-2009-develop/

in fact, there's also a video version of Essential ActionScript 3.0 
available called The Lost ActionScript 3.0 Weekend. it's a commercial 
product, but lots of it is freely available online here:


oop overview:
http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/object-oriented-programming-overview/

making a class:
http://vplayer.oreilly.com/?chapter=4video_product=urn%3Ax-domain%3Aoreilly.com%3Aproduct%3A9780596801540.VIDEO#embedded_player

inheritance
http://my.safaribooksonline.com/player?xmlid=9780596801564/i17

garbage collection (very important in oop ActionScript 3.0!)
http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/object-references-and-garbage-collection/

datatypes:
http://vplayer.oreilly.com/?chapter=4video_product=urn%3Ax-domain%3Aoreilly.com%3Aproduct%3A9780596801557.VIDEO#embedded_player

graphics and oop:
http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/graphics-programming/
http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/the-display-list/

debugging and profiling oop:
http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/production-topics-flex-debugging-mode/
http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/production-topics-flex-profiling/

flash/flex workflow
http://my.safaribooksonline.com/player?xmlid=9780596801588/i20

course introduction:
http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/course-1-introduction/

3d effects with adobe's chris nuuja:
http://vplayer.oreilly.com/?chapter=20video_product=urn%3Ax-domain%3Aoreilly.com%3Aproduct%3A9780596801540.VIDEO#embedded_player

the full video is available at:
http://www.oreilly.com/go/law

once you're up to speed on the basics, examples, practice, and a helping 
community like flashcoders should take you the rest of the way.


if you're doing any flex work, i find peter dehaan's examples to be a 
fantastic resource:


http://flexexamples.com/

and for targeted questions, the stackoverflow community is really helpful:

http://stackoverflow.com/questions/tagged/actionscript

happy coding!
colin

Benny wrote:
Hi Susan I cannot recommend any OOP book but I can recommend Lynda.com. 
Lynda.com has some great video courses, like

http://www.lynda.com/home/DisplayCourse.aspx?lpk2=759
Which amongst other covers OOP fundamentals and common design patterns.


- Benny

-Oorspronkelijk bericht-
Van: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] Namens Susan Day
Verzonden: woensdag 10 maart 2010 19:29
Aan: Flash Coders List
Onderwerp: Re: [Flashcoders] OOP Books (OT)

On Wed, Mar 10, 2010 at 12:23 PM, Mattheis, Erik (MIN - WSW) 
ematth...@webershandwick.com wrote:


I got AS 3 w/Design Patterns right when I delved into AS3 and I found the
examples too long and complicated to follow. I would not recommend it as

an

introduction to OOP.



Noted. And your thoughts, if any, on The Object-Oriented Thought Process?
Susan
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

__ Informatie van ESET NOD32 Antivirus, versie van database
viruskenmerken 4932 (20100310) __

Het bericht is gecontroleerd door  ESET NOD32 Antivirus.

http://www.eset.com



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] OOP Books (OT)

2010-03-11 Thread Helmut Granda
Great information and thanks for sharing. I didn't know The Lost Actionscript 
3.0 Weekend even existed. 


On Mar 11, 2010, at 3:29 PM, co...@moock.org wrote:

 hi all,
 as the author of an oop book myself, i have to admit that books aren't always 
 the right learning tool for everyone. i agree with benny...i've liked the 
 video training that's been emerging over the last few years.
 
 here are a bunch of other free options:
 
 http://gotoandlearn.com/
 http://tv.adobe.com/show/actionscript-11-with-doug-winnie/
 http://tv.adobe.com/channel/development/actionscript
 http://tv.adobe.com/show/max-2009-develop/
 
 in fact, there's also a video version of Essential ActionScript 3.0 
 available called The Lost ActionScript 3.0 Weekend. it's a commercial 
 product, but lots of it is freely available online here:
 
 oop overview:
 http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/object-oriented-programming-overview/
 
 making a class:
 http://vplayer.oreilly.com/?chapter=4video_product=urn%3Ax-domain%3Aoreilly.com%3Aproduct%3A9780596801540.VIDEO#embedded_player
 
 inheritance
 http://my.safaribooksonline.com/player?xmlid=9780596801564/i17
 
 garbage collection (very important in oop ActionScript 3.0!)
 http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/object-references-and-garbage-collection/
 
 datatypes:
 http://vplayer.oreilly.com/?chapter=4video_product=urn%3Ax-domain%3Aoreilly.com%3Aproduct%3A9780596801557.VIDEO#embedded_player
 
 graphics and oop:
 http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/graphics-programming/
 http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/the-display-list/
 
 debugging and profiling oop:
 http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/production-topics-flex-debugging-mode/
 http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/production-topics-flex-profiling/
 
 flash/flex workflow
 http://my.safaribooksonline.com/player?xmlid=9780596801588/i20
 
 course introduction:
 http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/course-1-introduction/
 
 3d effects with adobe's chris nuuja:
 http://vplayer.oreilly.com/?chapter=20video_product=urn%3Ax-domain%3Aoreilly.com%3Aproduct%3A9780596801540.VIDEO#embedded_player
 
 the full video is available at:
 http://www.oreilly.com/go/law
 
 once you're up to speed on the basics, examples, practice, and a helping 
 community like flashcoders should take you the rest of the way.
 
 if you're doing any flex work, i find peter dehaan's examples to be a 
 fantastic resource:
 
 http://flexexamples.com/
 
 and for targeted questions, the stackoverflow community is really helpful:
 
 http://stackoverflow.com/questions/tagged/actionscript
 
 happy coding!
 colin
 
 Benny wrote:
 Hi Susan I cannot recommend any OOP book but I can recommend Lynda.com. 
 Lynda.com has some great video courses, like
 http://www.lynda.com/home/DisplayCourse.aspx?lpk2=759
 Which amongst other covers OOP fundamentals and common design patterns.
 - Benny
 -Oorspronkelijk bericht-
 Van: flashcoders-boun...@chattyfig.figleaf.com
 [mailto:flashcoders-boun...@chattyfig.figleaf.com] Namens Susan Day
 Verzonden: woensdag 10 maart 2010 19:29
 Aan: Flash Coders List
 Onderwerp: Re: [Flashcoders] OOP Books (OT)
 On Wed, Mar 10, 2010 at 12:23 PM, Mattheis, Erik (MIN - WSW) 
 ematth...@webershandwick.com wrote:
 I got AS 3 w/Design Patterns right when I delved into AS3 and I found the
 examples too long and complicated to follow. I would not recommend it as
 an
 introduction to OOP.
 
 Noted. And your thoughts, if any, on The Object-Oriented Thought Process?
 Susan
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 __ Informatie van ESET NOD32 Antivirus, versie van database
 viruskenmerken 4932 (20100310) __
 Het bericht is gecontroleerd door  ESET NOD32 Antivirus.
 http://www.eset.com
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] OOP Books (OT)

2010-03-10 Thread Susan Day
On Mon, Mar 8, 2010 at 6:18 AM, Geografiek geograf...@geografiek.nl wrote:

 Hi Susan,
 I liked 'The Object-Oriented Thought Process' by Matt Weisfeld (not
 Actionscript)
 and of course Colin Moock's 'Essential Actionscript 3.0'


I don't find Moock's book helps much on this subject. Thanks for your
recommendation, and also Mark Burvill's recommendation of Advanced
Actionscript 3 with Design Patterns.
Susan
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] OOP Books (OT)

2010-03-10 Thread Mattheis, Erik (MIN - WSW)
I got AS 3 w/Design Patterns right when I delved into AS3 and I found the 
examples too long and complicated to follow. I would not recommend it as an 
introduction to OOP.

_ _ _
Erik Mattheis
Senior Web Developer
Minneapolis
T  952 346 6610
C 612 377 2272

Weber Shandwick
Advocacy starts here.

PRWeek Global Agency Report Card 2009 - Gold Medal Winner
The Holmes Report Global Agency of the Year
PR News Agency of the Year


-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Susan Day
Sent: Wednesday, March 10, 2010 6:14 AM
To: Flash Coders List
Subject: Re: [Flashcoders] OOP Books (OT)

On Mon, Mar 8, 2010 at 6:18 AM, Geografiek geograf...@geografiek.nl wrote:

 Hi Susan,
 I liked 'The Object-Oriented Thought Process' by Matt Weisfeld (not
 Actionscript)
 and of course Colin Moock's 'Essential Actionscript 3.0'


I don't find Moock's book helps much on this subject. Thanks for your
recommendation, and also Mark Burvill's recommendation of Advanced
Actionscript 3 with Design Patterns.
Susan
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] OOP Books (OT)

2010-03-10 Thread Susan Day
On Wed, Mar 10, 2010 at 12:23 PM, Mattheis, Erik (MIN - WSW) 
ematth...@webershandwick.com wrote:

 I got AS 3 w/Design Patterns right when I delved into AS3 and I found the
 examples too long and complicated to follow. I would not recommend it as an
 introduction to OOP.


Noted. And your thoughts, if any, on The Object-Oriented Thought Process?
Susan
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] OOP Books (OT)

2010-03-10 Thread Benny
Hi Susan I cannot recommend any OOP book but I can recommend Lynda.com. 
Lynda.com has some great video courses, like
http://www.lynda.com/home/DisplayCourse.aspx?lpk2=759
Which amongst other covers OOP fundamentals and common design patterns.


- Benny

-Oorspronkelijk bericht-
Van: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] Namens Susan Day
Verzonden: woensdag 10 maart 2010 19:29
Aan: Flash Coders List
Onderwerp: Re: [Flashcoders] OOP Books (OT)

On Wed, Mar 10, 2010 at 12:23 PM, Mattheis, Erik (MIN - WSW) 
ematth...@webershandwick.com wrote:

 I got AS 3 w/Design Patterns right when I delved into AS3 and I found the
 examples too long and complicated to follow. I would not recommend it as
an
 introduction to OOP.


Noted. And your thoughts, if any, on The Object-Oriented Thought Process?
Susan
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

__ Informatie van ESET NOD32 Antivirus, versie van database
viruskenmerken 4932 (20100310) __

Het bericht is gecontroleerd door  ESET NOD32 Antivirus.

http://www.eset.com



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] OOP Books (OT)

2010-03-10 Thread Mattheis, Erik (MIN - WSW)
I'm just getting the hang of AS 3 - I learn more from looking at examples than 
reading books front to back, but it was using Foundation Actionscript 3.0 
Animation: Making Things Move! when I felt like things started clicking.

_ _ _
Erik Mattheis
Senior Web Developer
Minneapolis
T  952 346 6610
C 612 377 2272

Weber Shandwick
Advocacy starts here.

PRWeek Global Agency Report Card 2009 - Gold Medal Winner
The Holmes Report Global Agency of the Year
PR News Agency of the Year


-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Susan Day
Sent: Wednesday, March 10, 2010 12:29 PM
To: Flash Coders List
Subject: Re: [Flashcoders] OOP Books (OT)

On Wed, Mar 10, 2010 at 12:23 PM, Mattheis, Erik (MIN - WSW) 
ematth...@webershandwick.com wrote:

 I got AS 3 w/Design Patterns right when I delved into AS3 and I found the
 examples too long and complicated to follow. I would not recommend it as an
 introduction to OOP.


Noted. And your thoughts, if any, on The Object-Oriented Thought Process?
Susan
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] OOP Books (OT)

2010-03-10 Thread Nathan Mynarcik
I second this recommendation from personal experience. Great learning 
experience and can help you with more than just Flash. 

They just recently started doing month by month subscriptions. 


--Original Message--
From: Benny
Sender: flashcoders-boun...@chattyfig.figleaf.com
To: Flash Coders List
ReplyTo: Flash Coders List
Subject: RE: [Flashcoders] OOP Books (OT)
Sent: Mar 10, 2010 1:06 PM

Hi Susan I cannot recommend any OOP book but I can recommend Lynda.com. 
Lynda.com has some great video courses, like
http://www.lynda.com/home/DisplayCourse.aspx?lpk2=759
Which amongst other covers OOP fundamentals and common design patterns.


- Benny

-Oorspronkelijk bericht-
Van: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] Namens Susan Day
Verzonden: woensdag 10 maart 2010 19:29
Aan: Flash Coders List
Onderwerp: Re: [Flashcoders] OOP Books (OT)

On Wed, Mar 10, 2010 at 12:23 PM, Mattheis, Erik (MIN - WSW) 
ematth...@webershandwick.com wrote:

 I got AS 3 w/Design Patterns right when I delved into AS3 and I found the
 examples too long and complicated to follow. I would not recommend it as
an
 introduction to OOP.


Noted. And your thoughts, if any, on The Object-Oriented Thought Process?
Susan
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

__ Informatie van ESET NOD32 Antivirus, versie van database
viruskenmerken 4932 (20100310) __

Het bericht is gecontroleerd door  ESET NOD32 Antivirus.

http://www.eset.com



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Nathan Mynarcik
Interactive Web Developer
nat...@mynarcik.com
254.749.2525
www.mynarcik.com

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] OOP Books (OT)

2010-03-10 Thread Benny
http://www.adobe.com/devnet/actionscript/articles/oop_as3.html



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] OOP Books (OT)

2010-03-08 Thread Geografiek

Hi Susan,
I liked 'The Object-Oriented Thought Process' by Matt Weisfeld (not  
Actionscript)

and of course Colin Moock's 'Essential Actionscript 3.0'
HTH
Willem van den Goorbergh

On 5-mrt-2010, at 18:55, Susan Day wrote:

I'm going to start another thread on this, a bit OT. What are the  
best books

for learning OOP?
TIA,
Susan
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
Geografiek is a Dutch, Utrecht-based map and chart design company.
Willem van den Goorbergh can be contacted by telephone: (+31) 
30-2719512 or cell phone: (+31)6-26372378

or by fax: (+31)302719687
snail mail: Hooghiemstraplein 89 3514 AX UTRECHT
Visit our website at: http://www.geografiek.nl
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] OOP Books (OT)

2010-03-08 Thread Mark Burvill
Advanced Actionscript 3 with Design Patterns by Joey Lott and Danny Patterson 
is excellent for good solid AS3 applications of standard patterns
http://www.amazon.co.uk/gp/product/0321426568/ref=oss_product

--
Mark Burvill

Antifuzz
www.antifuzz.com
twitter.com/antifuzz
Tel: 0117 954 4036
Mob: 07780 608 498



On 5 Mar 2010, at 17:55, Susan Day wrote:

 I'm going to start another thread on this, a bit OT. What are the best books
 for learning OOP?
 TIA,
 Susan
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] OOP Books (OT)

2010-03-05 Thread Susan Day
I'm going to start another thread on this, a bit OT. What are the best books
for learning OOP?
TIA,
Susan
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders