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. [...]
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)
On Monday January 12th, I will take my exam to become a Adobe Certified Expert in Flex & AIR.
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.
Permanent link to this post (57 words, [...]
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)
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?
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 [...]
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.
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)
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 [...]
Wednesday, June 17, 2009
2 Comments