Archive for October, 2009

Flex Spinning Progress Indicator Component

Sometimes you need to indicate progress to users when the application is doing something, like calling a remote web-service or something. At times, it can be nice to incorporate this as an element in the UI, that operates in an unobtrusive way. For instance showing a small indicator on or besides the button, that initiated [...]

October 28, 2009 · polesen · 6 Comments
Tags:  Â· Posted in: Programming, Rich Internet Applications

Flex Data Bindings – Behind The Scenes

Ever wondered how flex data bindings actually work behind the scenes? I have, and sometimes I have had troubles with it, that made me wish I knew some more. This post is a writeup of the knowledge about flex data bindings I uncovered, when looking into the mxmlc generated code for bindings. Vanilla Example Here [...]

October 12, 2009 · polesen · One Comment
Tags: ,  Â· Posted in: Programming, Rich Internet Applications

AppleScript to Check Image Ratio on a Bunch of Files

Faced with the tedious task of checking a large bunch of image files for the correct ratio before uploading to a print service website, I set out to write a small AppleScript application that could do it for me. It turned out to be quite fun and at the same time I got my feet [...]

October 7, 2009 · polesen · No Comments
Tags: , ,  Â· Posted in: Operating Systems, Photography, Programming, Tools