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: Flex
Don’t Panic.
Dear Flash & Flex Interactive Developers, keep calm and carry on. The news from Adobe seems like a big deal now but I’m not sure that it’s soon enough to judge what the long term impact will be. In my … Continue reading
Posted in AIR, Flash, Flex, In Real Life, Mobile, News
7 Comments
Using %tokens% with Flex resource bundles
When I use Flex, I make extensive use of Resource Bundles for all but the most basic applications. In short, they allow you to keep all of your static string values (and non-string values) separated out of your code. That … Continue reading
Posted in AS3, Flex, Tips, Tricks, and Hacks
Tagged Flex, resource bundles, strings, token
5 Comments
Using ant for Flex – a no B.S. guide – Part 4 of 4
Part 1 Part 2 Part 3 Part 4 Now that you’ve been through 3 exhaustive tutorials on ant for flex, it’s time to use your knowledge you’ve gained to turn your back on the built-in Flex compiler and switch to … Continue reading
Posted in Flex, Tips, Tricks, and Hacks, Tutorial
Tagged ant, build, eclipse, flashbuilder, Flex, flexbilder, java
4 Comments
Using ant for Flex – a no B.S. guide – Part 3 of 4
Part 1 Part 2 Part 3 Part 4 This third installment talks about tips and tricks for using ant with version control systems.
Posted in Flex, Tips, Tricks, and Hacks, Tutorial
Tagged ant, build, Flex, flexbuilder, java
1 Comment