Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > It isn't me at all, it's the validator

Reply
Thread Tools

It isn't me at all, it's the validator

 
 
thedarkman
Guest
Posts: n/a
 
      03-02-2012
http://www.infotextmanuscripts.org/id_home_of_ice.html

Re the above, the last line still doesn't show.

Now take this
http://www.infotextmanuscripts.org/n...page_poem.html

I've tried it with two validators, and both say there is no Doc Type.
That is clearly wrong.

A lot of these so-called errors come from my using <H1> which has been
abandoned in favour of stylesheets.

I have no intention of ever using them, all I want is for my websites
to be viewable a hundred years from now, which they will be because
sites are being archived, and many of them have old code.
 
Reply With Quote
 
 
 
 
Jonathan N. Little
Guest
Posts: n/a
 
      03-02-2012
thedarkman wrote:
> http://www.infotextmanuscripts.org/id_home_of_ice.html
>
> Re the above, the last line still doesn't show.
>
> Now take this
> http://www.infotextmanuscripts.org/n...page_poem.html
>
> I've tried it with two validators, and both say there is no Doc Type.
> That is clearly wrong.


No you are clearly wrong. Your file had *no* doctype.

>
> A lot of these so-called errors come from my using<H1> which has been
> abandoned in favour of stylesheets.


You also have *no* stylesheet.

>
> I have no intention of ever using them, all I want is for my websites
> to be viewable a hundred years from now, which they will be because
> sites are being archived, and many of them have old code.


You also have no intention of learning HTML either.


--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
 
Reply With Quote
 
 
 
 
Thomas Mlynarczyk
Guest
Posts: n/a
 
      03-02-2012
thedarkman schrieb:

> Now take this
> http://www.infotextmanuscripts.org/n...page_poem.html
>
> I've tried it with two validators, and both say there is no Doc Type.
> That is clearly wrong.


You are clearly wrong. There is no doctype declaration in the above
page. The very least you could have done is check that fact for yourself.

> A lot of these so-called errors come from my using <H1> which has been
> abandoned in favour of stylesheets.


That is utter nonsense.

> I have no intention of ever using them


You're hopeless.

Greetings,
Thomas


--
Ce n'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison!
(Coluche)
 
Reply With Quote
 
idle
Guest
Posts: n/a
 
      03-02-2012
On Fri, 2 Mar 2012 05:41:27 -0800 (PST), thedarkman wrote in alt.html:

> http://www.infotextmanuscripts.org/id_home_of_ice.html
>
> Re the above, the last line still doesn't show.
>
> Now take this
> http://www.infotextmanuscripts.org/n...page_poem.html
>
> I've tried it with two validators, and both say there is no Doc Type.
> That is clearly wrong.
>
> A lot of these so-called errors come from my using <H1> which has been
> abandoned in favour of stylesheets.
>
> I have no intention of ever using them, all I want is for my websites
> to be viewable a hundred years from now, which they will be because
> sites are being archived, and many of them have old code.


That's cuzzzz
1. You didn't fix the code in the line.
2. You put the wrong doctype for the doc you're coding.
3. The whole doc's code has the pooch screwed.


--
idle
I refuse to let common sense cloud my judgment.
 
Reply With Quote
 
Beauregard T. Shagnasty
Guest
Posts: n/a
 
      03-02-2012
thedarkman wrote:

> http://www.infotextmanuscripts.org/id_home_of_ice.html
>
> Re the above, the last line still doesn't show.


It would if you'd ever fix the error you were told about. You're missing
a double-quote mark after the: target="_blank


> Now take this
> http://www.infotextmanuscripts.org/n...page_poem.html
>
> I've tried it with two validators, and both say there is no Doc Type.
> That is clearly wrong.


Not a chance. You don't even know what a DOCTYPE is.

> A lot of these so-called errors come from my using <H1> which has been
> abandoned in favour of stylesheets.


If you knew the semantic meaning of headers, you'd change your tune.

> I have no intention of ever using them, all I want is for my websites to
> be viewable a hundred years from now, which they will be because sites
> are being archived, and many of them have old code.


None of us will care. Nobody will be reading your pages anyway. Not then,
and not now. Who would want to look at such ugly pages?

--
-bts
-This space for rent, but the price is high
 
