
Simple eye catching link effect
We used this simple effect to immediately draw attention to a link. Here is the jsfiddle

unlikeit version 2 (archived)
This app is not longer available, the change to the Facebook API made it impossible to continue supporting. Thanks for all your support. This app is still in development mode, you’ll need to request access to it. IMPORTANT: You’ll need…

Dojo charts -0.00 on y-axis issue and fix
I have found that sometimes Dojo charts displays the -0.00 on the y-axis. The workaround is to pass your own axis label formatting function. var yAxisLblFunc = function(text, value, precision){ var n = Number(text);…