colors

Multiple Select Drop Down Menu in PHP

It’s very easy to take what we did back in January for reusable PHP drop down menu code and make it work for multi value select elements.

Read the full article →

Alternating Colors Using Prototype

Using the CSS nth-child selectors I’ve learned how to alternate colors using the Prototype library. Great to apply a style to your tables without having to apply styles by hand or using extra loops/counting with your server side scripting.

Read the full article →