108 projects tagged "CGI Tools/Libraries"
APLM (Alex Personal Library Manager) is a set of Perl scripts for managing a small library. It is designed to be easy to set up, easy to use, very customizable, and self-contained. It lets you type in your books, change a few paths, and get going without worrying about MySQL or anything. It also has a Web interface.
Active Calendar is a PHP class that generates calendars (month or year view) as HTML tables (XHTML-Valid). It can produce static calendars without any links or calendars with a week number column, navigation controls, a date picker control, event days and content with event URLs, and linkable days (optionally URL or Javascript). The layout can be configured using CSS, and JavaScript is not required. The supported dates (on systems using a 32-bit signed integer Unix time_t) are: 1902-2037 (Unix) and 1971-2037 (Windows), when using the default PHP native date functions, and 100-3000 and later, when using the ADOdb Date Library.
ActiveDBLib is a PHP class to access MySQL or other databases by using various database abstraction libraries. Its primary intention is to hide the differences between the different abstraction libraries, and to provide standard methods for the database connection, query, and result operations. It currently supports the ADODB, PEAR:DB, and Metabase libraries. This way, not only a project can be database independent, but also be database abstraction library independent.
The ActiveLink PHP XML Package provides the means to parse, read, modify, and output XML and XML documents easily without using PHP's XML or domXML libraries. The included classes are XML, XMLDocument, XMLRPCClient, XMLBranch, XMLLeaf, RSS, Tag, Tree, Branch, Leaf, File, Socket, and HTTPClient.
activeMailLib is a PHP class that can validate email addresses and send MIME email messages using the PHP mail() function. It can generate text or HTML email messages with user-defined headers, body parts, and character encoding. File parts can also be attached to the messages. The class can also perform email address validation based on a regular expression. It can optionally check the addresses with the destination SMTP server using the PHP getmxrr() function on Unix-like systems.
AdaCGI is an Ada95 interface to the "Common Gateway Interface" (CGI). AdaCGI makes it easier to create Ada95 programs that can be invoked by World Wide Web (WWW) HTTP servers using the standard CGI interface. Using it, you can create Web applications using Ada95 to perform queries or other processing by request from a WWW user.
Asido is an image processing solution for programs written in PHP 4 or PHP 5. It features "pluggable" drivers (adapters) for virtually any environment: either GD2, ImageMagick via shell, ImageMagick via the PHP extension, Magick Wand, or others. It offers the following functionality: resize images, watermark images, rotate imatgs, copy images, crop images, grayscale images, convert images, etc.