JavaScript Navbar

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

    JavaScript Navbar

    Does anyone hesitate to use a JavaScript NavBar (along the left or top of
    the page)? It seems that sometimes they are a little confusing to the
    average car user, but maybe it's just me. I want my site to be able to be
    used by even the simplest user.

    Any thoughts?


  • Thomas 'PointedEars' Lahn

    #2
    Re: JavaScript Navbar

    michaaal wrote:[color=blue]
    > Does anyone hesitate to use a JavaScript NavBar (along the
    > left or top of the page)?[/color]

    As long as it also works without client-side scripting, no.


    PointedEars

    Comment

    • Dr John Stockton

      #3
      Re: JavaScript Navbar

      JRS: In article <ctBPc.15376$UN 2.8086@nwrddc02 .gnilink.net>, dated Tue,
      3 Aug 2004 01:00:56, seen in news:comp.lang. javascript, michaaal
      <res0gyio@veriz on.net> posted :
      [color=blue]
      >Does anyone hesitate to use a JavaScript NavBar (along the left or top of
      >the page)? It seems that sometimes they are a little confusing to the
      >average car user, but maybe it's just me. I want my site to be able to be
      >used by even the simplest user.[/color]

      If the bar contains ordinary text links, it should be safe enough.

      But if it uses mapping, or something, it may be that the effects are
      browser-dependent. I recall one site's NavBar which, although
      presumably navigable in IE6 width 600, is ludicrously inaccessible in
      IE4 width 480. It may well be even worse for users with browsers
      adapted to the visually handicapped - you should be sure that your site
      would pass muster under the provisions of, for example, the DAA.

      Consider also navigation by search engines, if you want your pages to be
      found; always provide an infallible means of navigation, even if you
      intend to provide something 'cleverer' in addition.

      --
      © John Stockton, Surrey, UK. ?@merlyn.demon. co.uk DOS 3.3, 6.20; Win98. ©
      Web <URL:http://www.merlyn.demo n.co.uk/> - FAQqish topics, acronyms & links.
      PAS EXE TXT ZIP via <URL:http://www.merlyn.demo n.co.uk/programs/00index.htm>
      My DOS <URL:http://www.merlyn.demo n.co.uk/batfiles.htm> - also batprogs.htm.

      Comment

      • Ivo

        #4
        Re: JavaScript Navbar

        "michaaal" wrote[color=blue]
        > Does anyone hesitate to use a JavaScript NavBar (along the left or top of
        > the page)? It seems that sometimes they are a little confusing to the
        > average car user, but maybe it's just me. I want my site to be able to be
        > used by even the simplest user.
        >
        > Any thoughts?[/color]

        The simplest user wants a static page with little or no scrolling. The
        average user is happy with one level deep submenu's, ie menu's that popup
        when a main menu item is moused over or clicked. But whatever happens should
        be clear in advance and not go further than that. Yes, I 'd hesitate.



        Comment

        • Edd

          #5
          Re: JavaScript Navbar

          I don't have the original post for this thread, so i'm replying to this one.

          I have made a version of what the op appears to want, though I made it for a
          specific purpose and so is not very general. Also, it's not documented. But I'm
          sure it can be hacked into shape for another person's needs without too much effort.

          Try http://www.nunswithguns.net/misc.html for the download link.

          Browse the rest of the site (e.g. http://www.nunswithguns.net/ssrt.html) to see
          how the Next/Previous/Up browsing system works.

          Hope that helps,

          Edd

          Comment

          • Andrew Thompson

            #6
            Re: JavaScript Navbar

            On Mon, 09 Aug 2004 02:06:50 +0100, Edd wrote:
            (Dr. J.S., trimmed, reinstated..)
            [color=blue][color=green]
            >> ..always provide an infallible means of navigation,
            >> even if you intend to provide something 'cleverer' in addition.[/color][/color]
            [color=blue]
            > I don't have the original post for this thread,
            > so i'm replying to this one.[/color]

            It seems your nav. system vanishes completely
            in a non-JS browser (the links on the left,
            light on black)..

            How does that figure as providing
            'an infallible means of navigation'?

            At the very least I (as a user of your site)
            should expect to understand why you devoted
            an entire column of black, to the small logo
            at the top of the column. ..and why you
            seem to have devoted an entire site to a
            single page with two downloads, and
            ....dang! Where did those cool
            ray-tracing images go?

            I think you need a little application of
            the <noscript> tag, otherwise the page just
            does not make sense..

            [ BTW I liked the ray-traces. :-) ]

            --
            Andrew Thompson
            http://www.PhySci.org/ Open-source software suite
            http://www.PhySci.org/codes/ Web & IT Help
            http://www.1point1C.org/ Science & Technology

            Comment

            • Edd

              #7
              Re: JavaScript Navbar

              Andrew Thompson wrote:[color=blue]
              > On Mon, 09 Aug 2004 02:06:50 +0100, Edd wrote:
              > (Dr. J.S., trimmed, reinstated..)
              >
              >[color=green][color=darkred]
              >>>..always provide an infallible means of navigation,
              >>>even if you intend to provide something 'cleverer' in addition.[/color][/color]
              >
              >[color=green]
              >>I don't have the original post for this thread,
              >>so i'm replying to this one.[/color]
              >
              >
              > It seems your nav. system vanishes completely
              > in a non-JS browser (the links on the left,
              > light on black)..
              >
              > How does that figure as providing
              > 'an infallible means of navigation'?[/color]

              It does need fixing, I admit. The point was there might be something of use
              there for the op so I responded. I certainly don't pretend the system is
              infallible to non-JS browsers. The entrance to my site states otherwise for the
              time being.
              [color=blue]
              > At the very least I (as a user of your site)
              > should expect to understand why you devoted
              > an entire column of black, to the small logo
              > at the top of the column. ..and why you
              > seem to have devoted an entire site to a
              > single page with two downloads, and
              > ...dang! Where did those cool
              > ray-tracing images go?
              >
              > I think you need a little application of
              > the <noscript> tag, otherwise the page just
              > does not make sense..[/color]

              It's being done =)
              [color=blue]
              >
              > [ BTW I liked the ray-traces. :-) ]
              >[/color]

              Thanks =)

              Edd

              Comment

              • Andrew Thompson

                #8
                Re: JavaScript Navbar

                On Mon, 09 Aug 2004 02:41:29 +0100, Edd wrote:

                (Non-JS)[color=blue]
                > ..The entrance to my site states
                > otherwise for the time being.[/color]

                Oh yeah, I see it now..
                <http://www.nunswithgun s.net/>
                Still, that is not much use if my friend
                sends me a link direct to the page, so..
                ...[color=blue][color=green]
                >> I think you need a little application of
                >> the <noscript> tag, otherwise the page just
                >> does not make sense..[/color]
                >
                > It's being done =)[/color]

                Your visitors will appreciate it. :-)

                BTW, ..sh*t hey! I *saw* the images when I
                first visited but completely ignored the text
                of the page, so I did not realize you did them
                with *your* ray-tracing program.

                [ What I said before, double it. ;-) ]

                --
                Andrew Thompson
                http://www.PhySci.org/ Open-source software suite
                http://www.PhySci.org/codes/ Web & IT Help
                http://www.1point1C.org/ Science & Technology

                Comment

                Working...