in a rush

experience is everything

in a rush header image 4

RDS in Eclipse

April 28th, 2008 · No Comments

There is a new view that you can get from Adobe Labs that will add an RDS view to the eclipse IDE. It uses an updated version of ColdFusion MX, so it takes an update to your ColdFusion MX server before you add the plugin to eclipse.
The RDS view can be configured to point to [...]

[Read more →]

Tags: ColdFusion · Eclipse

Getting Started with Flex

April 28th, 2008 · No Comments

When teaching or consulting Flex, you will often be asked for examples of how to do “xyz”. Here are few links that will help.Flex and CF:
Integrate Flex with CF security
File Upload:
File Upload in Flex/Flash in Internet Explorer
File Upload Using Flex/Central/Java
Architecture Ideas:
Cairngorm and an associated Breezo that will help explain the design patterns.

[Read more →]

Tags: Cairngorm · ColdFusion · Flex

Feelin’ the Love From Your Logs

April 28th, 2008 · No Comments

ColdFusion logs, when installed on JRun, can be modified so that you can separate out log information by log level. This will allow you to find log entries easily.

[Read more →]

Tags: ColdFusion · JRun

CFFunction Tip

April 28th, 2008 · No Comments

Extra white space can be a problem for some in ColdFusion. If you are creating ColdFusion Components (CFC) or User Defined Functions (UDF) then there is an attribute to the CFFUNCTION tag that can help.
The OUTPUT Attribute: You should add the attribute output=”no” to the CFFUNCTION tags in your CFC/UDF when it is not rendering [...]

[Read more →]

Tags: ColdFusion

CFForm “Object Expected” Error

April 28th, 2007 · No Comments

Helping a friend the other day, I discovered some quirkiness in using CFForm in a hosted environment. Now, if you have not gotten used to using CFForm in a hosted environment already… here a little bit of advice.
Copy the entire CFIDE/scripts directory into your site. Second, add the scriptSrc attribute to the CFForm tag that [...]

[Read more →]

Tags: Uncategorized

CFSWITCH Performance Issue in CFMX 7

April 28th, 2007 · No Comments

You will find this on a couple blogs, but since I”ve given presentations on ColdFusion performance since the Allaire days, I thought I should share.
My friends at webapper discovered an issue with CFSWITCH under load where the expression was a string.
In my presentations, I often encouraged the use of CFSWITCH over using if/elseif logic. [...]

[Read more →]

Tags: Uncategorized

Set up FarCry in a hosted environment

April 28th, 2005 · No Comments

I’ve developed and implemented a few Content Management System (CMS) in my career. One of the best open source CMS for ColdFusion that I’ve found is FarCry. Unfortunately, it is hard to setup in a hosted environment because it requires specific virtual directories and a ColdFusion Mapping. Not all hosts will allow you to do this, but recently I got HostMySite.com to help me get it installed in their hosted environment.

[Read more →]

Tags: ColdFusion