Web Crypto API
ERROR : WebCrypto is only supported over secure origins. See http://crbug.com/373032
移动端市场占有率
性能优化建议
参考 1
- Don't generate the UI on the server
- Limit network access
- Don't wait for the data to display the UI
- Use Css Transitions + hardware acceleration
- Avoid click event's 300ms delay
- Optimize images
- Limit shadows and gradients
- Do you need that framework?
- Minimize browser reflows
- Test
testing
-
npm install -g mocha mocha xxxTest.js
-
# Local installation: npm install --save-dev jasmine # Global installation npm install -g jasmine jasmine init jasmine xxxTest.js
store
- LokiJS
参考
ECMA-262 Edition 5.1,ECMA-262 Edition 6 (ES2015/ES6) ES6 兼容性表
- 《浅谈移动前端的最佳实践》
- 前端开发仓库
- bootstrap
- 《HTML5 本地裁剪图片并上传至服务器》
- Jcrop,演示
- Modernizr.js
- animate.css
- off-canvas
- 视差动画
- 洗牌/重拍/过滤动画
- link
- button
- list
- icon
- Modal Window
- 上传/图片修改
- javascript 6, ECMAScript 6入门
日期时间选择器
- function的声明与调用
js equals
arg type | conditional result |
---|---|
undefined | false |
number | +0, -0, NaN 为 false,其他为true |
string | 长度为0则为false,其他为true |
object | null为false,其他为true |
参考
墨刀在用什么? here
在前端,我们用 spine.js、react.js、react-native、electron、webpack、cordova、nightmare.js、pm2、koa.js。而且在墨刀你有机会成为一名全栈开发者,你可以设计数据库,配置 nginx,写 ruby on rails。甚至可以参与设计。
- H5 游戏引擎有哪些?