Subscribe: Posts / Comments / Email


RSS

Tag Archive | "ActionScript"

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

PHP – RESTful Data Access Object

Sunday, June 14, 2009

0 Comments

You may use this class as a REST type service or as a general class. Its great, CRUD on any database and table. To create a table record, do the same as above just make the id field for your table 0, this is because the class does a check, to see if there is [...]

Flex Application Architecture

Tuesday, June 2, 2009

2 Comments

As you may not know, but I selected to write a article for the great people over at Flash & Flex Developers Magazine. I want you guys to read it. I have attached a copy of the article, but if you want the real magazine plus tons of other great content, head over to your [...]

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

Tuesday, February 24, 2009

4 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

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