POV-Ray : Newsgroups : povray.general : Shortest Code Contest images up Server Time
6 Aug 2024 19:31:16 EDT (-0400)
  Shortest Code Contest images up (Message 9 to 18 of 18)  
<<< Previous 8 Messages Goto Initial 10 Messages
From: Christoph Hormann
Subject: Re: Shortest Code Contest images up
Date: 7 Mar 2002 10:20:02
Message: <3C878522.EA2ECB32@gmx.de>
"Greg M. Johnson" wrote:
> 
> Well,  NOW it does better than http://povray.org and http://irtc.org.
> I think many of the warnings are a bunch of crap.

It's not mainly about the warnings, it's about consistent and valid code. 
If you know the basics about HTML it's no problem to find the few errors
without a validator in such a simple case.   The current version has no
<html> and no <head>..</head>.  Having a corresponding </p> for each <p>
would be a good idea although it's not required i think.

Christoph

-- 
POV-Ray tutorials, IsoWood include,                 
TransSkin and more: http://www.tu-bs.de/~y0013390/  
Last updated 21 Feb. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: Shortest Code Contest images up
Date: 7 Mar 2002 10:29:35
Message: <3c87875f$1@news.povray.org>
In article <3c877fd8$1@news.povray.org> , "Greg M. Johnson" 
<gregj:-)565### [at] aolcom> wrote:

> Well,  NOW it does better than http://povray.org and http://irtc.org.

Given that both of those pages were designed many, many years ago when web
standards were not yet supported well, this is a really poor excuse.

Try it on the more "modern" pages like the news.povray.org welcome page:
<http://validator.w3.org/check?uri=http%3A%2F%2Fnews.povray.org&charset=%28det
ect+automatically%29&doctype=Inline>

(The other news.povray.org pages are valid, too, but protected and thus cannot
be validated by you easily without creating a copy and uploading that.)

    Thorsten

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

From: Warp
Subject: Re: Shortest Code Contest images up
Date: 7 Mar 2002 10:30:03
Message: <3c87877b@news.povray.org>
Greg M. Johnson <gregj:-)565### [at] aolcom> wrote:
> I think many of the warnings are a bunch of crap.

  Like that you close the page with the </html> tag but you never open it?

-- 
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}//  - Warp -


Post a reply to this message

From: Greg M  Johnson
Subject: Re: Shortest Code Contest images up
Date: 7 Mar 2002 10:44:53
Message: <3c878af5$1@news.povray.org>
<grumbles>


Post a reply to this message

From:
Subject: Re: Shortest Code Contest images up
Date: 7 Mar 2002 10:52:04
Message: <iv2f8u074h02a9s6vus8ajbi9gg4farvmu@4ax.com>
On Thu, 7 Mar 2002 10:43:40 -0500, "Greg M. Johnson" <gregj:-)565### [at] aolcom>
wrote:
> <grumbles>

I suppose it was difficult task for entrants so it requires aproriate
presentation :-)

ABX


Post a reply to this message

From:
Subject: Re: Shortest Code Contest images up
Date: 7 Mar 2002 11:04:55
Message: <rh3f8ukg6jrv6bjqu80r4ovobhu14eahco@4ax.com>
On Thu, 07 Mar 2002 08:46:53 -0600, "Tom A." <tar### [at] my-dejacom> wrote:
> Wow!  having fought the 500 byte battle, all I can say is that these are
> impressive.

I agree. I want praise this content. I have learned a lot of pov-details with
it. I think it helped in debugging of 3.5 too. There are also visible
different technics used in scenes - it will be interesting compare different
trees, different landscapes etc.

And "Congratulations, this document validates as HTML 2.0!" :-)

ABX


Post a reply to this message

From: Tom A 
Subject: Re: Shortest Code Contest images up
Date: 7 Mar 2002 11:05:56
Message: <3C878FE4.EB24B89@my-deja.com>
"Greg M. Johnson" wrote:
> 
> <grumbles>

You forgot 
</grumbles>

:-)

-- 
Tom A.
"No doubt many that post deserve to be flamed.  And many that are flamed
didn't deserve it.  Can you give them the latter?  Then don't be so
quick to deal out the former!" - not Gandalf.
Deja mail is gone.  Look for me at raugost at yahoo . com


Post a reply to this message

From:
Subject: Re: Shortest Code Contest images up
Date: 7 Mar 2002 11:09:13
Message: <h04f8uskr1nanrp8v0nhnqfiufg9agev6a@4ax.com>

wrote:
> I want praise this content. 

I mean contest (but content either)

ABX


Post a reply to this message

From: Ron Parker
Subject: Re: Shortest Code Contest images up
Date: 7 Mar 2002 11:27:25
Message: <slrna8f57f.tqe.ron.parker@fwi.com>
On Thu, 07 Mar 2002 10:05:56 -0600, Tom A. wrote:
> 
> 
> "Greg M. Johnson" wrote:
>> 
>> <grumbles>
> 
> You forgot 
></grumbles>

Maybe he hasn't stopped.

--
#macro R(L P)sphere{L __}cylinder{L P __}#end#macro P(_1)union{R(z+_ z)R(-z _-z)
R(_-z*3_+z)torus{1__ clipped_by{plane{_ 0}}}translate z+_1}#end#macro S(_)9-(_1-
_)*(_1-_)#end#macro Z(_1 _ __)union{P(_)P(-_)R(y-z-1_)translate.1*_1-y*8pigment{
rgb<S(7)S(5)S(3)>}}#if(_1)Z(_1-__,_,__)#end#end Z(10x*-2,.2)camera{rotate x*90}


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: Shortest Code Contest images up
Date: 7 Mar 2002 12:36:34
Message: <3c87a522@news.povray.org>
In article <slr### [at] fwicom> , Ron Parker 
<ron### [at] povrayorg>  wrote:

>>> <grumbles>
>>
>> You forgot
>></grumbles>
>
> Maybe he hasn't stopped.

Or it is a tag that doesn't require an end tag.

    Thorsten

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

<<< Previous 8 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.