Category: ColdFusion

Jul 13 2009

Adobe releases public beta of CF 9 and CF Builder

Yay! A day after the 14th birthday of ColdFusion, Adobe's released the public beta of ColdFusion 9 (previously called Centaur) and ColdFusion Builder (their new ColdFusion IDE).  I'll try to elaborate on things in a later post but for now, here's the links you're looking for:

Download ColdFusion 9 beta
Download ColdFusion Builder beta
ColdFusion 9 CFML Reference
Forta's Introducing Adobe ColdFusion 9 Article

7 comments - Posted by Joe Steinbring at 12:12 AM - Categories: ColdFusion

Jul 8 2009

Adobe releases HitFix for CF8 FCKeditor vulnerability

It looks like Adobe has a HotFix ready for the FCKeditor issue that emerged a couple of days ago.  I'd recommend that anyone out there, that's running a CF8 server, take a look at it right away.

Link

2 comments - Posted by Joe Steinbring at 3:09 PM - Categories: ColdFusion

Jun 29 2009

Fun with other people's websites (aka Baconification of the web)

I recently found myself needing to copy webpages that are not on my server and redisplay them on one of my sites, on demand.  Using cfhttp, that's an easy task but if the site that you're redisplaying uses relative links, it's not going to look right redisplayed.  So, how do you clean up the page before redisplaying it?

 

Read more...

13 comments - Posted by Joe Steinbring at 12:01 AM - Categories: ColdFusion