Open Source

410 articles

JavaScript Library For Simultaneous & Resumable Uploads – Resumable.js

Resumable.js is a JavaScript library providing multiple simultaneous, stable and resumable uploads via the HTML5 File API. The library is designed to introduce fault-tolerance into the upload of large files through HTTP. This is done by splitting each files into small chunks; whenever the upload of a chunk fails, uploading is retried until the procedure completes. This allows uploads to…

JavaScript Tracing Made Simple – Spy JS

Want to know what exactly happens when you click some button or run some unit test on any platform/device/browser? Whether it's your codebase or any other website scripts, Spy JS allows you to trace the code you've just executed. You start from an event that triggered code execution, progress to the event JavaScript stack trace, end up in highlighted source…

Open Source E-Commerce App To Sell Your Products Online: Uni-eCart

Uni-eCart is a free and open source e-commerce application that is bundled with all the major features expected. The shopping cart available with Uniecommerce is quite flexible to include wide range of products in the shop for sale. Every detail about the product such as its photo, price, description etc are included with each item for sale which makes it…

Debug Any PHP Code Easily With DebugBar

DebugBar is a free and open source app that can integrate into any PHP project and collect and present profiling data. It has no dependencies, supports Ajax requests and includes generic data collectors and collectors for well known libraries. Generic debug bar Easy to integrate with any project Clean, fast and easy to use interface Handles AJAX request Includes generic…

A Lightweight Frontend Framework for Responsive Apps – SkelJS

SkelJS is a lightweight front-end framework for building responsive sites and apps. Consisting of only a single JS file (weighing in at just 18kb as of this version), it gives designers and developers access to four powerful components: CSS Grid System, Responsive Handler, CSS Shortcuts and Plugin System. A sophisticated 12 column CSS grid system with a concise, uncluttered syntax,…

Open Source Browser FTP Client (PHP/Ajax) — Monsta FTP

Monsta FTP is an open source FTP client (PHP/Ajax) that works in your browser. It is multi-lingual and allows for UI-driven actions such as folder drag’n'drop and others. [rss]Special Downloads[/rss] [rss]Design Freebies[/rss] [rss]Feedback Collection and Polling Widget[/rss] [rss]Free Creative Resume Template[/rss] [rss]Open Source Icons[/rss] [rss]Free Minimal Wordpress Theme[/rss]

A JavaScript Module to Create Calendar Heatmap – Cal-heatmap

Cal-Heatmap is a JavaScript module to create a calendar heatmap. This module will help you to create a calendar, like the contribution calendar appearing on each github user’s page, but with navigation and more controls on the data formatting. Cal-Heatmap works on all modern browsers supporting SVG and is easily customizable. [rss]Special Downloads[/rss] [rss]Design Freebies[/rss] [rss]Feedback Collection and Polling Widget[/rss]…

Free jQuery Plugin for Single/One Page Websites – Smint

Smint is a simple jQuery plugin that helps with the navigation on single/one page style websites. It has 2 main elements, A sticky navigation bar that stays at the top of the page while you scroll down and Menu buttons that automatically scroll the page to the section you clicked on The default speed is 500 (half a second) but…

Open Source Real-Time Chat Widget With No Server Code — Firechat

Firechat is an open-source, real-time chat widget built on Firebase. It offers fully secure multi-user, multi-room chat with flexible authentication, moderator features, user presence and search, private messaging, chat invitations, and more. With Firechat, you get full-featured chat in your application with a few simple script includes. Additionally, Firechat is easy to modify and extend. Based upon it's simple underlying…