By Pavlo Pidlypenskyi The brain is a muscle, and as all muscles, it needs regular exercise to keep sharp, which is why I decided to take very old, but efficient, web optimization technique and implement it in new crazy way. You’ve most likely heard about loading images (and other resources) on demand – which is […]
New Frameworks: Pure, React, Maria & more
This past week featured the releases of a number of potentially significant front-end frameworks. Pure is a set of small, responsive CSS modules that you can use in web projects. Pure React is a JavaScript library from Facebook and Instagram for building user interfaces. React The Maria framework for building MVC applications in JavaScript has […]
JavaScript Inheritance - How To Shoot Yourself In the Foot With Prototypes!
By Ryan Anklam When learning JavaScript, many beginners find it difficult to grasp the intricate details of how JavaScript’s prototypical inheritance works. In this article I will take a look at how to properly use the prototypical inheritance model with parent functions that have instance properties. A Simple Widget Object The following code has a […]
- 1
- 2