I've been starting work on a single page app. (think TiddlyWiki)
It's been a while since I've done serious web design. Last time I built a big site was pre-css, pre-javascript, pre-html5, i.e., HTML plus a lot of cgi scripts, in my case, mostly in PHP. I've picked up snippets of the new technologies over the years, but not in any organized form.
I figure it's time to go back to square one and work through a serious of more and more complex pages/sites - HTML -> HTML+CSS -> Javascript -> HTML5 functions.....
Which leads me to wonder if there are any tutorials floating around akin to "Linux from Scratch" - but focused on "web site from scratch?" Or at least a series of tutorials that start with HTML hello world, and progressively add features in a logical way?
Thanks!
For some tools and 'debugging' and seeing if your stuff works I'd use: JSfiddle
Also, the w3schools are great for basic understanding of those concepts.
The tracks for HTML5 and Javascript at CodeAcademy may also help you too.
http://www.codeavengers.com/
A lot of it is still the same, it's just that CSS and JS have added even more functionality and HTML5 has added more element tags.
What I would do in your place is to make a basic website and then slowly add new features to it while following along with the tutorials to try and make it your own.