Comments script with pagination adds comments to a website, paginating them without affecting the rest of the page content or the page URL. It can be used with multiple pages of a site, whatever the type of the page URL (modified or not with mod-rewrite). It can be set to allow only logged-in users to add comments, and has many other settings and Admin management.
Countdown Timer until specified Date-Time starts a countdown to a time defined in forms. It can take a given time for the end of a countdown from form inputs which define the year, month, day, hour, minute, and second. The object can also take the end time from static page elements with identifiers which start with a given prefix. The object can start the countdown and keep updating page elements which show the remaining time to the end.
JS Slideshow Content can present a slideshow of HTML content. It can look inside a page element which contains different children slideshow elements which will be made visible one at a time. The slide show elements switch from one to another automatically after a configurable period of time or using object functions to switch to the next and previous slideshow element.
Multi-Level Menu Creator is an AJAX Script to create multiple level menus. The menu lists (categories, sub-categories, link URLs) are defined on the client-side with JavaScript and can be saved with PHP to TXT files (in JSON format) and/or in a MySQL database. The script comes with three predefined types of menu styles, a horizontal-vertical menu and two vertical-horizontal menus. you can load a saved menu to continue editing it, to add, delete, and modify lists /links. The menu can be included in HTML and PHP files.
Multiple Drop-Down Select Lists Creator is an Ajax script for creating drop-down select lists. Options can be stored in a MySQL database or in a text file on the server. An administration page is provided for composing <option> lists, adding options in <select> lists, modifying options data, deleting lists, and saving and loading lists. Each option can have additional content that is displayed within a separate HTML element.
Multiple Select Dropdown List with AJAX can be used to dynamically create multiple Select lists with data from a MySQL table. When the user chooses an option from the Select list, it calls an Ajax function which accesses a PHP file, which will return another Select dropdown according to the option selected.