Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - Frames-Oriented Question

 
Thread Tools Search this Thread
Old 04-07-2004, 04:00 PM   #1
Default Frames-Oriented Question


First off, I'm after information and not anti-frames one-liners. Should be
enough said, hm?

Now my question. I'm interested in changing my pages in order that a
three-tier control process goes into place. It would be like the following
from top to bottom frames:

1. Title Banner frame. Holds logo.
2. Icon Menu frame. Has icons for sections of the site.
3. Tab Submenu frame. Has tabs for subsections of the sections selected by
the Icon Menu #2.
4. Contents frame. Shows content selected via the Tab Submenu frame. Also
navigated with bookmarks inside each contents page shown - only within
single page if at all.
5. Footer frame. Holds clickable buttons for supported causes (like the EFF
for instance).

In my first conceptualization of this, the Title Banner always stays the
same. In the second revision, it changes depending on which item off the
Icon Menu is chosen.

The Icon Menu controls what is displayed in the Tab Submenu. In the second
revision this menu affects what is shown in the Title Banner frame.

The Tab Submenu frame has tabs representing subsections of the sections
delineated by the Icon Menu. For instance, I have a Gallery chosen at Icon
Menu level. There are subsections of it, one for each type of cartoon to be
viewed ("Business", "Computers", "Showbiz", "Editorial" and so on), and the
selection of each causes a different contact sheet of thumbnails to be
viewable in the Contents frame.

The Contents frame shows whatever is selected, first, in the Tab Submenu
frame. In the case of the Gallery icon, and its attendant Submenu of
cartoon types, a contact sheet of thumbnails is shown in the Contents frame.
Clicking on the thumbnails of course shows the graphic-in-question, with
navigation buttons to go backwards and forwards in the set of graphics shown
in the contact sheet.

The Footer frame stays the same at all times.

The move to frames on my part is motivated by two factors. First, sections
of the site are expanding, and making the pages so tabular as to make
bookmark use a dark comedy. Navigation has a potential for complicating out
of the realm of manageability whenever I add anything at this point. Tabs
are becoming more of a standard paradigm all the time, and compact enough on
the screen to be quite attractive for use.

Second, utilizing this structure makes it easier to manage, because less of
it changes as a result of simply adding a new song or cartoon to the
selectables involved.

Again, comments like "forget using frames" need not be wasted here. Thanks
in advance.

--
Steve Goodman
* EarthLight Productions
* http://www.earthlight.net




Revd. Norle Enturbulata
  Reply With Quote
Old 04-07-2004, 04:24 PM   #2
brucie
 
Posts: n/a
Default Re: Frames-Oriented Question

in post: <news:AHUcc.270$>
"Revd. Norle Enturbulata" <> said:

> First off, I'm after information and not anti-frames one-liners.


but... but... but...

--
b r u c i e
  Reply With Quote
Old 04-07-2004, 04:30 PM   #3
Steve Pugh
 
Posts: n/a
Default Re: Frames-Oriented Question

"Revd. Norle Enturbulata" <> wrote:

>First off, I'm after information and not anti-frames one-liners. Should be
>enough said, hm?


This is Usenet, you make a post and the people post their responses.
You have no control over what they post in response. If you don't like
it, ignore it. If you consistently don't like a poster, kill file
them.

>Now my question.


In the 50 plus lines following this point there isn't a single
question mark. So I'm rather confused as to what your question
actually is.

[snip descriptions of frames]

If you really, really want to use frames then I'd advise setting up a
top level frameset that contains your frames (banner, icons, tabs,
content, footer). The icons will all have target="_top" and thus will
load new top level framesets (thus making at least this level
bookmarkable) and allowing new content to be loaded into banner, tabs
and content in one go.
The tabs will all have target="content" and will just load new
content.

>The move to frames on my part is motivated by two factors. First, sections
>of the site are expanding, and making the pages so tabular as to make
>bookmark use a dark comedy.


Sorry, but what does this maen. Frames are what makes it impossible to
bookmark sites. So how does a non-frame site become a 'dark comedy'
for bookmarking?

> Navigation has a potential for complicating out
>of the realm of manageability whenever I add anything at this point.


If the navigation is managed via server side includes it's no more
complex to manage than frames without all the problems for the end
user.

> Tabs
>are becoming more of a standard paradigm all the time, and compact enough on
>the screen to be quite attractive for use.


But there's nothing about tabs that forces the uses of frames, is
there?

