Subscribe: Posts / Comments / Email


RSS

Archive | Air

Adobe Air – Connection Manager

Wednesday, October 8, 2008

5 Comments

Here is a very useful script that I re-use and re-use when building Air applications. Its a simple script I am sure you can make out what is going on here. ConnectionManager.as

Adobe Flex – Introduction to XML-RPC

Thursday, October 2, 2008

6 Comments

When developers start building web applications with Flex or desktop applications with Air, you come to the point when you want to do more with your application. For instance if you are working for a company and you just got finished building a product manager for SandKicker clothing, and he decided since you did such [...]

Adobe Flex – FlexpatternAir

Sunday, September 28, 2008

15 Comments

This is going to be for the power-users of Textpattern with tons of features that are going to make every Textpattern users life a whole lot easier.

Adobe Air – Saving Preferences

Friday, September 19, 2008

4 Comments

Its always good to remember a users preferences, so here is a quick code snip of how to do exactly that.

Adobe Air- Using SQLite

Friday, September 19, 2008

4 Comments

Here I will provide all necessary files for creating, and executing statements from Air to your newly created SQLite database, I have commented all of my code, so you will be able to get the idea of how things are working. If you need some more help, feel free to leave me a comment and [...]

Adobe Flex – Presentation & Cookbook

Friday, September 19, 2008

6 Comments

Here is a little thing that I made up for people using Flex/Flash and amfphp a little cheat sheet to use as a reference. I have two different versions of this: Is use without any framework and without a services-config.xml file in the compiler. Second version is for use with the Cairngorm Framework. These example [...]