Blog Detail
SubClosure
http://www.subclosure.com/
the eternal battle with Flash, Flex, PHP, Mac and the all the rest
Recent Posts
how to synchronize sql database structures
When working with databases one always need to keep track of changes in the database structure. If an older database needs to be updated to the latest version quite possible a lot of ALTER statements need to be created to make the old database look...
missing assets when creating a Flex 3 release build
Just noticed that some of my image assets where missing in the release build folder after using the Flex Builder 3 “export release build” function. Cause: Flex only copies those assets that are not embedded into the release folder Problem...
How to rotate a label or text in Flex
Problem: when setting the rotation property on a Flex label or text component the component becomes invisible. Cause: To rotate text in Flex the font must be embedded. Easy Solution: 1. Embed a system font in your Application like so: [Embed(systemF...
download eclipse icons
The Eclipse core icons are great icons to use in any application. Here is a online archive of all (3904) 16×16 eclipse icons. Great if you don’t have eclipse on your machine or for just quick browsing of these super useful icons. http://xa...
php short opening tags – class not found
Getting class not found errors even though the require and include statements work fine? It might be the case that the php configuration (php.ini) does not allow short opening tags. short_open_tag = 0 A short opening tags in php looks like this <...
Mac OS – MySQL server’s socket is not correctly configured
After installing mysql on Mac Os 10.5.8, I could connect to the mysql server from the command line. But when I tired to open phpmyadmin I got this error: Error: The server is not responding (or the local MySQL server’s socket is not correctly c...

