Looking at the world of media: from music to RIA.

Archive for the ‘Flex Development’ Category

Adobe MAX 2008: The Future of Flex Builder (Part Two)

Wednesday, December 10th, 2008 Posted in ActionScript, Flex Development, MAX 2008, Rich Internet Applications, web integration | Comments

In my previous post, I introduced the "Future of Flex Builder" session I attended at Adobe MAX North America, how the Flex Builder team is approaching new feature development and looked at the two main Design Fidelity features they are ...

Adobe MAX 2008: The Future of Flex Builder (Part One)

Monday, December 8th, 2008 Posted in Flex Development, MAX 2008, Rich Internet Applications, web 2.0, web integration | Comments

One of the more interesting sessions at MAX this year was the Future of Flex Builder. The session was presented by Rob Brambley III, Tim Buntel, Tom Lane, David Zuckerman of the Flex Builder team. Tim Buntel, product ...

Turkey Day Travels

Wednesday, November 26th, 2008 Posted in ActionScript, Flash Player, Flex Development, General Media / Stuff, MAX 2008, Rich Internet Applications | Comments

Its the day before Thanksgiving, Turkey's eve I guess, the most glorious of American gluttony-days, uh I mean holidays. A wonderful day full of family, football and of course food. Oh the food! I am only being semi-facetious, I ...

Binding Source for Flex 4 in Flex Builder 3

Thursday, August 28th, 2008 Posted in Flash Player, Flex Development, Rich Internet Applications, web 2.0 | Comments

Yesterday, I sat down and started playing around with trying to get the daily build of the Flex 4 SDK inside Flex Builder 3. After a bit of digging I finally got it all running and compiling as expected. ...

VivMedia Code Library: Version 0.03 released

Saturday, July 19th, 2008 Posted in ActionScript, Distribution, Flash Player, Flex Development, Rich Internet Applications, Self Reference, web 2.0, web integration | Comments

I pushed a new version of the library yesterday to Google Code. This is a relatively small release, which was not really my intention for version 0.03. Originally, I was planning on adding the first of a series ...

VivMedia Code: Selection Controller

Thursday, July 3rd, 2008 Posted in ActionScript, Flash Player, Flex Development, Rich Internet Applications | Comments

With the previous release of version 0.02 of the code base I added a new class called the SelectionController that enables you to treat items that implement the ISelectable interface as a selection group. As promised, this is the ...

Adobe Edge Article: Coding Standards

Saturday, June 14th, 2008 Posted in ActionScript, Flex Development, General Media / Stuff, Rich Internet Applications, Self Reference, web 2.0, web integration | Comments

A few months ago I was asked to write an article for the Adobe Edge Newsletter on a topic of my choosing. After spending a bit of time thinking about what moved me at the moment, I decided to ...

VivMedia Code Library: Version 0.02 Released

Friday, June 6th, 2008 Posted in ActionScript, Flash Player, Flex Development, Rich Internet Applications | Comments

Its been a busy few weeks for me (with work and personal projects) but I am happy to say that version 0.02 of the VivMedia library is now available. This update includes a fully automated Unit Test suite for ...

The Extendable Singleton Pattern

Thursday, June 5th, 2008 Posted in ActionScript, Flex Development, Rich Internet Applications | Comments

The Singleton pattern is one of my favorite little patterns that can be used in any language that provides static typed properties/methods. There are many different uses of the Singleton and just as many ways to implement them within ...

VivMedia Code: the HashTable

Thursday, May 29th, 2008 Posted in ActionScript, Flash Player, Flex Development, Rich Internet Applications | Comments

One of my favorite, and until recently, most used classes in Flex was the ArrayCollection. The ArrayCollection is a powerful data-structure that acts similarly to an Array but provides an extended API that provide shortcuts to data access. A ...