Category Archives: ColdFusion

Capitalization for us Mc’s and Mac’s!

Needed to capltalize Mc’s and Mac’s? Here’s a quick function for it…

Posted in ColdFusion, Programming | Tagged , , | Leave a comment

ColdFusion Caching Explained

Configured in the ColdFusion administrator under the “Caching” section, server caching controls how much and when data is stored in memory. An effective server caching strategy can relieve stress on resources such as databases, CPUs, and file systems while dramatically … Continue reading

Posted in ColdFusion, Programming | Tagged , | Leave a comment

Email – Multipart Email with HTML/Plaintext

It is often quite usefull to be able to send an email with HTML for those that can support it, and Plaintext, for those who do not. There is how you can send a ‘multipart’ email with ColdFusion. <cfmail from=”” … Continue reading

Posted in ColdFusion, Programming | Tagged , | Leave a comment