// archives

ColdFusion

This category contains 31 posts

ColdFusion & .NET: Send an Email

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 [...]

ColdFusion: Overlay an Image

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 [...]

ColdFusion & .NET: Resizing the Height of an Image

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 [...]

ColdFusion & .NET: Resizing the Width of an Image

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! [...]

Comparing ColdFusion and ASP.NET

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 [...]

Using the Barbecue Java Library in ColdFusion to Create Barcodes

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 [...]

Installing ColdFusion on Windows Server 2008 64-bit

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 [...]

ColdFire Debugger Updates

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.

Woot Tracker Snippet

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 [...]

Adobe Announces Bolt, a ColdFusion IDE

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 [...]

Categories