3. AJAX Wrapper for Facebook JavaScript
Collin Chung wrote an extension to the FBJS Ajax. This article demonstrates bow to use those new feature.
4. Mootools Drag and Drop Example
This tutorial shows the example how easy you can add drag-n-drop functionality to your application. Mootools is a Object-Oriented javascript framework based on moo.fx, moo.ajax and mood.dom
5. Use DWR to Populate an Ordered List from a Java Array
This tutorial demonstrate how automatically (you might say automagically) generates an ordered or unordered list using server content, such as a list of high-end bike makers. A typical list on a web page is hardcoded into the web page’s HTML code
6. Prototype based JavaScript tooltip
THis short tutorial introduces Tooltip.js, the tiny javascript library based on the prototype.js and allows to show multi-line formatted tooltip when you mouse cursor is over the target element
7. Using the AJAX Progress Bar Component
This tutorial shows you how to use NetBeans Visual Web Pack 5.5 to build a web application that uses the sample Java BluePrints AJAX Progress Bar component.
8. Integrate DWR into Your Java Web Application
This tutorial shows how to configure DWR (Direct Web Remoting) with Java Web Application. Design your Ajax application around a JavaScript framework bound to Java objects on the server....
10. Drag and Drop Sortable Lists with JavaScript and CSS
Examples of dragging and dropping within a list. Demonstrations of how to enable a page to let people use the mouse to reorder lists and move things between them