Tag: JavaScript
All the articles with the tag "JavaScript".
Talk: Keeping secrets with JavaScript - An Introduction to the WebCrypto API
Updated: at 06:26 PMWeb Cryptography API adds layers of security including data tampering protection and encryption of local storage data
Apple Shows Love for HTML5 with iOS 8
Updated: at 03:34 PMiOS 8 brings critical new features to Apple mobile device browsers including WebGL, Promises, IndexedDB and SPDY
Polyfills as a service
Updated: at 03:34 PMUse the latest JavaScript features without worrying about polyfills: include this script tag to automatically polyfill based on browser user agent
Say what? YUI library has been discontinued.
Updated: at 10:10 PM9-year veteran YUI is discontinued "in order to focus our efforts on this new technology landscape"
Building Interactive HTML5 Videos with the element
Updated: at 05:20 PMUse chapter markers, preview thumbnails and timeline search to give a rich experience with HTML5 video
perf.fail - do, learn, fail forward.
Updated: at 05:05 PMEven the big guys make mistakes. Learn from them through articles on perf.fail. Yes, that is the fail top level domain.
Make Your Own AngularJS, Part 1: Scopes And Digest
Updated: at 04:20 PMDon't quite grasp AngularJS dirty checking? Walk through creating a clone of AngularJS step by step with Tero Parviainen
How Tall is Yoda? At UtahJS on 8/19/2014 I gave this Star Wars themed presentation that compares different types of loops
Updated: at 05:43 PMLearn ES5 Array methods and lodash with my walkthrough that shows side-by-side comparisons of practical examples
Speeding up AngularJS apps with simple optimizations
Updated: at 02:54 PMWhat you should know when encountering performance problems in AngularJS
Waldo: Search the JavaScript Object Model in under 1 KB
Updated: at 08:07 PMHave you ever needed to find a property or value buried in the catacombs of your JavaScript objects? Waldo to the rescue!