Archive for the 'Uncategorized' Category

var i:* = 24;

var now:Date = new Date();
var bday:Date = new Date(1982, 1, 16);

if(now.month == bday.month && now.date == bday.date) {
	i = now.fullYear - bday.fullYear;
	trace("Happy " + i + "th birthday to me");
}

Yup, another blog about Adobe Flex. I’ll mostly focus on Flex work that I do, experiments, custom component development, yadda yadda. I might throw in some observations about San Francisco here and there.

About me

I’m 24 or 25, depending on when you read this. I live in the Mission District in San Francisco. I work at Stanford University (shout out to all who ride Caltrain). I’ve been working with Flex for a while now, whenever Flex 1.5 was first released. I’ve got a few mid to large size Flex projects under my belt. I like mangos. I’m pretty much the most web 2.0 person I know.