27
Jun 10

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 !


21
Jun 10

A 316 characters snippet to translate your Twitter timeline

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

2
Feb 10

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 [...]


10
Dec 09

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.


16
Nov 09

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)…


13
Nov 09

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

It’s pretty simple…


3
Oct 09

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 !


27
Sep 09

Flash Toolbox

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


11
Jul 09

jQuery Twitter API plugin

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


8
Jun 09

Mozilla Hacks

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