Scrollable HTML table
posted in Experiments, January 3, 2011Scrollable HTML table JavaScript code can be used to convert tables in ordinary HTML into scrollable ones. No additional coding is necessary. Read more »
CSS vertical align
posted in Experiments, September 14, 2009In HTML td tag has an attribute named “valign” which can align content vertically. CSS doesnt have such an attribute, so you need to do some magic to achieve such a result. CSS vertical align. Read more »
AJAX file upload
posted in Experiments, July 16, 2009Ever wanted to upload files using AJAX like in GMAIL, without reloading the page? Now you can. Cross browser method to upload files using AJAX in only 1Kb of code. Read more »
Javascript pie menu
posted in Experiments, June 18, 2009This script allows you to build a pie menu. It uses unordered lists (<ul>) to define a menu, which means that not only is it easy to configure, but it will ‘gracefully degrade’ in older browsers! Read more »
Javascript custom cursor
posted in Experiments, June 18, 2009This script will add a fancy custom crosshair mouse cursor to your website. You can modify this custom mouse cursor script anyway you want to add functionality and special effects. Read more »
Dynamic favicon
posted in Experiments, June 18, 2009Wikipedia quote: “A favicon (short for “favorites icon”), also known as a page icon, is an icon associated with a particular website or webpage. Read more »
Scrollable HTML table plugin for jQuery
posted in Experiments, June 18, 2009This JavaScript code can be used to convert tables in ordinary HTML into scrollable ones. No additional coding is necessary. All you need to do is put header rows (if you need them) in THEAD section, table body Read more »
CSS drop shadow
posted in Experiments, June 18, 2009Technique to build flexible CSS drop shadows applied to arbitrary block elements. Most of the existing techniques for creating element shadows use images, this one doesn’t. IT uses plain simple CSS. Have a look below. Read more »
CSS rounded buttons
posted in Experiments, June 18, 2009This technique is simple and effective way to have buttons with nice rounded edges using plain CSS without any Javascript usage. Read more »
PHP AdSense account monitor
posted in Experiments, June 18, 2009PHP AdSense account monitor class, can retrieve data from your AdSense account (impressions, clicks, ctr, ecpm, earnings). Read more »
Javascript compute style of element
posted in Experiments, June 18, 2009A 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
posted in Experiments, June 18, 2009In 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 »
