Web Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Iron Speed
 
Go Back   Dev Articles Community ForumsWeb DesignWeb Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
  #1  
Old May 10th, 2003, 07:06 AM
Vince Vince is offline
LordNitrous
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: England
Posts: 137 Vince User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
XHTML 1.0 - do you use it?

I was wondering if any of you have actually transferred your HTML code to XHTML 1.0 or 1.1 strict or whatever. I haven't yet and I probsbly won't until it becomes obligatory because really no one cares about your code. they care about your page and XHTML doesn't make anything faster so it is completely unnecessary in my opinion.

Reply With Quote
  #2  
Old May 10th, 2003, 08:05 PM
MadCowDzz's Avatar
MadCowDzz MadCowDzz is offline
I'm Internet Famous
Dev Articles Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890 MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Week 16 h 4 m 48 sec
Reputation Power: 8
i try my best to comply all my code to XHTML... at least Transitional, but i'm trying my best to make it strict

Reply With Quote
  #3  
Old May 10th, 2003, 08:12 PM
Vince Vince is offline
LordNitrous
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: England
Posts: 137 Vince User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
it is unnecessary at the moment in my opinion as HTML works just as fine.
__________________
You don't deserve to read my signature...yeah! That's it, keep walking...yeah walk away from me! That's it! Get out of my pub, you're barred!

Reply With Quote
  #4  
Old May 13th, 2003, 03:52 PM
infamous-online infamous-online is offline
Moderator
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Posts: 404 infamous-online User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 21 m 10 sec
Reputation Power: 7
i use the xhtml standards for my site. might as well start using it now, because it will become an html standard.
__________________
Apache Expert

Reply With Quote
  #5  
Old May 18th, 2003, 01:07 PM
Vince Vince is offline
LordNitrous
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: England
Posts: 137 Vince User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
nah, it wont for a few years yet...hardly anyone uses XHTML and has 100% validated code...

Reply With Quote
  #6  
Old May 19th, 2003, 02:54 AM
stumpy's Avatar
stumpy stumpy is offline
May contain nuts.
Dev Articles Regular (2000 - 2499 posts)
 
Join Date: Aug 2002
Location: Sydney, AU
Posts: 2,058 stumpy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 6 m 11 sec
Reputation Power: 8
Send a message via ICQ to stumpy Send a message via MSN to stumpy
Actually, XHTML is the new standard. It has superseded HTML 4.01.

http://www.w3.org/MarkUp/
__________________
DevArticles Moderator
BlueSix - Web Development and Consulting

Reply With Quote
  #7  
Old May 21st, 2003, 07:31 AM
Selleri Selleri is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Dec 2002
Location: Iceland
Posts: 46 Selleri User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 39 sec
Reputation Power: 6
I try to use XHTML strict on all my pages after I was introduced to it.
Although not strictly required(pun intended) it will be and then you better know what you're doing
So start practicing!

Reply With Quote
  #8  
Old May 21st, 2003, 08:19 AM
Firestorm Firestorm is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: Yorkshire, UK
Posts: 11 Firestorm User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I can't believe people don't wish to use it. The point is that it forces you to write properly written code. No more missing the end tags off paragraphs, etc.

Secondly, it's actually valid XML. So by using it you're learning about that too.

It also works better. IE6 has two modes - one called Quirks Mode, for old HTML pages, where anything goes, and Strict Mode for XHTML. You switch between them using the Doctype on the first line of your file. I found that in Quirks Mode, I couldn't get layouts to act precise, whereas Strict mode worked perfectly.

That might be due to the 'box model' bug in older versions of IE.

So I say get learning XHTML today. The XHTML 2 draft has already been published and updated, so you need to be ready for that too when it comes along.

Reply With Quote
  #9  
Old May 21st, 2003, 12:15 PM
Galewind Galewind is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Dec 2002
Location: Phoenix, AZ
Posts: 4 Galewind User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Do you have to be using the XHTML Strict DTD to get IE to use it's strict mode or will it work with the Transitional DTD?

Reply With Quote
  #10  
Old May 22nd, 2003, 10:21 AM
Firestorm Firestorm is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: Yorkshire, UK
Posts: 11 Firestorm User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Transitional will work. Be careful to make sure the Doctype is physically on the first line of your code though. If you move it down a line, there's a bug in IE. It fails to recognise it and puts you into Quirks Mode!

This happened to me one day and I couldn't work out why a finely-tuned layout was suddenly broken.

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsWeb DesignWeb Development > XHTML 1.0 - do you use it?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five &quot;checkpoints&quot; for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 

Iron Speed




© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway