Topic: Exactly what is XHTML (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Australia |
posted 05-11-2004 09:19
Hi all, |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 05-11-2004 11:19
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 05-11-2004 11:32
The poster has demanded we remove all his contributions, less he takes legal action. |
Maniac (V) Inmate From: under the bed |
posted 05-11-2004 18:04
From the GN, a good basic explanation of XHTML - http://www.gurusnetwork.com/tutorial/xhtml_1/ |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 05-11-2004 20:48
The poster has demanded we remove all his contributions, less he takes legal action. |
Bipolar (III) Inmate From: Australia |
posted 05-12-2004 02:01
Thanks InI and DL, that clears most things up, i'll learn XML just to be sure i know how it all works - and it will be a great tool for the future by the looks of it. |
Bipolar (III) Inmate From: Australia |
posted 05-12-2004 02:57
I guess the bit im *possibly* still confused about then is the actualy XML. Obviously XHTML can be viewed on your normal desktop browser. Am i correct in saying that XML is used to translate the XHTML document to other platforms such as PDA's? And the reason you can code XML is to customize how it actually translates. Which is why u need to follow the strict code so it knows what its doing. |
Maniac (V) Inmate From: under the bed |
posted 05-12-2004 03:16
XML itself can be used for a huge variety of things that are totally seperate from the web, theoretically. The purpose is to be able to share structured information between formats, including html. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 05-12-2004 12:31
The poster has demanded we remove all his contributions, less he takes legal action. |
Bipolar (III) Inmate From: Australia |
posted 05-12-2004 16:10
Ahh thanks InI, that clears things up a bit. |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 05-12-2004 17:43
Ya know, I've been writing XHTML compliant code for quite some time now. But it amazes me how many of the "big guns" don't write compliant code on their sites. |
Bipolar (III) Inmate From: Australia |
posted 05-13-2004 01:37
Tell me about it, its amazing also how many so called and seeming "Proffestional" web design companies do the same, and they break very simple rules. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 05-13-2004 02:02
The problem with those news sites that you listed is that they most likely rely on a very old CMS, and most CMS have a whole lot of hardcoded html in the server side code. Like slashdot for instance. Changing the design to XHTML and CSS has been done, but changing it in the CMS is a whole different story. |