这是我加入前端以来所用到或了解过的知识链接,这里做了一下整理
提供创意的css:(可以看看各种动画效果)
http://daneden.github.io/animate.css/
数学符号、希腊字符、各种箭头记号、科技符号以及形状:
http://www.w3school.com.cn/tags/html_ref_symbols.html
React教程:(使用 JavaScript 构建大型、快速的 Web 应用程序的技术方案;鹏哥极力推荐!!WEB的未来。。)
http://reactjs.cn/react/docs/getting-started.html
阮一峰讲解React:
http://www.ruanyifeng.com/blog/2015/03/react.html
Seajs:(代码模块化)
http://seajs.org/docs/
Requirejs:(代码模块化)
中文网:http://www.requirejs.cn/
官网:http://www.requirejs.org/
瀑布流插件:
http://masonry.desandro.com/
矢量图标制作:(大家都在用,也记一下吧)
http://www.iconfont.cn/
正则表达式:
http://wiki.jikexueyuan.com/project/regex/
产品库参数页:(这个主要是看鹏哥怎么写代码,参考参考)
http://static.360che.com/product/js/parameter.js
Canvas画圆公共组件
http://192.168.0.13/test/zhuzp/2016/01/18/rotate.html
Zol专题:
http://m.zol.com.cn/topic/?qq-pf-to=pcqq.c2c
图片压缩:
https://tinypng.com/
365日历:
http://www.365rili.com/main/calendar.do
react入门和webpack的解读:
https://segmentfault.com/a/1190000002767365
Adobe Brackets:(可以直接把psd搞进去,出来成型的代码,都是英文。。)
http://blog.brackets.io/2014/11/04/brackets-1-0-and-extract-for-brackets-preview-now-available/
统计签 :
http://static.360che.com/main/t.analysis.js
Sublime下载地址 :
https://sublime.wbond.net/installation#st3
小游戏:
http://m.zol.com.cn/topic/solexfly.html
Gulp中文版:https://segmentfault.com/a/1190000004915222
使用FormData对象(利用FormData对象,你可以使用一系列的键值对来模拟一个完整的表单,然后使用XMLHttpRequest发送这个”表单”.):
https://developer.mozilla.org/zh-CN/docs/Web/Guide/Using_FormData_Objects
UA(userAgent)判断客户端是否在手机、操作系统、浏览器等信息:
http://www.tuicool.com/articles/Mnu2iaa
不错的博客网址:
http://kayosite.com/
http://www.alloyteam.com/
zepto和jquery.mobile的API