38 projects tagged "English"
AJASON is a PHP 5 library and JavaScript client for the Web technology called AJAX. AJAX permits data to be fetched asynchronously without the need for reloading the Web page and thus allows the development of interactive GUI-like Web applications. JSON is a lightweight data interchange format which is used by AJASON to exchange data between server and client. AJASON features the ability to exchange complex data types and client-side error reporting for server-side AJASON errors.
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.
DBLIB is a PHP library to create WWW interfaces to databases. Its main aim is to support creating interfaces for site administrators, but it can be used as well to create public end-user interfaces. It features over 15 widget types (text, numbers, datetime, password, reference to another table, etc.), automatic data conversion and escaping, automatic input checking in all fields, an abstract data layer that supports several SQL databases, LDAP, and text/dbm files. DBLIB is not a low-level database manager like PHPMyAdmin.
Easy PHP Thumbnail Class can be used to manipulate images and generate thumbnails. It can load images from files and generate thumbnails that can be saved to files or be generated as the current script output. The class can also perform other image manipulation functions such as adding shadows, clipping rounded corners, filters, bilineair image deformations, and more. Over 45 image manipulation functions are available.
Expose is a PHP template engine. It supports server and client-sided caching, a plugin system (to simplify common tasks like inserting a date picker) and internationalization (to write templates in multiple languages using external translation files). Unlike most template engines, Expose's template script language is based on PHP itself, which means you don't have to learn a new syntax. You can use most of the PHP language elements and functions in the way with which you're familiar.
File-Picker is a program to display and choose files from your Web site. It supports multiple languages. It uses AJAX to allow the user to interact with the server without reloading the page. You can pick several files at the same time. Its visual interface looks like a file explorer.
FreeSMS (Free Student Management System) is a Web application for managing an educational facility. It manages teachers and students and provides marketing, registration, course management, attendance, and a student evaluation system, and manages courses within a class environment. Profile-based management is supported for administrators, teachers, and students. Teachers and students can be registered online. Students are allowed to manage their own class enrolment and submit course evaluations, and teachers can manage student attendance. The differential factor and elegance of this project lie in the OOP standard and a modular structure. The code is clean and very extendable.
This project aims to bring together frequently used design patterns of Web 2.0 sites. Some examples are tag clouds, styled date differences, and so on. The package currently has limited functions, but will be extended with feedbacks. The API is written in PHP, but will be ported to other Web languages.
Graidle (Graph aid) is a Web application for creating charts. It can be used to generate several types of graphical diagrams. It has classes specialized in generating histograms (also horizontal), spider graphs, pie charts, and line (also filled) charts. Several visual aspects may be customized, such as colors, font dimensions, labels, and axes. The diagrams are generated as true color images using PHP and GD library functions, and can be displayed as the current script output or saved to a file in the PNG format.