Archive for the ‘ColdFusion’ Category

Integrate reCAPTCHA Into Your ColdFusion Application

Nov

17

by Mike Fleming at 8:13 am ColdFusion

DataMgr Is Worth A Look

Nov

11

by Mike Fleming at 8:25 pm (5) ColdFusion

I have been hearing lots of good things about some of the CRUD options available for use in ColdFusion applications.  With a new side project coming up I decided to… (read the rest)

Adobe Releases Public Betas of ColdFusion 9 and ColdFusion Builder

Jul

13

by Mike Fleming at 6:59 am ColdFusion | ,

This is just a quick note that Adobe has released the public beta versions of ColdFusion 9 and the new ColdFusion Builder. Download links are below. I would also like… (read the rest)

Adobe Releases Hotfix for FCKEditor Security Issue

Jul

08

by Mike Fleming at 3:45 pm ColdFusion

Adobe has just released the hotfix for the FCKEditor security issue. You can read about and download the hotfix directly from Adobe. A summary of the potential exploit taken from… (read the rest)

FCKEditor Security Issue Not Just a ColdFusion Problem

Jul

07

by Mike Fleming at 7:07 am ColdFusion | , ,

While reading through some of the ColdFusion blogs the last couple of days, I think one issue has been missed: The security vulnerability in FCKEditor exists outside of ColdFusion. In… (read the rest)

ColdFusion & .NET: Comparing List Functions

Jun

15

by Mike Fleming at 7:31 am .NET, ColdFusion

It’s been awhile since I have added a new post to the series that compares code in ColdFusion & .NET. Today’s post covers something I use quite a bit throughout… (read the rest)

ColdFusion Gets Some Gartner Love

May

15

by Mike Fleming at 7:12 am (1) ColdFusion | , ,

Finally, some good press for ColdFusion! Mark Driver, a Gartner analyst, recently published an analyst note on ColdFusion. It has some good things to say about ColdFusion and that Abobe… (read the rest)

Will Twitter Kill RSS Feeds?

May

07

by Mike Fleming at 7:32 am (2) ColdFusion, Twitter | , , , , ,

I have read numerous articles this week on the subject of Twitter replacing RSS feeds for some people, so I thought I would share my two cents on the subject…. (read the rest)

ColdFusion: Grab Yourself a TinyURL

Apr

20

by Mike Fleming at 7:03 am (4) ColdFusion | , , ,

I have been working on a new application the last few days and one of the requirements was to generate a short URL. There are many different URL shortening services… (read the rest)

Preventing XSS (Cross-Site Scripting) Attacks in ColdFusion

Apr

13

by Mike Fleming at 6:19 pm (4) ColdFusion | , , , , , , , ,

With the recent issues Twitter has faced in recent days, I thought it would be important to show how you can prevent XSS attacks in ColdFusion. For a detailed explanation… (read the rest)