Subscribe: Posts / Comments / Email


RSS

Tag Archive | "Air"

Advanced Guide To Flex

Wednesday, June 17, 2009

2 Comments

I haven’t had much time to complete that Advanced Guide To Flex project that I brought up awhile ago, but I am now going to release all of the examples that I did, even though I won’t explain them, I am sure most of you guys will be able to understand how the code works. [...]

Adobe Flex – Flex 3 & AIR Exam Guide (Vol 2)

Tuesday, February 24, 2009

3 Comments

Here is an updated guide with highlighted content in regarding questions and exact topics on the exam. PDF Guide: Adobe_ACE_Study_Guide_v2.pdf PDF Comments: Adobe_ACE_Study_Guide_v2_Comments.pdf DOC Guide: Adobe_ACE_Study_Guide_v2.doc Permanent link to this post (27 words, estimated 6 secs reading time)

Adobe Flex – Flex 3 & AIR Exam Guide (Vol 1)

Saturday, January 10, 2009

12 Comments

On Monday January 12th, I will take my exam to become a Adobe Certified Expert in Flex & AIR.

Adobe Flex – Mini Cookbook (Vol 2)

Tuesday, October 21, 2008

0 Comments

Web Service Recipes and solutions include. Recipe 2.1 – Getting Started with XML-RPC Recipe 2.2 – Requests with XML-RPC Recipe 2.3 - Authentication and XML-RPC Recipe 2.4 – Getting Started with REST Recipe 2.5 – REST Service Class I will be making more additions to this when I find some more time. Take a look. [...]

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 This is a preview of Adobe Air – Connection Manager. Read the full post (166 words, estimated 40 secs reading time)

Adobe Flex – Introduction to REST

Friday, October 3, 2008

0 Comments

Have you ever wanted to create a really sophisticated application, well connecting to a external data source is just a must with all of the APIs that are available. The social bookmarking scene is one of the biggest movements of the web. How would you like it to be able to connect to Del.icio.us API and grab all of your bookmarks or posts, well not just yours any one who has an account at Del.icio.us, that would be pretty cool wouldn't it?

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. This is a preview of Adobe Air – Saving Preferences. Read the full post (278 words, 1 image, estimated 1:07 mins reading time)

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 [...]