移动web滑屏框架[转]
摘要:原文:http://www.cnblogs.com/PeunZhang/p/4185020.html#3135272设计滑屏框架的办法一般有2种控制父容器法控制子容器法控制父容器法通过控制父元素的transform: translateY或margin-top或top的值来上下滑动页面,每次的位移的...
阅读全文
posted @
2015-03-05 18:45
清姿
阅读(77)
推荐(0) 编辑
移动端web[转]
摘要:原文:http://www.cnblogs.com/PeunZhang/p/3407453.htmlmeta基础知识H5页面窗口自动调整到设备宽度,并禁止用户缩放页面忽略将页面中的数字识别为电话号码忽略Android平台中对邮箱地址的识别当网站添加到主屏幕快速启动方式,可隐藏地址栏,仅针对ios的s...
阅读全文
posted @
2015-03-05 09:57
清姿
阅读(239)
推荐(0) 编辑
移动端的touch事件
摘要:原:http://www.css119.com/archives/1629诸如智能手机和平板电脑一类的移动设备通常会有一个电容式触摸屏(capacitive touch-sensitive screen),以捕捉用户的手指所做的交互。随着移动网络的发展,其能够支持越来越复杂的应用,web开发者需要一...
阅读全文
posted @
2015-03-03 19:52
清姿
阅读(258)
推荐(0) 编辑
H5 Canvas API
摘要:原:http://blog.chinaunix.net/uid-26672038-id-3757295.html canvas 其实对于HTML来说很简单,只是一个标签元素而已,自己并没有行为,但却把一个绘图 API 展现给客户端 JavaScript 以使脚本能够把想绘制的东西都绘制到一块画布上,...
阅读全文
posted @
2015-03-02 20:30
清姿
阅读(1156)
推荐(0) 编辑
JavaScript ES7 中使用 async/await 解决回调函数嵌套问题
摘要:http://aisk.me/using-async-await-to-avoid-callback-hell/
阅读全文
posted @
2015-02-27 20:28
清姿
阅读(470)
推荐(0) 编辑
【译】前端开发工程师如何在新的一年里提升自己
摘要:http://www.w3ctech.com/topic/775
阅读全文
posted @
2015-02-12 21:00
清姿
阅读(94)
推荐(0) 编辑
使用ES6 代理创建“自卫”对象
摘要:http://www.w3ctech.com/topic/763
阅读全文
posted @
2015-02-09 21:06
清姿
阅读(79)
推荐(0) 编辑
What are Long-Polling, Websockets, Server-Sent Events (SSE) and Comet?
摘要:http://stackoverflow.com/questions/11077857/what-are-long-polling-websockets-server-sent-events-sse-and-comet/12855533#12855533
阅读全文
posted @
2015-02-09 21:04
清姿
阅读(88)
推荐(0) 编辑
ES6 中的生成器函数介绍
摘要:https://www.imququ.com/post/generator-function-in-es6.html
阅读全文
posted @
2015-02-09 18:12
清姿
阅读(101)
推荐(0) 编辑
AngularJS Directive 隔离 Scope 数据交互
摘要:http://blog.coding.net/blog/angularjs-directive-isolate-scope
阅读全文
posted @
2015-02-08 10:49
清姿
阅读(130)
推荐(0) 编辑
Expert ES6
摘要:http://tagtree.io/courses/expert-es6/do
阅读全文
posted @
2015-02-07 14:31
清姿
阅读(95)
推荐(0) 编辑
Change Detection in Angular 2
摘要:http://victorsavkin.com/post/110170125256/change-detection-in-angular-2
阅读全文
posted @
2015-02-07 09:18
清姿
阅读(104)
推荐(0) 编辑
React入门学习实例
摘要:http://www.w3ctech.com/topic/758
阅读全文
posted @
2015-02-06 18:54
清姿
阅读(99)
推荐(0) 编辑
Diving Deeper With ES6 Generators
摘要:http://davidwalsh.name/es6-generators-dive
阅读全文
posted @
2015-02-06 18:48
清姿
阅读(97)
推荐(0) 编辑
React Conf 2015 土豆视频列表
摘要:http://www.tudou.com/plcover/g88tnCNjZYM/
阅读全文
posted @
2015-02-06 18:47
清姿
阅读(101)
推荐(0) 编辑
浅谈Angular与React
摘要:http://jimliu.net/2015/02/05/angular-vs-react-in-shallow/
阅读全文
posted @
2015-02-05 21:02
清姿
阅读(139)
推荐(0) 编辑
不依赖jQuery也能做好动画
摘要:http://segmentfault.com/blog/news/1190000002522213
阅读全文
posted @
2015-02-03 21:27
清姿
阅读(79)
推荐(0) 编辑
如何不写出带循环的js代码
摘要:https://egghead.io/series/mastering-asynchronous-programming-the-end-of-the-loop
阅读全文
posted @
2015-02-03 21:26
清姿
阅读(92)
推荐(0) 编辑
AngularJS实例教程(二)——作用域与事件
摘要:https://github.com/xufei/blog/issues/18
阅读全文
posted @
2015-02-03 21:23
清姿
阅读(136)
推荐(0) 编辑
MVC
摘要:https://heim.ifi.uio.no/~trygver/themes/mvc/mvc-index.html
阅读全文
posted @
2015-02-03 21:22
清姿
阅读(82)
推荐(0) 编辑