


[HTML] A good front-end development IDE--Aptana Studio_html/css_WEB-ITnose
What tools do front-end developers use to write code? It has always been controversial. First, FrontPage, which has long been thrown into the corner, and then Dreamweaver, which has now been gradually thrown into the corner. Many experts believe that the front-end is so simple that you should directly use Notepad to write, but then they feel that Notepad is too painful, so they use NotePad or Sublime Text. 2 and the like, there is actually a good front-end development IDE??Aptana Studio. Although I have been using Dreamweaver's code view to write the front end... I used to use FrontPage's code system to write it. Who asked you to drag controls and write the front-end? If so, I might as well use Word to write the web page!
Okay, no more nonsense, let’s just serve.
1. First, go to the official website of Aptana Studio http://www.aptana.com/ (click to open the link) to download this tool. As shown below, remember to click the download button and select the Studio2 version. After entering, you should also pay attention to whether the web page has checked your system information. It is not your system that needs to be modified. Customize your Download. Come on, this thing can still be played on Linux. Attention enough. I no longer have to be looked down upon by the masters for using Dreamweaver to write web pages.
The reason why we don’t use the latest version 3 is just because when installing Aptana Studio 3, you have to download various plug-ins yourself. Studio 2 doesn't. You know, Guo Jia's network cannot be installed in a lifetime for foreign sites. If you want to use 3, just search for the complete integrated version from the Internet. In fact, if you install the plug-in in Studio2, you can also develop php, vbscript, etc.
2. Start the installation after downloading. When you see such a "retarded" next step, don't tell me that I can't install it...
3. After that, the key is after installation. The first thing to do when opening Aptana Studio is to change the workspace as shown below. Otherwise, your "My Documents" will be filled with projects in the future. This thing is actually an Eclipse. Changing the workspace is exactly the same as "[Javaweb] How to change the default development project space of Eclipse" (click to open the link), there is JQ.
4. I haven’t started working after changing the workspace. You also need to open Window->Preferences and change the default working encoding. What year is this? Apart from some legacy web projects, who else is gbk with you? Must be utf-8.
5. Do not create a new webpage directly and run it. Aptana Studio must be run in project units, so you need to right-click Project to create a new Project...
6. Select Default Web Project, this is the only one for you to choose. After that, name the project, such as the HTMLtest project, and click Next. It will prompt you to ignore the fact that no JavaScript is installed. In fact, after you install the plug-in, you can also write JQuery, ExtJs, etc.
7. Then create a new HTMLtest project here, and there will automatically be an index.html. Just click the run button above. Just select the server you want to test.
8. The advantage of Aptana Studio is that when writing JavaScript, the code is generated before it is finished, and it also prompts for browser compatibility, which is very convenient!

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.
