Summary of Web front-end development tools
Front-end development tools:
Web front-end development and other related development,
The reason why I recommend sublime text and webstorm (jetbrains company series products) is that there is a technology called emmet, http://docs.emmet.io, and the support for these two is:
sublime text is the only one among all editors that supports emmet well.
Webstorm is the only editor among all editors that has built-in emmet, and it is the one that pushes the spirit of emmet forward.
Their detailed comparison: http://www.36ria.com/5884
1. css tool:
1. emmet http://docs.emmet.io/
a. Can be installed as a plug-in on various editors such as dreamweaver, notepad++, editplus, and sublime.
http://www.qianduan.net/zen-coding-a-new-way-to-write-html-code.html
http://www.qianduan.net/the-zen-coding-renamed-as-emmet.html
http://www.qianduan.net/zen-coding-update-to-0-7.html
http://www.qianduan.net/zen-coding-resources-to-update.html
http://www.qianduan.net/zen-coding-for-dreamweaver-plug-in-tutorial.html
The effect of emmet on sublime:
1). css: The difference between it and other editors lies in the details. For example, ctrl, alt + arrow keys can modify the values inside
2). html effect:
3). Modification of sublime’s emmet rules:
packages->Emmet->emmet->snippets.json
b. There is only one exception to jetbrain’s product line: webstorm, phpstorm, and intellij idea are all built-in and do not require installation.
1).
The effect of writing js:
2). Webstorm’s emmet rule modification: Files -> settings -> Live Templates
2. CSS compression method:
a. Through the regular five-step replacement method, applicable to any editor:
http://www.cnblogs.com/sky000/archive/2010/12/22/1913719.html
b. Modular tools
2. js tool:
1. Compression, etc.:
http://www.yulonghu.com/?post=5
Online compression
http://tools.css-js.com/
Online compression
http://tool.oschina.net/
Toolset
2. Develop js, php, jsp, java and so on using emmet method.
http://www.cnblogs.com/jikey/archive/2012/03/28/2420704.html
http://www.cnblogs.com/jikey/archive/2012/06/14/2549347.html
3. Use of firebug and chrome debugging tools:
http://ued.taobao.org/blog/?p=5534
chrome debugging
http://www.cnblogs.com/QLeelulu/archive/2011/08/28/2156402.html
Chrome debugging
https://developers.google.com/chrome-developer-tools/docs/commandline-api
Detailed explanation of chrome console commands
http://www.ruanyifeng.com/blog/2008/06/firebug_tutorial.html
Getting Started with Firebug
http://www.ruanyifeng.com/blog/2011/03/firebug_console_tutorial.html
Detailed explanation of Firebug console
https://developers.google.com/chrome-developer-tools/docs/mobile-emulation
Chrome mobile version debugging
http://www.seejs.com/archives/296
【Translation】Remote debugging on Android
http://blog.jobbole.com/31178/
Use Chrome Developer Tools to do JavaScript performance analysis
http://blog.moocss.com/code-snippets/mobile-web-code-snippets/1384.html
Use Google (Chrome) browser as a mobile phone simulator
http://www.cnblogs.com/xiaoyao2011/p/3447421.html
View event binding
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/
Integrated browser development tools
http://ccforward.net/2013/02/firebug_console.html
About FireBug and Chrome’s Console
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 artifact Vimium shortcut key learning record
http://www.iinterest.net/2014/05/09/chrome-dev-tool-workspace/
Chrome development tools Workspace use
4. js reference manual:
w3c manual
5. Other development tools:
Recommended for newbies: editplus, vim
Team Development:
webstorm, phpstorm(phper), pycharm(pythoner), intellij idea(javaer).
http://note.youdao.com/share/?id=2d7ff03aeca64808fdc0f394ffb520bf&type=notebook
6. Modular development grunt
http://www.gruntjs.org/article/getting_started.html
Getting Started
http://stackoverflow.com/questions/17059487/how-to-setup-grunt-in-webstorm-on-windows
Extension tool grunt
http://www.gruntjs.org/article/home.html
http://www.cnblogs.com/tugenhua0707/p/3497488.html
Front-end project building tool---Grunt
http://javascript.ruanyifeng.com/tool/grunt.html
http://www.infoq.com/cn/articles/GruntJs
http://blog.segmentfault.com/frankfang/1190000000372612
Enjoy Grunt
http://www.cnblogs.com/yexiaochai/p/3603389.html
http://www.cnblogs.com/yexiaochai/p/3594561.html
7.gulpjs
http://gulpjs.com
Official website
http://www.tuicool.com/articles/n2Uj2y
Tutorial
http://gratimax.github.io/search-gulp-plugins
gulp plugins
https://github.com/gulpjs/gulp
http://blog.segmentfault.com/laopopo/1190000000372547?page=1
Getting started with the front-end building tool gulp
http://zhuanlan.zhihu.com/TLA42/19691575
Gulp Another automated pipeline
Three: jq tool
1. Complete oschina reference manual.
2. w3c_all.chm, w3cschool offline version, contains manuals for javascript, jquery, php, sql, html, css2.x, 3.x.

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

HTML is suitable for beginners because it is simple and easy to learn and can quickly see results. 1) The learning curve of HTML is smooth and easy to get started. 2) Just master the basic tags to start creating web pages. 3) High flexibility and can be used in combination with CSS and JavaScript. 4) Rich learning resources and modern tools support the learning process.

HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

AnexampleofastartingtaginHTMLis,whichbeginsaparagraph.StartingtagsareessentialinHTMLastheyinitiateelements,definetheirtypes,andarecrucialforstructuringwebpagesandconstructingtheDOM.

GiteePages static website deployment failed: 404 error troubleshooting and resolution when using Gitee...

To achieve the effect of scattering and enlarging the surrounding images after clicking on the image, many web designs need to achieve an interactive effect: click on a certain image to make the surrounding...

The Y-axis position adaptive algorithm for web annotation function This article will explore how to implement annotation functions similar to Word documents, especially how to deal with the interval between annotations...

HTML, CSS and JavaScript are the three pillars of web development. 1. HTML defines the web page structure and uses tags such as, etc. 2. CSS controls the web page style, using selectors and attributes such as color, font-size, etc. 3. JavaScript realizes dynamic effects and interaction, through event monitoring and DOM operations.
