New window with no buttons

N

Neal

But it is his content, and his right to display it in a manner that he
feels is the most appropriate. He makes a choice, you make a choice.

But he needs to realize, my choice is to run fast.

And so is a lot of people's choices...

If it were MY content, I'd be sure I didn't chase anyone away.
 
N

Neal

I would give you examples, but anything I would call legitimate, you
would disagree with, so whats the point. A closed mind is a terrible
thing....


I'd like to see them. I have an open mind.

Mind you, I' not crazy about popups of any kind. So you'd need to convince
me thet they were necessary - that no same-window method would provide the
same benefit.
 
K

Karl Groves

Whitecrest said:
I would give you examples, but anything I would call legitimate, you
would disagree with, so whats the point. A closed mind is a terrible
thing....

Forget examples. Site sources of real studies with real consumers.

-Karl
 
D

DU

Ramen said:
I can't think of any legitimate use. It's something that should be banned
or whatever.

I think you have an excellent point here. When and how implementing and
coding a popup can be a defendable and responsible web page design
decision and can promote the user's experience instead of alienating it?
If popups design decision always have a working and better alternative,
then popups should never be used.

Here's one usage.

Analysis: opening enlarged images of different dimensions. You can't use
an iframed (or div) slideshow (unless working around this with coding)
because of different dimensions. You could always just link the
referenced resource so that the enlarged image could load in the same
window. But let's say you have many thumbnails (or descriptive link
texts) in the same page: then a popup makes sense.

You can then code the title attribute, add an icon to the link to notify
in advance the user that clicking the link will create a secondary window.
"10.1 - Until user agents allow users to turn off spawned windows, do
not cause pop-ups or other windows to appear and do not change the
current window without informing the user."
http://www.w3.org/WAI/wcag-curric/chk11-0.htm
"8. Use link titles to provide users with a preview of where each link
will take them, before they have clicked on it."
Ten Good Deeds in Web Design
http://www.useit.com/alertbox/991003.html
"a warning given before a pop-up window(...) warning users of context
changes in advance minimizes confusion when the user discovers that the
back button no longer behaves as expected. (...) At the beginning of
each link is an icon of an arrow with the text equivalent, 'Link will
open in new window.'"
Web Content Accessibility Guidelines 2.0
You can code the link so that only 1 secondary window will be created if
another link (for the purpose of showing an enlarged image) is clicked.
You can code the link so that it will not limit the freedom of the user
via user prefs (or right-click contextmenu options) nor the browser
flexibility on how to load a link (in background for window or for tab,
in a tab, in the same window, in another unnamed separate window, with
javascript support disabled).

The reasons that so many people hate popups are never enough explained,
detailed and explicited actually.
- Popups open without the user being wittingly and willingly involved
into such process without an explicit, aware action. Typically, that's
unrequested popups (created with an onload event of the opener). WAI
recommends to avoid "extreme changes in [visual] context" in its current
working draft document. Even requested popups (the user clicked a link)
are often coded without giving the user of a sound warning and deprive
the user of any control, even its right-click contextmenu: typically,
that's the href="javascript:functionName();" which even confuse
browsers. Some code popups so that they close as soon as losing focus:
that's as equally bad as opening them unexpectedly.
The general overall attitude is that web authors try to impose their
viewing preferences, their website rigid scenario instead of coding
along with and in accordance with the freedom of their visitors. More
could be said on this.
- Web authors try to remove basic standard functionalities of the users'
browsers (resizability, scrolling, statusbar, toolbars, etc). To reach
absolute control, web authors try to create a secondary window which is
greatly disabled and then try to close its opener.
- Popups break normal flow of events, normal experience of a webpage;
the user has to click to close un-recyclable "_blank" ones otherwise
they add up. That's the nr 1 consequence of thoughtless target="_blank"
popups.
- Generally speaking, popups are coded without any concerns for
accessibility to content, usability of window, scalability of web page,
users' system resources and users' awared control and explicit consent.
E.g.: if an user needs to increase text size because he has weak
eye-vision (and that's the case for a majority of users over 40 years
old), then the content will overflow requested window dimensions making
the content clipped. Since the author removed window resizability and
scrollbars, the user can't access the content and is penalized.
E.g.: the nr 1 problem with popups is that a wide majority of authors
can not code popups in a way to compensate an inherent flaw in the
window management system of operating system when multiple windows are
involved. When the opener has focus and is covering the popup, if the
user is clicking the link again, the popup will not be brought back on
top of the opener. So, the user gets frustrated and is confused. Some
web authors realize this but their solution is pretty bad: they destroy
the popup and then re-create and re-load the exact same popup again...
all this by abusing the users' system resources.
- Popups are widely and generally poorly coded: wrong positions or
excessive dimensions which will be internally corrected/adjusted by the
browser during execution-rendering time, window.open() calls don't work
exactly the same way on most browsers, popups are not brought back in
front of the opener, web authors limit choices and freedom of users with
the typical href="javascript:functionName();", with toolbars and
functionalities removed (1), disabled, etc.. Whenever something goes
wrong with the code of popups, only the users suffer from this: the
authors generally are not even aware of the problems their code creates.
- Many years ago, browser manufacturers gave way too much power to
authors to "toy" with the window.open() function. Pop-unders are a good
proof of that. Things have changed with Mozilla and Opera browsers: also
popup blockers and proxomitron are now normal and established add-ons to
web surfers, just like anti-virus and firewall softwares.
These days, the fashion is to reassign the opener reference of a popup.
Back then and still now, browser manufacturers are responsible for
allowing way too much latitude and powers to web authors here.

