Javascript drag and drop

Ever wanted to drag an element or image on your webpage? You can try using this very lightweight javascript drag handler. You can attach this drag handler to any relative or absolute positioned element.
Read more »

PHP AdSense account monitor

PHP AdSense account monitor class, can retrieve data from your AdSense account (impressions, clicks, ctr, ecpm, earnings). Read more »

Javascript compute style of element

A method to get the styles for an element that aren’t set in-line or with JavaScript. Apply this function to get the desired result. Read more »

Javascript benchmark

In computing, a benchmark is the result of running a computer program or a function, or a set of functions, in order to assess the relative performance of an object, by running a number of standard tests and trials against it. Read more »

Javascript sprintf

Several programming languages implement a sprintf function, to output a formatted string. It originated from the C programming language, printf function. Its a string manipulation function. Read more »