Archives
The Authors
Categories
- AIR (22)
- Architecture (22)
- AS3 (90)
- Client-side (9)
- Conferences and User Groups (5)
- Data (1)
- Design (15)
- Discussion (8)
- Flash (116)
- Flex (69)
- HTML5 / JavaScript (1)
- Hydra (3)
- In Real Life (36)
- iphone (5)
- Lab (6)
- Meta (4)
- Mobile (2)
- News (75)
- Objective-C (2)
- physics & motion (10)
- Process (5)
- Programming (72)
- Project (3)
- Server-side (1)
- Site-seeing (49)
- Snippets (5)
- Tips, Tricks, and Hacks (34)
- Tutorial (38)
- User Experience (25)
- Videogames (37)
Monthly Archives: March 2007
Gaming 3.0 is totally white
Here’s an IGN article on PlayStation 3′s answer to Microsoft Live called Home. Announced at the Game Developer’s Conference in SF a few weeks ago, Home is like a cross between Second Life and Battle.net and it’s so totally white … Continue reading
Posted in News, Site-seeing, Videogames
Leave a comment
Order of Operations Strikes Again
Quick AS3 hint for today. Keep learning from my mistakes! Did you know that the order of the ! operator is higher than the order of the is operator? That means that in the example: if (!strategy is AwesomeStrategy) {… … Continue reading
Posted in AS3, Flash, Flex, Programming, Tutorial
Leave a comment
Adobe CS3 Launch
I’m at the Adobe Creative Suite 3 Launch Event in NYC. Click below for the live blogcast. Hit refresh cause i’m uploading every 5 mins or so.
Apollo Tip: Never See the Flex Loader
Here’s a really simple trick you can use to prevent the Flex loader from showing when you start up your application. All you have to do is hide the window, and show it when the Application is ready. In MyApplication-app.xml: … Continue reading
Posted in AIR, Flex, Programming
2 Comments
Using E4X With XHTML? Watch Your Namespaces!
One of the best things about AS3 so far, for me, is the decision to make it much noisier about failing. If there was one thing that was frustrating before, it was trying to track down what failed silently and … Continue reading
Posted in AS3, Programming
22 Comments