Navigation Home / Tags / HTML

ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

13
Date Submitted Fri. Aug. 4th, 2006 9:46 AM
Revision 1
Syntax Master sundaramkumar
Tags CSS | HTML
Comments 3 comments
Using styles we can add scrollbars for large table where the space is a constraint
8
Date Submitted Fri. Aug. 4th, 2006 9:54 AM
Revision 1
Syntax Master sundaramkumar
Tags DOM | HTML
Comments 1 comments
Add rows into a table dynamically using js,DOM
11
Date Submitted Fri. Aug. 4th, 2006 10:13 AM
Revision 1
Syntax Master sundaramkumar
Tags HTML | JavaScript
Comments 2 comments
This function will run all functions that are to be executed one by one on page load with specified/added orde
9
Date Submitted Sat. Aug. 5th, 2006 7:56 AM
Revision 1
Beginner delook
Tags HTML
Comments 1 comments
Put a break in a tooltip (limited chars)
11
Date Submitted Thu. Aug. 10th, 2006 2:32 AM
Revision 1
Syntax Master sundaramkumar
Tags HTML | JavaScript
Comments 1 comments
Restrict input to alphanumeric and uppercase
12
Date Submitted Wed. Aug. 30th, 2006 5:06 AM
Revision 1
Helper dohpaz
Tags entities | HTML | PHP
Comments 2 comments
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
*/
21
Date Submitted Thu. Aug. 31st, 2006 1:36 PM
Revision 1
Helper dohpaz
Tags debug | HTML | PHP | Variable
Comments 0 comments
A quick and simple function to dump a variable (array, object, string, int, etc) out into -formatted output for a web browser.

If the variable is an array or an object, you can have it returned into the another variable for later processing (i.e., through templates or e-mail). Due to lack of free time, if the variable is not an array or an object, it will ignore the $return value and print directly to output.

Future revisions will add the above mentioned functionality.
15
Date Submitted Sun. Sep. 24th, 2006 5:35 PM
Revision 1
Helper kahotep
Tags Form | HTML | PHP
Comments 1 comments
Generates a tree view within a dropdown select box.
12
Date Submitted Sun. Sep. 24th, 2006 5:43 PM
Revision 1
Helper kahotep
Tags HTML | PHP
Comments 6 comments
Generates select boxes, text boxes, check boxes and radio buttons. Via a handful of functions.
12
Date Submitted Mon. Oct. 2nd, 2006 11:59 AM
Revision 1
Beginner drench
Tags escape | HTML | JavaScript | String
Comments 0 comments
Similar to Perl's CGI::escapeHTML(), though (because we can!) this adds it as a method to all String objects.