Hi all. I need to start (would like to) learn web development. Im chemist and its really weak aspect in my country. So now im breaking the point. Im total noob, i never programmed anything in my life nor web designed/developed. Watch me like absolute zero about web development. I wish someone answer to me detailed (if even needed) what should i start to learn first? As long as i understand it should go HTML > CSS > Javascript and then server-sided scripting PHP and ASP.net. What do you think? Any help/tips will be helpful. Thanks, Boris.
I would recommend starting with HTML & CSS... Head on over to Udemy and find a few video courses. There is some great stuff there. 50% of everything I know about HTML/CSS I've taught myself just from playing around with turnkey templates, the other 50% comes from video tutorials and troubleshooting around the forums. Very easy stuff once you get the hang of it and perfect for noobs.
As BranTheMan already advised, learn HTML & CSS first. After that learn the basics of JavaScript and a popular framework like jQuery. I personally wouldn't learn both PHP and ASP. Pick one and stick with it. I suggest you go for PHP because it's the most popular web development language at the moment, but if job listings in your area favor ASP, choose that. You'll also want to learn about databases and SQL, but I'd do that after you have a basic understanding of PHP already. Another option is to learn more about Node.js, AngularJS etc because they're very popular at the moment, but I doubt that's a good starting point for someone with no prior development experience. Good luck.