Skip to content

Commit ab35a7d

Browse files
author
zhangyonghong
committed
add link
1 parent be9c2ae commit ab35a7d

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

qq.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,31 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
8383
- 提问之前最好百度,google过,着重培养的是一种能力或方法,不是一个结果。
8484
- 不建议直接索要代码,可以追问技术实现的思路或方法。
8585

86-
###五. 综合类资源:
86+
###五. 资源:
8787

8888
- [前端知识体系](http://www.cnblogs.com/sb19871023/p/3894452.html)
8989
- [前端知识结构](https://github.com/JacksonTian/fks)
9090
- [免费的编程中文书籍索引](https://github.com/justjavac/free-programming-books-zh_CN)
9191
- [前端书籍](https://github.com/dypsilon/frontend-dev-bookmarks)
92+
- [前端入门教程](http://www.cnblogs.com/jikey/p/3613082.html)
93+
- [前端知识体系](http://www.cnblogs.com/sb19871023/p/3894452.html)
94+
- [免费的编程中文书籍索引](https://github.com/justjavac/free-programming-books-zh_CN)
95+
- [张鑫旭 - 慕课系列](http://www.imooc.com/space/teacher/id/197450)
96+
- [智能社 - 精通JavaScript开发](http://study.163.com/course/introduction/224014.htm)
97+
- [lyn - 慕课系列](http://www.imooc.com/space/teacher/id/104593)
98+
- [css sprite 雪碧图制作](http://www.imooc.com/learn/93)
99+
- [瘳雪峰的Javascript教程](http://www.liaoxuefeng.com/wiki/001434446689867b27157e896e74d51a89c25cc8b43bdb3000)
92100

93101
###六. API:
94102

103+
####0. 开发中心
104+
- [mozilla js参考](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript)
105+
- [chrome开发中心(chrome的内核已转向blink)](http://developer.chrome.com/extensions/api_index.html)
106+
- [safari开发中心](https://developer.apple.com/library/safari/navigation)
107+
- [microsoft js参考](http://msdn.microsoft.com/zh-cn/library/d1et7k7c(v=vs.94).aspx)
108+
- [js秘密花园](http://sanshi.me/articles/JavaScript-Garden-CN/html/index.html)
109+
- [js秘密花园](http://bonsaiden.github.io/JavaScript-Garden/zh/)
110+
95111
####1. jQuery
96112

97113
* [jQuery API 中文文档](http://jquery.bootcss.com/)
@@ -101,6 +117,7 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
101117
* [devdocs](http://devdocs.io/)
102118
* [jqschool](http://api.jq-school.com/)
103119
* [学习jquery](http://learn.jquery.com/)
120+
* [jquery 源码查找](http://james.padolsey.com/jquery/)
104121

105122
####2. Ecmascript
106123

@@ -215,6 +232,26 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
215232
- [sass](http://www.w3cplus.com/sassguide/)
216233
- [sass中国](http://www.cn-sass.com/)
217234

235+
####11. 其它
236+
- [验证api](http://niceue.com/validator/demo/index.php)
237+
- [underscore 中文手册](http://www.css88.com/doc/underscore/)
238+
- [underscore源码分析](http://www.html-js.com/article/Underscorejs-source-code-analysis-of-underscorejs-source-code-analysis%203031)
239+
- [underscrejs en api](http://underscorejs.org/)
240+
- [ext4api](http://extjs-doc-cn.github.io/ext4api/)
241+
- [backbone 中文手册](http://www.csser.com/tools/backbone/backbone.js.html)
242+
- [qwrap手册](http://dev.qwrap.com/resource/js/_docs/_youa/#/qw/base/loadJs_.htm)
243+
- [缓动函数](http://easings.net/zh-cn)
244+
- [svg 中文参考](http://www.w3school.com.cn/svg/svg_reference.asp)
245+
- [svg mdn参考](https://developer.mozilla.org/en-US/docs/Web/SVG)
246+
- [腾讯css3动画制作工具](http://isux.tencent.com/css3/tools.html)
247+
248+
249+
####12. D3
250+
- [Tutorials](https://github.com/mbostock/d3/wiki/Tutorials)
251+
- [lofter](http://datavisual.lofter.com/post/40cf3a_188e535)
252+
- [iteye](http://alanland.iteye.com/blog/1878595)
253+
- [ruanyifeng](http://javascript.ruanyifeng.com/library/d3.html)
254+
218255
###七. 开发规范
219256

220257
- [前端编码规范之js](http://yuwenhui.github.io/)

0 commit comments

Comments
 (0)