Tag Archives: Flex
Having trouble getting a client to pay?
My good friend Dan Florio (Twitter friends actually) kicked off a discussion about what to do when a client doesn’t pay. He has some great tips and is also asking for some community input. I am sure there are plenty of bad experiences out there to go around, mine included. What would be great is [...]
Flex 3, ColdFusion 8, and Error #1034
Working on project for a new client I had had the opportunity to use Flash Remoting from Flex to talk to services on a ColdFusion server without running the ColdFusion server locally on my machine. Since I am working remote these days (at home), I wanted to connect to the CFC’s on the ColdFusion server [...]
Posted in ColdFusion, Flash Remoting, Flex Also tagged Adobe, ColdFusion, Flex Builder 3, RemoteObject, Remoting Leave a comment
Storing an ArrayCollection in the EncryptedLocalStore
On one of my side AIR projects I got the idea to store an ArrayCollection (AC) object into the EncryptedLocalStore (ELS) to have a sort of mini data structure. I thought it would be no problem since you can basically throw anything you want into the EncryptedLocalStore as long as its not over 10MB where [...]
Posted in AIR, Flex Also tagged Adobe AIR, Adobe Integrated Runtime, AIR, ArrayCollection, describeType, EncryptedLocalStore 3 Comments
Drop your framework?
After attending an interesting session at Adobe MAX 2008 titled “The Flex Architecture Face-off”. At first I though the speakers (Yakov Fain, Chafic Kazoun, Todd Anderson, and Joshua Noble) were going to debate which framework was the best, you know, Cairngorm, PureMVC, Mate, and others. Initially the speaker surveyed which frameworks developers were using and [...]
Posted in Cairngorm, Flex Also tagged Adobe, agile development, Cairngorm, Frameworks, Mate, PureMVC, Software development process 9 Comments
Xdrive AS3 Library
I have not posted in a long long while it seems. That would be nice if I were just hanging out on a beach some place. However, I have been busy doing lots of things for work and working on a new AS3 library. I have been developing for the past few months an AS3 [...]
Custom RichTextEditor
One of the longest running post on my blog has been about creating XHTML output from the Flex RichTextEditor control. I always thought it would would be nice if someone took all the comments and suggestions for that post and created a customized control that outputs proper XTHML. Well, Axel Jenson has created such a [...]
Building ASDocs and SWC with Flex Ant Tasks (flexTasks) for both Mac and PC
I wanted to write a quick post because I am just exploring the ability to build ASDocs using ANT from within Flex Builder 3. Adobe Labs has a post about using Flex Ant Tasks to manage builds from Flex. With this tool you can compile Flex applications, modules, libraries, and HTML wrapper code, as well [...]


Flex :: ImageCache, a cheap way to cache images