0
Web design: html, css, js...but which programs?
I am learning html and I am applying it using Dreamweaver. Going on learning I wish to use new programs.. but I don't know..which programs are mainly used?
3 Respostas
+ 3
You can use a lot of IDEs (They are "programmations programms").
Notepad ++ is like standar. Brackets and Sublime text, can be used.
Dreawaver have a lot more graphics tools. (like, instead of creating a form by coding HTML, you can drag-and-drop a form from the tool bar. It's a "faster" tool, but you have to learn it to be efficent with. They alos require more memory to run.
You can also can find IDE's on internet, on clouds.
+ 2
Notepad is used pretty often with it. Haven't tried other text editors much but I've heard that Sublime is a popular text editor too.
Whenever you go on to non-markup languages (C++,C#,Python and so on), try Visual Studio.
+ 1
I had tried a discrete number of IDEs and then I found Visual Studio Code. It has IntelliSense, loads and runs pretty fast and with the recommended extentions it's great. I've never changed after it.