site mapping and javascript

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jeff Thies

    site mapping and javascript

    I have a site with javascript navigation menus (it's in the design spec).
    There's a bit too many pages to do a bread crumb type alternate nav, and no
    natural index page for each site section.

    I'm thinking of linking to a site map (server driven) that would highlight
    the position in the site as a no javascript alternative.

    Ideas or comments???

    Jeff




  • Martin Honnen

    #2
    Re: site mapping and javascript



    Jeff Thies wrote:
    [color=blue]
    > I have a site with javascript navigation menus (it's in the design spec).[/color]

    Nowadays you can start with a static HTML navigation which is then
    changed with the use the DOM to your JavaScript based navigation. That
    way you can have seach machines index your site while providing
    pull-down or fly-out menus or whatever javascript navigation you want to
    achieve.


    --

    Martin Honnen


    Comment

    • Jeff Thies

      #3
      Re: site mapping and javascript

      Hi Martin,

      You get around! (that's a good thing)


      "Martin Honnen" <mahotrash@yaho o.de> wrote in message
      news:<3fed6fbd$ 1@olaf.komtel.n et>...[color=blue]
      >
      >
      > Jeff Thies wrote:
      >[color=green]
      > > I have a site with javascript navigation menus (it's in the design[/color][/color]
      spec).[color=blue]
      >
      > Nowadays you can start with a static HTML navigation which is then
      > changed with the use the DOM to your JavaScript based navigation. That
      > way you can have seach machines index your site while providing
      > pull-down or fly-out menus or whatever javascript navigation you want to
      > achieve.
      >[/color]

      Seems like the right thing to do. The pages are static (although server
      generated) and would need to rebuild or use SSI everytime a page is added to
      the site.

      Cheers,
      Jeff
      [color=blue]
      >
      > --
      >
      > Martin Honnen
      > http://JavaScript.FAQTs.com/
      >[/color]


      Comment

      Working...