JavaScript

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

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

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 !

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.

A JavaScript implementation of the Content Aware Image Resizing algorithm

The famous algorithm implemented with JavaScript on Pims World Labs…

Firefox Native Content Aware Image Resizing

First attempt to implement the famous algorithm with JavaScript on Pims World Labs…