04 2015 档案
摘要:JavaScript’s “this”: how it works, where it can trip you uphttp://speakingjs.com/es5/ch23.html#_indirect_eval_evaluates_in_global_scope
阅读全文
摘要:https://github.com/paulmillr/console-polyfillhttps://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfillshttp://addyosmani.com/blog/writi...
阅读全文
摘要:ECMAScript 5 compatibility shims for legacy JavaScript engineshttps://github.com/es-shims/es5-shim
阅读全文
摘要:function foo(){ //var var1=Array.prototype.slice.call(arguments); var var1=[].slice.call(arguments); console.log(var1.length);}foo(0,1,2,3,4,5,6);
阅读全文
摘要:var bar = { var1:'var1', var2:'var2', fun1:function(){ var arg0=arguments[0]; arg0=arg0 || ""; console.log( arg0 + this.var2); }};bar.fun...
阅读全文
摘要:https://www.google.com/webmasters/tools/mobile-friendly/?mc_cid=cc21b18877&mc_eid=cf2bbeb9b2http://www.smashingmagazine.com/smashing-newsletter-issue-...
阅读全文
摘要:http://www.clemson.edu/economics/faculty/wilson/R-tutorial/Introduction.htmlhttps://www.youtube.com/watch?v=cX532N_XLIs&list=PLqzoL9-eJTNBDdKgJgJzaQcY...
阅读全文
摘要:CryptoJS is a growing collection of standard and secure cryptographic algorithms implemented in JavaScript using best practices and patterns. They are...
阅读全文
摘要:On this page I present the results of my touch action research. I concentrated on the few basic actions that users will want to take: clicking on a li...
阅读全文
摘要:http://www.codecogs.com/latex/eqneditor.php
阅读全文
摘要:https://proto.io/en/demos/
阅读全文
摘要:Reveal brings powerful runtime view debugging to iOS developershttp://revealapp.com/
阅读全文
摘要:http://mobiscroll.com/http://www.cnblogs.com/hxling/archive/2012/12/12/2814207.htmlhttp://www.wglong.com/main/artical!details?id=11
阅读全文
摘要:https://www.youtube.com/watch?v=JkiB8Zwk-9Q&index=2&list=PLcX0opNQliFl0RTGbY9HHWCFg0Q8_fIF4
阅读全文
摘要:http://angular-transitions.mgechev.com/#/repeathttp://bubkoo.com/2014/01/01/angular/ui-router/guide/state-manager/http://angular-ui.github.io/ui-route...
阅读全文
摘要:abc def l1 l1 l1 hjkul{ list-style-type: none;}.left, .middle,.right{ float:left; width:120px...
阅读全文
摘要:While I ended up using a CSS-only implementation forthis pen, I started by writing it mostly using classes and JavaScript.However, I had a conflict. I...
阅读全文
摘要:https://github.com/mgechev/AngularJS-Learninghttps://github.com/angular-ui/ui-routerhttps://github.com/mgechev/angular-transitionshttp://daneden.githu...
阅读全文
摘要:https://github.com/mgechev/v8-sorting-test/tree/master/src/algorithms
阅读全文