Viewing by month: October 2009

Oct 7 2009

ColdFusion Builder on Mac OS X 10.6.1 and Virtual Hosts

I'm not sure if my Mac development setup is like anybody else's setup but I was having issues getting the ColdFusion Builder Beta 2 working in my environment.

First, let me tell you how I have my MacBook Pro setup for development. I am using the native Apache in OS X 10.6.1 with ColdFusion 9, MySQL and PHP installed and running. I run all of my development sites out of the Sites folder and I use Virtual Hosts that are defined in the httpd-vhosts.conf file. They look like this:

<VirtualHost *:80>
ServerAdmin webmaster@fordwebs.com
DocumentRoot "/Users/kenneth/Sites/builder"
ServerName builder.dev
ErrorLog "/private/var/log/apache2/builder.dev-error_log"
CustomLog "/private/var/log/apache2/builder.dev-access_log" common
</VirtualHost>

The sites are also defined in the hosts file like this:

127.0.0.1 builder.dev

The problem I was having in the ColdFusion Builder Beta 2 was in defining the Server for my Projects.

The solution that I came up with is documented on this page.

Hope that this solution helps someone else and reduces their stress level of learning and testing the ColdFusion Builder Beta 2.

0 comments - Posted by Ken Ford at 6:13 PM - Categories: ColdFusion Builder

Oct 5 2009

Adobe ColdFusion Builder Beta 2

Adobe® ColdFusion® Builder™ is the highly-anticipated first ColdFusion IDE offered by Adobe. Adobe ColdFusion Builder is an Eclipse based IDE for ColdFusion development that is deeply integrated with ColdFusion 9. Now you can manage your entire ColdFusion development cycle from concept to production all in one easy to use tool.

Recent Updates

ColdFusion Builder beta 2 was released on October 5, 2009. This release provides enhancements, fixes and performance improvements over ColdFusion Builder beta 1.

Download ColdFusion Builder Beta 2

0 comments - Posted by Ken Ford at 4:35 PM - Categories: ColdFusion Builder | Adobe

Oct 5 2009

Adobe Releases ColdFusion 9

Adobe has released ColdFusion 9.

http://www.adobe.com/products/coldfusion/

Rapidly build, deploy, and maintain Internet applications

Adobe® ColdFusion® software enables developers to rapidly build, deploy, and maintain robust Internet applications for the enterprise. With the latest release, ColdFusion 9, developers can condense complex business logic into even fewer lines of code. In tandem, Adobe ColdFusion Builder™ software, an Eclipse™ based IDE for efficiently managing ColdFusion application development from concept through deployment, is available on Adobe Labs. Together, they offer a complete set of tools and services for creating rich, robust Internet applications.

Getting Started
Interactive Tutorials
Demo Videos
Free Online Resources
Features
Buy ColdFusion 9
Upgrade to ColdFusion 9
Get the ColdFusion 9 Trial
Product Editions
System Requirements
System Support Matrix (PDF)
ColdFusion Builder Beta

0 comments - Posted by Ken Ford at 6:39 AM - Categories: ColdFusion | Adobe