My favorites | Sign in
Project Home Issues Source
Project Information
Members
Links

Actionscript-Experiments by Fabian Nöthe

Dipl. Des. Fabian Nöthe works as a creative director, creative technologist, user experience designer and interactive developer for Powerflasher Hamburg.

Twitter: blogblog


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

Powered by Google Project Hosting