5737 projects tagged "English"
jui_pagination is a jQuery plugin. It provides pagination using page links or jQuery UI slider. It is fully configurable and jQuery UI themes compatible. It has localization support. It is compatible with modern Web browsers. It has been tested with Google Chrome, Mozilla Firefox, Microsoft Internet Explorer >= 8, and the default Android browser.
jui_filter_rules is a jQuery plugin which is useful to create dataset filter rules as JSON objects and the relevant WHERE SQL. As a JavaScript control, it can be integrated with any server-side technology (e.g., PHP, Perl, ASP, JSP, and more) and any database. A helper PHP jui_datagrid class is available. It can parse rules to SQL, supporting "ADODB" and "POSTGRES". The ADODB drivers tested are mysql, mysqlt, mysqli, pdo_mysql, and postgres. It's compatible with modern Web browsers and has been tested with Google Chrome, Mozilla Firefox, Microsoft Internet Explorer >= 8, and the Android browser.
jui_datagrid is an Ajax-enabled jQuery plugin, useful to manipulate database data in tabular format. It's fully customizable, with a simple but powerful API, jQuery themes compatibility, and localization support. It has a modular design, so it uses the jui_pagination plugin for paging and the jui_filter_rules plugin for searching. As a JavaScript control, it can be integrated with any server-side technology (e.g., PHP, Perl, ASP, JSP, and more) and any database. A helper PHP jui_datagrid class is available, supporting "ADODB" and "POSTGRES". The ADODB drivers tested are mysql, mysqlt, mysqli, pdo_mysql, and postgres. It's compatible with modern Web browsers, and has been tested with Google Chrome, Mozilla Firefox, Microsoft Internet Explorer >= 8, and the Android browser.
PHP Emoticon Parser can replace emoticon text with HTML image tags. It can search for emoticon text characters in a given text string and replace them with equivalent emoticon images. The emoticon text and image mappings are defined in a separate script that maps emoticon names to the different equivalent representations for emoticon text symbols.
BAD (BAckup Daemon) "watches" a directory and copies any files or directories moved/copied into it to another "backup" directory automatically using inotify. It will automatically generates hashes for files using the md5 hashing algorithm, and stores them in a file for quick and easy integrity checking. It will log (mostly) everything it's doing, and makes it very convenient to grep for certain messages using multiple logging levels which the user can set to get the desired output. It has its own built-in uninstaller which will delete any and all files it has created (besides the user's watch and backup directories).