-

Twitter
- Blogged: "FlexStore Revisited: Building an Animated Spark Layout" http://bit.ly/96JOa7 #Flex4
- Blogged "More #Flex4 / Spark ItemRenderer Samples" http://bit.ly/c5wcGF
- Principal Flex UI Engineer/Architect position at Attivio, a great startup in the Boston Area. http://www.attivio.com/attivio/careers.html
- Blogged: "Cool ItemRenderers Made Easy in Flex 4" http://bit.ly/bnyGwI
- Blogged "Creating a Custom Component and Skins in Flex 4" http://bit.ly/8Hng9b
Archives
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- September 2008
- May 2008
- April 2008
- February 2008
- December 2007
- November 2007
- October 2007
- August 2007
- July 2007
- June 2007
- May 2007
- March 2007
- February 2007
- January 2007
- November 2006
- October 2006
- September 2006
- August 2006
- June 2006
Categories
Category Archives: MAX
Using the SQLite Database Access API in AIR… Part 1
In my MAX session called “Liberate your Data with AIR”, I presented different approaches to access local data using the SQLite database access API in AIR.
The list of approaches included:
“SQL in View”
Data Access Object (DAO) pattern
Using an Object Relational Mapping (ORM) framework
I demonstrated a version of inSync (a simple contact management application) built with each [...]
Also posted in Air, Flex, SQLite 7 Comments
My MAX LCDS/BlazeDS Sessions Materials Available
Many of you have asked me for the materials I used in my LCDS/BlazeDS hands-on sessions at MAX.
Here are the links:
Lab instructions PDF (Powering Flex Applications with BlazeDS and Data Services)
Lab files (including final solutions)
If you didn’t have a chance to attend, you should be able to use this as a BlazeDS/LCDS tutorial [...]
Also posted in Air, BlazeDS, Flex, LCDS 11 Comments
Salesbuilder 1.5 with new AIR 1.5 Database Encryption
As you probably already know, AIR 1.5 is now available. New features include database encryption, Flash Player 10 support, and an updated version of WebKit.
I updated my Salesbuilder sample application to leverage the AIR 1.5 capabilities. Salesbuilder 1.5 leverages the new database encryption feature to allow you to secure your local database.
The first time you [...]
Also posted in Air, Collaboration, Flex, LiveCycle Data Services 15 Comments

Using the SQLite Database Access API in AIR… Part 2: Using the DAO Pattern