Wabysabi

The Personal and Professional website of Daniel Wabyick

Wednesday, November 19, 2008

Speaking at MAX - IHT Reader

IHT Reader screenshot
Hello, I am pleased to announce that I will be speaking at MAX on the IHT Reader project, a next-generation desktop newsreader application that was featured in the MAX keynote on Monday.

Speaking along with Jeremy Clark and Justin Van Slembrouck, we’ll be covering the project from both a design and development perspective. I’ll be digging into some of the new text technology in AIR 1.5 and FP10 that made this project possible. I hope to see you there!

Session details:
Creating a Next-Generation Desktop News Reader
Wednesday, November 19
Moscone West 2018, 2:00-3:00 p.m.

posted by admin at 2:48 am  

Monday, September 8, 2008

DirecTV launches NFL streaming video application built with Adobe AIR

Supercast DirecTV screenshot
I’m excited to share with you the launch of Supercast, a premium service for DirecTV subscribers that allows viewers to watch all NFL games in high-quality h264 video encoding, while getting the latest scores, plays, and highlights.

While Flash video in the browser is great, the AIR application leverages a number of desktop API’s to improve the viewing experience, while providing DRM support that makes this type of application viable to media companies like DirecTV.

I think this project also proves there is commercial viability for AIR applications. Its probably the first AIR app that you can’t install, which is too bad because its one of the best. Definitely check it out if you have NFL Sunday ticket.

While I got to get my coding mitts in early on the project, the lion’s share of the application was built out by two talented consulting groups - Blitz Agency and gskinner.com. Congrats!

posted by admin at 2:39 pm  

Wednesday, July 16, 2008

Desktop Keeley - Killer AIR app


Ok, this is not the most tasteful AIR app, but it is technically one of the best. By leveraging Flash transparent video and AIR transparent windows, they’ve managed to create an app that cleverly interacts with your desktop experience. Its also pretty fun to play around with! Hats off to The Sun UK in creating such an innovative app! Check it out here.

posted by admin at 3:34 pm  

Thursday, May 1, 2008

Grain edit - Fantastic Design Site

In recent months I’ve been collecting a number of design-related sites, and I think its time to start sharing them with the masses (or, the few who stumble upon this site).

First off the list is grain edit, one of my daily reads for discovering beautiful mid-century and mid-century-inspired print work. Above is an image of a vintage Donald Brun poster from a recent post. There’s definitely a lot of great finds in the archives - its worth a look!

Sigh, if only the above print was available for purchase …

posted by admin at 10:13 am  

Tuesday, March 18, 2008

AIR Example - Native Drag-n-Drop and Clipboard Integration

Chart Export Screenshot

AIR provides some great API’s for integrating with other applications. Via the NativeDragManager and Clipboard classes, you can easily export your data in a multitude of formats, including PNG and CSV. Recently I had an project that utilized these features, and I figured it would be good to share the techniques with the community.

In particular this example, framed as a basic stock chart application, demonstrates the following features:

  • Native drag-and-drop with PNG images and custom image proxies.
  • Copy to Clipboard / Export with both PNG and CSV data formats - Right-click on the chart to get your options
  • Example code for customizing the HLOCChart class look-and-feel

These features were factored into ‘behavior’ classes so that they can (fairly) easily be applied to your own AIR apps.

Get Adobe Flash player

Source is available by right-clicking and selecting ‘view-source’ in the application from anywhere but the chart.

posted by admin at 1:10 pm  

Thursday, February 14, 2008

RIA Data Benchmarking Tool - Nice!

Benchmarking ScreenshotJames Ward created an excellent RIA Data Loading Benchmarking tool that compares the load, parse and rendering time of a number of RIA technologies including both AJAX and Flash based technologies. Its nice to see a well-designed tool spell out the performance differences of technologies. This should make it easier for Flash developers to explain to their CTO why AMF will save them money and result in a better app. Nice work!

posted by admin at 10:01 am  

Wednesday, January 30, 2008

Embedding AIR Badges on Wordpress via Kimili Plugin

