varya

msg:3617361 | 5:16 pm on Apr 2, 2008 (gmt 0) |
4.01 strict unless a client specifically wants xhtml. Planning to shift to 5.0, well, not when it's done since that's supposed to be in 10 years or so, but when there's a benefit to doing so.
|
Fotiman

msg:3617383 | 5:39 pm on Apr 2, 2008 (gmt 0) |
What version of HTML do I mark my pages up in? Almost always HTML 4.01 Strict (and sometimes XHTML 1.0 strict when needed for 3rd party applications). When will I change the version of HTML I'm using? No time soon.
|
jimbeetle

msg:3617399 | 6:06 pm on Apr 2, 2008 (gmt 0) |
Anything over the past 3 or 4 years has been mostly 4.01 strict. HTML 5 looks like it has a lot of neat things to introduce, so yeah, I'll change when that's introduced (unless I'm retired by that time).
|
pageoneresults

msg:3617411 | 6:17 pm on Apr 2, 2008 (gmt 0) |
Almost always XHTML 1.0 Strict. I went through a conversion from XHTML Strict to HTML Strict and I ended up going back to XHTML Strict because of applications being developed using XHTML and attempting to blend those with HTML pages and getting things to validate just didn't work out. So, for now, XHTML 1.0 Strict and Transitional where applicable. I'm looking forward to HTML 5 and its widespread adoption. Until then, I need to appease the developers. I'm on Windows so most everything is XHTML these days.
|
Trace

msg:3617436 | 6:42 pm on Apr 2, 2008 (gmt 0) |
All new projects are done with HTML 4.01 Strict with no exceptions. We will however support older applications that were coded using XHTML 1.0. I don't see that changing anytime soon.
|
encyclo

msg:3617440 | 6:52 pm on Apr 2, 2008 (gmt 0) |
I usually use HTML 4.01, either Strict or Transitional dependent on the requirements. I have some sites in XHTML 1.0 too. I have no intention of converting any site from one (X)HTML version to another, it's simply a waste of my time. :) As for HTML5, I won't use it for non-personal sites until the final specification is published - otherwise it's a moving target.
|
Fotiman

msg:3617453 | 6:58 pm on Apr 2, 2008 (gmt 0) |
@pageoneresults I'm on Windows so most everything is XHTML these days. |
| What does Windows have to do with it?
|
pageoneresults

msg:3617454 | 7:00 pm on Apr 2, 2008 (gmt 0) |
| What does Windows have to do with it? |
| Most of us on Windows are into .NET. If I'm not mistaken, all .NET application development software outputs XHTML. I've battled with various programmers over the years to write HTML 4.01 Strict to no avail. So, I gave in and now write XHTML 1.0 Strict by default.
|
Fotiman

msg:3617468 | 7:22 pm on Apr 2, 2008 (gmt 0) |
all .NET application development software outputs XHTML |
| Sounds like a defective development environment if you can't configure the IDE to generate whatever DOCTYPE you prefer.
|
|