Lost Password?

Go Back   CodeCall Programming Forum > Web Development Forum > HTML Programming

Unregistered, Check out the Coder Battles in the Announcement and Game forums.

HTML Programming Forum discussion covering HTML, XHTML, DHTML and all flavors of HTML. Hypertext Markup Language is used to create websites.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-07-2007, 01:30 AM
eric eric is offline
Newbie
 
Join Date: Aug 2007
Posts: 18
Credits: 0
Rep Power: 5
eric is on a distinguished road
Cool I have a question!

What exactly is XHTML. how much different from HTML is it? and, do I have to re-learn a whole bunch of stuff to write valid code with it?
_________________
Golf Course Communities low interest credit cards for bad credit
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 11-07-2007, 01:59 AM
TcM's Avatar   
TcM TcM is offline
Moderator
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,317
Credits: 0
Rep Power: 74
TcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud of
Default

Found this definition

Quote:
XHTML is s stricter, cleaner version of HTML, intended to replace the HTML 4.01 standard. It stands for eXtensible HyperText Markup Language, and is an application of XML. XHTML Introduction XHTML 1.0: The Extensible HyperText Markup Language (Second Edition) XHTML.ORG: A source of information about XHTML
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 11-26-2007, 03:50 PM
omidomid omidomid is offline
Newbie
 
Join Date: Nov 2007
Posts: 2
Credits: 0
Rep Power: 0
omidomid is on a distinguished road
Default

Basically, it's a way to try to standardize a lot of code that web designers create. with xhtml, coders must use proper syntax like <br /> instead of just <br>. This will make it easier for different browsers to display the same thing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 11-27-2007, 05:56 AM
TcM's Avatar   
TcM TcM is offline
Moderator
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,317
Credits: 0
Rep Power: 74
TcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud of
Default

Yes, but it is very, very strict, for formatting you should use CSS. I have an assignment, I have to create a website using XHTML Strict or Transitional 1.0, and it is quite harder, because there are many rules you have to follow to have a valid XHTML file.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-19-2008, 06:59 AM
ReekenX's Avatar   
ReekenX ReekenX is offline
Learning Programmer
 
Join Date: Jan 2007
Posts: 77
Credits: 5
Rep Power: 7
ReekenX is on a distinguished road
Send a message via Skype™ to ReekenX
Default

I love XHTML (using Transitional doctype), all my sites constructed to be XHTML valid (and CSS). Code looks like cleaner, and it's good practice for programming (to do valid code needs some expirience I think)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 01-20-2008, 10:08 AM
Fjeddy's Avatar   
Fjeddy Fjeddy is offline
Newbie
 
Join Date: Jan 2008
Location: Sweden
Posts: 17
Credits: 0
Rep Power: 3
Fjeddy is on a distinguished road
Default

I think Transitional is okay, but In my oppinion it's better to just get used to XHTML Strict. Yeah, right. If you're gonna use frames I suppose you'll need Transitional, or Frameset. And you don't have to care about using correct Media type's and sh*t. But then again who actually care about W3C validated code when you're just starting out with web development?

Last edited by Fjeddy; 01-20-2008 at 10:10 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-21-2008, 04:03 AM
ReekenX's Avatar   
ReekenX ReekenX is offline
Learning Programmer
 
Join Date: Jan 2007
Posts: 77
Credits: 5
Rep Power: 7
ReekenX is on a distinguished road
Send a message via Skype™ to ReekenX
Default

Good opinion Fjeddy. I am do not using Strict because is too hard for me yes, it's true. Hard to develop in Strict doctype, because so many errors showing, and I can't fix it
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-26-2008, 03:34 PM
Gabriel's Avatar   
Gabriel Gabriel is offline
Learning Programmer
 
Join Date: Oct 2007
Location: Cyber Space (no seriously)
Age: 19
Posts: 72
Credits: 0
Rep Power: 4
Gabriel is on a distinguished road
Send a message via AIM to Gabriel
Default

guys, NOT developing in W3Schools standard is like creating thirdparty software and hardware for computers and video game consoles. It might look nice sometimes but most of the times, it screws up and its hard to fx it.
__________________
I'm an angel. I kill firstborns while their mamas watch. I turn cities into salt. I even, when I feel like it, rip the souls from little girls, and from now till kingdom come, the only thing you can count on in your existence is never understanding why.
-
Do you know how you got that dent, in your top lip? Way back, before you were born, I told you a secret, then I put my finger there and I said "Shhhhh!"
-
Quotes taken from The Prophecy (1995)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Specific Coding Question nassersyed Visual Basic Programming 5 11-01-2007 01:20 PM
RichTextBox related question cygnusX C# Programming 1 10-15-2007 03:40 PM
Question about String handling... Spitfire Java Help 2 06-08-2007 05:17 PM
Curious Question priorityone The Lounge 10 01-07-2007 10:40 AM


All times are GMT -5. The time now is 08:02 PM.

Contest Stats

Xav ........ 1322.18
MeTh0Dz|Reb0rn ........ 1053.7
morefood2001 ........ 879.43
John ........ 877.37
marwex89 ........ 869.98
WingedPanther ........ 830.24
Brandon W ........ 735.07
chili5 ........ 309.39
Steve.L ........ 236.23
dcs ........ 216.02

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 82%

Ads