Tag: JavaScript
All the articles with the tag "JavaScript".
Building Better Interfaces with SVG
Updated: at 03:14 PMDon't be afraid of SVG: it is the intersection of graphic design and UI magic
This is Success: Why 1000/100/6/50ms?
Updated: at 05:14 PMWeb performance targets: page load of 1000ms, click response of 100ms, frame rate of 60fps with 6ms of work per frame, and 50ms of post-animation work
5 case studies of finding and fixing JavaScript performance bottlenecks
Updated: at 05:11 PMLearn from Paul Irish as he investigates performance problems at CNET, Time.com, Wikipedia and Google Play
Rendering Performance - Web Fundamentals
Updated: at 05:08 PMWhat is layout, paint and compositing? Google explains
Faster Font Loading with Font Events
Updated: at 05:07 PMThe font event API is out in Chrome and coming in Firefox 36 but you can use it now with this polyfill
Bringing together JavaScript live editing and testing.
Updated: at 11:05 PMGet unit test results in your IDE as you type with Wallaby JS
Boosting JavaScript Performance - A Google Experiment
Updated: at 08:53 PMGoogle's proposes "use strong"; a subset of JavaScript that will allow V8 to enjoy some significant speed boosts
HTTP2 for front-end web developers
Updated: at 04:58 PMHTTP2 is based on Google's SPDY and will change the way you minify and bundle assets
Creating Reusable Angular Providers
Updated: at 12:38 AMLast night at the AngularJS meetup, I talked with AJ and Joe Eames about how to make a reusable providers. They didn't know exactly but I finally figured it out so I thought I'd share.
Harder, Better, Faster, Stronger lodash v3
Updated: at 11:12 PMTry out lodash v3's performance improvements and tons of new methods with easy upgrade path