Today's post in the ColdFusion & .NET series covers a fairly simple task: sending an email. This is very easy to do in both languages. The examples below show you how to send a text based email in each language. In ColdFusion you use the CFMAIL tag to send off an email. In the example [...]
I have not had a chance to play around with every piece of functionality with the image functions that were released in ColdFusion 8. Due to a problem yesterday, I had the chance to play around with a couple of them last evening. The problem was I needed all the images on the site to [...]
After last week's post on resizing images in ColdFusion and .NET based on width, someone contacted me and asked me about resizing the image based on height. So below is how you accomplish that in ColdFusion and in .NET. First in ColdFusion: The .NET function is very similar to the function we covered last week [...]
This is my first post comparing some functionality and code between ColdFusion and .NET. For all of posts in this series I am running ColdFusion 8 Enterprise and the 3.5 .NET Framework. All of the sample code I will be showing for .NET is written in C#. Sorry if you were looking for VB examples! [...]
Just wanted to let everyone know I will be starting a series of weekly posts on comparing ColdFusion and ASP.NET. Comparing may not be the best word for it, as I will be showing code snippets in Coldusion and then showing code in ASP.NET that accomplishes the same task. I am by no means an [...]
A few years ago I was tasked with creating some dynamic PDF files that contained a couple of barcodes in them. I started looking around for components or libraries that I could use through ColdFusion to feed the images into CFDOCUMENT. I stumbled across an open source Java library named Barbecue (clever name!). Since ColdFusion [...]
Late last week I spent a day trying to install ColdFusion 8 Enterprise on a new 64 bit Windows Server 2008 server. It did not go well at first. The install itself succeeded, but nothing was working. When trying to launch the administrator to complete the installation, IIS threw one of the most bizarre error [...]
Nathan Mische has announced an update to the ColdFire debugger that includes debugging for the built in cfajax features. Sounds very cool. You can download it from RIAForge.
As I started browsing my RSS feeds yesterday morning I was happy to see that Woot.com was holding one of their famous days known as a WootOff. So I kept their site open in Firefox and I would refresh it every few minutes to see if a new product was available yet. That quickly became [...]
Big news came out of MAX today. Adobe has announced their own ColdFusion IDE, named Bolt. From their description of the product it will be based on the Eclipse platform. Below are the highlights from their released info: * Object Relational Mapping auto-configuration * Application Code Generation * Server management * Easily extensible through [...]