Logical Chaos Theory

Developing An Easier World…

Archive for June, 2009

ColdFusion Application Multi-Environment Configuration

A common problem that I and I’m sure many others have had in the development process of web applications is handling application configuration for different environments such as local development, staging, and production sites. For quite some time now I have had this problem licked in my ColdFusion applications by using a SettingsManager class I [...]



Categorized as ColdFusion

Flex Image Smoothing Made Easy

As the number of Flash websites that I work on increase, so does my need for convienance components in Flex. I figured I would start with one of the most commonly needed features of all which is an easy way to enable smoothing on the mx.controls.Image class. My extended version of this class offers a [...]


Tagged as , , , ,
Categorized as ActionScript, Flash, Flex