Archives for the ‘RIA’ Category

How would you write this ActionScript code?

I was just watching Lee Brimelow’s fantastic video about Flash Catalyst and Flash Builder and noticed some Flex / ActionScript code (generated by Flash Catalyst) that caught my attention:

var state:String = currentState;
if ( state == ‘closed’ ) {
currentState=’open’;
}
if ( state == ‘open’ ) {
currentState=’closed’;
}

This code just toggles [...]

Flex and Salesforce / Force.com Updates

There have been a lot of exciting things happening with Flex and Salesforce / Force.com lately. First Ryan Marples recently announced the release of an updated version of the Force.com Toolkit for Adobe AIR and Flex. If you are doing development with Flex and Salesforce or Force.com you should download this new release [...]

Flex in Zurich and Copenhagen Next Week

With the recent beta releases of Flash Builder 4 and Flash Catalyst there is a lot of fun stuff going on. Next week I’ll be speaking in Zurich at Jazoon on Tuesday about RIAs with Java, Spring, Hibernate, BlazeDS, and Flex. On Wednesday I’ll be speaking in Copenhagen about Flex 4 and Flash [...]

Blazing Fast Data Transfer in Flex

A while back I created the Census RIA Benchmark to illustrate the benefits of having both a high performance client VM and a binary serialization protocol. These factors combined lead to significantly faster data transfer and rendering for large datasets in rich Internet applications. Recently I created an Adobe TV video that walks [...]

DZone Podcast about Adobe AIR, Flex, and Java

I recently recorded a podcast with James Sugrue for DZone. In the podcast we talk about why Flex and Adobe AIR are relevant to Java developers. You can either listen to the podcast or read transcribed text. It’s good to see DZone doing a lot more Flex related content including the Refcardz [...]

Announcing pbjAS – An ActionScript 3.0 Pixel Bender Shader Library

One of the major new features in Flash Player 10 is Pixel Bender. Like its name suggests, the primary purpose of Pixel Bender is to allow you to easily manipulate pixels inside a Flash application. A great demo of this is the FotoBooth application, which applies different filters to webcam input. While [...]

Would you pay for Flex Builder on Linux?

The current alpha version of Flex Builder on Linux doesn’t have feature parity with the Windows and Mac versions of Flex Builder. It is scheduled to timeout on December 1, 2009 and current development seems to be on hold. If you would like to see Adobe create a full version of Flex Builder [...]

Video – Connecting Flex to a SOAP Webservice

Adobe TV has published a video I did recently about connecting Flex to a SOAP Webservice. Check it out and let me know what you think.

Flex Paint 2.0 with Source Code

It’s surprising and somewhat humbling to find out which of my blog posts are the most popular. There are some posts that I spend days on and they end up only being read by a few people. Then there are others that are simple, short, and to be honest kinda boring that end [...]