Hello,
I want to design some menus for websites with submenus. I'd like to learn
the code myself and I was wondering a good place to pick up on some tips on
how to design them.
Also, is there a decent program out there that does it all for you at a good
price?
Thanks,
Brian 2 1303
Brian wrote: I want to design some menus for websites with submenus. I'd like to learn the code myself and I was wondering a good place to pick up on some tips on how to design them.
The FAQ for this newsgroup lists many resources related to javascript
and browsers scripting, some of which include advice on script design.
But for specific advice it would be a good idea to state where you are
starting from. If you have never created DHTML scripts then a menu
system would be an ambitious place to start (though not necessarily a
bad target for a beginner).
One of the biggest design issues relating to browser scripting in
general, and menus in particular, is what happens when the script fails.
Because fail they will.
If site navigation hangs on the functionality of an actively scripted
menu and that script fails then the consequences are disastrous. The
potential to navigate the web site is removed and visitors finding
themselves in that position will see little choice but go elsewhere.
(Coincidentally, search engine robots don't tend to execute javascript
so their perception may also be that there is nowhere beyond the
homepage to navigate to. A conclusion that tends not to result in an
accurate search engine ranking for the site)
Mostly when a menu system is designed in such a way as to render
navigation dependent on successful execution of a script that dependency
follows directly from the location of the data that defines the menu
contents. A common (and unwise) design pattern would define the data
(mostly URLs, link text and menu structure information) in javascript
structures of various sorts. So when the script fails the data becomes
inaccessible, and there is no hope of using it for navigation.
Another approach to menu design would define the data in the HTML. A
nested structure of UL elements containing links is quite well suited to
describing a menu structure. The URLs and accompanying text are
obviously defined by the links (that is pretty much all that a link is)
while the nested UL elements lend themselves to describing the sort of
hierarchical relationship that defines a menu (its submenus, and even
their sub menus).
The script would then act by manipulating the elements defined in the
HTML. Changing their display properties, moving/positioning them, adding
event handlers to achieve the required interaction and so on.
Given a suitable browser (that's any modern dynamic visual browser) a
menu based on the manipulation of HTML can be indistinguishable from a
menu for which the data was defined in javascript structures. The big
difference is in how they fail. The design based on the manipulation of
HTML will tend to fail leaving the nested ULs of links in the HTML page,
where they remain available as a means of navigation. So that is a DHTML
menu for everyone who can take advantage of it, and a viable alternative
for anyone who cannot.
So I would recommend that if you want to peruse techniques that can be
employed in a DHTML menu, you should be looking into how you go about
manipulating HTML content in a web browser with scripts.
Other design issues include usability and accessibility.
Also, is there a decent program out there that does it all for you at a good price?
"decent program" and "good price" are very subjective criteria. If
"decent program" is judged on the quality of menu code created (rather
than, say, the quality of the GUI) then you probably will not find one.
Richard.
"Brian" <br*************@NOyahoo.com> wrote in message
news:2i************@uni-berlin.de... Hello,
I want to design some menus for websites with submenus. I'd like to learn the code myself and I was wondering a good place to pick up on some tips
on how to design them.
Also, is there a decent program out there that does it all for you at a
good price?
Thanks, Brian
DHTML menu This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: JesusFreak |
last post by:
From: us_traveller@yahoo.com (JesusFreak)
Newsgroups: microsoft.public.scripting.jscript
Subject: toolbar script problem
NNTP-Posting-Host: 192.92.126.136
Recently, I downloaded the following...
|
by: Marek Mand |
last post by:
How to create a functional *flexible* UL-menu list
<div>
<ul>
<li><a href=""></li>
<li><a href=""></li>
<li><a href=""></li>
</ul>
</div>
(working in IE, Mozilla1.6, Opera7 (or maybe even...
|
by: Yuk Cheng |
last post by:
<<<start index.htm>>>
<html>
<head>
<script>
function perform(action){
}
</script>
</head>
|
by: Andromeda |
last post by:
I've been trying to add a tree menu to my website with some luck (more
or less). I came across a script on simplythebest.net, but I seem to
be having a problem with it... and since they have no...
|
by: H.S. |
last post by:
Hi,
Let me begin by saying that I am not an HTML expert. The most experience
I have for HTML authoring is when I made my webpages in my grad studies
at my university and some on my home computer...
|
by: Jonathan |
last post by:
Hello All,
I am in the process of creating a 2/3 level collapsible/exspanible menu
(called "nav") where users can click on a category and have the
submenus appear beneath it and so on (allow...
|
by: millertime90 |
last post by:
Hi basically my problem is I have 2 drop down menus populated by my database the first populated by a field in the database and the 2nd populated with a relation to the value selected in the first...
|
by: Jim |
last post by:
Hi,
I have two questions/problems pertaining to CSS horizontal dropdown
menus and am hoping that someone here can help me out.
(1)
I'm having a problem centering the menu. I picked up the...
|
by: tceramesh |
last post by:
Hi Friends,
I Created one drop down menu by using CSS. It is perfect in Firefox but in IE it creates some problem.
in the header section the drop down menu appear,, below that...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: giovanniandrean |
last post by:
The energy model is structured as follows and uses excel sheets to give input data:
1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: Teri B |
last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course.
0ne-to-many. One course many roles.
Then I created a report based on the Course form and...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|
by: GKJR |
last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
| |