ColdFusion CF 10 Released

Coldfusion 10 was released on May 15th 2012, exactly 3 months after it’s public beta on February 17th 2012.. CF9′s release date was October 5, 2009. It’s available in three versions:
Developer edition
Standard edition
Enterprise edition

So what does it cost? The Developer edition is free.
A new Standard edition costs the same as the Enterprise edition. Could this be correct? The new Enterprise edition is $8,499.00 while an upgrade from CF8 costs S $5,099.00. The pricing wizard is located here.

Posted in coldfusion 10 | Leave a comment

Installing Railo 3.3 on Centos

First find out what version of centos you are running:
more /etc/redhat-release
CentOS release 5.8 (Final)

Next find out if your server is 32 or 64 bit
uname -a
Linux server.xxx.com 2.6.18-274.7.1.el5.028stab095.1 #1 SMP Mon Oct 24 20:49:24 MSD 2011 i686 i686 i386 GNU/Linux

A 32bit centos installation will show i686 and i386, a 64bit will show x86_64. So in my case I see i686 i686 i386, hence I have a 32bit os.
Continue reading

Posted in Coldfusion tutorial | Leave a comment

Adobe ColdFusion 10 (Beta) Competition

Ray Camden and Rakshith have announced a ColdFusion 10 compeition.The prizes consist of 2 copies of Adobe ColdFusion 10 Enterprise and Adobe ColdFusion Builder 2.0.1.The contest rules are simple: Design an application (and that can be a “real” app, a one page template, even a mobile application driven by ColdFusion on the back end) that highlights a new ColdFusion 10 feature. You can highlight any ColdFusion 10 feature (or features).

Full details here.

Posted in Coldfusion tutorial | Leave a comment

Domain name COLDFUSION.BIZ on auction

Just noticed that COLDFUSION.BIZ is up for auction with 1 hour 1 min left. It started off at $150 and has risen to $180 at this time. I had a quick check and coldfusion .COM .CO .INFO .NET .ORG .US .CA .MOBI .BIZ .ME are all taken. I’m impressed with the price that the domain will get when you consider that a .biz costs $5.99 to register.

Here’s the link to the auction.

Update : It sold for $180.

Posted in coldfusion 10 | Leave a comment

Adobe Coldfusion 10 webhosting

Hostek.com has announced what I believe to be the first Coldfusion 10 hosting service. Their press release is below:

Hostek.com is pleased to announce the launch of our ColdFusion 10 Beta Hosting program.

We have been providing ColdFusion hosting since 2002. We did a ColdFusion 9 Beta when it was released and are excited to see and experience the changes in ColdFusion 10.

FAQ’s:
Q: Can I use my domain name with the ColdFusion 10 Beta?
A: No. The ColdFusion 10 is a Beta product and we are offering this as a way for you to test your code on ColdFusion 10.

Q: Can I use MySQL or MS SQL?
A: Yes, you can create a ColdFusion DataSource via the control panel for an existing database, or you can create a new database just for the testing.

As this is a beta program, please let us know of any problems.

Posted in Coldfusion tutorial | Leave a comment

Adobe Coldfusion 10 public beta is here

Finally! Download here. This beta release of ColdFusion 10 is prerelease software and is designed for evaluation purposes only.
Continue reading

Posted in Coldfusion tutorial | Leave a comment

Locales in Adobe Coldfusion

I’m using Adobe’s Coldfusion 8 in this example.
Lets get the current time. Use the TimeFormat() function with the now() function as a parameter.

<cfoutput>
<br />The time is : #TimeFormat(now())#
<br />The date is : #DateFormat(now())#
</cfoutput>

Continue reading

Posted in Coldfusion tutorial | Leave a comment

Adobe Coldfusion 10 Zeus – Release date

What will be the release date for Adobe ColdFusion 10? I’m going to guess quarter 2 2012. 12 months divided by 4= 3 months so sometime in April 2012, May 2012 or June 2012. What do you think? A rumor is circulating that Adobe will announce the release date on March 1st 2012.

Posted in Coldfusion tutorial | Leave a comment

Adobe Coldfusion 10 (Zeus) Preview video

Video by Rakshith Naresh, many thanks for sharing.
Another video this time by Ray Camden
More from Rupesh:

Posted in Coldfusion tutorial | Leave a comment

OpenCF Summit 2012

I would be nice to go but unfortunately I won’t be there. The OpenCF Summit is taking place on Feburary 24 – 26, 2012, at the Special Events Center in Garland, Texas. Entry cost $72.

More details here http://www.opencfsummit.org/

Posted in Coldfusion tutorial | Leave a comment