Deprecated: Assigning the return value of new by reference is deprecated in /home/wimnet/public_html/wp-includes/cache.php on line 36

Deprecated: Assigning the return value of new by reference is deprecated in /home/wimnet/public_html/wp-includes/query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in /home/wimnet/public_html/wp-includes/theme.php on line 540

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/wimnet/public_html/wp-includes/cache.php:36) in /home/wimnet/public_html/wp-content/plugins/enhanced-wp-contactform/wp-contactform.php on line 264

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/wimnet/public_html/wp-includes/cache.php:36) in /home/wimnet/public_html/wp-content/plugins/enhanced-wp-contactform/wp-contactform.php on line 264
Web In Mind .net: A blog on web standards, development, usability and god knows what else

A Simple Color Alternation Script For Lists

Published April 18th, 2006 under JavaScript, Web Development
by Mashhoor Al Dubayan

Here’s an example for a script i’ve made today to set ‘odd’ and ‘even’ class names for each <li> element in a list(s). The source code should be self-explanatory, so i guess no explanation is needed here. :)

‘Table Highlight’ Script For Designers

Published April 16th, 2006 under JavaScript, Web Development
by Mashhoor Al Dubayan

This is a script I’ve made earlier that cab make HTML tables a little interactive. It does row color alternation, row hover effect and even highlights a row when you click on it.

I’ve re-coded the script, with designers who can’t code in mind, to make it reusable (thus using lot’s of global variables). Just follow these simple steps to integrate it into your own web page:

Read the rest of this entry »