This is a list based folder tree. What you have to do is to create a list. The script will then create the tree based on this list. The script uses cookies to remember state of nodes. It also includes functions for expanding collapsing all nodes....
This very small and simple script reads RSS data from an external source and shows them inside a predefined box or other tag on your page. What you have to do is to specify the url to the RSS feed how many items you want to show and for how many seconds you want the script to display each item....
This is is a script that uses Ajax to read data from external RSS sources and display them inside dragable boxes. You can also create new boxes dynamically directly from the page. This is the first version of this script. New functionality will be added to this script during the following weeks and months....
This is a basic example showing you how to use AJAX. In this script you have a list of article titles at the right side. When you click on one of them AJAX will be used to request the content of the article from an external file and show it in the main ....
You d have to be developing web pages on another planet not to have heard the buzz about AJAX asynchronous Java and XML . Judiciously employed AJAX calls can enhance the usability of a site and add functionality to create eye-catching browser client applications. This article will show you how to use AJAX to invoke Struts actions and use Tiles to...
JBoss Seam 1.0 is described by the company as a powerful new application framework for Web 2.0 applications that unifies and integrates popular service-oriented architecture SOA technologies such as Asynchronous JavaScript and XML AJAX JavaServer Faces JSF Enterprise JavaBeans EJB 3.0 Java portlets business process management BPM and...
This article presents an open source JavaScript library that finally brings bookmarking and back button support to AJAX applications. By the end of this tutorial developers will have a solution to an......
AJAX can make the HTML user experience almost as pleasant as Flash. The main advantage of Flash in spite of its vector animations is that you never reload the page. Flash Remoting allows you to inte......
AJAX is the latest revolution in web development circles allowing rich dynamic interfaces deployed within a normal web browser. Struts has been one of the de facto standards for Java-Web development ......
As everybody knows refreshing pages is so 1999. AJAX DOM whatever you call it makes it possible to let people edit a piece of text inline without having to use a submit button....
Late last year Drew McLellan posted a great article on 24ways.org called Edit-in-Place with Ajax. Using Flick as an example and Prototype to do the heavy lifting he showed how to edit text inline. Like many other people I ve been fascinated by this approach to altering text. After playing with Drew s example off and on I finally sat down and decided...
Application Program Interfaces are broadly speaking tools for building software applications. An operating system API might help you build applications with a consistent interface but Web APIs are mostly about giving you access to data. Even Web APIs aren t a new idea. Google s search API has been available via SOAP since 2002 and there s definitely...
The Google Web Toolkit GWT is in essence a JavaScript generator. The interesting thing is what this JavaScript is generated from Java. GWT takes Java code written against a special API and converts it into browser-runnable Ajax code. If that weren t enough to make it cool it also includes a test harness see Figure 1 that will execute the Java...
SwfJax is a new approach to asynchronous JavaScript and XML applications using revolutionary Flash technology. SwfJax uses a lightweight SWF Adobe s Small Web Format or simply - Flash engine to get XML data from the server and xPath XML Path Language to address a part of data it has retrieved. Data can be returned back to Javascript as an Array....