Laboratory of experimental yet useful tiny projects

New BSD License

All projects in this section are distributed under New BSD License. You can download and use it in your projects free of charge. You are allowed unlimited redistribution for any purpose as long as its copyright notices and the license's disclaimers of warranty are maintained.

To view the full text of the license, please click license.txt (opened in a new window). For any question regarding the license, please send email to support@jswidget.com

Projects

  1. Canvas Based Color Picker.

    Yes, there are many different color picker widgets out there implemented using JavaScript. Yet this one is different with any of them from the root. As you might have noticed, yes, it's implemented using the HTML5 <canvas> element. The transparent image based color picker has a big drawback: it's hard to resize. You always limited by the image size when you want to display a proper-sized color picker for your application. But canvas based color picker is different. You can change the color picker to any size you want...

    Live Demo Document Download
  2. EasyComment

    Allowing visitors to leave comment on your web page can never be easier with the help of EasyComment. EasyComment is a lightweight yet full functional jQuery plugin that can be easily embedded in any web page to allow visitors to leave comments on that page. No database is required. EasyComment also support multi section comments within one page...

    Live Demo Document Download