tabless form using css
12
This function is useful in helping to deter spam bots by obfuscating things such as e-mail addresses and URLs that are displayed on a web page. While it's not 100% fool proof, it does offer some protection.
Example:
$email = html_entitize('foo@baz.org');
/*
Outputs foo@baz.com
*/
Example:
$email = html_entitize('foo@baz.org');
/*
Outputs foo@baz.com
*/
22
Get computed Width of an HTML Element
15
Get computed Height of an HTML Element
11
Restrict input to alphanumeric and uppercase
9
Put a break in a tooltip (limited chars)
15
Not really a hack, but rather a workaround for layout problems with IE.
Conditional
Conditional
11
This function will run all functions that are to be executed one by one on page load with specified/added orde
8
Add rows into a table dynamically using js,DOM
13
Using styles we can add scrollbars for large table where the space is a constraint
31
a simple css way to add shadow to tables and Divs









