Adobe AIR
I finally made my first Adobe AIR app today. It's a simple XLS to XML file converter I made for work. I decided to use Flash CS3 to build it because I thought it would be easy, boy was i wrong. CS3 doesn't have any internal AIR documentation even fte installing the SDK. You do get code hinting, but thats only helpful if you know what the API does. So I had to find a copy of Flex's AIR documentation and use that for reference. I've only messed with CS4 a little bit, but it looks like it has AIR documentation inside of it. However, CS4 tries to go online first to get the latest docs first instead of loading the local copy.