Actionscript-Experiments by Fabian Nöthe
Dipl. Des. Fabian Nöthe works as a user experience designer, conceptual designer, interaction designer and developer in the field of interactive-media, out-of-home-media and communication design. Currently he works as a conceptual designer for Jung von Matt/next.
E-Mail: hello@insnet.de
Blog: blog.insnet.de
Experiment 1: Design Patterns
Design Patterns in AS3; mostly based on the famous book "Head First Design Patterns".
Design Patterns:
- abstractfactorymethod
- adapter
- builder
- command
- composite
- decorator
- facade
- factorymethod
- flyweight
- iterator
- mediator
- memento
- mvc
- observer
- singleton
- state
- strategy
- templatemethod
- to be continued...
Download source: http://insnet-lab.googlecode.com/svn/trunk/DesignPattern/publish/zip/designpatterns.zip
View source: http://code.google.com/p/insnet-lab/source/browse/#svn/trunk/DesignPattern/src
SVN: svn checkout http://insnet-lab.googlecode.com/svn/trunk/ insnet-lab-read-only
Experiment 2: Logging with Spicelib
This experiment shows how to use the "SpiceLib-Logging-Framework" (Jens Halm http://www.spicefactory.org) with SOS max (Powerflasher http://sos.powerflasher.de) .
The Spicelib logging framework allows to log custom messages from application code and use the configuration options to filter log output based on logger names (often corresponding to the name of the class containing the log statement) and log levels as a way to indicate the severity or importance of the log message. For more information see: http://www.spicefactory.org/spicelib/docs/as3/current/manual/
Download source: http://insnet-lab.googlecode.com/svn/trunk/Logging/publish/zip/logging.zip
View source: http://code.google.com/p/insnet-lab/source/browse/#svn/trunk/Logging/src
SVN: svn checkout http://insnet-lab.googlecode.com/svn/trunk/ insnet-lab-read-only