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)
Category Archives: Tips, Tricks, and Hacks
Copy text to clipboard in AS3
Here’s how you do it! http://mandarin.no/as3/as3-snippet-1-copy-text-to-clipboard/
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
Using ant for Flex – a no B.S. guide – Part 2 of 4
Part 1 Part 2 Part 3 Part 4 In this part, I get more nitty-gritty about working with flex’s ant tasks.
Posted in Flex, Tips, Tricks, and Hacks, Tutorial
Tagged ant, build, Flex, flexbuilder, java, tasks
5 Comments