webstrom

一. js工具:

1. 压缩等:

http://www.yulonghu.com/?post=5

在线压缩

http://tools.css-js.com/

在线压缩

http://tool.oschina.net/

工具集

2. 以emmet的方式开发js,php,jsp,java and so on。

http://www.cnblogs.com/jikey/archive/2012/03/28/2420704.html

http://www.cnblogs.com/jikey/archive/2012/06/14/2549347.html

3. firebug,chrome调试工具的使用: 

 

http://ued.taobao.org/blog/?p=5534

chrome调试

http://www.cnblogs.com/QLeelulu/archive/2011/08/28/2156402.html

chrome的调试

https://developers.google.com/chrome-developer-tools/docs/commandline-api

chrome console 命令详解

http://www.ruanyifeng.com/blog/2008/06/firebug_tutorial.html

Firebug入门指南

http://www.ruanyifeng.com/blog/2011/03/firebug_console_tutorial.html

Firebug控制台详解

https://developers.google.com/chrome-developer-tools/docs/mobile-emulation

chrome移动版调试

http://www.seejs.com/archives/296

【译】Android上的远程调试

http://blog.jobbole.com/31178/

用Chrome开发者工具做JavaScript性能分析

http://blog.moocss.com/code-snippets/mobile-web-code-snippets/1384.html

用谷歌(Chrome)浏览器来当手机模拟器

http://www.cnblogs.com/xiaoyao2011/p/3447421.html

查看事件绑定

chrome.exe --user-agent="Mozilla/5.0 (Linux; U; Android 2.2; en-us; Nexus One Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1"

http://jinlong.github.io/blog/2013/08/29/devtoolsecrets/

综合浏览器开发工具

http://ccforward.net/2013/02/firebug_console.html

关于FireBug和Chrome的控制台

http://www.oschina.net/translate/performance-optimisation-with-timeline-profiles

http://h5dev.uc.cn/article-25-1.html

chrome profiles

http://www.cppblog.com/deercoder/archive/2011/10/22/158886.html

Chrome神器Vimium快捷键学习记录 

http://www.iinterest.net/2014/05/09/chrome-dev-tool-workspace/

Chrome 开发工具 Workspace 使用  

 

4. js参考手册:

w3c手册

5. 其它开发工具:

新手推荐:editplus,vim

团队开发:

webstorm, phpstorm(phper), pycharm(pythoner), intellij idea(javaer).

http://note.youdao.com/share/?id=2d7ff03aeca64808fdc0f394ffb520bf&type=notebook

6. 模块化开发grunt

http://www.gruntjs.org/article/getting_started.html

入门

http://stackoverflow.com/questions/17059487/how-to-setup-grunt-in-webstorm-on-windows

扩展工具grunt

http://www.gruntjs.org/article/home.html

http://www.cnblogs.com/tugenhua0707/p/3497488.html

前端项目构建工具---Grunt

http://javascript.ruanyifeng.com/tool/grunt.html

http://www.infoq.com/cn/articles/GruntJs

http://blog.segmentfault.com/frankfang/1190000000372612

享受 Grunt

http://www.cnblogs.com/yexiaochai/p/3603389.html

http://www.cnblogs.com/yexiaochai/p/3594561.html

叶小钗 第一弹

7. gulpjs

http://gulpjs.com

官网

http://www.tuicool.com/articles/n2Uj2y

教程

http://gratimax.github.io/search-gulp-plugins

gulp plugins

https://github.com/gulpjs/gulp

http://blog.segmentfault.com/laopopo/1190000000372547?page=1

前端构建工具gulp入门教程

http://zhuanlan.zhihu.com/TLA42/19691575

Gulp 另一种自动化流水线二:jq工具

1. oschina参考手册大全。

2. w3c_all.chm,w3cschool离线版,包含了javascript,jquery,php,sql,html,css2.x,3.x的手册。

webstrom_第1张图片

 

你可能感兴趣的:(webstorm)