Useless Getters/Setters

April 26th, 2008

Part of building my new Framework revolves around optimization (Code, Size, and Speed). One of the quickest optimizations I have done is removing all the useless getters and setters and instead replace them with public vars.

Read the rest of this entry »

Google Analytics Bug?

April 24th, 2008

There has got to be something wrong with this, how can 74% of traffic be coming from the 9.0 player? There is no such thing as a flat 9.0 Player, take a look:

Read the rest of this entry »

FlexBuilder 3 vs FDT 3

April 24th, 2008

After 3 years I have finally given up on FDT.

Read the rest of this entry »

Config Class part 2

April 23rd, 2008

So I have been building a new Framework at Heavy. This framework is more designed oriented then the MCVC framework I was using before. The entire UI (Display) tier is built on XML similar to MXML. With that in mind I needed a way to quickly convert xml nodes into config objects. This was the next logical step from my original Config Class.

Read the rest of this entry »

AS 3 Config Class

April 2nd, 2008

As I move into more elaborate AS 3 development, I began looking for a way to templatize my config objects for each of my classes. This is my first attempt at an Abstract Config class.

Read the rest of this entry »