HTML 5 template language for CFML applications
Wed, Apr 17, 2013
What should a framework do and what should a language do? CFML does have a good amount of built-in framework functionality already. It gets confusing on what is language or not, doesn't it? It seems that CFML's job is to merge a b... Read More
Web application performance optimization tips for CFML, PHP and other languages
Mon, Apr 15, 2013
It's taken me a long time to eliminate disk overhead from my web application, and I'm not done yet. Once you have an app that is CPU bound instead of disk bound, then you can start to justify using some other more efficient language. However, there i... Read More