POV-Ray : Newsgroups : povray.general : Pop-up web pages Server Time
8 Aug 2024 22:12:13 EDT (-0400)
  Pop-up web pages (Message 11 to 20 of 33)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: Tom Melly
Subject: Re: Pop-up web pages
Date: 27 Oct 2000 16:29:17
Message: <39f9e59d@news.povray.org>
"Xplo Eristotle" <inq### [at] unforgettablecom> wrote in message
news:39F9E000.6A987CFA@unforgettable.com...

> First off, loading someone else's pages in your frameset is a Very Not
> Good Idea. (I believe this has actually been declared illegal..
somewhere.)
>

I don't believe so (illegal) - as for whether it's acceptable, I think as
long as you don't try and hide what you're doing and as long as you offer a
button to break out of frames, I think it's acceptable.


> Second, Frames Suck(TM).
>

Only if you don't offer an alternative - it's got to the stage when you can
almost assume that a user's browser supports frames.

> Third.. what, you can't use the "Back" button, you need a link to take
> you back to the page you were just on? Sheesh... :P

Sometimes it's not so much a case of "Back" as "Flip". Used appropriately,
anything is acceptable.


Post a reply to this message

From: Steve
Subject: Re: Pop-up web pages
Date: 27 Oct 2000 18:17:50
Message: <slrn8vjp4q.tb1.steve@zero-pps.localdomain>
On Fri, 27 Oct 2000 13:59:19 +0100, Mick Hazelgrove wrote:
>I want to make links, on my web page to other web pages, open in new
>windows. Can any one help with code, links etc.

I hate that, whats the URL, I'll put it in the don't visit section.

-- 
Cheers
Steve              email mailto:ste### [at] zeroppsuklinuxnet

%HAV-A-NICEDAY Error not enough coffee  0 pps. 

web http://www.zeropps.uklinux.net/

or  http://start.at/zero-pps

  9:16pm  up 16 days, 22:37,  3 users,  load average: 1.04, 1.25, 1.28


Post a reply to this message

From: Xplo Eristotle
Subject: Re: Pop-up web pages
Date: 27 Oct 2000 18:42:54
Message: <39FA05F7.EBF46C71@unforgettable.com>
Tom Melly wrote:
> 
> "Xplo Eristotle" <inq### [at] unforgettablecom> wrote in message
> news:39F9E000.6A987CFA@unforgettable.com...
> 
> > Second, Frames Suck(TM).
> 
> Only if you don't offer an alternative - it's got to the stage when you can
> almost assume that a user's browser supports frames.

You can't generally bookmark frame content, only framesets, and
navigation within frames is a joke. Therefore, Frames Still Suck(TM). Next!

> > Third.. what, you can't use the "Back" button, you need a link to take
> > you back to the page you were just on? Sheesh... :P
> 
> Sometimes it's not so much a case of "Back" as "Flip". Used appropriately,
> anything is acceptable.

That begs the question of what constitutes appropriate use, though.
IMNSHO, the setup described would never be appropriate.

If the issue is really one of "flipping", it would make far more sense
in most cases simply to open a separate window. Fetching files from a
cache is fast, but repainting a window is much, much faster.

-Xplo


Post a reply to this message

From: Bob H 
Subject: Re: Pop-up web pages
Date: 27 Oct 2000 21:12:55
Message: <39fa2817@news.povray.org>
"Mick Hazelgrove" <mic### [at] mhazelgrovefsnetcouk> wrote in message
news:39f97b50@news.povray.org...
> I want to make links, on my web page to other web pages, open in new
> windows. Can any one help with code, links etc.

Maybe IFRAME could do okay?  I'm not experienced in it's use though so a
tutorial on it is at:
http://www.hut.fi/u/jkorpela/html/iframe.html

  On a somewhat related note, someone sent me a screen capture of what AOL had
caused to show up in his older AOL software web browser (sorry, I forgot to ask
which MSIE he has).
  It was multiple banners, seemingly one for each html frame page.  After I had
set up to have all web pages accessible through AOL Hometown, something AOL has
to make it more of a community in case you don't know, this happened.  Not seen
wrong in MSIE 5.5 though, works fine.
  AOL isn't all bad I believe.  One standard banner atop each web page and no
popup or other inclusions, and it gets me a total of 82 megs of space.  I'm
very accustomed to paying for this stuff  :-)  Just been a long wait for more
space and improvements in their software, which I honestly have to say might
never be on par with what people want.
  I only use FRAMES with the two "gallery" pages I have and there is a NO
FRAMES version.

Bob


Post a reply to this message

