Saturday, December 29, 2007

Photo Organizer: A Web-based multi-user photo management tool that was designed for professional photographers


Photo Organizer is a Web-based multi-user photo management tool that was designed for professional photographers. It offers a searchable photo database that supports photo version control, a datebook with client management, photo submission history, EXIF, IPTC, XML, and XMP, user quotas, and printing labels and color brochures. It uses ImageMagick and DCRAW to handle over a hundred image formats, and relies on PostgreSQL as its database backend.

[Environment]
Web Environment
[Intended Audience]
Advanced End Users, End Users/Desktop
[License]
OSI Approved :: GNU General Public License (GPL), OSI Approved :: GNU General Public License v3
[Operating System]
POSIX :: Linux, Unix
[Programming Language]
JavaScript, PHP, SQL
[Topic]
Information Management :: Records Management, Internet :: WWW/HTTP :: Dynamic Content, Internet :: WWW/HTTP :: Indexing/Search

Wednesday, December 26, 2007

PHP Directory Listing displays the contents of a directory on a Web server with automatic thumbnail creation

PHP Directory Listing displays the contents of a directory on a Web server with automatic thumbnail creation and caching for JPEG, GIF, and PNG files, a text preview for all kinds of text files and every other file type it knows about, and MIME type icons.

[Environment]
Web Environment
[Intended Audience]
Advanced End Users
[License]
OSI Approved :: GNU General Public License (GPL)
[Operating System]
OS Independent
[Programming Language]
PHP
[Topic]
Internet :: WWW/HTTP :: Dynamic Content, Internet :: WWW/HTTP :: Indexing/Search, Internet :: WWW/HTTP :: Site Management

Monday, December 24, 2007

poMMo: versatile mass mailing software

poMMo is versatile mass mailing software. It can be used to add a mailing list to your Web site or to organize stand alone mailings. Unique features such as the ability to mail subsets of your subscribers set it apart from alternatives.

[License] OSI Approved :: GNU General Public License (GPL)
[Programming Language] PHP
[Topic] Communications :: Email, Communications :: Email :: Mailing List Servers, Internet :: WWW/HTTP :: Site Management, Office/Business :: News/Diary

Friday, December 21, 2007

AjaXplorer: A rich-client browser for managing or sharing remote files on a web server

AjaXplorer is a rich-client browser for managing or sharing remote files on a web server. Requires PHP only and implements a users management system. English, French, Spanish and Dutch are supported.

[Environment]
Web Environment
[License]
OSI Approved :: GNU Lesser General Public License (LGPL)
[Programming Language]
PHP
[Topic]
Internet :: WWW/HTTP :: Site Management, Office/Business :: Groupware

Thursday, June 14, 2007

Openads: The world's most popular adserver


Openads is the world's most popular adserver with the the web's largest community of ad space owners. Tens of thousands of websites use Openads to make money from online advertising.

Monday, April 09, 2007

Open Site Builder Tools : A predefined page template with information from content files, and generates the target Web site documents

Open Site Builder Tools populates a predefined page template with information from content files, and generates the target Web site documents. It allows configuring menus and navigation bars on a per-directory or per-page basis. This approach lets you separate page layout development from content creation, and eliminates the need for an additional template rendering engine at runtime, thus saving your site processing power on each page served. Features include entities and macros substitution, automatic sitemap generation, a smart FTP uploader, and a build logs analyzer. The project site contains extensive documentation including a tutorial, a commands reference, and a sample site configuration.

[Environment] Web Environment
[Intended Audience] Advanced End Users, Developers
[License] OSI Approved :: GNU General Public License (GPL)
[Operating System] OS Independent
[Programming Language] PHP
[Topic] Internet :: WWW/HTTP :: Site Management, Software Development :: Build Tools

Thursday, March 22, 2007

Elgg : An open source social networking platform

Elgg is an open source social networking platform developed for LAMP (Linux, Apache, MySQL, PHP) which encompasses weblogging, file storage, RSS aggregation, personal profiles, FOAF functionality and more.

Your users have the freedom to incorporate all their favorite tools within one environment and showcase their content with as many or as few people as they choose, all within a social networking site that you control.
  • Database Environment : ADOdb, MySQL, PostgreSQL (pgsql)
  • Intended Audience : Other Audience
  • License : GNU General Public License (GPL)
  • Operating System : OS Independent (Written in an interpreted language)
  • Programming Language : PHP
  • Topic : Communications, Dynamic Content
  • User Interface : Web-based

Tuesday, February 27, 2007

Pligg : Web 2.0 Content Management System


