Thursday, March 27, 2008

CFUnited Prize Draw code

I was asked yesterday if i could make this available, so here it is
The CFC is just this (table only contains firstname / lastname)


<cfcomponent>
<cffunction name="selectWinners" access="remote">
<cfquery name="winners" datasource="myDS">
select * from cfunited
</cfquery>
<cfreturn winners>
</cffunction>
</cfcomponent>

Friday, March 14, 2008

Demo's from CFUnited

The first archive can be found here
This is the Flex messaging app (with CF input) along with the mxml/as in a CFM page plus the CRM LCDS app (gateway screenshots included)

The next archive is the AIR producer and consumer that works with the messaging code above.
This is a Flex Builder archive, so just open up FB3 and import

The last (for now) archive is the chat rooms demo. Remember to edit your {cf_webroot}/WEB-INF/flex/messaging-config.xml file and add the following to the section of the ColdFusion Messaging Gateway
<server>
<allow-subtopics>true</allow-subtopics>

<subtopic-separator>.</subtopic-separator>

</server>

As a side note here, if anyone would like the prize draw picker, just let me know and i'll publish that as well


Thursday, March 13, 2008

CFUnited Europe Presentation

Hi all, i had a great time at CFUnited and it was great to see so many passionate CFers in Europe.
As promised here is my presentation (upload demo apps shortly), i have decided to use the Adobe SHARE beta for this PDF so also checkout SHARE on Adobe Labs



Monday, February 25, 2008

The wait is over AIR and Flex 3 on Adobe.com

The long wait is finally over as we have just released AIR and Flex Builder 3
Head on over to Adobe.com and grab your copy of FB3 and AIR

Also, in addition to our product releases, we launched the new opensource.adobe.com projects for Flex and BlazeDS.
http://opensource.adobe.com/flexsdk
http://opensource.adobe.com/blazeds

Thursday, February 7, 2008

Cool Jobs with Adobe

We have immediate openings for dedicated ColdFusion Account Managers in Europe (preferably located in the U.K., Benelux, or Germany). The ideal candidate will have prior sales experience, experience with ColdFusion and the ColdFusion community, and must be willing to travel extensively throughout the region. Interested? Ping Kristen Schofield or Ben Forta

Friday, February 1, 2008

CFUnited and Scotch on the Rocks

I'll be presenting at both of these events this year. CFUnited Europe and Scotch-on-the-Rocks.
I should have been at Scotch last year but got tied up with some customer issues.

At CFUnited i'll be presenting on Enterprise RIAs: LiveCycle Data Services / BlazeDS and at Scotch i'll be presenting Adobe Rich Internet Application Platform: Intro to Livecycle
Enterprise Suite

Both of these conferences have a great lineup so please try your best to attend at least one of these great events

Thursday, December 13, 2007

AIR Beta 3 Now Available on LABS

Whats New in Beta 3
  • Applications built on Adobe AIR Beta 3 can register to run at start-up/log-in.
  • Web Launcher provides the ability to detect and launch an installed AIR application from a web browser.
  • Support for H.264 video and Advanced Audio Coding (AAC).
  • Full Screen Hardware acceleration.
  • Flash within HTML Support allows Flash content to be integrated within HTML based applications.
  • Adobe AIR also supports automatic runtime updates, similar to how Adobe Flash Player can be updated.
  • Thawte (http://www.thawte.com/) offers an Adobe AIR developer certificate, so developers can certify applications built on Adobe AIR are from a trusted source.
  • Support for the Mac OSX Leopard operating system.
AIR Beta 3