in a rush

experience is everything

in a rush header image 4

Entries Tagged as 'ColdFusion'

Brand New Adobe Flex Course scheduled in Denver!

July 6th, 2009 · No Comments

On3 is adding a NEW! Adobe Flex course – we may be the first to offer it anywhere: Flex 3: Developing ColdFusion 8 Enabled Rich Internet Applications.
The training covers the Flex client, Eclipse & Flex builder, the Flash virtual machine & how the Flex application development process is designed. It covers Actionscript, how events [...]

[Read more →]

Tags: ColdFusion · Flex · Flex Builder · Livecycle Data Services

Fast Track to ColdFusion 8 classes added

July 2nd, 2009 · No Comments

On3 has some excellent ColdFusion Classes scheduled during the next few months to celebrate the grand opening of our new headquarters and training center location on the 16th Street mall in Denver. The new address starting on August 1st will be: Denver Petroleum Building, 110 16th St, Ste 604, Denver, CO 80202. Please drop by [...]

[Read more →]

Tags: ColdFusion · Events · Training

If I were in academia, I’d love Adobe!

May 15th, 2009 · No Comments

Okay, maybe I do already love the Adobe RIA tools, but… if I didn’t, I’d be smitten with their latest offer to the community.
Once again, Adobe is reaching out to the community by giving away free licenses to their RIA development tools. Free Flex Builder licenses to academia and to the unemployed. And now, free [...]

[Read more →]

Tags: ColdFusion · Flash · Flex · Flex Builder

CFUnited has lots of Flex Training Sessions

May 9th, 2009 · No Comments

One of my CFUnited sessions:
AIR: Building Desktop Applications with Flex 3 – http://cfunited.com/2009/topics/235
Here is a little Q&A about CFUnited and me.

[Read more →]

Tags: AIR · ColdFusion · Flex

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

Dynamic FlashPaper

April 28th, 2008 · 4 Comments

Creating FlashPaper documents on the fly is simple and easy once you have the right tools. The right tool is the FlashPaperConnect .dll. I found a version in Contribute. Read more to see how I used ColdFusion to generate FlashPaper documents on the fly.

[Read more →]

Tags: ColdFusion

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: ColdFusion