nested templates for multi-tier navigation

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default nested templates for multi-tier navigation

    Greetings,

    I am trying to use dreamweaver templates to build a site that my client can
    maintain after initial development. The site will involve 3 levels of
    navigation (let's global, secondary and tertiary). Obviously, the secondary
    navigation links that are displayed on a page depend upon the global navigation
    link the user clicked. And in turn, the tertiary navigation links displayed on
    the page depend upon the secondary navigation... so there is a strict "Parent",
    "Parent -> Child" or "Parent -> Child -> Grandchild" scheme being displayed.

    In the spirit of reusing as much code as possible and making updates require
    as little work as possible I began looking into nested templates.

    At first I built a template containing the global navigation (non-editable), a
    blank side-bar for secondary navigation (editable) and a blank area for content
    (editable).

    Since there are 4 global navigation links, I figured, I'd have to create
    nested 4 templates based on the original - each template would contain the
    secondary navigation links for each of the global navigation links.

    After doing this, it began to dawn on me that this process is going to get
    ugly as more navigation elements are added on any tier. My client would have to
    create a new nested template every time a new page was added that had
    sub-navigation (i.e. children or grandchildren).

    There's got to be a better way. Has anyone used templates for dynamic
    navigation display similar to what I'm describing?

    Budonk Guest

  2. Similar Questions and Discussions

    1. Libraries, Templates, Nested Templates, Repeat Regions,
      Hi I have eight categories to display in my site navigation. Each category has at least one (some have two) levels of subcategories. For example...
    2. Issues with templates and nested templates
      Hello, I hope there is someone out there that can help me. I created a website using 1 main template and several nested templates. Everything...
    3. tricky multi-tier delegation
      Is it possible to implement a 2-tier ASP.NET app with delegation to the back-end without authenticating the user at the middle-tier? I have IIS...
    4. Creating IIS Login to SQL Server in multi-tier app
      Hi I am designing a sample app that has 3 tiers - Web Browser, dotnet app & DB server. I believe (correct me if I am wrong) that given that...
    5. WebService newbie - consuming in multi-tier dev env... (DEV-UAT-PROD)
      I have a web service that we have deployed in our development, UAT, and production environment. When I add the web service to a project, I want to...
  3. #2

    Default Re: nested templates for multi-tier navigation

    > There's got to be a better way. Has anyone used templates for dynamic
    > navigation display similar to what I'm describing?
    It's a big mess, as you are slowly gathering.

    Is it essential that your client be able to add to the navigation?

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "Budonk" <webforumsuser@macromedia.com> wrote in message
    news:ecdfme$p19$1@forums.macromedia.com...
    > Greetings,
    >
    > I am trying to use dreamweaver templates to build a site that my client
    > can
    > maintain after initial development. The site will involve 3 levels of
    > navigation (let's global, secondary and tertiary). Obviously, the
    > secondary
    > navigation links that are displayed on a page depend upon the global
    > navigation
    > link the user clicked. And in turn, the tertiary navigation links
    > displayed on
    > the page depend upon the secondary navigation... so there is a strict
    > "Parent",
    > "Parent -> Child" or "Parent -> Child -> Grandchild" scheme being
    > displayed.
    >
    > In the spirit of reusing as much code as possible and making updates
    > require
    > as little work as possible I began looking into nested templates.
    >
    > At first I built a template containing the global navigation
    > (non-editable), a
    > blank side-bar for secondary navigation (editable) and a blank area for
    > content
    > (editable).
    >
    > Since there are 4 global navigation links, I figured, I'd have to create
    > nested 4 templates based on the original - each template would contain the
    > secondary navigation links for each of the global navigation links.
    >
    > After doing this, it began to dawn on me that this process is going to get
    > ugly as more navigation elements are added on any tier. My client would
    > have to
    > create a new nested template every time a new page was added that had
    > sub-navigation (i.e. children or grandchildren).
    >
    > There's got to be a better way. Has anyone used templates for dynamic
    > navigation display similar to what I'm describing?
    >

    Murray *ACE* Guest

  4. #3

    Default Re: nested templates for multi-tier navigation

    [q]Is it essential that your client be able to add to the navigation?[/q]

    Unfortunately yes. It will more likely be the scenario that they are adding
    new content rather than updating existing. I know that these requirements are
    more geared towards a full blown CMS system but I've had a good amount of
    success using DW and Contribute in creative ways in the past and figured I'd
    take a look around to see if anyone had any ideas... as this one has me stumped.

    So the answer may be that Dreamweaver templates are not robust enough for what
    I'm trying to do. And that's OK - I just needed to at least explore it as an
    option.

    Any thoughts?



    Budonk Guest

  5. #4

    Default Re: nested templates for multi-tier navigation

    I think you need to use a CMS application.

    The idea of turning a client loose with even a non-nested template makes me
    nervous.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "Budonk" <webforumsuser@macromedia.com> wrote in message
    news:ecdlff$1qn$1@forums.macromedia.com...
    > [q]Is it essential that your client be able to add to the
    > navigation?
    [/q]
    >
    > Unfortunately yes. It will more likely be the scenario that they are
    > adding
    > new content rather than updating existing. I know that these requirements
    > are
    > more geared towards a full blown CMS system but I've had a good amount of
    > success using DW and Contribute in creative ways in the past and figured
    > I'd
    > take a look around to see if anyone had any ideas... as this one has me
    > stumped.
    >
    > So the answer may be that Dreamweaver templates are not robust enough for
    > what
    > I'm trying to do. And that's OK - I just needed to at least explore it as
    > an
    > option.
    >
    > Any thoughts?
    >
    >
    >

    Murray *ACE* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139