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)
Category Archives: Tips, Tricks, and Hacks
Why there are no million dollar ideas
It is well known among my friends that I “do something to computers that somehow makes apps exist.” As such, I am often approached with the inevitable proposition that goes something like this: “I’ve got a million dollar idea for … Continue reading
Posted in In Real Life, Process, Tips, Tricks, and Hacks
Tagged collaboration, ideas, Rant
2 Comments
Quicksilver & ifttt
I wanted to share a couple of cool apps with you that make my life easier. Quicksilver It’s possible that I’ve just been living under a rock (or in Italy) but I was recently surprised when I stumbled across a … Continue reading
Posted in Tips, Tricks, and Hacks
Leave a comment
Enabling the Flash Debug Player on Chrome
After having this happen to me for the third time, I felt that it was time for me to repost this information. The problem: You’re positive that you just upgraded to the Debug version of the Flash Player, when you … Continue reading
Snippet Saturday: quick random choice
Today’s Snippet Saturday (actually, Sunday) is a quick shortcut for choosing one of several strings, objects, etc. randomly. Now, I wouldn’t really recommend using this code in a project. There are ways to do the same thing that are much … Continue reading
Matryoshka Functions
The other day, I was working with the Flex function BindingUtil.bindProperty(). I always have a hard time remembering which pair of arguments comes first, the ‘site’ or the ‘host’ and to be honest, the names don’t really make much sense … Continue reading
Posted in AS3, Objective-C, Programming, Tips, Tricks, and Hacks
3 Comments