1、IOS 滑动卡顿问题
解决方案:http://www.renfei.org/blog/how-to-add-ios-inertial-scrolling-to-a-fixed-height-element.html
2、问题小结链接
http://www.alloyteam.com/2015/06/yi-dong-web-wen-ti-xiao-jie/
http://isux.tencent.com/h5-performance.html
https://github.com/AlloyTeam/Mars/tree/master/issues
http://www.cnblogs.com/pingfan1990/p/4731068.html
3、css3 font-face 文章
http://www.w3cplus.com/content/css3-font-face
4、img 下面有几个像素空白?
参考链接:http://segmentfault.com/q/1010000000441100
img 的默认布局是 inline-block ,默认对齐 baseline。
5、关于 webapp 的调试:
http://tid.tenpay.com/?p=6161
6、HTTPS的七个误解
http://www.ruanyifeng.com/blog/2011/02/seven_myths_about_https.html
7、300毫秒延迟
http://thx.github.io/mobile/300ms-click-delay/
8、精选博客、主页
http://www.cnblogs.com/TomXu/archive/2011/12/15/2288411.html -- 汤姆大叔的博客
http://cube.qq.com/?p=426 -- HTML5 Device API(一)
http://cube.qq.com/?p=983 -- HTML5 Device API(二)
http://cube.qq.com/?p=335 -- 客户端本地存储
http://javascript.ruanyifeng.com/ -- 阮一峰
http://am-team.github.io/wiki/bookmark.html?qqdrsign=058a2 -- 常用网址
http://cube.qq.com/?p=973 -- Fiddler的高级用法-Fiddler Script
http://www.alloyteam.com/2013/10/interactive-experience-optimization-beginners-guide-4-steps-to-make-your-mobile-site-looks-like-a-native-application/ -- 交互体验优化:4步让移动网站看起来像本地应用
https://docs.npmjs.com/ - npm 文档
http://www.cnblogs.com/rainman/archive/2011/02/16/1956431.html - iframe 相关
9、开发规范相关
http://zhibimo.com/read/Ashu/front-end-style-guide/index.html
http://am-team.github.io/amg/dev-guild.html
10、解决position:fixed自适应BUG
https://github.com/maxzhang/maxzhang.github.com/issues/11
11、H5 打开 app
http://blog.csdn.net/zhangxin09/article/details/38011051
http://js8.in/2013/12/16/ios%E4%BD%BF%E7%94%A8schema%E5%8D%8F%E8%AE%AE%E8%B0%83%E8%B5%B7app/
12、HTML5 离线缓存管理库
http://cube.qq.com/?p=779
13、IOS8 以上机器 touchend 事件不触发的问题?
https://issues.apache.org/jira/browse/CB-7958
14、webapp 调试相关
http://tid.tenpay.com/?p=6161
15、IOS8.1 相关问题
1、http://www.gottabemobile.com/2014/10/22/ios-8-1-problems-fixes/
2、https://discussions.apple.com/thread/6695679?tstart=0
3、UIWebView unrecognized selector sent to instance 0x167ee900
http://www.91r.net/ask/25894173.html