I wanted to setup access to my chrooted FTP users to specific directories under my web server. There didn’t seem to be a streamlined way to use symbolic or “sym” links. I discovered that utilizing the “mount –bind” command seems to do the trick. (Don’t use “rm” to remove these mounted directories or you’ll erase [...]
At Excentrix Web, we are avid users and proponents of Open Source Software (OSS). Consequently, we are always looking for “what’s out there” instead of “reinventing the wheel”: we do this in order to increase ROI for our clients’ projects. When we decided to port a fairly complex Flex project to Cairngorm we decided to [...]
Hi Everyone,
Just to help anyone who may not be able to find the solution to fixing Flex Builder font transcoding errors, go to flexfreaks.com’s forum. You basically have to add the compile switch “-managers flash.fonts.AFEFontManager” in the “Additional compiler arguments” field under “Project” -> “Properties” -> “Flex Compiler”. Let me know whether or [...]