Archives
The Authors
Categories
- AIR (21)
- Architecture (21)
- AS3 (86)
- Client-side (9)
- Conferences and User Groups (4)
- Data (1)
- Design (15)
- Discussion (7)
- Flash (109)
- Flex (68)
- Hydra (3)
- In Real Life (33)
- iphone (3)
- Lab (6)
- Meta (4)
- Mobile (1)
- News (73)
- Objective-C (1)
- physics & motion (10)
- Process (4)
- Programming (71)
- Project (3)
- Server-side (1)
- Site-seeing (49)
- Tips, Tricks, and Hacks (28)
- Tutorial (38)
- User Experience (25)
- Videogames (35)
Category Archives: 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 AS3, displayobject, hack, idisplayobject, interface, workaround
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 Architecture, design patterns, link, moock, mvc
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 as, coercion, cs, downcasting, is, lesson, oop, Tutorial, types
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 actionscript, KitchenSync, library, Tutorial
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 conference, Flash, KitchenSync, News, web
2 Comments