+ 1
What's a good way to start with web development?
I've been into programming for quite a while. My first language is Java and I have written a lot of code already. I want to learn about web programming, I have a basic knowledge of html, php and javaScript. So, what's the best way to start, where do I write my code? Simply in notepad, or use some IDE if such even exists.. Advices?
2 ответов
+ 2
For web development html, css an js are core for front end developing. For backend php, sql or some other language by your choice. Personally I use brackets editor, and wampp for localhost.
+ 2
for programming languages, using an ide might make it easier to work with, as you code, compile and run your programs from one place.
with web it doesn't matter much. a simple notepad like notepad++ where you can preview your page on many browsers is more than enough. but still, it's a matter pf taste.
if you know what you're doing, dpn't waste time by learning new software, just code :)