Joseph Labrecque

“Student Shuffler” AIR Application

The Student Shuffler AIR application is now available via Adobe AIR Marketplace. The app was built to facilitate a fair and transparent way of organizing classroom presentations whether by group or individual student. The instructor goes in before class and inputs each presenter into the application edit interface. This is saved locally to the internal […]

“Student Shuffler” AIR Application Read More »

Shudderflowers

An Early Morning Letter, Displaced is proud to announce that the new collection of work in progress will be titled “Shudderflowers”. A number of interesting titles were candidates before this one and the decision to finalize a name is not taken lightly. Shudderflowers revolves around themes of fervent self-destruction and the fragility of the female

Shudderflowers Read More »

SoDA 2009 Digital Marketing Outlook

“As the dark clouds of the economy envelope the marketing world, many wonder if digital marketing may be a ray of sunshine in the gloom. To find out, the Society of Digital Agencies conducted a broad survey of traditional and digital agencies as well as brands, digital vendors and even freelance digital experts.” Most interesting

SoDA 2009 Digital Marketing Outlook Read More »

Experimenting with Twitter, Again

The last time I messed around with Twitter was mid-2007. I basically used it to post little status updates a-la Facebook and experimented with the (then) newly released ActionScript 3 API. About a month into it, I got tired, deleted my account, and haven’t touched it since. Now, all of a sudden, the US media

Experimenting with Twitter, Again Read More »

VidLoop at the AIR Marketplace

There are two items to note here. Firstly, Adobe has done an awesome job updating the AIR Marketplace to be much more organized that the previous version. Very nice presentation. Second, my VidLoop AIR application has been approved and is now live at the AIR Marketplace. Very Nice! There are a lot of great apps

VidLoop at the AIR Marketplace Read More »

Quick Tip: Display Application Version in your AIR App.

Just a quick tip for those looking to somehow display the AIR application version from the descriptor file. I’ve found it very helpful in troubleshooting is users can say EXACTLY what version of the app they are running. AIR 2.5 and later: private function getAppVersion():String { var appXml:XML = NativeApplication.nativeApplication.applicationDescriptor; var ns:Namespace = appXml.namespace(); var

Quick Tip: Display Application Version in your AIR App. Read More »

Simple AS3 Slideshow Widget: Part 3

This is the final post in a three part tutorial detailing the creation of a Flash slideshow widget using ActionScript 3.0. Have a look over Part 1 and Part 2 before moving ahead. In this post, we are examining the two methods which actually handle image loading and display within our module. private function switchImage(e:TimerEvent):void

Simple AS3 Slideshow Widget: Part 3 Read More »