Free & Open Source Web Resources
License GNU GPL
Plupload: Jquery Open Source File Uploader
Feb 5th
Plupload is a very flexible, feature-rich & open source file uploader that allows you to upload files using HTML5 Gears, Silverlight, Flash, BrowserPlus or normal forms, providing some unique features such as upload progress, image resizing and chunked uploads.
Plupload is currently separated into a Core API and a jQuery upload queue widget this enables you to either use it out of the box or write your own custom implementation.
Simple PHP Proxy: Cross-domain JavaScript
Jan 29th
Simple PHP Proxy is a PHP script which aims to fill this gap by creating a layer between your JavaScript code and the remote domain to get data in HTML, XML or JSON formats.
With Simple PHP Proxy, your JavaScript can access content in remote webpages, without cross-domain security limitations, even if it’s not available in JSONP format.
Some features of Simple PHP Proxy:
- requested URLs can be white-listed & validated against a regex.
- optionally forward client cookies / SID to the remote server.
- optionally forward configurable User Agent to the remote server.
- requests can use either GET or POST request methods.
- remote data can be delivered as-is with all remote headers intact.
- remote data can be wrapped in a JSON/P structure that includes status codes & remote headers.
- if using JSON/P & remote data is valid JSON, it will be merged into the resulting data object.
Lilina: Open Source PHP-News Aggregator
Jan 28th
Lilina is an open source feed news aggregator programmed in PHP. It supports RSS and Atom, the standards for syndication and can import from OPML, the standard for feed sharing.
The application only requires PHP(5) to run & makes use of 2 built-in libraries: HTML Purifier and SimplePie.
Lilina has a plugin system for extending its capabilities & the look/feel can be customized with the theming support.


