Archive for the ‘ColdFusion’ Category

10 Skills Developers Will Need

Apr

03

by Mike Fleming at 7:09 am (2) .NET, Blackberry, ColdFusion, Technology | , , , , , , ,

Justin James at TechRepublic posted an article yesterday that covers his opinion of the 10 skills developers will need in the next 5 years. You can read his article and… (read the rest)

Rendering HTML Pages Via ColdFusion

Mar

19

by Mike Fleming at 6:39 am (2) ColdFusion

I saw this new technote yesterday from Adobe, showing how you can have ColdFusion render HTML pages.  I would imagine most folks know how to do this and also that… (read the rest)

Update: ColdFusion and .NET: Comparing the Performance of Image Resizing

Mar

10

by Mike Fleming at 12:36 pm .NET, ColdFusion

Needless to say, I received many comments and emails from the post this morning about comparing the performance between ColdFusion and .NET when resizing an image.  Some folks had wondered… (read the rest)

ColdFusion and .NET: Comparing the Performance of Image Resizing

Mar

10

by Mike Fleming at 7:28 am (10) .NET, ColdFusion

I received a comment from a reader named Daniel yesterday asking if I knew the performance difference in ColdFusion and .NET when resizing an image.  I did not know the… (read the rest)

ColdFusion: _31c is null Javascript Error Message

Mar

09

by Mike Fleming at 7:17 am (2) ColdFusion

Late last week I ran across a very strange Javascript error when putting together a few related selects. The error would appear whenever the bind function was fired on one… (read the rest)

Verity and ColdFusion – Suggestions

Feb

24

by Mike Fleming at 7:14 pm (1) ColdFusion

So I guess I have been living under a rock.  Today I came across the suggestions attribute that started shipping with ColdFusion 7.  In short, this feature will attempt to… (read the rest)

ColdFusion & .NET: Using FTP to Upload a File

Feb

23

by Mike Fleming at 8:00 pm .NET, ColdFusion

Our next little topic in the series comparing ColdFusion and .NET will cover the simple task of uploading a file via FTP.  This task is fairly easy in both languages… (read the rest)

Protecting ColdFusion Applications Against SQL Injection Attacks

Feb

17

by Mike Fleming at 6:54 pm (1) ColdFusion

I just saw this article on the Adobe Developer Center written by Ryan Wagener discussing what SQL injection attacks are and how to prevent them in your ColdFusion applications.  If… (read the rest)

ColdFusion & .NET: Parsing an XML Feed (Xbox Live)

Feb

16

by Mike Fleming at 2:20 pm (3) .NET, ColdFusion

Today’s post in our series comparing ColdFusion and .NET covers the topic of parsing XML.  If you are a developer you do this quite often.  For this example I am… (read the rest)

Nesting Groups in ColdFusion

Feb

12

by Mike Fleming at 7:20 pm (2) ColdFusion

I ran into something interesting today that I had not attempted before regarding the group by attribute in a cfoutput statement.  I needed to separate content into different group headings,… (read the rest)