[Zope-CMF] to frame or not to frame
Dieter Maurer
dieter@handshake.de
Fri, 14 Jun 2002 20:58:32 +0200
Alan W. Presley writes:
> I was just curious in taking a poll...
>
> What are your thoughts on building sites (with Zope of course) using
> Frames VS Slots?
>
> Some say Frames are evil, some say they hate having to scroll back up to
> the navigation on non-frames pages.
Usually, I would prefer non-frame pages (because it is easier
to have a consistent view).
However, for a heavily use side with intense personalization,
I would use frames to separate the personalization (salutation,
personalized menues and views) and the standard content (e.g. news,
content,) into separate frames in order to make effective use of
a cache in front of Zope.
Dieter