In my last post, I wanted to distribute a sample AIR application via the user-friendly badge installation process. After taking a look at the available options, I came across an excellent Flash embedding solution for Wordpress called Kimili. Kimili is a Wordpress friendly wrapper on top of Geoff Stearns excellent SWFObject Javascript library.

I thought I would share my code snippet for my previous post in order to help the next person who was trying to get AIR badges in Wordpress going:

Two side-notes:

  • The Kimili plugin delimits flashvars with semicolons bracketed by spaces (e.g. ” ; “). I’m not sure why it requires this odd syntax, but things won’t work if you eliminate the spaces.
  • I added a space betwen the closing bracket of the tag so that Wordpress wouldn’t interpret it. The correct syntax should be “/]”.

Thanks to Michael Bester for the great library!

posted by admin at 9:26 am  

Tuesday, January 29, 2008

Example AIR App - Dynamically Resizing Windows based on Content Area

Resizable AIR Chrome Screenshot

** Updated for AIR 1.0 02/25/2008 **

The AIR windowing API offers some exciting new possibilities, and challenges, for Flash developers. With the Employee Directory Sample Application, we showcased a well-designed, real-world application that dynamically resizes itself to a changing content area. This is a powerful technique that simply isn’t possible within the confines of a browser window.

I thought it would be useful to distill this capability from the more complex directory application and provide a simple ‘kick-start’ application that demonstrates:

  • Leveraging transparent windows to create high-quality custom window chrome with drop-shadows.
  • Using the Flex Resize effect and event listeners to dynamically size a NativeWindow to the size of a changing content area
  • Simple PNG-centric CSS styling example with advanced text anti-aliasing applied.

You may install via the AIR badge below, or if you have less than 9,0,63, you will have to manually install the runtime and AIR file:

[kml_flashembed fversion="9.0.63" movie="/examples/airchrome/badge.swf" fid="badge" targetclass="flashmovie" bgcolor="#181818" useexpressinstall="true" publishmethod="static" width="217" height="140" scale="noscale" wmode="transparent" allowscriptaccess="always" fvars="appname=ResizableAIRChromeExample ; appurl=http://www.wabysabi.com/examples/airchrome/ResizableAIRChromeExample.air ; airversion=1.0 ; messagecolor=999999 ; imageurl=http://www.wabysabi.com/examples/airchrome/badge.png"]

Get Adobe Flash player

Source is available by right-clicking and selecting ‘view-source’ in the application.

One other factor with resizable applications not covered in this sample app is automatically keeping the application onscreen as the application resizes. This is a challenging problem that is addressed in the directory application (via a fairly convoluted solution), but is not covered here. Something I definitely hope to address more clearly in the future. Definitely check out the Employee Directory if you haven’t already.

posted by admin at 5:04 pm  

Monday, October 1, 2007

Employee Directory V2 Released on Adobe

NOTE: Updated URL’s to adobe.com

Employee Directory V2 Screenshot
Just thought I would announce the re-release of the Employee Directory AIR application on Labs. I am excited to show off what I think is a very useful corporate directory application that provides a better experience for finding fellow employees and conference rooms.

Technically, the application is probably not the best place for pure beginners to learn Flex and AIR, as it was built using best practices for extensible medium to large applications. That said, it is a great starting point for building your own corporate directory application - its very similar to what we’re using internally at Adobe.

Some of the AIR features demonstrated:

  • Offline data storage using SQL API’s
  • Resizable, transparent windows with automatic position management
  • Data synchronization and automatic application updates

Check out the sample application here.

posted by admin at 9:15 am  

Monday, August 27, 2007

Its Official - I work at Adobe!

Just a quick note that I accepted a position with Adobe! I will be working for Jeremy Clark in the Experience Design (XD) group as a ‘Experience Technologist.’ What’s the job? Basically, its a Flash geek’s dream - work with and improve the latest RIA technologies here at Adobe. Its kind of like drinking straight off the RIA fire hose.

In a sense, this is non-news as I have already been working with this XD team in a contract position, but I am psyched to come on full-time and continue working with my uber-talented coworkers. I hope to get more opportunities to share some of my latest work on this site and other venues.

posted by admin at 4:10 pm  
Next Page »

Powered by WordPress