HighDots Forums  

XHTML

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss XHTML in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
just sum1
 
Posts: n/a

Default XHTML - 07-07-2003 , 10:49 PM






Should I convert my doc to XHML?
I am getting rather confused.
I done it to a doc and then tested it at w3c and had a ton of errors, I had
less errors before I started messing.Is it important to make stuff XHTML
compliant?

--


-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com




Reply With Quote
  #2  
Old   
Matthias Gutfeldt
 
Posts: n/a

Default Re: XHTML - 07-08-2003 , 04:43 AM






just sum1 wrote:
Quote:
Should I convert my doc to XHML?
That depends. If you want to take advantage of features that XHTML has
but HTML4 has not, then yes. If not, then probably not. The HTML
version is not a fashion statement, after all :-).


Quote:
I am getting rather confused.
I done it to a doc and then tested it at w3c and had a ton of errors, I had
less errors before I started messing.
Dreamweaver MX has quite a nifty feature that converts HTML to XHTML:
File -> Convert -> XHTML. If you started out with a valid HTML4
document, the end result will be a mostly valid XHTML document, and
you'll have very little (if any) hand-coding to do.


Quote:
Is it important to make stuff XHTML
compliant?
If you use XHTML at all, then yes, the document should be compliant. But
like I mentioned above, XHTML is not better or worse than HTML4, it
depends on the features you need.


Matthias



Reply With Quote
  #3  
Old   
Bruce Lawson
 
Posts: n/a

Default Re: XHTML - 07-08-2003 , 05:20 AM



is it important? It depends what you're trying to do, but in general, yes
it's worth doing. How are you attempting to do the conversion?

Bruce Lawson
DMXzone.com

"just sum1" <Anonymous-Remailer (AT) nowhere (DOT) com> wrote

Quote:
Should I convert my doc to XHML?
I am getting rather confused.
I done it to a doc and then tested it at w3c and had a ton of errors, I
had
less errors before I started messing.Is it important to make stuff XHTML
compliant?

--


-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com






Reply With Quote
  #4  
Old   
just sum1
 
Posts: n/a

Default Re: XHTML - 07-08-2003 , 07:34 AM



Im glad you asked that...I sometimes, when opening a new file, check the box
to bake xhtml compliant, but when I forget to do that, I get an already
built page and go to, file- convert
Be nice if I knew

--


-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com


"Bruce Lawson" <brucelawsonuk (AT) aol (DOT) com> wrote

Quote:
is it important? It depends what you're trying to do, but in general, yes
it's worth doing. How are you attempting to do the conversion?

Bruce Lawson
DMXzone.com

"just sum1" <Anonymous-Remailer (AT) nowhere (DOT) com> wrote in message
news:bedbd0$krn$1 (AT) forums (DOT) macromedia.com...
Should I convert my doc to XHML?
I am getting rather confused.
I done it to a doc and then tested it at w3c and had a ton of errors, I
had
less errors before I started messing.Is it important to make stuff XHTML
compliant?

--



-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com








Reply With Quote
  #5  
Old   
Gary White
 
Posts: n/a

Default Re: XHTML - 07-08-2003 , 11:01 AM



On Tue, 8 Jul 2003 12:34:10 +0100, "just sum1"
<Anonymous-Remailer (AT) nowhere (DOT) com> wrote:

Quote:
Im glad you asked that...I sometimes, when opening a new file, check the box
to bake xhtml compliant, but when I forget to do that, I get an already
built page and go to, file- convert
Be nice if I knew
It should work either way. One thing I would suggest is that, in
either case, you remove the XML prolog that Dreamweaver inserts at the
top of the page:

<?xml version="1.0" encoding="utf-8"?>

That line, because it comes before the DOCTYPE, will trigger quirks
mode in Internet Explorer. The XML prolog is suggested, but not
required by the XHTML specs.


Gary


Reply With Quote
  #6  
Old   
dreamworms webforumsuser@macromedia.com
 
Posts: n/a

Default Re:XHTML - 07-08-2003 , 11:20 AM



Quote:
Is it important to make stuff XHTML compliant?
Of course, only if you want your web to be nice viewed on smaller devices.



DREAMWORMS

dreamworms (AT) lycos (DOT) co.uk
:: Let's cooperate to grow our portfolio ::


Reply With Quote
  #7  
Old   
Bruce Lawson
 
Posts: n/a

Default Re: XHTML - 07-08-2003 , 11:22 AM



and here's the link that I cleverly forgot
http://www.dmxzone.com/showDetail.as...28&NewsId=4951


"Bruce Lawson" <brucelawsonuk (AT) aol (DOT) com> wrote

Quote:
There's an article on DMXzone by Molly Holzschlag from the Web Standards
project on how to decide between XHMTL and HTML..
caveat: the article costs $1.99 and I work for the site.

Bruce Lawson
www.DMXzone.com

"just sum1" <Anonymous-Remailer (AT) nowhere (DOT) com> wrote in message
news:beea49$7ls$1 (AT) forums (DOT) macromedia.com...
Im glad you asked that...I sometimes, when opening a new file, check the
box
to bake xhtml compliant, but when I forget to do that, I get an already
built page and go to, file- convert
Be nice if I knew

--



-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com


