Serialising Objects in JavaScript with Tanagra.js

There are many occasions on which you might want to serialise object data, then retrieve it later as an instance of the same class… Read more

Similar

Minimal Code Editor in JavaScript

How to write a small extensible code editor in pure javascript, with syntax highlighting and a few other nice features in 1KB. Absolutely no dependencies, a bit of contenteditable magic, with a strong focus on keeping it small and simple. (more…)

Read more »