Welcome to
The DFN Weekly
XHTML
X A Whoza What?
By
Wingnut
Pornn Palace
I saw a question or two posted recently about XHTML and its use and how concerned today's Webmaster should be about it. Up until now this has only been on my list of "stuff to check out later". I was doing some additional work researching for the DFN and the possible use of XML and RSS feeds when I started to see the connection between the two.
This stuff can get really really boring so I will try not to get to detailed on this and just give you're the "sizzle". To put this in an overly simplistic frameset: "development of HTML has stopped", and "XHTML is the new language replacement for HTML". XHTML will work hand in hand with XML (which is a whole other topic for later), which basically works on separating content from presentation (along with CSS).
Now you can stop running around the room screaming thinking that you have to learn this whole "other" language to continue creating websites that fill your mailbox full of checks. As you will see the further we go XHTML is like the first cousin of HTML. So yes, at some point in the future you will need to know how to code pages in XHTML. It will be a long time before your plain ole HTML pages won't work though, because of the need to support older out dated browsers (Netscape 4.7 etc). So you can return to normal breathing, as your current skills will still be valid for the near term.
What you can do is use the multiple flavors of XHTML to slowly learn how to convert your pages and how to create new ones from scratch. I amazed myself at just how much my HTML pages already conformed to the new standard. Transitioning will not be that difficult as time goes by. XHTML is stricter for tag structures and removes some of the sloppiness that HTML allowed (depending on the browser).
There are three flavors of XHTML, strict, transitional and frameset. Strict is just what it sounds like, you must follow the rules or "no soup for you" when it comes time to render your pages. Frameset is also just like it sounds, if you want to use frames on your site then you must use the frameset doc type. Now the transitional doc type is what I have and, what most of you will use at this point. It is a little more forgiving and keeps some of the familiar HTML within its DTD.
Victor Lownes



