Since I did not find an easy way on how to animate a rectangle bottom up with Raphael.js while searching the net I thought it…
Continue reading How to animate a rectangle bottom up with Raphaël.js
[ Your everyday web development resource ]
Since I did not find an easy way on how to animate a rectangle bottom up with Raphael.js while searching the net I thought it…
Continue reading How to animate a rectangle bottom up with Raphaël.js
Knowing the difference between a value being assinged by reference in contrast to being assigned by value is crucial. In Javascript primitive types like strings…
When trying to transfer large amounts of data between client and server it might be helpful to use an algorithm to compress the data before…
Continue reading LZW compression and decompression with Javascript and PHP
Communication between Flex and Javascript can be done via the ExternalInterface class of ActionScript. It allows ActionScript to communicate with the FlashPlayer Container inside the…
You might have come across scenarios where you wished that a built-in Javascript function would be doing a little more than it actually does, meaning…
Continue reading Monkey patching – Extend built-in Javascript functions with custom code