Web development news for the 43rd week of 2012:
JavaScript
JavaScript Weekly, Issue #102 - October 26th, 2012
Jster: A New Catalog of JavaScript Libraries; Bringing JavaScript Code Analysis to The Next Level; Single Page Apps in Depth (New Free Book); …
HTML 5
HTML 5 Weekly, Issue #60 - October 24th, 2012
Fonts, Fabulous Fonts: How to Use The @font-face Rule With Popular Font Services; Responsive CSS Framework Comparison: Bootstrap, Foundation, and Skeleton; Treehouse Interviews Paul Irish; …
Other
There was a lot of discussion this week about an old google question involving sorting a large set of numbers that exceeds the available ram space. Here is a working solution to that problem heres some working code to sort one million 8 digit numbers in 1mb of ram.