The “sensational” project on Twitter and GitHub. According to the developers, “Docpad removes restrictions and removes the gap between professionals and beginners. Designers and developers can now create websites faster than ever before. ” Docpad is a static site generator written in Node.js. It allows you to easily create patterns and blocks. It works with PHP, Ruby, CoffeeScript, etc. It has file wathing, live reload and most importantly “amazing plugin system”. A big plus is the instructional video (albeit in English).
Very functional script for working with touch events. There is both a standalone library and a jQuery plugin. Supports Tap, DoubleTap, Swipe, Drag, Pinch and Rotate. More than 6000 GitHub starov per month.
Words from the author of the project Jonny: "Tiny, inconspicuous, simple, but still very powerful and incredibly fast library on vanilla JavaScript, which adds search, filters, sorting to HTML lists, tables and anything else."
var options = { valueNames: [ 'name', 'born' ] }; var userList = new List('users', options);
Everything!
HTML
<divid="users"><inputclass="search"placeholder="Search" /><buttonclass="sort"data-sort="name"> Sort by name </button><ulclass="list"><li><h3class="name">Jonny Stromberg</h3><pclass="born">1986</p></li><li><h3class="name">Jonas Arnklint</h3><pclass="born">1985</p></li><li><h3class="name">Martina Elm</h3><pclass="born">1986</p></li><li><h3class="name">Gustaf Lindqvist</h3><pclass="born">1983</p></li></ul></div>
On November 22, exactly 50 years have passed since the death of John F. Kennedy. Killing Kennedy has developed a website for this event at National Geographic. Since the habr rules say that this is not a place for politics, I will say a few words only about this site. Firstly: it is very informative and contains many interesting facts. Secondly: this is the “perfect” example of how and when to use Parallax Scrolling. Recently, parallax has become a kind of trend and developers are trying to use it where it is not needed.