POV-Ray : Newsgroups : povray.general : New POV-Ray webpage Server Time
6 Aug 2024 10:20:19 EDT (-0400)
  New POV-Ray webpage (Message 41 to 50 of 147)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From:
Subject: Re: New POV-Ray webpage
Date: 10 Jul 2002 13:16:34
Message: <pmqoiuc8qror0lnhpaoil739v4pr37kduh@4ax.com>
On Wed, 10 Jul 2002 18:51:49 +0200, "Thorsten Froehlich" <tho### [at] trfde>
wrote:
> > Yes, that would work.  However, I still have to check how it performs on
> > large tables before it can be used.
>
> ...not too well as it requires a temporary table.

temporary in PHP as array or in mySQL ?
it has size with number of used countries or number of users ?
is this so much of space ?

> I think I will go with a
> page generated once per day that is fixed.

can't it be done after every user addition ? I suppose that after a few weeks
it will be stable. I suppose after new country addition user will be
interested in visibility.

ABX


Post a reply to this message

From:
Subject: Re: New POV-Ray webpage
Date: 10 Jul 2002 15:39:36
Message: <8s2piuojhjsfmui4uq5759coi4vk89h28b@4ax.com>
On Wed, 10 Jul 2002 18:48:07 +0200, "Thorsten Froehlich" <tho### [at] trfde>
wrote:
> * The trick is that the "Step 2" page contains all the data you entered in
> hidden form input fields.  So if you close the browser window without
> completing the registration, the data you entered is lost.

What is the sense of having password and typing it with ****** when it is not
coded within hidden field without any secure connection? I know that's only
user info but since further usage for registered users is planned then perhaps
something more secure could be applied? I thought further that things like
buyed cdroms and keyrings will be attached to user info.

ABX


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: New POV-Ray webpage
Date: 10 Jul 2002 18:26:18
Message: <3d2cb48a@news.povray.org>

Skiba <abx### [at] babilonorg>  wrote:

> What is the sense of having password and typing it with ****** when it is not
> coded within hidden field without any secure connection?

So nobody can see on your screen what you typed.  As the connection is never
secure, transferring it once more over the network doesn't really make it
less secure.  However, on the server the password is stored using the usual
one-way hash method, so nobody can see the real password should povray.org
ever be broken in to.

And keep in mind that all browsers warn you by default if you submit
information though a regular http connection. The site never claims it is
secure either, only that we keep the data confidential (which is exactly
what we do).

> I know that's only
> user info but since further usage for registered users is planned then perhaps
> something more secure could be applied?

I know, ssl would be nice.  Maybe in the future.  However, only for the
password it is fairly pointless, nearly all the other information being
entered is public anyway...

> I thought further that things like
> buyed cdroms and keyrings will be attached to user info.

Well, it doesn't store address information so far and has no connection to
Chris' order pages.  I don't expect this to change in the foreseeable
future.

    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: Lutz-Peter Hooge
Subject: Re: New POV-Ray webpage
Date: 10 Jul 2002 21:21:06
Message: <MPG.1796fc5ab659676e98970f@news.povray.org>
In article <3d2bec3a$1@news.povray.org>, tho### [at] trfde says...

> > Some improper nesting, missing required atteributes and attributes were
> > they aren't allowed.
> Not a big surprise when one has to support every browser out there. 

If you want maximum compatibility, breaking standards is not a good idea.

> If the choice is between either using compliant HTML on a site or have it
> work with all browsers such that it is readable and usable, the choice is obvious. 

But it is quite rare that one has to make such a choice.
The form problem with Netscape could be considered such a case, but it 
can be avoided by not relying so much on pixel correct table layout (you 
even use table cells for the padding of the text). 

