XML and JavaScript related scripts & softwares
DomAXh is a javascript file that inserts XMLHTTP requests results into your page, by translating plain XHTML (plain 'ol HTML that follows certain basic rules) into XML and then back into your page via the browsers DOM.
So not having to reload the web page for each user interaction is what makes 'Ajax' so hot. What makes it NOT is having to use either cryptic XML (having find a way to represent the response in HTML DOM structure, with all the node creating and appending that it implies), or having to settle with the simplistic innerHTML (and thus having to cope with the fact that the browser doesnt parse it so your onclick's, events and scripts just won't work) in order to show the user any new content.
Enter DomAXh (pronounced Dom Ash). Using XMLDOM to XHTMLDOM translation (IE & FF compatible), DomAXh makes life easyer for the developer because his/her server response only has to be valid XHTML and DomAXh takes over rendering the response correctly in the calling web page.
This is a simple UI widget that allows you to provide suggestions to form input fields similar to Google™'s Suggest. The main difference is this widget doesn't use a styled DIV to display, rather it uses the browsers native SELECT box so you don't get any weird UI behavior in rendering.
The script is based on the prototype.js library, and is very simple to implement.
Based on the prototype.js javascript framework, these rating stars are really easy to implement on your website. They feature form field binding, javascript callback function support, and XMLHttpRequest value sending (AJAX).
Built on the prototype and Scriptaculous javascript libraries, these easy-to-use help balloons give you the ability to add specific information without taking up precious page realestate. You can specify the balloon content statically, or use AJAX to load the balloon content dynamically -- perfect for any website help system.
AJAX is a Web development technique that is used to create dynamic Web applications.
AJAX is not a technology in it's own right but rather a approach based on a combnation of existing technologies. The main advantage that AJAX-based applications have over conventional Web applications is that a Web pages HTML elements can be populated with out first refreshing the page. This in theory, if not always in practise, leads to shorter responce times and facilitates the creation of more dynamic user interaction.
Starting out with Ajax can be a bit daunting. A lot of the scripts you'll find aren't threadsafe, can only send get requests or just plain aren't flexible.
This script allows you to send an Ajax request with just a single line of code and handling the response is a breeze!
AgileGallery is an AJAX photo gallery that rips through the XML output from Picasa (a free download from google) and generates the paging and thumbnails and displays the full sized photos along with any description entered in Picasa.
Using Ajax (Asynchronous Javascript And XML) allows you to issue a server request, get the response and use it in your web application without waiting for a page refresh. Produce desktop-like user interface experience for your website users. No-nonsense quickstart guide/overview with links to more detailed resources. From the author of 'Sams Teach Yourself Ajax in 10 Minutes'.
This is an Ajax enhanced ticker script that lets you use a text file as the contents of the ticker to show! Easily define your messages, which support rich HTML, all inside this external text file.
Pausing RSS scroller is an RSS scroller that lets you display any RSS feed on your site, even syndicate the scroller on other sites.
|