• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Html tutorials

fongo888

Member
I took some html back in high school, but I was wondering if anyone can suggest some sites for tutorials on html and maybe java script.

Thanks
 
"* tutorials" in google will find more than you'd ever be willing to read.

http://my.safaribooksonline.com/home

That place searches for tech books from just about all publishers.

Keep in mind, nowadays there's really no doing HTML without knowing CSS, so you should add that to your 'to learn' list as well. Learning a server side language will also make life easier for you in the long term.
 
I did look up tutorials in google, I guess what I'm looking for is something like a free class online. They show you how to do it with code then have you do a assignment.
 
oh a free class would be good. i been working on waggytalk for years. no clue as to WTF i was doing so i kinda gave up on it =(
 
Originally posted by: fongo888
I did look up tutorials in google, I guess what I'm looking for is something like a free class online. They show you how to do it with code then have you do a assignment.

http://www.lynda.com/ might be somewhat what you're looking for. They're video tutorials, but they don't 'assign' you a task as far as I'm aware.

Back in my high school days I remember our school board had online interactive lessons for various programming languages. It was horrid beyond belief. They somehow managed to make it seems as though the content is very extensive by diving right into binary operations for javascript, yet at the end you still didn't have a ****** clue how to make a function.

I learned by picking out the latest books available for the said topic and flipping back and forth. If one book confuses you, go to another to grasp the particular subject. Even if you understand the first one perfectly, it's still a very good idea to read another and another as they often cover certain material the previous one did not, refining your knowledge.

Any interactive tutorial you'll find is very likely to be horribly out of date. The web development world just moves too fast, even subject matter from 2004 is likely to not be applicable to today. You really want to find yourself the most recent information you can.

The W3C tutorials quiz you at the end, but those tutorials like the quizes are insufficiently comprehensive. My suggestion would be to pick up a good book and give yourself assignments at the end of it.
 
Back
Top