Ramblings

November 11, 2006

Ariaware RIA Platform

Filed under: flash — michaelangela @ 2:05 pm

Should do…

BIT-101 Blog » Blog Archive » Ariaware RIA Platform

I’ve recently started checking out the Ariaware RIA Platform. If you are building RIAs, do yourself a favor and download, install, and learn this framework.

Cutest intro to OOP for AS2.0 ever…

Filed under: flash — michaelangela @ 2:03 pm

Introduction to OOP with ActionScript 2.0

learn the basics of object oriented programming (oop)

study object-oriented concepts and code

create an example object-oriented program (a Tamagotchi-style virtual pet)

Inheritance vs Composition

Filed under: flash — michaelangela @ 2:02 pm

Colin Moock on inheritance vs. composition for OOP

moock>> composition vs inheritance, from essential actionscript 2.0 (eas2)

Composition, an alternative form of inter-object relationship, often competes with inheritance as an OOP design technique. In composition, one class (the “front end class”) stores an instance of another class (the “back end class”) in an instance property. The front end class delegates work to the back end class by invoking methods on that instance.

As2lib Reflection API

Filed under: flash — michaelangela @ 11:59 am

simonwacker.com – Weblog | About | Projects | Portfolio

What are reflections? Is Flash supporting reflections? What functionalities is the As2lib Reflection API (org.as2lib.env.reflect) offering me and how can I use these functionalities?

Test-Driven Development with ActionScript 3.0

Filed under: flash — michaelangela @ 11:59 am

What is TDD?

Test-Driven Development with ActionScript 3.0

TDD is a technique that allows you to embrace change and ultimately leads to clean code that works.

As2lib Exception API

Filed under: flash — michaelangela @ 11:58 am

Learning how to set up, deail with, and of course, handle exceptions.

simonwacker.com – Weblog | About | Projects | Portfolio

This tutorial covers exception basics, the key parts of the As2lib Exception API (org.as2lib.env.except) and how they improve your application and help you during development on your Flash application.

Tools to speed up Flash development

Filed under: flash — michaelangela @ 11:57 am

Reference. Links to some tools on the bottom of the page which can be useful. Probably needs updating though. Some of the tools have changed names already, i.e. Admintool has become Xray I think?

What About Flash? Can We Really Make Games With It?

At Oberon, the tools we use that really speed up development are:

Theme: Silver is the New Black. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.