Andy Li's Blog

19/02/2010

Colorblink – An AIR app that simulates how color blind people see Flash and images

Filed under: Uncategorized — Tags: , , , — Andy @ 8:55 pm

Select color blind type from the menu.

Accessibility is a an important part of both web and game design. And for web and game design, one of the popular tool is Flash. That means very often you need to ensure accessibility in Flash. However there are still not many tools available even for simple things like color blind simulation… so I write my own:)

>> download installer (.air)

It’s a very simple AIR app. You open it, drop a swf file on its window, select the color blind type and that’s it.

The inner of Colorblink is using a Pixel Bender filter, applying to the whole application. The algorithm is just a color transform matrix, found in a Java Color-Blindness Simulators. That simulator have more simulation config, which I used only the simplest one.

This is also my first time using a git repo. So go to have a look, see if you can fork it for more features.

One thing is, there is problem loading Flex applications into Colorblink… I don’t know how to read the loaded app’s default width and height and then resize it… So, if you want to test your Flex app, get the filter and apply it to your app manually (can’t be easier).
Now you can load Flex swf or even html file! But the app wouldn’t resize automatically since the size cannot be determined. If Colorblink does not work for you, you can still always get the filter and apply it to your app manually (can’t be easier).

Oh, yes, there is a simulation of what a dog sees… So, design some game for your dogs in your free time…

02/02/2010

A Greasemonkey script for you to try the “Amazing,Awesome,Great,Incredible…” iPad web experience

Filed under: Uncategorized — Tags: , , — Andy @ 3:58 pm

Concept image from The Flash Blog demostrates iPad's ultimate browsing experience.

Steve Jobs says the iPad is “Amazing, Awesome, Beautiful, Great, Incredible, Really Nice and Unbelievable”. I’m sure you wanna try it. If you still haven’t get one to experience by yourself, here I made a little GreaseMonkey script for you to feel it first.

Once you installed the iPad experience script on FireFox (or any other browser that can use user script), you wouldn’t see any Flash elements again. No more Flash can hurt you or your children. Instead, all the swfs are replaced with a “Amazing, Awesome, Beautiful, Great, Incredible, Really Nice and Unbelievable” blue lego, reminding you the glory of Apple.

Update:
You can use it in Chrome now (if you have extension enabled)!

Powered by WordPress