I just got done yesturday rambling on about web standards and how much I want to be a web compliant designer and developer.
Well, I just found out when I tried to validate my blog page that I was NOT able to validate the markup. I am using a blog application called DasBlog and have found that by default it spits out a capital "P" for the paragraph elements and a capital "A" for anchor elements.
I have used the XHTML 1.0 Transitional DOCTYPE and this is an issue. I could change the DOCTYPE to HTML, but I don't want to.
Does anyone know of a good blog application (hopefully ASP.net) that will validate, or does anyone have a clue what I would have to change in the DasBlog source to get it to validate right? I have seen other peoples DasBlog sites that do NOT have capital letters for elements.
I guess all in all it comes down to trying your best and there are some cases you just have to except a little less than perfect.