Archives
The Authors
Categories
- AIR (21)
- Architecture (21)
- AS3 (86)
- Client-side (9)
- Conferences and User Groups (4)
- Data (1)
- Design (15)
- Discussion (7)
- Flash (109)
- Flex (68)
- Hydra (3)
- In Real Life (33)
- iphone (3)
- Lab (6)
- Meta (4)
- Mobile (1)
- News (73)
- Objective-C (1)
- physics & motion (10)
- Process (4)
- Programming (71)
- Project (3)
- Server-side (1)
- Site-seeing (49)
- Tips, Tricks, and Hacks (28)
- Tutorial (38)
- User Experience (25)
- Videogames (35)
Category Archives: AIR
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
Apollo Native Windows Part 3
As promised I’m back with more goodies! This time I’ve extended the simple window manager to support document windows as well as application windows. I also included a class that binds to your MenuBar in an empty menu and keeps … Continue reading
Posted in AIR, Flex
4 Comments