ForwardJS keynotes of Christian Heilmann (@codepo8) addressing the growing complexity of frontend development technologies and how important it is that we keep the initial barrier low to make the web accessible to new developers and publishers as well. Many new IT users land directly on smartphones with their closed-app ecosystems. How can we bring the web to these new users? See also A user interface is like a joke.
Chrome changes its center of gravity, reference is not the document but the viewport
Since Chrome 56, the browser natively handles above-the-fold content changes by adjusting the scroll position on its own. Learn how to detect this behaviour and adapt your JavaScript accordingly.