iPhone play video inline & autoplay

Aug 25, 2016

Make videos playable inline on Safari on iPhone (prevents automatic fullscreen) and autoplay.

mobile

forbidden mobile hold menu

Aug 25, 2016
/*Forbidden ios hold menu*/
*:not(input,textarea) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
mobile

Web Frontend Learning Path

Aug 9, 2016

What is a frontend developer?

what-is-front-end-dev

总而言之前端工程师就是运用HTML/CSS/JavaScript等Web技术,在工作中配合设计师实现用户界面,和后端工程师进行数据对接,完成Web应用开发。

frontend
list

Build-Website-from-zero

Aug 8, 2016

一个人做网站需要掌握哪些知识?

Code Editor
Version Control
Opensource