google green
时间无情地带走了2013,2014这个笨蛋蹒跚而至。以下皆为 13 年的烂账,闲后一并拿下。
根据 5 Ways to Prevent the 300ms Click Delay on Mobile Devices 的说法。手机 bs 比 local app 慢有个原因是:
手机浏览器会等 300ms 来确认到底是 点击(click) 还是 double-tapping 或者 两个指头 放大缩小。
firefox,chrome 用
<meta name="viewport" content="width=device-width, user-scalable=no">或者
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
chrome 32+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=3">
ie10+
a, button, .myelements { -ms-touch-action: manipulation; /* IE10 */ touch-action: manipulation; /* IE11+ */ }
连 muhua 都 uglify 了,:(
http://pinyin.hotoo.me/examples/
貌似 seajs 不错哦
https://github.com/seajs/seajs/issues/547
https://github.com/seajs/seajs/issues/588
https://github.com/tooling/book-of-modern-frontend-tooling
http://graphicdesignjunction.com/2013/04/flat-icons-and-web-elements-for-ui-design/
http://idevie.com/freebies/icons/40-beautiful-flat-icon-sets-for-web-ui-design/
https://github.com/mattbryson/TouchSwipe-Jquery-Plugin
不能用在 a!!!
homebrew install mysql
http://madebyhoundstooth.com/blog/install-mysql-on-mountain-lion-with-homebrew/
http://www.google.com.hk/green/bigpicture/
http://slides.html5rocks.com/#filewriter
http://www.html5rocks.com/en/tutorials/file/filesystem/
http://css.dzone.com/articles/markdown-javascript-great-html