MixItUp is a light-weight but powerful jQuery plugin that provides beautiful animated filtering and sorting of categorized and ordered content. Uses CSS3 animations to move the items around. MixItUp →
Author Archives: Bramus!
GeoGuessr
Simple (as in: simple idea, not simple to play) and addictive game based on streetview: you’re dropped someplace around the globe in streetview mode and you have to guess where you are. Look at the area and figure out where you are Click the map to place your guess marker (for your start position) Click …
Google Maps “Map Dive” Demo
SublimeStringEncode
jQuery Sticky Objects
Gistbox – Code Snippet Organization App for GitHub Gists
JSON API
{ “links”: { “posts.author”: { “href”: “http://example.com/people/{posts.author}”, “type”: “people” }, “posts.comments”: { “href”: “http://example.com/comments/{posts.comments}”, “type”: “comments” } } “posts”: [{ “id”: “1”, “title”: “Rails is Omakase”, “links”: { “author”: “9”, “comments”: [ “1”, “2”, “3” ] }, { “id”: “2”, “title”: “The Parley Letter”, “links”: { “author”: “9”, “comments”: [ “4”, “5” ] }, { …
Chart.js
A Proposal: Renaming Backend/Frontend to Application/UI Developers
The evolution of web technologies in the last several years has blurred the line between what we usually call backend vs. frontend development. On the other hand, expectations put in front of developers highly reflect that rather rigid distinction based on technology, instead the one that would be based on processes in software production. Is …
Continue reading “A Proposal: Renaming Backend/Frontend to Application/UI Developers”
Two.js
Two.js is a two-dimensional drawing api geared towards modern web browsers. It is renderer agnostic enabling the same api to draw in multiple contexts: svg, canvas, and webgl. Two.js is deeply inspired by flat motion graphics. As a result, two.js aims to make the creation and animation of flat shapes easier and more concise. At …