Pligg is Web 2.0 Content Management System (CMS) unlike any other existing CMS. The user interface gives your visitors a reason to come back to your site by making them decide on the site's content and giving them the chance to build a social network.

SilverStripe Open Source CMS


SilverStripe Open Source CMS: Content Management the way it was meant to be Powerful enough for any website or intranet design and simple enough for your Mum to use

Wednesday, February 14, 2007

OrangeHRM : An Open Source HR Information Systems(HRIS)


OrangeHRM developed by OrangeHRM Inc is an Open Source HR Information Systems(HRIS) that assists you in managing company's human resources. Through scalable modular architecture it reflects main areas of Personnel Management/HRM such as PIM, ESS, Leave.
  • Intended Audience : End Users/Desktop
  • License : GNU General Public License (GPL)
  • Operating System : OS Independent (Written in an interpreted language)
  • Programming Language : PHP
  • Topic : Enterprise
  • Translations : English
  • User Interface : Web-based

Monday, February 12, 2007

PRADO : A component-based and event-driven programming framework for developing Web applications in PHP 5


PRADO is a component-based and event-driven programming framework for developing Web applications in PHP 5. PRADO stands for PHP Rapid Application Development Object-oriented.

The following list is a short summary of the main features of PRADO:
  • Reusability - Code following the PRADO component protocol are highly reusable. This benefits development teams in the long run as they can reuse their previous work and integrate other parties' work easily.
  • Event-driven programming - End-user activities, such as clicking on a submit button, are captured as server events so that developers have better focus on dealing with user interactions.
  • Team integration - Presentation and logic are separately stored. PRADO applications are themable.
  • Powerful Web controls - PRADO comes with a set of powerful components dealing with Web user interfaces. Highly interactive Web pages can be created with a few lines of code. For example, using the datagrid component, one can quickly create a page presenting a data table which allows paging, sorting, editing, and deleting rows of the data.
  • Strong database support - Since version 3.1, PRADO has been equipped with complete database support which is natively written and thus fits seemlessly with the rest part of the PRADO framework. According to the complexity of the business objects, one can choose to use the simple PDO-based data access, or the widely known active record, or the complete business object mapping scheme SqlMap.
  • Seamless AJAX support - Using AJAX in PRADO has never been easier with its innovative active controls introduced since version 3.1. You can easily write an AJAX-enabled application without writing a single line of javascript code. In fact, using active controls is not much different from using the regular non-AJAX enabled Web controls.
  • I18N and L10N support - PRADO includes complete support for building applications with multiple languages and locales.
  • XHTML compliance - Web pages generated by PRADO are XHTML-compliant.
  • Accommodation of existing work - PRADO is a generic framework with focus on the presentational layer. It does not exclude developers from using most existing class libraries or toolkits. For example, one can AdoDB or Creole to deal with DB in his PRADO application.
  • Other features - Powerful error/exception handling and message logging; generic caching and selective output caching; customizable and localizable error handling; extensible authentication and authorization; security measures such as cross-site script (CSS) prevention, cookie protection, etc.

Sunday, January 14, 2007

Tagline Generator - Timeline-based Tag Clouds

Tagline Generator by Chirag Mehta is a simple PHP codebase that lets you generate chronological tag clouds from simple text data sources without manually tagging the data entries.

Wednesday, January 03, 2007

UseBB : An easy-to-set up and easy-to-use PHP/MySQL bulletin board system

UseBB is an easy-to-set up and easy-to-use PHP/MySQL bulletin board system with several user and administration possibilities, especially designed for small to medium sized Web sites which do not need the overdose of features found in other forum packages.

[Environment] Web Environment
[Intended Audience] End Users/Desktop, System Administrators
[License] OSI Approved :: GNU General Public License (GPL)
[Operating System] OS Independent
[Programming Language] PHP, SQL
[Topic] Communications :: BBS, Internet :: WWW/HTTP :: Dynamic Content :: Message Boards

Gallery : A slick Web-based photo album written using PHP

Gallery is a slick Web-based photo album written using PHP. It is easy to install, includes a config wizard, and provides users with the ability to create and maintain their own albums in the album collection via an intuitive Web interface. Photo management includes automatic thumbnail creation, image resizing, rotation, ordering, captioning and more. Albums can have read, write, and caption permissions per individual authenticated user for an additional level of privacy.

[Environment] Web Environment
[Intended Audience] Other Audience
[License] OSI Approved :: GNU General Public License (GPL)
[Operating System] OS Independent
[Programming Language] Java, PHP
[Topic] Internet :: WWW/HTTP :: Dynamic Content, Multimedia :: Graphics :: Viewers