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.
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.
Do you really need to use jQuery methods instead of vanilla Javascript?
Is it faster to use the native forEach or just loop with for?
Reading files in Javascript with File API
Essentially, a NodeList
is what you get when you call any method such as elem.getElemetsByTagName()
, elem.querySelectorAll()
and so on.