Hub List is an open source to-do list application that works on the desktop. It has versions for Windows, Mac OS X + Linux and a mobile one that mostly targets the iOS platform. The application supports creating folders>sub-folders and tasks>sub-tasks for an unlimited hierarchy. Hub List is currently in beta status and working on … Continue Reading
Category
GPL License
jQuery UI CoverFlow 2.0 Using $.widget
Hey guys. Today I would like to show you how to create and use a jQuery UI CoverFlow component powered by $.widget and CSS3 transforms. It’s highly extensible, supports click, keyboard and mousewheel interaction and works with the latest versions of both jQuery and jQuery UI (1.4.4 and 1.8.6 respectively). The iTunes CoverFlow effect is … Continue Reading
JavaScript Framework for Mobile and Touch Devices
DHTMLX Touch is an HTML5-based JavaScript library for building mobile web applications. It’s not just a set of UI widgets, but a complete framework that allows you to create eye-catching, cross-platform web applications for mobile and touch-screen devices. The framework is compatible with the major web browsers for mobile platforms. Applications built with DHTMLX Touch … Continue Reading
PHP.JS – Port PHP Functions to Javascript
Developer Kevin van Zonneveld was once working on a project with a lot of client(JS) / server(PHP) interaction, and he found himself coding PHP functions (like base64_decode & urldecode) in JavaScript to smoothen communication between the two languages. He stored the stored the functions in a file called PHP.JS which was included in the project. … Continue Reading
An Open Source Distributed Monitoring Solution
ZABBIX is an enterprise-class open source distributed monitoring solution designed to monitor and track performance and availability of network servers, devices and other IT resources. It supports distributed and WEB monitoring, auto-discovery, and more. ZABBIX software is released under the GNU General Public License (GPL) version 2. Requirements: – Demo: http://www.zabbix.com/ License: GPL License
Add Falling Snow Effect to Your Website with jSnow
jSnow is a jQuery plug-in that adds falling snow effect to your website, a very common decorative effect that every website needs for christmas! jSnow is lightweight (2kb), doesn’t require any external files to run (css or images) and it’s very easy to use! Requirements: jQuery Framework Demo: http://plugins.jquery.com/project/jSnow License: GPL License
Firefox-Like Ajax File Upload with Progress Bar
dhtmlxVault (DHTML extensions File Upload) helps you to implement a modern and feature-rich file uploading part of your web application. So much wanted, the Progress bar will inform your customer during long-time operation about the ongoing process. Different file types are displayed with corresponding icons (you may add more file types when required). Built with … Continue Reading
Multiple File Upload Plugin with jQuery and Flash
Uploadify is a jQuery multiple file upload plugin which allows you to change any element with an ID on your page into a single or multiple file upload tool. The plugin uses a mix of JQuery, Flash, and a backend upload script of your choice to send files from your local computer to your website … Continue Reading
Plupload – Making Multiple Uploading Easier than Ever
Plupload 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 … Continue Reading
Ajax File Uploader with Progress Bar, Drag & Drop
FileUploader uses XHR for uploading multiple files with progress-bar in FF3.6+, Safari4+, Chrome and falls back to hidden iframe based upload in other browsers, providing good user experience everywhere. Drag-and-drop is supported in FF, Chrome too. This plugin is open sourced under GNU GPL 2 or later. Requirements: – Demo: http://valums.com/ajax-upload/ License: GPL License