coldfusion

Hey WMI, Where Can I Print

Windows Management Instrumentation, or WMI for short, is a very powerful and often under used technology. I am simply fascinated by how much you can accomplish...

0 replies - 510 views - 03/27/08 by Boyan Kostadinov in News

Freeing the Dragon an Interview with Vince Bonfanti

DZone sits down with Vince Bonfanti, President and co-founder of New Atlanta Communications, LLC. New Atlanta creates server-based software products built...

1 replies - 858 views - 03/27/08 by Dan Wilson in Articles

CFUnited Interview - Peter Bell

In this month's installment of my CFUnited interview series, I speak to prominent ColdFusion blogger, author and presenter and good friend, Peter Bell. Peter...

0 replies - 165 views - 03/25/08 by Brian Rinaldi in Articles

Model-Glue Tips and Tricks

Turn off automatic reloading of your application This will greatly reduce the time the application needs to process all request. This is the way...

0 replies - 270 views - 03/19/08 by Boyan Kostadinov in News

Querying the File System - From ColdFusion to SQL Server

While looking for a solution of a different problem, I realized that SQL Server has a feature called extended stored procedures. Extended stored procedures, at...

0 replies - 723 views - 03/17/08 by Boyan Kostadinov in News

Closing The 404 Gap For Dynamic Page Generation With onMissingTemplate()

ColdFusion's new onMissingTemplate() function is a great addition to our toolbox, and mind blowingly useful for Dynamic Page Generation, but (as Ben Nadel...

4 replies - 1172 views - 03/12/08 by Adam Tuttle in News

The Man Who Set Twitter Free

DZone sits down with Aaron West, the man who set Twitter free of the browser. Aaron is a long time ColdFusion, Flash and Flex developer who created twitterAIR,...

0 replies - 1594 views - 03/07/08 by Dan Wilson in Articles

Multi-selects Related with CFAjaxProxy

About a year ago I wrote a post about how to do Multi-selects Related with AjaxCFC. Recently someone was saying they found it useful, and I mentioned that if I...

0 replies - 305 views - 03/04/08 by Brian Rinaldi in Articles

ColdFusion 8's image functions + jQuery= a UI for adding text and color blocks into an image file

One of the new features in ColdFusion 8 is the ability to manipulate images using ColdFusion tags and functions. In addition to being to do generic image...

2 replies - 734 views - 03/03/08 by Brian Swartzfager in News

ModelGlue Layout Factory

Many developers want to add AJAX enhancements to an application. When that application uses a front controller, the inevitable question comes, should the...

0 replies - 361 views - 02/28/08 by Dan Wilson in Uncategorized

Top Features in ColdFusion 8 on Sitepoint

My latest article has just been posted on Sitepoint. It covers my personal favorite new features in ColdFusion 8 (at least, those at the moment as this tends...

0 replies - 259 views - 02/22/08 by Brian Rinaldi in Articles

Get All Form Fields in ModelGlue the Elegant Way

If you are using the ModelGlue framework for your ColdFusion development, you know how to get variable values from the form/url scope. Assuming you are inside...

4 replies - 495 views - 02/18/08 by Boyan Kostadinov in News

Quick Tip on Including JavaScript files in Your Model-Glue Views

While programming with Model-Glue, I find that I have to often include JavaScript files in each individual view. I most often do this for form validation but...

3 replies - 629 views - 02/06/08 by Boyan Kostadinov in News

Who Uses ColdFusion?

Those who haven't used CFML often have the perception that it is a niche language or 'training wheels' for developers to get their feet wet with programming...

1 replies - 731 views - 02/06/08 by Todd Sharp in News

What Function Called My Function

I recently came across a question on the Adobe forums about being able to tell who called a certain function in a base component (the "super"). The...

0 replies - 323 views - 02/06/08 by Gary Gilbert in News