Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

Doc Type?
 

Karl




quote this post edit post

IP Loged report this post

Old Post  02-28-06 - 11:19 PM  
Dreamweaver v8.0 can create new HTML documents with one of 5 DOCTYPEs.

HTML v4.0 transitional and strict

and

XHTML 1.0 transitional and strict

XHTML 1.1

While I've read some about DOCTYPE, I can't find anything that gives me
a listing of the advantages/disadvantages of one over the other. Can
anyone give me a summary or point to one?

TIA

(I'm interested in supporting IE v5.0 and above, Netscape v6.0 and above
and FireFox v1.0 and above. My pages are HTML with Javascript and CSS.
There are a few static images too.)


Post Follow-Up to this message ]
Re: Doc Type?
 

twocans




quote this post edit post

IP Loged report this post

Old Post  02-28-06 - 11:19 PM  
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">


is what I aways have used , it suits allI do.

regards

kenny





"Karl" <kthompson@nospam.pine-grove.com> wrote in message
news:du1m9q$ij6$1@forums.macromedia.com...
>
> Dreamweaver v8.0 can create new HTML documents with one of 5 DOCTYPEs.
>
> HTML v4.0 transitional and strict
>
> and
>
> XHTML 1.0 transitional and strict
>
> XHTML 1.1
>
> While I've read some about DOCTYPE, I can't find anything that gives me a
> listing of the advantages/disadvantages of one over the other. Can anyone
> give me a summary or point to one?
>
> TIA
>
> (I'm interested in supporting IE v5.0 and above, Netscape v6.0 and above
> and FireFox v1.0 and above. My pages are HTML with Javascript and CSS.
> There are a few static images too.)




Post Follow-Up to this message ]
Re: Doc Type?
 

Karl




quote this post edit post

IP Loged report this post

Old Post  02-28-06 - 11:19 PM  
Thanks, but it doesn't really answer the question, does it?

twocans wrote:
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd">
>
>
> is what I aways have used , it suits allI do.
>
> regards
>
> kenny
>
>
>
>
>
> "Karl" <kthompson@nospam.pine-grove.com> wrote in message
> news:du1m9q$ij6$1@forums.macromedia.com...
> 
>
>
>


Post Follow-Up to this message ]
Re: Doc Type?
 

David Powers




quote this post edit post

IP Loged report this post

Old Post  02-28-06 - 11:19 PM  
Karl wrote:
> While I've read some about DOCTYPE, I can't find anything that gives me
> a listing of the advantages/disadvantages of one over the other. Can
> anyone give me a summary or point to one?

There aren't any advantages or disadvantages. They are simply different
standards.

Having said that, XHTML 1.1 should be used only if you are serving pages
as application/xhtml+xml. Since Internet Explorer doesn't support this,
you should stay away from XHTML 1.1.

XHTML 1.0 is HTML 4.01 rewritten to conform to XML standards, which are
much stricter than HTML. You can find a brief description here:

http://www.w3.org/TR/xhtml1/#xhtml

If it all seems like Greek (or geek) to you, just stick with HTML 4.01
Transitional.

I suspect this thread will generate the usual amount of ranting and hot
air about the "superiority" of one standard over another. Ignore most of
it. The important thing is to understand HTML and CSS, and to write
good, clean code. 99% of the time, Dreamweaver does that for you.

--
David Powers
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "Foundation PHP 5 for Flash" (friends of ED)
http://foundationphp.com/


Post Follow-Up to this message ]
Re: Doc Type?
 

kieran_briggs




quote this post edit post

IP Loged report this post

Old Post  02-28-06 - 11:19 PM  
Check this page out for some good information about what doctypes are and th
e usefullness of choosing the correct one

http://www.alistapart.com/articles/doctype/


Post Follow-Up to this message ]
Re: Doc Type?
 

Murray *ACE*




quote this post edit post

IP Loged report this post

Old Post  02-28-06 - 11:20 PM  
No rants here.

-- 
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"David Powers" <david@example.com> wrote in message news:du1ncq$jvr$1@forums.macromedia.com
..
> Karl wrote: 
> 
> There aren't any advantages or disadvantages. They are simply different 
> standards.
> 
> Having said that, XHTML 1.1 should be used only if you are serving pages 
> as application/xhtml+xml. Since Internet Explorer doesn't support this, 
> you should stay away from XHTML 1.1.
> 
> XHTML 1.0 is HTML 4.01 rewritten to conform to XML standards, which are 
> much stricter than HTML. You can find a brief description here:
> 
> http://www.w3.org/TR/xhtml1/#xhtml
> 
> If it all seems like Greek (or geek) to you, just stick with HTML 4.01 
> Transitional.
> 
> I suspect this thread will generate the usual amount of ranting and hot 
> air about the "superiority" of one standard over another. Ignore most of 
> it. The important thing is to understand HTML and CSS, and to write 
> good, clean code. 99% of the time, Dreamweaver does that for you.
> 
> -- 
> David Powers
> Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
> Author, "Foundation PHP 5 for Flash" (friends of ED)
> http://foundationphp.com/


Post Follow-Up to this message ]
Re: Doc Type?
 

Gary White




quote this post edit post

IP Loged report this post

Old Post  02-28-06 - 11:20 PM  
On Tue, 28 Feb 2006 09:39:36 -0500, Karl
<kthompson@nospam.pine-grove.com> wrote:

>Thanks, but it doesn't really answer the question, does it?

Perhaps this will help:
http://www.ericmeyeroncss.com/bonus/render-mode.html

Gary


Post Follow-Up to this message ]
Re: Doc Type?
 

John Waller




quote this post edit post

IP Loged report this post

Old Post  02-28-06 - 11:21 PM  
I thought of this link too but it doesn't really address why or when to use
the different DOCTYPEs. That part seems to be assumed.

Just says to use a DOCTYPE and get the syntax right.

--
Regards

John Waller




Post Follow-Up to this message ]
Re: Doc Type?
 

Gary White




quote this post edit post

IP Loged report this post

Old Post  03-01-06 - 03:15 AM  
On Wed, 1 Mar 2006 06:42:07 +1030, "John Waller"
<johnw@REMOVETHISpinnacleweb.com.au> wrote:

>I thought of this link too but it doesn't really address why or when to use
>the different DOCTYPEs. That part seems to be assumed.


The link I posted does.

Gary


Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 03:25 AM. Post New Thread   
  Previous Last Thread   Next Thread next
Dreamweaver archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top