> 4.x on all platforms.  All the table errors that get reported after that are
> simply caused by the form tag position required for Netscape :-(

No, thats not true. There are other errors that are not caused by this, 
for example closing a paragraph where there wasn't an open one before, p 
inside a font element (you use CSS anyway - so why is that font element 
in there anyway?).

And not specifying required attributes such as the type (text/javascript) 
of the style element and the alt attributs of img is definitly not 
necessary to be nice to Netscape 4.x.

> In summary, the current page HTML is the most compliant possible if one
> wants to support more than just IE 5.2 on Mac OS X (which is more compliant
> to XHTML/CSS2 support than IE 6 on Windows, not even to mention Gecko based
> browsers).

"Not even to mention"? Uhm, I've seen much more problems with IE than 
with Mozilla. I know the Mac-version is better than the Win, but it is 
definitely not perfect.

Lutz-Peter


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: New POV-Ray webpage
Date: 11 Jul 2002 03:21:14
Message: <3d2d31ea@news.povray.org>
In article <MPG.1796fc5ab659676e98970f@news.povray.org> , Lutz-Peter Hooge
<lpv### [at] gmxde>  wrote:

> If you want maximum compatibility, breaking standards is not a good idea.

Wrong!  Any I already outlined why this is a bad idea in the last paragraph
of the message you replied to.

> (you use CSS anyway - so why is that font element in there anyway?).

You know, there are browsers that for one reason or the other do not support
style-sheets but do support table and background colors...


Anyway, I will end the discussion about the HTML used on povray.org here and
now.  The site is the way it is for reasons I have made clear and which are
perfectly logical.  If you don't like the HTML of the site, fine, that is
your opinion.  Just don't expect anybody else to agree.

    Thorsten

____________________________________________________
Thorsten Froehlich
e-mail: mac### [at] povrayorg

I am a member of the POV-Ray Team.
Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

From:
Subject: Re: New POV-Ray webpage
Date: 11 Jul 2002 03:29:27
Message: <umcqiusndisr6hnqkt2d1u8a1ab3etsbto@4ax.com>

wrote:
> I hope I wasn't too detailed.

Question to be sure: are data posted to previous www.povray.org like ie. 'book
survey' form are still alive or should be reposted ?

ABX


Post a reply to this message

From: Chris Cason
Subject: Re: New POV-Ray webpage
Date: 11 Jul 2002 04:54:14
Message: <3d2d47b6@news.povray.org>

> Question to be sure: are data posted to previous www.povray.org like ie. 'book
> survey' form are still alive or should be reposted ?

The book survey data still exists.

-- Chris


Post a reply to this message

From:
Subject: Re: New POV-Ray webpage
Date: 11 Jul 2002 08:38:28
Message: <ctuqiugs1a041s805l9fgpg4819ln8qgb5@4ax.com>

wrote:
> I hope I wasn't too detailed.

Is this intentional that users in countries are listed in descending order ?
Is this intentional that some users have <p> tag before link and some haven't.
For example look at Germany.

ABX


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: New POV-Ray webpage
Date: 11 Jul 2002 09:44:37
Message: <3d2d8bc5@news.povray.org>

Skiba <abx### [at] babilonorg> wrote:

> Is this intentional that users in countries are listed in descending order ?

Not really, but if one only tests with one or two names things like that
happen ;-)

> Is this intentional that some users have <p> tag before link and some haven't.

I don't know.  Could be a condition somewhere that would list additional
information for some users...

    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:
Subject: Re: New POV-Ray webpage
Date: 11 Jul 2002 09:53:49
Message: <793riuofek5fb21sabr6sc1datsphcib4j@4ax.com>
On Thu, 11 Jul 2002 15:44:36 +0200, "Thorsten Froehlich" <tho### [at] trfde>
wrote:
> Not really, but if one only tests with one or two names things like that
> happen ;-)

That's important becouse I want to be at bagining of Poland and don't know
what nick should use: ABX or Wlodzimierz ;-)

> > Is this intentional that some users have <p> tag before link and some haven't.
>
> I don't know.  Could be a condition somewhere that would list additional
> information for some users...

as the side effect empty space between entries vary

ABX


Post a reply to this message

<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>

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