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: AIR
How Ironic – Aviary is a CS3 competitor built with Adobe products
Aviary is a platform ecosystem for people who create. It is organized around a suite of Flex-based rich internet applications geared for artists of all genres. From image editing to typography to music to 3D to video, we have a … Continue reading
Posted in AIR, Design, Flex, News, User Experience
Leave a comment
Apollo FileSystem Tutorial Part 1 – File and FileStream
One of the most important new features in Apollo is the ability to access the local file system directly. This provides developers with the ability to read and edit text or html files, save preferences locally, store application states as … Continue reading
Mims speaks @ NY Flex Users Group 2007/5/24
Hi. For you readers in NYC, I’ll be speaking at the next NY Flex Users Group on the Apollo Filesystem API. I hope you can make it! If not, watch this space for notes and code samples. Cheers! NYFLEX.org
Apollo Mail Client Version 0.3
I’m pleased to announce the first alpha release of ApolloMail, a cross-platform POP3 / SMTP e-mail client written in Apollo (obviously) in under 500K (and most of that is my gratuitous about banner). It’s just the beginnings, really, but here … Continue reading
Posted in AIR, AS3, Flex, Programming
29 Comments
Logging to a File in Apollo
Since Apollo apps will be run as standalone desktop applications, logging to trace output or a LocalConnection won’t really be useful once the app is installed on the end-user’s machine. It would be great to log (a responsible amount) (if … Continue reading
Posted in AIR, Flex, Programming
1 Comment