DU

(1) Unable to Maximize or Resize Internet Explorer Pop-Up Windows
"You cannot maximize or resize new Internet Explorer windows that are
created or opened by a Web site. As a result, you may be unable to view
some of the content in the new window (for example, if the new window
does not display scroll bars)."
http://support.microsoft.com/default.aspx?scid=kb;en-us;211068
 
W

Whitecrest

But he needs to realize, my choice is to run fast.
And so is a lot of people's choices...
If it were MY content, I'd be sure I didn't chase anyone away.

And there in lies the difference. You think that there is a possibility
that everyone in the world might happen on your site, and you are
preparing that that possibility.

I on the other hand realize that certain websites cater to different
kinds of people. And people like different things (hence the big 68
color box of crayolas). There for, what is a turn off to you, and drives
you away, can be a turn on for others, and it draws them to the site.

Pretty simple concept really.
 
W

Whitecrest

I'd like to see them. I have an open mind.

http://www.webentations.com They create live and on demand
presentations on the web. They require Javascript, Flash, and optionally
popup windows.
Mind you, I' not crazy about popups of any kind. So you'd need to convince
me thet they were necessary - that no same-window method would provide the
same benefit.

It is not a matter of benefit, it is a matter of presentation. And you
think presentation doesn't matter. I think it does.
 
W

Whitecrest

Forget examples. Site sources of real studies with real consumers.

Microsoft, MSNBC, ABC, NBC, Universal, NASA, NAMB, Turner, FOX,
Nick.com, Webentations, WebcastBuilder, Multicast Media, Ebroadcasters,
Bell South, OnQ, Webex, Placeware... I am tired of typing now...
 
W

Whitecrest

I think you have an excellent point here. When and how implementing and
coding a popup can be a defendable and responsible web page design
decision and can promote the user's experience instead of alienating it?

Pretty simple, when it is part of the presentation.
 
K

Karl Groves

Whitecrest said:
Microsoft, MSNBC, ABC, NBC, Universal, NASA, NAMB, Turner, FOX,
Nick.com, Webentations, WebcastBuilder, Multicast Media, Ebroadcasters,
Bell South, OnQ, Webex, Placeware... I am tired of typing now...

Perhaps you have a comprehension problem. I said, "Site sources of real
studies with real consumers."
Just because some idiot in senior management at a corporation makes the
decision to put shite on his website doesn't make it a good idea.

When you've seen videos of people in usability studies become disoriented
(like I have seen) when a new window opens, you can speak on the subject.
Until then you're just talking out of your ass.

-Karl
 
N

Neal

And you
think presentation doesn't matter. I think it does.

I think we all want to have a nice presentation, but this isn't videotape
we're working with. I see great benefit in designing for all users, not a
subset, unless the benefit for the subset greatly outweighs the
inaccessibility to others.

So your statement is not true. You could have said, "And you think
accessibility matters. I think it doesn't," but you didn't. That would
have been closer to the truth.

Again, give me an example of a popup being beneficial in a way standard
same-window browsing isn't, and I'll go along. Sorry if you don't like
that standard, but it is the standard I apply.
 
R

Ramen Junkie

Jeff Thies said:
Common legitimate uses are popups of fullsize images from thumbnails, and
more importantly: help menus (essential for complex forms/tasks).

Any window opened with javascript maintains a relationship with it's opener
that a window targeted with _new does not have.

I use popups rarely, but used with some intelligence, they can save a lot
of steps. It's a shame they are so totally abused.

No it's not pop ups I have a problem with. Heck when I want to open a new
window for say, images I just say <a href="image.jpg" target=gobbledook> and
it forces open a new window because there is no target gobbledook. I mean I
don't see a legitimate use for no controls. It barely saves space and is
more annoying than anything. I like to know I can still use those if I need
to.
 
R

Ramen Junkie

Whitecrest said:
I would give you examples, but anything I would call legitimate, you
would disagree with, so whats the point. A closed mind is a terrible
thing....


There is no reason to remove the controls of my own browser.
 
W

Whitecrest

Just because some idiot in senior management at a corporation makes the
decision to put shite on his website doesn't make it a good idea.

Doesn't make it a bad idea either.
 
W

Whitecrest

Either. They're both the same in the user's eyes.

No they aren't. Consumers can easily distinguish between a pop-up ad,
and pop-up content.

Well most can, apparently you can't.
 
B

brucie

in post: <
Again I say, no matter what example I give, you will not think it is a
good one, so it is moot.

i don't see why annoying the shit out of someone cant be a legitimate
use of popups.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,951
Messages
2,570,113
Members
46,700
Latest member
jody1922

Latest Threads

Top