Most who were just tinkering still posted to something like geocities, but I agree that spirit has been lost. What do they do in middle school / high school web development classes these days anyway? Kind of the appeal 20 years ago was that you could learn HTML pretty easily and whip up a simple personal website like this and have fun doing it. It didn't exactly "teach" much, at least in my experience, but it was inspirational in a lot of ways.
When I took a class like that we used Dreamweaver (after writing some pages in notepad of course) and later Flash. Never learned Javascript back then, in fact our teacher encouraged us to check it out, but it wasn't part of the curriculum. It was mostly a class for anyone interested in dipping their toe in the web without any prior experience.
This is something I've struggled with. When I think of introducing people to web development I think about how I got my start - creating a website to display pictures of my newborn daughter in 1997. Only, who would do such a thing these days? People would just post those to Facebook or Instagram. Creating a web app is too much too soon in my opinion. What is a good project that has relevance in 2018, but doesn't require anything more than vanilla HTML, CSS, and JS?
Isn't that overkill as well? Not sure on the current state of ftp support but I think firefox still allows ftp browsing. We had protocols and programs dedicated to sharing stuff like this before we put them behind commercial walls.
A lot of web development curriculum these days tends to focus on writing apps with JavaScript, or learning a new library. HTML/CSS is still taught, but I feel the “HTML is not a real language” sort of drives people away.
A big difficulty is that HTML by itself doesn't give you good ways to define templates so it's a pretty dreadful task.
Web components can change that in the future but until that it's pretty normal for developers to opt for tools that allow for creating a HTML fragment and building up HTML in another language.
Imagine if we had to do the c calling convention song and dance on every function call...
When I took a class like that we used Dreamweaver (after writing some pages in notepad of course) and later Flash. Never learned Javascript back then, in fact our teacher encouraged us to check it out, but it wasn't part of the curriculum. It was mostly a class for anyone interested in dipping their toe in the web without any prior experience.