9
Strip HTML Tags From a String
9
11
Similar to Perl's CGI::escapeHTML(), though (because we can!) this adds it as a method to all String objects.
11
Restrict input to alphanumeric and uppercase
12
Generates select boxes, text boxes, check boxes and radio buttons. Via a handful of functions.
12
This function will run all functions that are to be executed one by one on page load with specified/added orde
13
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
*/
13
toddersbud
This shows how the computed style of each node differs from the computed style of its parent. The root element, which has no parent, is instead compared against the root of a blank HTML document.
* create a new bookmark called "compute styles" in your firefox toolbar. Place the snippet code in the location field of your "compute styles". click the compute styles bookmark, then click an element on the page with the crosshairs.
* create a new bookmark called "compute styles" in your firefox toolbar. Place the snippet code in the location field of your "compute styles". click the compute styles bookmark, then click an element on the page with the crosshairs.
13
Set a word or phrase in an input field, clear it onfocus
13
Strip HTML








