January 31, 2010 - 21:56
Posted in ActionScript 3.0, Flex | 1 comment
I was working on a project recently and I discovered (or possibly misunderstood – see disclaimer) that Flex does not cache modules correctly, or – at the very least – it does not do it effectively according to my tests.
December 12, 2009 - 22:58
Posted in AIR, ActionScript 3.0, Flex, MySQL | No comments
Read this post to fix that annoying error with asSQL when trying to connect to remote MySQL installations
November 15, 2009 - 21:57
Posted in ActionScript 3.0, Flex | No comments
Learn how to fix that ever-painful “optimization” feature of Flex’s list components
September 9, 2009 - 14:01
Posted in ActionScript 3.0, Flash, Flex, PHP | 2 comments
Danny Kopping Consulting opens up shop!
September 8, 2009 - 21:35
Posted in ActionScript 3.0, Flash, Flex | No comments
There are many things that really irritate me – pretence, dishonesty, blind faith and Flex font embedding! Sometimes it makes me wonder whether i really exist… Ok, that’s taking it a bit far, but it really grates my nuts sometimes
July 22, 2009 - 20:51
Posted in Flex | 2 comments
Utilizing the RSL (Runtime Shared Library) mechanism in Flex is arguably one of the quickest and easiest ways to drastically shrink your Flex application’s file size. The RSL mechanism essentially allows you to compile your Flex application without embedding the Flex framework into the code. So, if the Flex framework isn’t compiled into the Flex [...]
May 6, 2009 - 00:16
Posted in ActionScript 3.0, Flex, PHP | 2 comments
Here’s a quick and easy way to handle multiple service calls in two simple event handlers!