Full-screen scrolling page effects with fullPage.js - 2014-12-21
A simple and easy to use jQuery plugin to create full-screen effects.
A simple and easy to use jQuery plugin to create full-screen effects.
RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments
AngularFire is the officially supported AngularJS binding for Firebase. The combination of Angular and Firebase provides a three-way data binding between your HTML, your, JavaScript, and the Firebase database.
Cmder is a software package created out of pure frustration over the absence of nice console emulators on Windows. It is based on amazing software, and spiced up with the Monokai color scheme and a custom prompt layout. Looking sexy from the start.
What is the differences between “git pull” and “git fetch”?
JSONP is really simple trick to overcome XMLHttpRequest same origin domain policy - you can’t send AJAX (XMLHttpRequest) request (not a simple) to different domain.
The main point is that one object can be prototype
of another object. That means if property isn’t found in the object - than it takes from prototype
object. In JavaScript this implementation is at the language level.
A fast guide to help centering everything with CSS.
An article on how to achieve Medium’s next page transition effect—an effect that can be seen by clicking anywhere on the “Read Next” footer at the bottom of the page. This effect is characterized by the lower article easing upward as the current article fades up and out.