"Bruce Lawson" <brucelawsonuk (AT) aol (DOT) com> wrote in message
news:bedull$gf5$1 (AT) forums (DOT) macromedia.com...
is it important? It depends what you're trying to do, but in general,
yes
it's worth doing. How are you attempting to do the conversion?

Bruce Lawson
DMXzone.com

"just sum1" <Anonymous-Remailer (AT) nowhere (DOT) com> wrote in message
news:bedbd0$krn$1 (AT) forums (DOT) macromedia.com...
Should I convert my doc to XHML?
I am getting rather confused.
I done it to a doc and then tested it at w3c and had a ton of
errors,
I
had
less errors before I started messing.Is it important to make stuff
XHTML
compliant?

--





-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com












Reply With Quote
  #8  
Old   
just sum1
 
Posts: n/a

Default Re: XHTML - 07-08-2003 , 01:56 PM



lol...thanx guyz

--


-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com


"Bruce Lawson" <brucelawsonuk (AT) aol (DOT) com> wrote

Quote:
and here's the link that I cleverly forgot
http://www.dmxzone.com/showDetail.as...28&NewsId=4951


"Bruce Lawson" <brucelawsonuk (AT) aol (DOT) com> wrote in message
news:beejgk$qmm$1 (AT) forums (DOT) macromedia.com...
There's an article on DMXzone by Molly Holzschlag from the Web Standards
project on how to decide between XHMTL and HTML..
caveat: the article costs $1.99 and I work for the site.

Bruce Lawson
www.DMXzone.com

"just sum1" <Anonymous-Remailer (AT) nowhere (DOT) com> wrote in message
news:beea49$7ls$1 (AT) forums (DOT) macromedia.com...
Im glad you asked that...I sometimes, when opening a new file, check
the
box
to bake xhtml compliant, but when I forget to do that, I get an
already
built page and go to, file- convert
Be nice if I knew

--




-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com


"Bruce Lawson" <brucelawsonuk (AT) aol (DOT) com> wrote in message
news:bedull$gf5$1 (AT) forums (DOT) macromedia.com...
is it important? It depends what you're trying to do, but in
general,
yes
it's worth doing. How are you attempting to do the conversion?

Bruce Lawson
DMXzone.com

"just sum1" <Anonymous-Remailer (AT) nowhere (DOT) com> wrote in message
news:bedbd0$krn$1 (AT) forums (DOT) macromedia.com...
Should I convert my doc to XHML?
I am getting rather confused.
I done it to a doc and then tested it at w3c and had a ton of
errors,
I
had
less errors before I started messing.Is it important to make stuff
XHTML
compliant?

--






-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com














Reply With Quote
  #9  
Old   
Bruce Lawson
 
Posts: n/a

Default Re: Re:XHTML - 07-08-2003 , 02:23 PM



... or if you want your stuff to be viewable on the next versions of the
major browsers.


"dreamworms" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Is it important to make stuff XHTML compliant?

Of course, only if you want your web to be nice viewed on smaller devices.


DREAMWORMS

dreamworms (AT) lycos (DOT) co.uk
:: Let's cooperate to grow our portfolio ::



Reply With Quote
  #10  
Old   
just sum1
 
Posts: n/a

Default Re: XHTML - 07-08-2003 , 02:34 PM



Bugger damn paypal, I want to get that.
So when I convert a doc into XML or XHTML.. all I have to do is delete the
top bit and im away?

Thanx v much for all your help guyz, You know for asking silly questions on
most news groups I would be laughed out, I want to thank all you guyz for
such quality help :-))))
--


-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com


"Bruce Lawson" <brucelawsonuk (AT) aol (DOT) com> wrote

Quote:
and here's the link that I cleverly forgot
http://www.dmxzone.com/showDetail.as...28&NewsId=4951


"Bruce Lawson" <brucelawsonuk (AT) aol (DOT) com> wrote in message
news:beejgk$qmm$1 (AT) forums (DOT) macromedia.com...
There's an article on DMXzone by Molly Holzschlag from the Web Standards
project on how to decide between XHMTL and HTML..
caveat: the article costs $1.99 and I work for the site.

Bruce Lawson
www.DMXzone.com

"just sum1" <Anonymous-Remailer (AT) nowhere (DOT) com> wrote in message
news:beea49$7ls$1 (AT) forums (DOT) macromedia.com...
Im glad you asked that...I sometimes, when opening a new file, check
the
box
to bake xhtml compliant, but when I forget to do that, I get an
already
built page and go to, file- convert
Be nice if I knew

--




-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com


"Bruce Lawson" <brucelawsonuk (AT) aol (DOT) com> wrote in message
news:bedull$gf5$1 (AT) forums (DOT) macromedia.com...
is it important? It depends what you're trying to do, but in
general,
yes
it's worth doing. How are you attempting to do the conversion?

Bruce Lawson
DMXzone.com

"just sum1" <Anonymous-Remailer (AT) nowhere (DOT) com> wrote in message
news:bedbd0$krn$1 (AT) forums (DOT) macromedia.com...
Should I convert my doc to XHML?
I am getting rather confused.
I done it to a doc and then tested it at w3c and had a ton of
errors,
I
had
less errors before I started messing.Is it important to make stuff
XHTML
compliant?

--






-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com














Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.