JSDM

新建画布

Feral line drawings

Processing image data to create line drawings. TODO: make more line-like, maybe with edge detection.

Exploding ball

via http://codepen.io/zadvorsky

CSS-Shapes in Multi-Column Layout

In order to avoid breaking up a `CSS-Shape` from the surrounding wrapping text to another column, (_... which is far from pretty_), when using CSS-Shapes (to make text flow around an image or an object) within a multi-column layout: one can use the property `break-inside` with the value `avoid-column` on a wrapping element: [one can read more about this here](http://codepen.io/atelierbram/blog/css-shapes-in-multi-column-layout)

Unique post separator for blog

Unique separator with border and a small circle in the middle. I get this CSS snippet from a Ghost theme.

Processing input visualization

Processing input visualization, the "sun" reacts to text input

SIMPLE PARALLAX EFFECT

A Simple Interactive Parallax Effect!