Re: [Phplib-users] menu class
Brought to you by:
nhruby,
richardarcher
|
From: Martin L. <ph...@be...> - 2002-03-19 09:49:18
|
Bob Bowker <bo...@iN...> writes: > I finally spent some time over the weekend getting phpLib4 and > specifically menu.inc to work on a PHP4 test server ... and I'm curious: > has anyone actually implemented menu in a useful way? Yes, i.e. http://www.better-com.de > I can think of a few applications of the class that seem nice enough, > but so far I can't conceive of the killer app for this class > ... anybody up and running with something that you want to show off? menu.inc or menu3.inc is part of _every_ larger site we develop here. It's a really handy piece of code and enables us to show our customers that it's possible to have JS-free pages with effects that are at least identical (so far as dynamic menus are concerned). With the menu-class you are able to build pages that behave similar to pages with JS-driven menus (i.e. http://www.webreference.com/dhtml/hiermenus/) but you don't have to deal with the different manner IE/NS et al handle your JS-Code. One reason for the acceptance of JS-free pages here in Germany is an older statement of http://www.bsi.de (a german authority responsible for IT-security) which recommend all users to disable JS. Martin |