Old 02-08-2004, 21:47   #1 (permalink)
superghost
Registered User
 
Join Date: Aug 2004
Posts: 1
Xhtml

Does anyone know where a good site for learning XHTML is located at? Also how difficult is it to convert an exisiting HTML doc to XHTML. Is it preferred, will it take over HTML-LOOSE?


thanks
Denny
AV Web Effect
http://www.avwebeffect.com
  Reply With Quote
Old 03-08-2004, 02:55   #2 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,236
Quote:
Originally Posted by superghost
Does anyone know where a good site for learning XHTML is located at?
A couple of the better ones:
http://webmonkey.wired.com/webmonkey/00/50/index2a.html
http://www.w3schools.com/xhtml/

Quote:
Originally Posted by superghost
Also how difficult is it to convert an exisiting HTML doc to XHTML.
Easier than you think. Just make sure you've got a valid DTD and character encoding, read the tutorials and then do as the validator tells you. If you get stuck, just come on here and ask.

valid dtd and character encoding:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>my first xhtml page</title> <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1" /> </head>
Quote:
Originally Posted by superghost
Is it preferred
yes, it's the future....I've seen it.

Quote:
Originally Posted by superghost
will it take over HTML-LOOSE?
no idea what that it. google didn't seem to either.
__________________
That's fuckin' ingenious, if I understand it correctly. It's a Swiss fuckin' watch.
  Reply With Quote
Old 03-08-2004, 04:26   #3 (permalink)
cam
vague™
 
cam's Avatar
 
Join Date: Mar 2004
Location: Glasgow
Posts: 5,196
at a guess he means transitional?
__________________
Random goodness at The Blog

  Reply With Quote
Old 28-08-2004, 17:14   #4 (permalink)
erilidon
teh sUxX0r
 
Join Date: Jun 2004
Posts: 43
it is so much like html I just went to www.w3schools.com and picked up on the few changes. All my pages are now coded in XHTML Strict. I had one problem when making this switch, the link target attribute wasn't valid. So I got a simple javascript file and used the rel attribute.. I works fine for people that have up-to-date browsers and the few that dont, well links opening up in the current window, isn't going to kill that much traffic.. but yeah, if you want to see my current site coded in xhtml, http://www.c1tadel.com/lchris220/

and yes.. I suppose html loose is replaced by xhtml transitional... I call them the I don't want to go all the way and bring my site to the top lazy way out of it DTD.. but whatever..
  Reply With Quote
Old 05-09-2004, 13:43   #5 (permalink)
xml
Senior Member
 
Join Date: Sep 2004
Posts: 149
XHTML transitional isn't a replacement for HTML loose.

It's to help people on the transition from HTML to XHTML so that the jump isn't too extreme.

HTML 4.01 has a transitional DTD which was for the same reasons.
__________________
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8