Build professional DHTML Menus in minutes with De Luxe Menu! Features: Full cross-browser compatibility including IE, Netscape, Mozilla, Opera, Firefox, Konqueror and Safari on Windows, Mac OS and Linux. Search engine friendly. Cross-frame support. Visible over select boxes, iframes, flash, Java applets. Visual interface for easy setup. A lot of pre-designed templates. Hundreds of visual effects. Scrollable, dragable, floating, and context menus. Keyboard navigation. JavaScript API for changing menu "on-the-fly". Free for Non-Profit Websites!
Free Trial
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris
JavaScript performs several types of repetitive operations, called "looping". Loops are set of instructions used to repeat the same block of code till a specified condition returns false or true depending on how you need it. This tutorial shows the basic idea on how to use loops in JavaScript.
Learn to use objects to speed up the execution of your script. Can make the script a lot smaller and a lot more organized. This is the object oriented side of JavaScript.