Reply With Quote
 
dorayme
Guest
Posts: n/a
 
      03-02-2012
In article <jiqji5$ntm$>,
Thomas Mlynarczyk <> wrote:

> > A lot of these so-called errors come from my using <H1> which has been
> > abandoned in favour of stylesheets.

>
> That is utter nonsense.
>
> > I have no intention of ever using them

>
> You're hopeless.


Not, of course, in the sense of lacking hope.

--
dorayme
 
Reply With Quote
 
Denis McMahon
Guest
Posts: n/a
 
      03-03-2012
On Fri, 02 Mar 2012 05:41:27 -0800, thedarkman wrote:

> http://www.infotextmanuscripts.org/id_home_of_ice.html
>
> Re the above, the last line still doesn't show.
>
> Now take this
> http://www.infotextmanuscripts.org/n...page_poem.html
>
> I've tried it with two validators, and both say there is no Doc Type.
> That is clearly wrong.


You've been told before about making up your own doctypes and why it
doesn't work.

> A lot of these so-called errors come from my using <H1> which has been
> abandoned in favour of stylesheets.


"H1" has not been "abandoned in favour of stylesheets".

> I have no intention of ever using them, all I want is for my websites to
> be viewable a hundred years from now, which they will be because sites
> are being archived, and many of them have old code.


You don't need to use CSS at all. What you *DO* need to do is to use
valid HTML.

You have, thus far, _never_ written valid HTML. I suspect you never will.
This reduces your potential audience. As web browsers become ever more
security sensitive and exploit aware, I expect a point will come that
they simply refuse to try and render documents beyond the first markup
error. You have already seen the consequences of the sheer quantity of
errors in some of your web pages overloading the capacity of some
browsers to model the document structure you present them with.

Rgds

Denis McMahon
 
Reply With Quote
 
Beauregard T. Shagnasty
Guest
Posts: n/a
 
      03-04-2012
Ed Mullen wrote:

> dorayme wrote:
>> Denis McMahon<> wrote:
>>> As web browsers become ever more
>>> security sensitive and exploit aware, I expect a point will come that
>>> they simply refuse to try and render documents beyond the first markup
>>> error.

>>
>> I wish! But pigs will fly first.

>
> We keep seeking the fountain of youth. Isn't time we started looking
> for the fountain of smart?


"You can lead a darkman to water, but you can't make him drink."

--
-bts
-This space for rent, but the price is high
 
Reply With Quote
 
dorayme
Guest
Posts: n/a
 
      03-04-2012
In article <jiujjp$qio$>,
"Beauregard T. Shagnasty" <> wrote:

> Ed Mullen wrote:
>
> > dorayme wrote:
> >> Denis McMahon<> wrote:
> >>> As web browsers become ever more
> >>> security sensitive and exploit aware, I expect a point will come that
> >>> they simply refuse to try and render documents beyond the first markup
> >>> error.
> >>
> >> I wish! But pigs will fly first.

> >
> > We keep seeking the fountain of youth. Isn't time we started looking
> > for the fountain of smart?

>
> "You can lead a darkman to water, but you can't make him drink."


You can lead a darkman to light, but you can't make him white.

--
dorayme
 
Reply With Quote
 
Doug Miller
Guest
Posts: n/a
 
      03-04-2012
"Beauregard T. Shagnasty" <> wrote in news:jiujjp$qio$1
@dont-email.me:

> Ed Mullen wrote:
>> We keep seeking the fountain of youth. Isn't time we started looking
>> for the fountain of smart?

>
> "You can lead a darkman to water, but you can't make him drink."
>

You can lead a darkman to knowledge, but you can't make him THINK.
 
Reply With Quote
 
 
 
Reply

Thread Tools

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Struts Validator - creditCard validator smrimell@gmail.com Java 4 02-13-2007 08:32 PM
Where to find Validator component in Visual Studio.NET jacksu MCSD 2 02-20-2004 04:56 PM
how to connect a validator programmatically to a bound datagrid Mark Kamoski ASP .Net 0 07-16-2003 10:19 PM
Validator controls and usercontrols Antonio Maciel ASP .Net 0 07-09-2003 12:34 PM
Custom Validator Serdar Kalaycý ASP .Net 1 07-08-2003 01:36 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57