January 13, 2009
Implicit Structure Notation ColdFusion
Implicit Structure Notation was added to ColdFusion 8, this allows you to create a struct on the fly in one line.
April 28, 2008
3 New Image Effects for ColdFusion 8
Foundeo has released 3 new Image Effects for ColdFusion 8!The first is sepia tone, you can see an example image to the left. Sepia tone was popular in the 1800's (used to give black and white photos a bit of color), but thanks to modern photoediting technology is making a comeback.
April 05, 2008
10 Most Useful Image Functions in ColdFusion 8
Last week when I gave my Image Manipulation with ColdFusion 8 presentation at the New York City ColdFusion Users Group, several people asked me to blog this slide.
October 26, 2007
Getting EXIF Metadata with ColdFusion 8
One example that I've been meaning to post is how to get Image Metadata using the Exchangeable Image File Format or EXIF a using ColdFusion 8. It's actually quite simple, to get a list of all the EXIF tags simply use the ImageGetExifMetaData function.
September 14, 2007
CFImage Presentation Outline
I gave a presentation on ColdFusion 8's CFIMAGE tag, Image Functions, and Foundeo's CFImage Effects Component yesterday to the Albany, NY CFUG.I have made the code samples & slides available online.
August 16, 2007
Web Services Problems with ColdFusion 8 on a Mac
I just got a brand new Mac Pro yesterday - I spent most of yesterday installing stuff, but today I was trying to get a little work done... I ran into a problem when trying to invoke web services on CF8 - it threw the following error:coldfusion.jsp.
August 09, 2007
CFImage Effects Library for ColdFusion 8
August 07, 2007
CFThread - Don't Abuse It
I love the fact that you can now create threads with CFML in ColdFusion 8, however as Spiderman can tell you with great power comes great responsibility.Using threads can increase the performance of your application, however using threads can also decrease performance.
August 06, 2007
Serializing CFC's in ColdFusion 8
One of the handy new features in ColdFusion 8 is that CFC's are now serializable. There isn't a whole lot of information about this new feature in the docs, but I did some playing around and it does appear that they have used Java's serialization API. This means that you can use java's java.io.
July 31, 2007
ColdFusion 8 Security Whitepaper
Adobe has published a whitepaper called: ColdFusion 8 Product Security Briefing, which outlines the results of an independent security audit from Information Risk Management Plc.





