Archive | November, 2011
19
Nov

AS3 ModuleLoader and ModuleManager CSS

While programming in Flex 4.5, I came across an issue that took forever to figure out. It had to do with the ModuleLoader class and the inability of it to inherit styles from the application that was loading it. According to Flex documentation, a Module that is loaded into the same application domain as it’s […]

Continue Reading →
19
Nov

Flex Library Linking (RSL, External, Merged)

Setting up the Flash/Flex environment for development can take some time. When I first setup Flex Builder 3.0, I had to work through a lot of different configuration before I found, in my opinion, the best setup for it. Basically, I had the idea of setting up five different projects as Flex projects: Library (pure […]

Continue Reading →
09
Nov

WordPress index.php Redirects to Base Url

Problem Recently, I was working on a website that needed to display a temporary home page, while an installation of WordPress was being worked on. The custom home page was being displayed as index.html. WordPress uses index.php, combined with mod_rewrite, to handle all requests coming into the site. The server I was using would show […]

Continue Reading →