floriancargoet 4162 days ago. link 2 points ▲ ▼I am 573 days old too, so I guess I discovered EchoJS on dailyjs.com :)
floriancargoet 4327 days ago. link 1 point ▲ ▼Announcement : http://blog.jquery.com/2013/01/16/announcing-the-jquery-plugin-registry/
floriancargoet 4354 days ago. link 1 point ▲ ▼Article on complexity analysis by Ariya Hidayat: http://ariya.ofilabs.com/2012/12/complexity-analysis-of-javascript-code.html NPM module: complexity-report GitHub: https://github.com/philbooth/complexityReport.js
floriancargoet 4362 days ago. link 2 points ▲ ▼-0 and +0 are strictly equal but not the same. Here is another fun equal/different thing: NaN and NaN are the same but not strictly equal (NaN !== NaN). function isNaN(x){ return x !== x; }
floriancargoet 4385 days ago. link 2 points ▲ ▼Introduction (slides) https://speakerdeck.com/zcbenz/node-webkit-app-runtime-based-on-chromium-and-node-dot-js
floriancargoet 4677 days ago. link 2 points ▲ ▼If you want to cut down your code, you'll need these techniques: https://github.com/jed/140bytes/wiki/Byte-saving-techniques
floriancargoet 4686 days ago. link 2 points ▲ ▼I hope we can fix this. Newcomers may see this site as inactive since most news on the front page are weeks old :(
floriancargoet 4693 days ago. link 2 points ▲ ▼Here are parts 2 & 3: - http://blog.errorception.com/2012/01/writing-quality-third-party-js-part-2.html - http://blog.errorception.com/2012/01/writing-quality-third-party-js-part-3.html In addition, there is a whole book (in progress) on this subject: http://thirdpartyjs.com/