it has begun
Jeez, I just finished created JavaScript code to dynamically *document.write* the …
See, XHTML is really unforgiving…
Cuz I’m a flexible kinda gal ok?
The transition of my portfolio site from HTML to XHTML. Jeez, I just finished created JavaScript code to dynamically *document.write* the flash code into the html page to circumvent a new feature in the version of IE coming out early next year.
If you don’t know what the heck I’m talking about, you haven’t read this article. :p
Anyow, in the words of Ja Rule “it’s murda!” Yes, I’m going to die switching the portfolio site from HTML to XHTML. See, XHTML is really unforgiving you have to close *all* tags, even the ones that don’t have a closing tag. The tags *must* be in lowercase and don’t even think of using deprecated code like <center> or <font>. XHTML don’t like it, u must do things like that in CSS.
So for the time being I will be using the Transitional DOCTYPE or:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”
”http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
Cuz I’m a flexible kinda gal ok?