butterandfly / project_9

Blog & Remark
0 stars 0 forks source link

前端技术参考 #211

Open butterandfly opened 9 years ago

butterandfly commented 9 years ago

屏幕滑动

swiper: http://www.idangero.us/sliders/swiper/index.php

butterandfly commented 9 years ago

字体

google font api: https://developers.google.com/fonts/

butterandfly commented 9 years ago

Lazy Loading 技术: http://www.appelsiini.net/projects/lazyload

butterandfly commented 9 years ago

chrome的移动模拟器调试:https://developer.chrome.com/devtools/docs/device-mode

butterandfly commented 9 years ago

图片显示

http://www.pixedelic.com/plugins/camera/

butterandfly commented 9 years ago

按模板生成内容

nunjucks: http://mozilla.github.io/nunjucks/

butterandfly commented 9 years ago

node调试

node-debug node-inspector

butterandfly commented 9 years ago

数据的inline图: http://omnipotent.net/jquery.sparkline/#s-about

butterandfly commented 9 years ago

语法解释 http://zaach.github.io/jison/

butterandfly commented 9 years ago

地图 https://developers.arcgis.com/javascript/

butterandfly commented 9 years ago

根据ip获取地理位置 http://ip.taobao.com/

butterandfly commented 9 years ago

Unit Test: mocha: http://mochajs.org/#installation chai: http://chaijs.com/guide/styles/#should

butterandfly commented 9 years ago

将一段字符串作为代码执行: http://everythingfrontend.com/posts/studying-javascript-eval.html

butterandfly commented 9 years ago

Immediately-Invoked Function Expression (IIFE) http://benalman.com/news/2010/11/immediately-invoked-function-expression/

butterandfly commented 9 years ago

Making Your Library Support AMD and CommonJS http://ifandelse.com/its-not-hard-making-your-library-support-amd-and-commonjs/

butterandfly commented 9 years ago

Browserify http://browserify.org/

butterandfly commented 9 years ago

Format print: https://github.com/alexei/sprintf.js

butterandfly commented 9 years ago

前端打包: webpack: https://github.com/webpack/webpack

butterandfly commented 9 years ago

svg矢量图 http://raphaeljs.com/

butterandfly commented 9 years ago

数字上升/下降 http://inorganik.github.io/countUp.js/

butterandfly commented 9 years ago

响应式设计的状态管理 http://www.simplestatemanager.com/