This page came about as a result of this post that lists Tabs and Slideshow Modules in the Similar Module Review group. The linked post lists several modules that provide either tabbed content or rotating content. There are two general use cases here:
Category Archives: Programming
date_default_timezone_set
date_default_timezone_set (PHP 5 >= 5.1.0) date_default_timezone_set — Sets the default timezone used by all date/time functions in a script
php
List of Supported Timezones
How to fix ‘Function eregi() is deprecated’ in PHP 5.3.0?
I used to use eregi for validating email address input that matches to the regular expression.
jQuery UI Multiselect
It depends on jQuery 1.5 and jQuery UI 1.8. The widget is styleable using Themeroller. It works in an unobtrusive fashion, by just turning html multiple select inputs into a sexier equivalent. There’s no extra markup needed.
Jquery many2many
Sometimes we used to get requirements where we wants to move items from a multiple select box (list box) to another list box in the right and vice versa. Something like the picture below.