find articles
-
My Recent Tweets
Error: Twitter did not respond. Please wait a few minutes and refresh this page.
-
-
Recent Posts
Recent Comments
- windows 7 farbschema meldung on Using jQuery to loop thru DOM objects with optional delay
- userslot on Slice a query string and store as object values using JavaScript
- plplaytech slot on Slice a query string and store as object values using JavaScript
- BandarUsernesia on Slice a query string and store as object values using JavaScript
- Maindepo168 on Slice a query string and store as object values using JavaScript
Archives
- January 2013 (1)
- October 2012 (2)
- September 2012 (1)
- August 2012 (11)
- July 2012 (6)
Categories
- CSS (2)
- HTML5 (3)
- JavaScript (11)
- jQuery (7)
- More (5)
- Coldfusion (2)
- Developer Tools (1)
- IIS (1)
- Photoshop (1)
- Reviews (1)
- Movies (1)
Meta
-
Tag Archives: Coldfusion
Processing files in ColdFusion with an extension other than .cfm
Want to run ColdFusion code on a page but don’t want the .cfm extension?
Or you have existing pages with an extension of .html and want to add CF code?
You need to update CF and IIS.
These instructions apply to ColdFusion version 9 and IIS 7+.
(more…)
Loading an image via the <img> tag using ColdFusion
I wrote a basic routine to accomplish this awhile back using <CFImage> and decided to revisit it.
I found out it needed major rework!
There were all types of exceptions dealing with transparent png and gif files.
After spending 2+ days on it, I believe the following is a solid solution.
(more…)