Sunday, 10 March 2013
Interesting Snippets from 2013-03-10
-
Zepto.js: the aerogel-weight jQuery-compatible JavaScript library
Zepto is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API. If you use jQuery, you already know how to use Zepto.
-
lunr.js - A bit like Solr, but much smaller and not as bright
lunr.js is a simple full text search engine for your client side applications. It is designed to be small, yet full featured, enabling you to provide a great search experience without the need for external, server side, search services. lunr.js has no external dependencies, although it does require a modern browser with ES5 support. In older browsers you can use an ES5 shim, such as augment.js, to provide any missing JavaScript functionality.
-
rawson.js - a camera raw previewer in javascript
preview camera raw photos in your browser without software or plugin install
-
JSONMate - JSON editor, inspector and beautifier
Note that you can edit your JSON directly in the textarea below. The JSON viewer will get updated when you leave the field.