My first attempt in creating a JavaScript library – diver.js
diver.js - Dives deep into the dom and dumps it in the object literal notation. (more…)
Read more »
Masonry is a JavaScript grid layout library. It works by placing elements in optimal position based on available vertical space, sort of like a mason fitting stones in a wall. You’ve probably seen it in use all over the Internet. Read more