移动端API | 地址 |
---|---|
99移动端知识集合 | https://github.com/jtyjty99999/mobileTech |
移动端前端开发知识库 | https://github.com/AlloyTeam/Mars |
移动前端的一些坑和解决方法(外观表现) | http://caibaojian.com/mobile-web-bug.html |
【原】移动web资源整理 | http://www.cnblogs.com/PeunZhang/p/3407453.html |
zepto 1.0 中文手册 | http://mweb.baidu.com/zeptoapi |
zepto 1.0 中文手册 | http://www.html-5.cn/Manual/Zepto |
zepto 1.1.2 | http://www.css88.com/doc/zeptojs_api |
zepto 中文注释 | http://www.cnblogs.com/sky000/archive/2013/03/29/2988952.html |
jqmobile 手册 | http://app-framework-software.intel.com/api.php |
移动浏览器开发集合 | https://github.com/maxzhang/maxzhang.github.com/issues |
移动开发大杂烩 | https://github.com/hoosin/mobile-web-favorites |
jQuery | 地址 |
---|---|
jQuery API 中文文档 | http://www.jquery123.com |
hemin 在线版 | http://hemin.cn/jq |
css88 jq api | http://www.css88.com/jqapi-1.9/on |
css88 jqui api | http://www.css88.com/jquery-ui-api |
学习jquery | http://learn.jquery.com |
jquery 源码查找 | http://james.padolsey.com/jquery |
Requriejs | 地址 |
---|---|
Javascript模块化编程(一):模块的写法 | http://www.ruanyifeng.com/blog/2012/10/javascript_module.html |
Javascript模块化编程(二):AMD规范 | http://www.ruanyifeng.com/blog/2012/10/asynchronous_module_definition.html |
Javascript模块化编程(三):require.js的用法 | http://www.ruanyifeng.com/blog/2012/11/require_js.html |
RequireJS入门(一) | http://www.cnblogs.com/snandy/archive/2012/05/22/2513652.html |
RequireJS入门(二) | http://www.cnblogs.com/snandy/archive/2012/05/23/2513712.html |
RequireJS进阶(三) | http://www.cnblogs.com/snandy/archive/2012/06/08/2538001.html |
requrie源码学习 | http://www.cnblogs.com/yexiaochai/p/3632580.html |
requrie 入门指南 | http://www.oschina.net/translate/getting-started-with-the-requirejs-library |
requrieJS 学习笔记 | http://www.cnblogs.com/yexiaochai/p/3214926.html |
requriejs 其一 | http://cyj.me/why-seajs/requirejs/ |
require backbone结合 | http://www.cnblogs.com/yexiaochai/p/3221081.html |
Seajs | 地址 |
---|---|
seajs | http://seajs.org |
seajs 中文手册 | http://cyj.me/why-seajs/zh |
Less,sass | 地址 |
---|---|
sass | http://www.w3cplus.com/sassguide |
sass教程-sass中国 | http://www.sass.hk |
Sass 中文文档 | http://sass.bootcss.com |
less | http://less.bootcss.com |
Markdown | 地址 |
---|---|
Markdown 语法说明 (简体中文版 | http://wowubuntu.com/markdown |
markdown入门参考 | https://github.com/LearnShare/Learning-Markdown/blob/master/README.md |
gitbook | https://www.gitbook.com 国外的在线markdown可编辑成书 |
mdeditor | https://www.zybuluo.com/mdeditor 一款国内的在线markdown编辑器 |
stackedit | https://stackedit.io 国外的在线markdown编辑器,功能强大,同步云盘 |
mditor | http://bh-lay.github.io/mditor 一款轻量级的markdown编辑器 |
lepture-editor | https://github.com/lepture/editor |
markdown-editor | https://github.com/jbt/markdown-editor |
作业部落 | https://www.zybuluo.com 功能强大,速度流畅,全平台同步 |
兼容性 | 地址 |
---|---|
esma 兼容列表 | http://kangax.github.io/compat-table/es6 |
W3C CSS验证服务 | http://jigsaw.w3.org/css-validator/validator.html.zh-cn |
caniuse | http://caniuse.com/#index |
csscreator | http://csscreator.com/properties |
microsoft | https://msdn.microsoft.com/zh-cn/library/cc351024(v=vs.85.aspx |
在线测兼容-移动端 | http://www.responsinator.com |
emulators | https://www.manymo.com/emulators |
UI相关 | 地址 |
---|---|
bootcss | http://v3.bootcss.com |
MetroUICSS | http://www.w3cplus.com/MetroUICSS |
semantic | http://semantic-ui.com |
Buttons | http://alexwolfe.github.io/Buttons |
kitecss | http://hiloki.github.io/kitecss |
pintuer | http://www.pintuer.com |
amazeui | http://amazeui.org |
worldhello | http://www.worldhello.net/gotgithub/index.html |
linuxtoy | http://igit.linuxtoy.org/contents.html |
gitmagic | http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn |
rogerdudler | http://rogerdudler.github.io/git-guide/index.zh.html |
gitref | http://gitref.justjavac.com |
book | http://git-scm.com/book/zh |
gogojimmy | http://gogojimmy.net/2012/01/17/how-to-use-git-1-git-basic |
图表类 | 地址 |
---|---|
Highcharts 中文API | http://www.hcharts.cn/api/index.php |
Highcharts 英文API | http://api.highcharts.com/highcharts |
ECharts 百度的图表软件 | http://echarts.baidu.com/ |
高德地图 | http://lbs.amap.com/api |
开源的矢量图脚本框架 | http://paperjs.org |
svg 地图 | http://jvectormap.com |
正则 | 地址 |
---|---|
JS正则表达式元字符 | http://segmentfault.com/a/1190000002471140 |
正则表达式30分钟入门教程 | http://deerchao.net/tutorials/regex/regex.htm |
MDN-正则表达式 | https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide/Regular_Expressions |
ruanyifeng - RegExp对象 | http://javascript.ruanyifeng.com/stdlib/regexp.html |
小胡子哥 - 进阶正则表达式 | http://div.io/topic/764?page=1 |
is.js | https://github.com/Cedriking/is.js/blob/master/is.js |
正则在线测试 | http://regexper.com |
PHP | 地址 |
---|---|
最流行的PHP 代码规范 | http://segmentfault.com/a/1190000000443795 |
最流行的PHP 代码规范 | https://github.com/hfcorriez/fig-standards/blob/zh_CN/%E6%8E%A5%E5%8F%97/PSR-2-coding-style-guide.md |
各大公司开源项目 | 地址 |
---|---|
Facebook Projects | https://code.facebook.com/projects/web |
百度web前端研发部 | http://fex.baidu.com |
百度EFE | http://efe.baidu.com |
百度github | https://github.com/fex-team |
alloyteam | http://www.alloyteam.com |
alloyteam-github | http://alloyteam.github.io |
alloyteam-AlloyGameEngine | https://github.com/AlloyTeam/AlloyGameEngine |
AlloyDesigner | http://alloyteam.github.io/AlloyDesigner 即时修改,即时保存,设计稿较正,其它开发辅助工具 |
H5交互页编辑器AEditor介绍 | http://www.alloyteam.com/2015/06/h5-jiao-hu-ye-bian-ji-qi-aeditor-jie-shao H5动画交互页开发的工具介绍 |
AEditor | http://aeditor.alloyteam.com H5动画交互页开发的工具 |
maka | http://forum.maka.im/wordpress |
值得订阅的weekly | https://github.com/fenbility/weekly-feed |
腾讯html5 | http://cube.qq.com |
奇舞团开源项目 | http://75team.github.io |
Qunar UED | http://ued.qunar.com |
Scrat | http://scrat.io |
常用 | 地址 |
---|---|
ieBetter.js-让IE6-IE8拥有IE9+,Chrome等浏览器特性 | http://www.zhangxinxu.com/wordpress/2013/12/iebetter-js-make-ie6-ie8-like-modern-browser-ie9-chrome |
模拟键盘 | http://mottie.github.io/Keyboard |
拼音 | https://github.com/hotoo/pinyin |
中国个人身份证号验证 | https://github.com/mc-zone/IDValidator |
算法 | 地址 |
---|---|
数据结构与算法 JavaScript 描述. 章节练习 | https://github.com/Ralph-Wang/algorithm.in.js |
常见排序算法(JS版) | https://github.com/twobin/twobinSort |
经典排序 | https://github.com/luofei2011/jsAgm/blob/master/js/sort.js |
常见排序算法-js版本 | https://github.com/hechangmin/jssort |
JavaScript 算法与数据结构 精华集 | https://github.com/lightningtgc/JavaScript-Algorithms |
面试常考算法题精讲 | http://www.nowcoder.com/live/courses |
共 0 条评论