Sunday, 03 February 2013
Interesting Snippets from 2013-02-03
-
What You Might Not Know About JSON.stringify()
Nearly any developer spending even a moderate amount of time in JavaScript has had to, at some point, utilize JSON.stringify (and it’s counterpart, JSON.parse). JSON – JavaScript Object Notation – has become the go-to data-interchange format for many developers – with multiple languages capable of serializing to JSON, not just JavaScript itself
-
Toolbar.js - jQuery plugin to create tooltip style toobars
Toolbar allows you to quickly create tooltip style toolbars for use in web applications and websites. The toolbar is easily customisable using the twitter bootstrap icons and provides flexability around the toolbars display and number of icons.
-
josscrowcroft/accounting.js · GitHub
A lightweight JavaScript library for number, money and currency formatting - fully localisable, zero dependencies.
-
AngularJS — Superheroic JavaScript MVW Framework
AngularJS is a toolset for building the framework most suited to your application development. It is fully extensible and works well with other libraries. Every feature can be modified or replaced to suit your unique development workflow and feature needs.