Photoshop Blend Modes available in Flash

22 Photoshop blend modes available to Flash thanks to Pixel Bender. Plus, the source code is available as open source license !

A 316 characters snippet to translate your Twitter timeline

Copy and paste this snippet in your browser location bar to translate your Twitter timeline.

How to insert a SWF file in an ASDoc API documentation ?

ASDoc API documentation is well designed for developers but remain difficult to read for others. Some of my co-workers are web designer. They code a bit but they want API to be simple and they want usage examples. In the past days I developed some image filters and effects for them. The resulting API has [...]

Papervision : Mouse interaction with 2D MovieMaterial

The nature of Papervision MovieMaterial gives users the ability to interact with it’s content. However it can be tricky to make it work.

Array.sort() should not be used to shuffle an array

When a developer searches the web for an algorithm to shuffle an array in JavaScript or ActionScript, he will surely find a way to achieve that using the Array.sort() method (see references : JavaScript, ActionScript 3)…

How to get a mouse hand over a TextField in AS3 ?

It’s pretty simple…

HTML 5 support workarounds and fallbacks

HTML 5 is a kind of revolution in Web development nowadays, but is not well supported still. I put together here a list of workarounds and fallbacks you can use to start coding HTML5 while keeping a good cross browsers support. If you have suggestions just drop a comment !

Flash Toolbox

I maintain here some ActionScript3 tools and frameworks I use in my day to day work.

jQuery Twitter API plugin

I have released a simple Twitter public API for jQuery. It’s Open Source and available at Google Code.

Mozilla Hacks

Content Aware Image Resizing as the first demo of Mozilla Hacks, a new web site to introduce Firefox 3.5 new features.