From: John VanSickle
Subject: Re: Pop-up web pages
Date: 27 Oct 2000 21:32:45
Message: <39FA2E0F.7AF2F3A6@erols.com>
Ken wrote:
> 
> Mick Hazelgrove wrote:
> >
> > I want to make links, on my web page to other web pages, open in new
> > windows. Can any one help with code, links etc.
> 
> I don't know about others but I hate sites that do that.

I think he was referring to the new window happening when the user
clicked on the link, and not the JavaCurse method of opening a new
window when you try to close the old one, or opening a crapload all
at once.

Regards,
John
-- 
ICQ: 46085459


Post a reply to this message

From: John VanSickle
Subject: Re: Pop-up web pages
Date: 27 Oct 2000 21:36:47
Message: <39FA2F01.DA02CA95@erols.com>
Mick Hazelgrove wrote:
> 
> I want to make links, on my web page to other web pages, open in new
> windows. Can any one help with code, links etc.
> 
> Thanks in advance

The code is <a href="my_url.htm" target="newpage">

I only use this feature when my link goes to a site I don't own, and
even then, not all the time.

-- 
ICQ: 46085459


Post a reply to this message

From: Mick Hazelgrove
Subject: Re: Pop-up web pages
Date: 28 Oct 2000 05:32:08
Message: <39fa9d18@news.povray.org>
I hadn't realised how much people hate new windows appearing for links. I
rather like it as I don't lose contact with the parent site. however there
is always the back button.

I was intending to do something similar to David Fontaine's virtual gallery.

Given the antipathy to the idea I don't think I'll bother.

Mick


"John VanSickle" <van### [at] erolscom> wrote in message
news:39FA2F01.DA02CA95@erols.com...
> Mick Hazelgrove wrote:
> >
> > I want to make links, on my web page to other web pages, open in new
> > windows. Can any one help with code, links etc.
> >
> > Thanks in advance
>
> The code is <a href="my_url.htm" target="newpage">
>
> I only use this feature when my link goes to a site I don't own, and
> even then, not all the time.
>
> --
> ICQ: 46085459


Post a reply to this message

From: Chris Huff
Subject: Re: Pop-up web pages
Date: 28 Oct 2000 07:42:33
Message: <chrishuff-8137E0.06453228102000@news.povray.org>
In article <39fa9d18@news.povray.org>, "Mick Hazelgrove" 
<mic### [at] mhazelgrovefsnetcouk> wrote:

> I hadn't realised how much people hate new windows appearing for 
> links. I rather like it as I don't lose contact with the parent site. 
> however there is always the back button.
> 
> I was intending to do something similar to David Fontaine's virtual 
> gallery.
> 
> Given the antipathy to the idea I don't think I'll bother.

I actually prefer link pages that open other sites in new windows.
One solution would be to offer pairs of links, a "Go to page" and a "New 
window with page" link. Have the URL text be the "go to page" link, and 
a little button following it be the "new window with page" link. 
Compact, and it should please everyone...this is what I plan to do when 
I get around to rebuilding my site.

-- 
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/

<><


Post a reply to this message

From: Anders Haglund
Subject: Re: Pop-up web pages
Date: 28 Oct 2000 10:21:36
Message: <39fae0f0@news.povray.org>
"Mick Hazelgrove" <mic### [at] mhazelgrovefsnetcouk> wrote in message
news:39f97b50@news.povray.org...
> I want to make links, on my web page to other web pages, open in new
> windows. Can any one help with code, links etc.

Since nobody else asks:
What does this has to do with Pov-Ray???

/Anders


Post a reply to this message

From: Simon Lemieux
Subject: Re: Pop-up web pages
Date: 28 Oct 2000 15:12:31
Message: <39FB2538.9472D7FB@yahoo.com>
> If the issue is really one of "flipping", it would make far more sense
> in most cases simply to open a separate window. Fetching files from a
> cache is fast, but repainting a window is much, much faster.

What was that last point?  "repainting a window is much, much faster"? "Fetching
files from a cache is fast"?  I don't know... one deals with graphics while the
other deals with memory... depends on the computer... 

I would agree with Tom, that when something is used properly, it's
acceptable!... 

Still depends on what you really want, Eficiency? Quality? Complexity? I
dunno... if were talking about efficiency, opening a window is slower than using
this one already open. If we talk about beauty, you can't see the window that is
hidden under this window... if you arrange something so you can see everthing
clearly, frames are perfect for this!  Etc!

That was my opinion.

-- 
+-------------------------+----------------------------------+
| Simon Lemieux           | Website : http://www.666Mhz.net  |
| Email : Sin### [at] 666Mhznet | POV-Ray, OpenGL, C++ and more... |
+-------------------------+----------------------------------+


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.