Experiments

CSS rounded buttons

CSS rounded buttons, links. This technique uses pure CSS without any Javascript. Read more »

CSS drop shadow

CSS drop shadow. Most of the existing techniques for creating element drop shadows use images, this one doesn't. IT uses only CSS. Read more »

Scrollable HTML table

Scrollable HTML table JavaScript code can be used to convert tables in ordinary HTML into scrollable ones. No additional coding is necessary. Read more »

Scrollable HTML table plugin for jQuery

Scrollable HTML table plugin for jQuery. Plugin for converting ordinary HTML tables into scrollable ones. Read more »

AJAX file upload

How to upload files using AJAX, without reloading the page? Read about the cross browser method to upload files using AJAX in only 1Kb of code. Read more »

Dynamic favicon

Here, you will learn a method how to change page favicon dynamically while the page is already loaded. Read more »

Javascript custom cursor

Cross hair mouse cursor. Learn ho to add a fancy custom cursor to your website using Javascript. Read more »

Javascript pie menu

Javascript pie menu allows you to build an configurable context pie menu. Read more »

Javascript sprintf

Javascript sprintf implementation. This Javascript function returns a string formatted by the usual printf/sprintf conventions. Read more »

CSS vertical align

Vertical align in CSS is a method which can help you align an element vertically using CSS. With this CSS vertical align method you can achieve vertical align in any height container. Read more »

Javascript benchmark

This Javascript benchmark is a method which can be used to do a relative measure (benchmark) of the Javascript function performance. Read more »

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 »