>Second, utilizing this structure makes it easier to manage, because less of
>it changes as a result of simply adding a new song or cartoon to the
>selectables involved.


The same structure can be managed without using frames at all. You've
created a hierarchical structure for your site - use that hieracrchy
to define which navigation gets included by SSI, PHP, ASP or whatever.

Every page belongs to a section (the icons) which determines which
banner and tabs are shown, and that's really it - one variable
controls pretty much everything. Anything extra (such as highlighting
the current tab) can easily be added on top.

>Again, comments like "forget using frames" need not be wasted here. Thanks
>in advance.


Not using frames is _good_ advice. Ignore it if you like, but I'm
still puzzled as to why you posted in the first place. Your message
came across as "This is what I'm going to do and I don't care what
anyone says about it." Did you actually have some question you wanted
to ask?

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <> <http://steve.pugh.net/>
  Reply With Quote
Old 04-07-2004, 04:43 PM   #4
Spartanicus
 
Posts: n/a
Default Re: Frames-Oriented Question

"Revd. Norle Enturbulata" <> wrote:

>First off, I'm after information and not anti-frames one-liners.


Frames are bad.
Don't use them.

--
Spartanicus
  Reply With Quote
Old 04-07-2004, 06:11 PM   #5
Revd. Norle Enturbulata
 
Posts: n/a
Default Re: Frames-Oriented Question


"Steve Pugh" <> wrote in message
news:...
> "Revd. Norle Enturbulata" <> wrote:
>
> >First off, I'm after information and not anti-frames one-liners. Should

be
> >enough said, hm?

>
> This is Usenet, you make a post and the people post their responses.
> You have no control over what they post in response. If you don't like
> it, ignore it. If you consistently don't like a poster, kill file
> them.
>
> >Now my question.

>
> In the 50 plus lines following this point there isn't a single
> question mark. So I'm rather confused as to what your question
> actually is.


Go back to school then.


  Reply With Quote
Old 04-07-2004, 06:19 PM   #6
Kris
 
Posts: n/a
Default Re: Frames-Oriented Question

In article <AHUcc.270$>,
"Revd. Norle Enturbulata" <> wrote:

> Again, comments like "forget using frames" need not be wasted here.


I'll waste them somewhere else then.

--
Kris
<> (nl)
<http://www.cinnamon.nl/>
  Reply With Quote
Old 04-07-2004, 06:48 PM   #7
Steve Pugh
 
Posts: n/a
Default Re: Frames-Oriented Question

"Revd. Norle Enturbulata" <> wrote:
>"Steve Pugh" <> wrote in message
>news:.. .
>> "Revd. Norle Enturbulata" <> wrote:
>>
>> >Now my question.

>>
>> In the 50 plus lines following this point there isn't a single
>> question mark. So I'm rather confused as to what your question
>> actually is.

>
>Go back to school then.


Please quote whatever your question was. You described the data
structure you were going to use and gave some wishy-washy
justifications for it, but didn't actually ask any questions.

At the moment, based on your attitude all I can assume is that you
don't actually want any help, just to strut about a bit.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <> <http://steve.pugh.net/>
  Reply With Quote
Old 04-07-2004, 07:45 PM   #8
Revd. Norle Enturbulata
 
Posts: n/a
Default Re: Frames-Oriented Question


"Kris" <> wrote in message
news:kristiaan-...
> In article <AHUcc.270$>,
> "Revd. Norle Enturbulata" <> wrote:
>
> > Again, comments like "forget using frames" need not be wasted here.

>
> I'll waste them somewhere else then.


Good idea. I'm interested in more than a narrow path of information.


  Reply With Quote
Old 04-07-2004, 08:27 PM   #9
Kris
 
Posts: n/a
Default Re: Frames-Oriented Question

In article <JZXcc.400$3U.262@newsfe1-win>,
"Revd. Norle Enturbulata" <> wrote:

> > > Again, comments like "forget using frames" need not be wasted here.

> >
> > I'll waste them somewhere else then.

>
> Good idea. I'm interested in more than a narrow path of information.


Great. You keep your eyes wiiide open in that direction there, then I
can killfile you and continue my life, ok?

--
Kris
<> (nl)
<http://www.cinnamon.nl/>
  Reply With Quote
Old 04-07-2004, 09:07 PM   #10
Toby A Inkster
 
Posts: n/a
Default Re: Frames-Oriented Question

Revd. Norle Enturbulata wrote:

> First off, I'm after information and not anti-frames one-liners.


Frames
suck.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132

  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump