14 June 2012
Category:
HTML5
jQuery
Comments: 0

Open Source – HTML5 Rich Text Editor

wysihtml5 is an open source rich text editor based on HTML5 technology and the progressive-enhancement approach. It uses a sophisticated security concept and aims to generate fully valid HTML5 markup by preventing unmaintainable tag soups and inline styles. It’s fast and lightweight. It generates valid and semantic HTML5 markup. It uses class names instead of inline styles. It [...]


14 June 2012
Comments: 0

Draw Graphs using HTML5 Canvas – Sigma.js

Sigma.js is a free and open-source JavaScript library to draw graphs, using the HTML5 canvas element. It has been especially designed to share interactive network maps on a Web page or to explore dynamically a network database. It is distributed under the MIT License. Requirements: JavaScript Framework Demo: http://sigmajs.org/ License: MIT License


14 June 2012
Comments: 0

Balloons.IO – Node.js powered opensource chat application

Balloons.IO is a very impressive and open source chat application that is built with node.js, Express, Socket.IO and Redis. It has support for multiple rooms where users can join any of them, chat with other users and send files to each other. Also, there is an option for users to create their own rooms and set their statuses (available, away, busy) The [...]