源代码系列:
underscore的封装和扩展
http://www.cnblogs.com/samwu/p/5619029.html
underscore.js 1.8.3的isEqual函数
http://www.cnblogs.com/samwu/p/4586217.html
jQuery的封装和扩展方式
http://www.cnblogs.com/samwu/p/4300381.html
jQuery的Deferred
http://www.cnblogs.com/samwu/p/4300394.html
模仿jQuery的Callbacks实现
http://www.cnblogs.com/samwu/p/4287105.html
jQuery的domReady
http://www.cnblogs.com/samwu/p/4300386.html
延迟加载图片
http://www.cnblogs.com/samwu/p/3515177.html
重造轮子系列:
自己动手打造AMD
http://www.cnblogs.com/samwu/p/4542403.html
自己实现promise
http://www.cnblogs.com/samwu/p/4693463.html
基于jQuery的H5调试条
http://www.cnblogs.com/samwu/p/4369569.html
基于jQuery的移动轮播图(支持触屏)
http://www.cnblogs.com/samwu/p/3641968.html
移动端网页自定义滚动条
http://www.cnblogs.com/samwu/p/3508548.html
常见的PC端和移动端表单组件
http://www.cnblogs.com/samwu/p/4016347.html
js基础概念系列:
http://www.cnblogs.com/samwu/p/4073789.html
javascript设计模式入门之策略模式
http://www.cnblogs.com/samwu/archive/2013/03/02/2941066.html
装饰者模式
http://www.cnblogs.com/samwu/p/4063418.html
css基础概念系列:
http://www.cnblogs.com/samwu/p/3561800.html
页面宽高,窗口宽高,元素宽高,元素位置,页面滚动距离
http://www.cnblogs.com/samwu/p/4011724.html
line box,inline box,line-height,vertical-align之间的关系
http://www.cnblogs.com/samwu/p/3936271.html
各种居中方式
http://www.cnblogs.com/samwu/p/3952206.html
自适应布局
http://www.cnblogs.com/samwu/p/4285748.html
奇思妙想系列:
参数和函数位置互调
http://www.cnblogs.com/samwu/archive/2012/08/28/2659423.html
前端组件化的三种方案
http://www.cnblogs.com/samwu/p/4512949.html
一种json生成html的思路
http://www.cnblogs.com/samwu/p/4482745.html
windows应用快速启动
http://www.cnblogs.com/samwu/p/4117521.html