Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 541 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

XHTML vs HTML?

Thread title: XHTML vs HTML?
Closed Thread  
Page 3 of 5 < 1 2 3 4 5 >
    Thread tools Search this thread Display Modes  
09-10-2007, 03:49 AM
#21
Metal-CX is offline Metal-CX
Status: Junior Member
Join date: Feb 2006
Location:
Expertise:
Software:
 
Posts: 98
iTrader: 0 / 0%
 

Metal-CX is on a distinguished road

  Old

"there is no bonus over HTML 4.01 maybe besides you being used to the small markup differences better."

That should be enough if you care about progressing and doing things the best way.

"Also, what you stated was the original purpose of HTML, before CSS was even a thought in HTML developers heads (time of marquee and blink). Things change."

Last time I checked, HTML 4.01 Strict didn't limit you from typing up presentational code. So yeah... Things change. The people who make the standards for the web are now supporting the latest 'thing' - XHTML. I don't know about you, but that's a good enough reason for me to use it.

Next up, I didn't call you "all" jackasses. I called 2 people who replied to my original post and just looked for trouble. :/

And no I'm not a hypocrite (well, at least not in this case) because I wasn't taking a **** at some random friendly guy, I was merely giving something back to people who purposely tried to make them look better than me for no logical reason.

09-10-2007, 04:34 AM
#22
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

"Now, your comments are just out there because you like to think they make you look smart. Erm. While they do have a taste of logic in them, they only make you look narrow minded and most of all they make you sound like jackasses."

You said "your", but you were talking about anyone who has the same view as I do, which means you called everyone with the same view jackasses.. also, if you were such a nice guy, you wouldn't be attacking anyone, even if they did attack you first.

09-10-2007, 07:42 AM
#23
Metal-CX is offline Metal-CX
Status: Junior Member
Join date: Feb 2006
Location:
Expertise:
Software:
 
Posts: 98
iTrader: 0 / 0%
 

Metal-CX is on a distinguished road

  Old

I think it's pretty obvious that I was referring to the two guys who were bashing me just above my post. Maybe it takes a unique kind of view to see that.

Also... I never said I was a nice guy. I said I was trying to be friendly. I just like to think I'm not a jackass. It's your right to think otherwise, if you insist. :/

And who said nice guys are suckers, mate?

09-12-2007, 05:03 PM
#24
RaZoR^ is offline RaZoR^
RaZoR^'s Avatar
Status: Member
Join date: Feb 2006
Location:
Expertise:
Software:
 
Posts: 191
iTrader: 1 / 100%
 

RaZoR^ is on a distinguished road

  Old

I mainly use XHTML simply because it's something people ask for. When I finish my portfolio up, it might actually take advantage of XML.

If you look at most sites using XHTML, they serve the document up as text/html, so they're obviously not benefiting from the extensibility of XML. It might also slow down the browser a bit, since XML parsers in browsers are probably more lightweight than SGML HTML parsers.

Up until news of HTML 5, there might have been more advantages to XHTML, as it's what the W3C had replaced the future of HTML with. They were going to [pretty much] leave HTML and just work on XHTML for standard markup.

But the differences, with the exception of XML in XHTML, are fairly small.

And with regards to proper coding since it's been brought up, unclosed elements in HTML will pass through SGML parsers absolutely fine, in the same way that XML parsers will pass all elements closed through. For instance, if the browser sees <p>, then another <p> without closing the previous one, it already knows that you shouldn't be nesting paragraphs inside each other, because it's not semantic, so it starts a new paragraph. So getting into "good coding" practises need not always mean coding HTML to XHTML standards.

Choose which languages for preference. If you want XML, XHTML is your choice

09-12-2007, 06:24 PM
#25
Tomos is offline Tomos
Status: Junior Member
Join date: Aug 2007
Location: Wales, UK
Expertise: Front End Development
Software: Photoshop / Textmate
 
Posts: 79
iTrader: 6 / 100%
 

Tomos is on a distinguished road

  Old

I use xHTML

09-13-2007, 11:47 AM
#26
Ju5T is offline Ju5T
Status: I'm new around here
Join date: Sep 2007
Location: Lithuania
Expertise:
Software:
 
Posts: 11
iTrader: 0 / 0%
 

Ju5T is on a distinguished road

  Old

http://www.sitepoint.com/forums/showthread.php?t=393445
All answers to your question is here.

09-13-2007, 11:48 PM
#27
jjmac is offline jjmac
jjmac's Avatar
Status: Member
Join date: May 2006
Location:
Expertise:
Software:
 
Posts: 197
iTrader: 0 / 0%
 

jjmac is on a distinguished road

  Old

Thanks for that link Ju5T, very informative.

09-25-2007, 04:54 PM
#28
Geeko is offline Geeko
Status: Member
Join date: Sep 2007
Location: Denver, USA
Expertise: Design, Programming
Software: Photoshop, Notepad++
 
Posts: 313
iTrader: 8 / 100%
 

Geeko is on a distinguished road

Send a message via MSN to Geeko

  Old

basically if u use xhtml more people will be able to view the site hte same way

09-25-2007, 05:31 PM
#29
jjmac is offline jjmac
jjmac's Avatar
Status: Member
Join date: May 2006
Location:
Expertise:
Software:
 
Posts: 197
iTrader: 0 / 0%
 

jjmac is on a distinguished road

  Old

Originally Posted by Xhibition View Post
basically if u use xhtml more people will be able to view the site hte same way
Not basically, possibly, or even remotely. Whether you use XHTML or HTML has no bearing on if you make your code compliant with multiple browsers, appliances, or other electronics.

09-28-2007, 10:52 AM
#30
LeeP is offline LeeP
Status: Member
Join date: Jan 2007
Location: West Midlands, UK.
Expertise:
Software:
 
Posts: 371
iTrader: 5 / 100%
 

LeeP is on a distinguished road

Send a message via MSN to LeeP

  Old

I used XHTML, but just had my first Website Fundamentals class at university and they said where going to be using HTML over XHTML because they said it was better to use, but don't quote me on that. They also mentioned using HTML because of the HTML 5 coming out.

Closed Thread  
Page 3 of 5 < 1 2 3 4 5 >


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed