14 projects tagged "GNU General Public License"
PHP Menu Builder is a class that can be used to display nested menus of HTML links. It takes an array of menu items eventually with nested arrays that define sub-menus. The class generates HTML lists with links for each menu item. CSS classes can be used to configure the presentation styles of the menus, regular items, and the current page item.
Notice Board Pro is an online notice board that lets users post notices in the same way as on a physical notice board. Non-registered users are able to browse through the list of active items, optionally by category, and registered users can post their own items. Items can be set to expire on a particular date, temporarily hidden, edited, and deleted. JPEG images can be attached.
Multipe Image Resizer Script is a PHP class which can resize images in several ways. It can take an image in JPEG, PNG, or GIF format and resize it to exactly the given width and height, the given width, keeping the original proportions of the height, the given height, keeping the original proportions of the width, an automatically-determined given width or height, keeping the proportions of the other dimension, or a cropped area, keeping the original proportions. The class comes with a script which can call the class to resize many images at once.