Wordpress, Drupal, and Joomla. Sounds like spaghetti again.
I am overly tired of dealing with heavy site customizations that must take place within these "frameworks" such as Wordpress, Drupal, or Joomla. It is very depressing for me because I have being forced to write bad code which is exactly what has to be done to make a "successful" module or reusable feature for any of these three frameworks. (and many others I'm sure) My idea of what a good site development framework would be is one that is built on good programming practices and efficiently uses the appropriate design patterns. Using the MVC design pattern would be a must. ...
-
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 had wrote a couple years ...
-
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 new property called "smoothing" which ...
-
Creating Modular Flex Applications
Recently as I continued my miserable everyday struggle with Flex and it's incredibly slow IDE Flex Builder, I have made yet another discovery that of course is not documented about Flex. I am involved in building high end flash sites everyday and thus far on all of them I have created them as modular style Flex applications using Flash to ...
-
Flex & Flash || Flex vs. Flash?
I found myself asking the same question over and over lately as I get in to doing more full flash sites. Why is it that there has to be so many differences in the way that Flex and Flash operate and operate together at that. At the moment I will always choose Flex before flash for building full flash sites ...
-
RemoteObject for Flash CS3
Like a few other people I found myself dealing with the headache of transition to Flash CS3 applications from Flex every now and again and the one thing that gives me the most trouble is not having the same ActionScript 3 wrappers in Flash CS3 that I do in Flex such as the RemoteObject class for server remoting. There have ...