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 (5)
- 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)
Tag Archives: Flex
All about Flash Versions
Here is a really great article by Senocular about the different versions of the Flash Player, authoring tool, ActionScript, Flex, SDK, compiler, etc. The whole thing has gotten so complex that we really need something like this to keep track. … Continue reading
Speaking Wednesday night at the LA Flex User Group
I’m going to be speaking at the LA Flex User Group in Santa Monica on Wednesday, March 17, about Skinning in Flex 4. I know it’s late notice but come on down if you can make it!
Posted in Conferences and User Groups, iphone
Tagged degrafa, Flex, gumbo, meetup, skinning, spark, speaking, user group
Leave a comment
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