ExSprite

Bounds

Link to Demo A demonstration of how exSprite identifies its bounds

ExSprite

Canvas Creatures - First exSprite Demo

Link to Demo (not optimized. sluggish in browsers except Chrome) This is the first demo created using exSprite Library. It contains a pool where blue creatures move randomly. No images are used and

Javascript

nodejs 0.5.9 - nodemon fix

After updating node to version 0.5.9, current version of nodemon will not work because of the changes from node 0.4.9. You can make the following changes to nodemon.js and get it working. ( file https

General

Flash vs HTML5 : A Developer's perspective

I remember… it happened back in 2002… I developed one simple c++ program, a very simple program, using Borland Graphics Interface . It drew some shapes – combination of lines, circles and rectangles

General

Setting up an Asterisk server

Asterisk is a software PBX. You can set it up on a server and connect it to VOIP gateway to make your voice calls over internet. Asterisk is the best of its kind to start up a VOIP service. Get the s

General

HTTP Requests and Browser cache

When you make an HTTP Request, Browser returns the response of the previous call of the same url from cache. We can avoid this by adding a parameter with random value in the request. This will make th