Category Archives: Architecture

Software design and architecture

IDisplayObject? – Getting around the lack of an interface for the DisplayObject in Flash

Interfaces are amazing things. When I was young and green, I didn’t understand their purpose, but after working with them for a while, I will defend their use to the end. I try to create lots of interfaces early on … Continue reading

Posted in AS3, Architecture, Programming, Tips, Tricks, and Hacks | Tagged , , , , , | 6 Comments

MVC cheat sheet

Sometimes I forget the details of whether my Model should know about my Controller and that sort of thing. I found this little MVC cheat sheet on the internet that got me straightened out in a jiffy with step-by-step instructions. … Continue reading

Posted in Architecture, Programming | Tagged , , , , | 3 Comments

Q&A – is, as, and type conversion

A question from a reader gave me an excuse to write a huge rant about type conversions: I’m doing a little exercise in a book that makes a textfield in which each letter can only be entered once. Not very … Continue reading

Posted in AS3, Architecture, Programming, Tips, Tricks, and Hacks | Tagged , , , , , , , , | 4 Comments

Tip: Adding version checking to your external code library

Since version 1.0 of a code library that I’m sure you’re tired of me talking about came out, I have been making steady updates, some of which break legacy code. I was also having trouble keeping track of which version … Continue reading

Posted in AS3, Architecture, Tips, Tricks, and Hacks, Tutorial | Tagged , , , | 4 Comments

See Mims present KitchenSync at Singularity <head> web conference!

I’m honored to announce that I will be presenting at the <head> web conference (formerly called Singularity) this October 24-26th!  I’ll be talking about the basics of KitchenSync and what makes it so special. I’m very excited, not only to … Continue reading

Posted in Architecture, In Real Life, News | Tagged , , , , | 2 Comments