Posts
All the articles I've posted.
Lodash: 10 Javascript Utility Functions That You Should Probably Stop Rewriting
Updated: at 08:52 PMI use Lo-Dash everyday and you should too! Here are some practical applications.
App Thinning (iOS, watchOS) for iOS 9
Updated: at 09:20 PMiOS App Store for iOS 9.0 provides significant optimizations that allow users to download only the assets their device supports and to lazily download assets or data
BreakpointTester BETA
Updated: at 10:28 PMA bookmarklet to visualize your app using the media query breakpoints that are actually in your CSS
jQuery 3.0 and jQuery Compat 3.0 Alpha Versions Released
Updated: at 07:22 PMIs jQuery still relevant? This 3.0 release drops support for edge cases and makes deferreds Promises/A+ compatible
Introducing Socket.IO P2P, the easiest way to establish a bidirectional events channel between two peers with a server fallback
Updated: at 10:13 PMSocket.IO takes the plunge into WebRTC: peer-to-peer web here we come!
Responsive email design
Updated: at 07:53 PMThe lessons I've learned for designing emails that look good on every device
The Disadvantages of Single Page Applications
Updated: at 04:05 PMFrameworks like AngularJS take away much of the pain, but let's not forget that client-side navigation has downsides
Breakouts - Helping you choose a JavaScript game engine
Updated: at 05:11 PMTodoMVC for game engines: compare JavaScript game engines by studying how to make the game Breakout
Chrome Filmstrip & Improving Page Speed
Updated: at 07:19 PMChrome has a hidden flag for capturing screenshots of your page at various stages of the page loading and rendering process
Fix scrolling performance with CSS will-change property
Updated: at 07:13 PMUse CSS will-change to push an element to its own composition layer