about 7 months ago - 3 comments
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.
about 8 months ago - No comments
Learn how to define a custom Flex busy cursor in pure CSS
about 8 months ago - No comments
Read this post to fix that annoying error with asSQL when trying to connect to remote MySQL installations
about 9 months ago - No comments
Learn how to fix that ever-painful “optimization” feature of Flex’s list components
about 12 months ago - 2 comments
Danny Kopping Consulting opens up shop!
about 12 months ago - 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
about 1 year ago - 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