When I develop a website, I always try not to use popups.
There’s something in popups that I don’t like: that they’re popups!
Anyway, sometimes, popups are really useful. So I defined some guidelines that I try to respect when I’ve to use them.
The pages that have to become popup windows shouldn’t be different (structurally or in the layout) from any other page of the website. In fact, since not every user agent supports client side scripting and not every user agent can use windows, it’s always necessary to preview the possibility of browsing the site in a single window.
Javascript is not universally present in every browser. Some browser does not support Javascript; some other supports it just partially; some other leaves to the user the choice to stop script execution.
All the pages of a site must be readable also without Javascript.
The number of users that surf the Web with devices different from a desktop computer (telephones, tablet PCs, handheld PCs, …) increases every day. Making pages for popups that behave, in particular situations (no Javascript, one-window browser, text-only browser, …), just like any other page of the site is a good way to keep in mind the requirements of these users.
Users must never get lost with windows. So, when it’s opportune, popups should close themselves automatically.
As soon as possible I will post a real implementation of these guidelines. In the meantime, every comment is welcome.
Previous
February 29, 2004
Next
April 22, 2004
I am Silvano Stralla. I am a developer, I like taking photos and riding bikes.
If you want, you can write to me at silvano.stralla at
sistrall.it.
This site is handmade, with love, in Turin (Italy).
© 2002—2024 Silvano Stralla
This page was built on Thu, 21 Nov 2024 14:21:04 GMT from code version 7134da1a.