moki
el Presidente
Regarding the nav bar, what we did for our site was write a little custom CGI that generates the graphics depending on where people are on the site:
http://www.ambrosiasw.com/cgi-bin/custom/n....pl?tab=3&bar=2
We then #include the CGI on static pages, and call the CGI from web board-generated pages to create the nav bar for each page. This makes it easy to change and integrate.
While I wouldn't suggest exactly what we did for this site, the principles behind it might be worth looking at. It divides things into main categories (the tabs at the top) and sub-categories (the sections at the bottom). This makes for structured organization of the site contents.
It also clearly shows where the person is at any time, via the hilited main section (tab) and the hilited sub-section.
It lets people see what other options are available to them on any page, making them aware of resources we offer that they might not see otherwise.
This nav bar is put at the top of every forum page we have, but not at the top of every thread page. It could be there too, but we decided it'd just take up too much space if it were on every thread.
The other thing I don't like about our nav bar is that you can't go directly to other sub-sections. In other words, if you're browsing Games, you have to click on "News" and then click on one of the sub-sections that News offers to get to something other than the main news page. This is a simplicity vs. functionality tradeoff.
Anyway, good luck.
http://www.ambrosiasw.com/cgi-bin/custom/n....pl?tab=3&bar=2
We then #include the CGI on static pages, and call the CGI from web board-generated pages to create the nav bar for each page. This makes it easy to change and integrate.
While I wouldn't suggest exactly what we did for this site, the principles behind it might be worth looking at. It divides things into main categories (the tabs at the top) and sub-categories (the sections at the bottom). This makes for structured organization of the site contents.
It also clearly shows where the person is at any time, via the hilited main section (tab) and the hilited sub-section.
It lets people see what other options are available to them on any page, making them aware of resources we offer that they might not see otherwise.
This nav bar is put at the top of every forum page we have, but not at the top of every thread page. It could be there too, but we decided it'd just take up too much space if it were on every thread.
The other thing I don't like about our nav bar is that you can't go directly to other sub-sections. In other words, if you're browsing Games, you have to click on "News" and then click on one of the sub-sections that News offers to get to something other than the main news page. This is a simplicity vs. functionality tradeoff.
Anyway, good luck.