urstuffplz1 wrote: » Not a web dev, but I have written websites as apart of my undergraduate degree I'm currently pursuing. If you want to learn website development you'll need to know the front-end side of things (HTML5, CSS3 & Javascript/alternative) and learning either PHP or ASP.NET would be extremely beneficial learning the server-side. Most websites run server-side these days, but you need to know front-end code to link everything together. I don't have any server-side experience with websites, however. You can learn for free, and the easiest way is to download Notepad++ and begin with building a website in just HTML5, then add in your styles with CSS3, and just progress it from there. Try to avoid Dreamweaver and other programs that automate elements for you until you know the at least the fundamentals of the code.W3Schools Online Web Tutorials is one of the best resources to learn everything from.
Quench24 wrote: » Thanks for the reply. I already know how to create websites using HTML and CSS... whats next? Learning Javascript?