14
Jun
// php the_time('Y') ?>
Building good-looking HTML forms which work well in every browser and applying client+server-side validation usually takes a serious development time.
Zebra_Form, a free PHP library, handles this process very well and enables us to create secure and chic forms with a few lines of PHP code.
The output can be generated either with the ready-to-use styles (with valid HTML) or with any new/custom ones.

An integrated cross-site scripting prevention mechanism removes any possible malicious code submitted. It also helps preventing automated spam submissions.
The client-side validation is handled with jQuery, alerts are displayed inside tooltips and many validation types can be used (like "required, e-mail, length, etc.").
Besides standard input types, Zebra_Form supports Ajax-like file uploads, date-time pickers and captchas.
Requirements: PHP 4.4.9+, jQuery 1.5.2+
Compatibility: All Major Browsers
25
Apr
// php the_time('Y') ?>
When creating a web application, if no CMS is used, creating a back-end for managing the system is usually required.
PHPDevShell is a modular, plugin-based "code management system and framework" that offers a ready-to-use administration interface which can be extended with your own codes.

It provides most of the popular features that an application requires like:
- user registration and management (with roles, groups an access rights)
- presenting system settings
- cronjob management
- navigation
- plugins
- templates
- and much more..
The project aims not to interfere with your system, rather, follows a simplistic approach to integrate with it.
PHPDevShell has many other features like a built-in mailing list manager and the ability to view logs for every action.
20
Dec
// php the_time('Y') ?>
SVGGraph is an object-oriented PHP library for creating simple and interactive charts with SVG.
There are multiple chart types supported like (3D) bar, line, (3D) pie and scatter where every chart has its own PHP class in a seperate file. So, you can use only the features you need.

Charts can be customized in many ways including the title, description, paddings, colors, labels and much more.
Every new release has only support for PHP5 but a pretty old, PHP4 compatible version is still offered.
Requirements: PHP5
Compatibility: All Major Browsers (IE requires SVG Viewer plugin)
7
Oct
// php the_time('Y') ?>
CartoView is an open source and free JavaScript framework for creating online maps quickly.
It is integrated with Google Maps, Google Earth + OpenLayers and enables you to take control of the maps in means of function and presentation.
.jpg)
With the help of its modular architecture, the functionality can be improved without touching the core and there are already extension created like the ones for Flickr, FourSquare, Youtube and more.
The framework is well-documented and supported with examples.
22
Sep
// php the_time('Y') ?>
debugConsole is a tool for easily debugging and tracing PHP5 applications both on production and development servers without effecting the live-traffic.
Normally, PHP functions enable us to inspect variables, watch changes in them, set checkpoints and write logfiles.

Additionally, debugConsole replaces the PHP error handling so that notices, warnings and errors are shown in a popup too, rather than displaying them in the application to be debugged.
Optionally, IP-based access restrictions can be set to make sure that the popup opens for only developers but not for visitors.
The tool can be configured to debug a given timespan and checkpoints can be added in your scripts to check which lines of code were passed.
Also, you can filter events and record the logs into files for future inspection.
Requirements: PHP 5.0.1+
31
Jul
// php the_time('Y') ?>
wdCalendar is a jQuery plugin that enables us to create an event calendar that functions similar to the popular Google Calendar.
With a drag'n drop interface and feature-rich API, it is possible to create, update or delete events easily.

It has custom views for day, week or month where you can easily go to a selected date (also with the help of provided JS methods).
Usually, multi-day events are complicated, however, wdCalendar handles them well.
P.S. The resource website also shares other useful plugins for a tree menu display, date-picker and more.
Requirements: jQuery
21
Jun
// php the_time('Y') ?>
Deltacloud is a Ruby gem which removes the differences between APIs of various cloud service providers and offers a single API that can communicate with them.
It is a simple and easy-to-use REST API which already supports Amazon EC2, GoGrid, Rackspace, OpenNebula, RimuHosting and more.

There is also an open source and web-based interface, Deltacloud Aggregator, which enables you to:
- view image status and stats across clouds, all in one place
- migrate instances from one cloud to another
- manage images locally and provision them on any cloud
The API is great for any Ruby developer who is using cloud services as there may always be a need for switching providers.
Requirements: Ruby
19
Jun
// php the_time('Y') ?>
KCFinder is an open source and web-based file manager, built with PHP, that is inspired from the popular CKFinder.
It has a completely Ajaxed interface and can be integrated easily with other applications like FCKeditor, CKEditor, and TinyMCE WYSIWYG web editors (or anything custom).

The file manager has a context menu when right-clicked on any item that shows options like rename, delete, download, etc.
It has a clipboard functionality for copying and moving files, images can be auto-resized to a pre-defined width-height when they are uplaoded.
Also, KCFinder has a multilanguage interface which can be customized with CSS.
Requirements: PHP5+ with GD extension
15
Apr
// php the_time('Y') ?>
f4Player is a free and open source Flash video player that can play .fly, .f4v or .mp4 files in websites or within AS3 projects.
It is lightweight (8kb) and has a skinnable interface (few skins are included with the download).
The player supports progressive downloads (ability to play the downloaded portion of a file while the download is still in progress) and fullscreen display.

7
Apr
// php the_time('Y') ?>
Creating a FAQ page or knowledgebase is one of the musts for a web application. However, sometimes, this is not enough and users may require for more details.
In such situations "site tours" or even "page tours" become very handy as users can learn any details about the application visually.
Amberjack v2, the new and improved version of the instant site tour generator Amberjack, powers you with the tools to create a better "help" experience.

It is simply a JavaScript library which you can define:
- the steps of the site tour
- content of the every step
- behavior of them (will it open a new URL or target an element in the webpage)
- look & feel (opacity, color, etc.)
Compared to the 1st version, Amberjack v2 now supports in-page steps, element targeting and better customization.
The library is not documented yet and the JS file + usage can only be seen inside the source code.
Requirements: jQuery