“Emphasize” and make particular content on your page stand out by keeping them always visible on the visitor’s browser screen, using this script. It uses CSS’s “fixed” positioning to accomplish this, and lets you manage their display frequency (using cookies) to make the whole affair sensible and user friendly.
jQuery lets you create your own plug-ins to extend the functions of jQuery—and to give back to the jQuery community. This article steps you through the process for creating your own jQuery plug-in and as well as getting it listed on the jQuery plug-in community Web pages. Be a part of the JQuery JavaScript library many have grown to depend on.
How to add various links to Twitter entries, linking to @user and searching for #something for instance.
This robust script turns an ordinary UL list into a horizontal accordion that expands sideways. Specify which LI should be expanded by default, whether to persist the last expanded LI (within a browser session), and also, expand a particular LI by passing in different parameters into the URL string.
Learn about the different selector types in jQuery
Many programmers these days forget one of the most important rules of internet programming. NEVER – EVER trust users input!
So, in this tutorial I will show you how to use Javascript to your advantage and use instant form validation.
To view this tutorial, please click the following link:
http://acjavascripts.com/tutorials_validating_forms_javascript.html
First of all I have to say that to create a pure AJAX file upload system is not possible because of security limitations of JavaScript. All of the Ajax upload systems I know use some third party tool/package or only mimics the AJAX feeling. Even so it makes file upload process a bit nicer. In [...]
In this tutorial you will learn the basics of AJAX using Prototype (A JavaScript framework) and PHP.
http://www.vipercreations.com/tutorials/AJAX/34.html
Create an Ajax autosuggest/autocomplete search form with results from database by following this tutorial
http://www.roscripts.com/Ajax_autosuggest_autocomplete_from_database-154.html
Learn how to use AJAX in order to process and validate your forms.
http://www.roscripts.com/Ajax_form_validation-152.html


