Archive for the “JavaScripting” category
Mozilla & JavaScripting
by jp on April 9, 2003
Mozilla is a great tool to use in developing web sites and web applications. Not as a development tool itself, like an editor, but as a testing and debugging tool. I wonder if MS is planning to do something like (…)
Nice way of doing menus in JS
by jp on November 11, 2002
Nice article at gazingus.org Using Lists for DHTML Menus TransMenus TransMenus is a modular script that creates actions for two CSS classes: “popUpMenu” and “collapsibleMenu”. When the “popUpMenu” class is assigned to a nested ul element, that element is displayed (…)