Rounded corners CSS

CSS rounded corners is a very nice effect. There are many ways to achieve it.

The easiest and fastest way is to use CSS round corner options. The good thing its fast and easy. The bad thing Internet Explorer browser does not support these options. If Internet Explorer isn’t important for you, use options listed below. Read more »

Javascript replace

Javascript string replace is a very useful function. Javascript has a built-in string replace function but it uses regular expressions. Read more »

CSS vertical align

In 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 »

Sortable table

This JavaScript sortable html table code can be used to convert tables in ordinary HTML into sortable ones. Read more »

AJAX file upload

Ever 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 »