Linked by Thom Holwerda on Mon 30th Oct 2006 19:49 UTC
Thread beginning with comment 177391
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.




Member since:
2006-11-01
I'll be taking a college Web design class next semester. Based on coversations with students who've taken the class, we'll be taught HTML 4 transitional (I learned it on my own in 7th grade), no CSS, along with some JavaScript (which left one student thinking she was learning Java) and a little ASP.
Whatever the W3C does does not matter as long as old standards are taught and proprietary standards are used, if the new standards are not broadly supported.
That's true of any language or standard, especially if its difficult to use to create the desired effect.
I always code to the spec most appropriate to the task. Frames don't work well in XHTML so I use HTML quite a bit. Some HTML features have been dropped in XHTML and are difficult to work around so I may use the transitional doctype rather than strict. Regardless I always try to use valid code if possible.