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 阅读全文
posted @ 2015-04-29 21:16 zyip 阅读(129) 评论(0) 推荐(0) 编辑
摘要:https://github.com/paulmillr/console-polyfillhttps://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfillshttp://addyosmani.com/blog/writi... 阅读全文
posted @ 2015-04-23 17:03 zyip 阅读(324) 评论(0) 推荐(0) 编辑
摘要:ECMAScript 5 compatibility shims for legacy JavaScript engineshttps://github.com/es-shims/es5-shim 阅读全文
posted @ 2015-04-23 16:59 zyip 阅读(152) 评论(0) 推荐(0) 编辑
摘要: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); 阅读全文
posted @ 2015-04-23 16:49 zyip 阅读(334) 评论(0) 推荐(0) 编辑
摘要:var bar = { var1:'var1', var2:'var2', fun1:function(){ var arg0=arguments[0]; arg0=arg0 || ""; console.log( arg0 + this.var2); }};bar.fun... 阅读全文
posted @ 2015-04-23 16:39 zyip 阅读(123) 评论(0) 推荐(0) 编辑
摘要:开源cmshttps://bolt.cm/ 阅读全文
posted @ 2015-04-22 07:49 zyip 阅读(110) 评论(0) 推荐(0) 编辑
摘要:https://www.google.com/webmasters/tools/mobile-friendly/?mc_cid=cc21b18877&mc_eid=cf2bbeb9b2http://www.smashingmagazine.com/smashing-newsletter-issue-... 阅读全文
posted @ 2015-04-22 07:19 zyip 阅读(128) 评论(0) 推荐(0) 编辑
摘要:http://www.clemson.edu/economics/faculty/wilson/R-tutorial/Introduction.htmlhttps://www.youtube.com/watch?v=cX532N_XLIs&list=PLqzoL9-eJTNBDdKgJgJzaQcY... 阅读全文
posted @ 2015-04-19 23:50 zyip 阅读(133) 评论(0) 推荐(0) 编辑
摘要:CryptoJS is a growing collection of standard and secure cryptographic algorithms implemented in JavaScript using best practices and patterns. They are... 阅读全文
posted @ 2015-04-19 05:49 zyip 阅读(437) 评论(0) 推荐(0) 编辑
摘要: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... 阅读全文
posted @ 2015-04-19 05:16 zyip 阅读(220) 评论(0) 推荐(0) 编辑
摘要:http://www.codecogs.com/latex/eqneditor.php 阅读全文
posted @ 2015-04-17 22:03 zyip 阅读(123) 评论(0) 推荐(0) 编辑
摘要:https://proto.io/en/demos/ 阅读全文
posted @ 2015-04-14 21:53 zyip 阅读(122) 评论(0) 推荐(0) 编辑
摘要:Reveal brings powerful runtime view debugging to iOS developershttp://revealapp.com/ 阅读全文
posted @ 2015-04-14 16:43 zyip 阅读(128) 评论(0) 推荐(0) 编辑
摘要:http://mobiscroll.com/http://www.cnblogs.com/hxling/archive/2012/12/12/2814207.htmlhttp://www.wglong.com/main/artical!details?id=11 阅读全文
posted @ 2015-04-14 09:25 zyip 阅读(279) 评论(0) 推荐(0) 编辑
摘要:https://www.youtube.com/watch?v=JkiB8Zwk-9Q&index=2&list=PLcX0opNQliFl0RTGbY9HHWCFg0Q8_fIF4 阅读全文
posted @ 2015-04-12 20:49 zyip 阅读(142) 评论(0) 推荐(0) 编辑
摘要:http://angular-transitions.mgechev.com/#/repeathttp://bubkoo.com/2014/01/01/angular/ui-router/guide/state-manager/http://angular-ui.github.io/ui-route... 阅读全文
posted @ 2015-04-12 11:21 zyip 阅读(182) 评论(0) 推荐(0) 编辑
摘要:abc def l1 l1 l1 hjkul{ list-style-type: none;}.left, .middle,.right{ float:left; width:120px... 阅读全文
posted @ 2015-04-10 15:58 zyip 阅读(369) 评论(0) 推荐(0) 编辑
摘要: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... 阅读全文
posted @ 2015-04-02 17:07 zyip 阅读(226) 评论(0) 推荐(0) 编辑
摘要:https://github.com/mgechev/AngularJS-Learninghttps://github.com/angular-ui/ui-routerhttps://github.com/mgechev/angular-transitionshttp://daneden.githu... 阅读全文
posted @ 2015-04-01 14:17 zyip 阅读(425) 评论(0) 推荐(0) 编辑
摘要:https://github.com/mgechev/v8-sorting-test/tree/master/src/algorithms 阅读全文
posted @ 2015-04-01 14:01 zyip 阅读(143) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示