Posts Tagged: JavaScript

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 !

jQuery Twitter API plugin

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

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…

JavaScript, la bible en vidéo

The JavaScript bible in video on Pims World Labs (French)…

Petite histoire d’une formule mathématique discrète

A little story about a mathematical formula on Pims World Labs (French)

Deobfuscateur JavaScript pour Firefox

A JavaScript deobfuscator extensions for Firefox on Pims World Labs (French)…