Automatic Menu Generation
The automatic and random generation of menu items was an experiment in drawing navigation items and positioning them at random on a web page using CSS absolute positioning.
The system was developed to demonstrate the ability of PHP to dynamically connect an arbitary number of nodes using the built in graphics library. The script was a prototype for generating network layout diagrams dynamically for the world wide web.
The prototype system is available to view at experiment.beseku.com/menu/. Future versions of the system will feature nested nodes, and increased collision detection and prevention.