September 2010 M T W T F S S « Aug 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
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…
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
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