Tutorial search
Tutorials
Stuff
Affiliates
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project.
View all templates
Flashy Fading Rollover Menu - JavaScript tutorial

Flashy Fading Rollover Menu tutorial description
| Added on | 20.03.2008 |
| Total clicks | 53 |
| Tutorial Rating | 0 |
| Tutorial Difficulty | 0 |
Flashy Fading Rollover Menu
More cool JavaScript tutorials:

This tutorial explains the manner you can create a JavaScript photo gallery which automatically unrolls.

This is a demonstration of the way I code my PHP and AJAX applications. It's good practise and may come in handy for you to learn too! The example in this article also demonstrates how to validate an email address using PHP and AJAX.

This tutorial covers taking an existing web application and adding AJAX to it.
HTML_AJAX, a PHP AJAX library from the PEAR project is used.
HTML_AJAX, a PHP AJAX library from the PEAR project is used.

Prior to JavaScript and other client-side languages, Web browsers operated as if they were HTML dumb terminals, merely presenting Web pages generated on a server. For such pages, every user action requires a full page refresh, with a round-trip over the Internet, which degrades performance and thus user satisfaction. It may be fine for a great many Web sites, but it is completely inadequate for high-performance dynamic Web applications.





