I always intended that each tab would have a URL, so let's try again:

- Site is Tabbed
- Tabs are things like /Intro /News /Download  etc.
- A cookie remembers what tab you were on.
- The next time you go to the site, the cookie is retrieved and a redirect 
puts you on, for example, News, because you were looking at news last time.


The point is there that we try to fit News and Intro on the same page, but 
that's a lot of content. If we favor Intro, that goes against anyone who 
has already read it. If we favor News, then that goes against a brand new 
visitor.

The cookie deal is just a simple way to let the person stick to the URL/tab 
they were last at.


-Chuck


_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to