I used to use eregi for validating email address input that matches to the regular expression.
Monthly Archives: October 2011
Perian
Perian is a free, open source QuickTime component that adds native support for many popular video formats.
AVG Commands For Linux OS
AVG admin server for linux based OS
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.
jQuery Plugins For Better Table Manipulation
Table is the most difficult object to be styled, due to its browser compatibility and markup. Most of the designers and developers will use div to replace table because it is much more easier to style div thantable.