[2007-07-18] .NET - Beware of the FileInfo.OpenText() method
I'm a big fan of the System.IO.FileInfo object in .NET because it wraps the System.IO.File object nicely in a strongly typed way.

[2007-07-11] Return Format for ColdFusion Components in ColdFusion 8
One of the lesser publicized updates in ColdFusion 8 is the introduction of the returnFormat attribute for the cffunction tag.