XML and JavaScript related scripts & softwares
This powerful RSS ticker script lets you easily display any RSS content on your site in a ticker fashion! This script uses a simple PHP based RSS parser called LastRSS to retrieve an RSS feed, then Ajax and DHTML to display the feed dynamically and with flare.
In this simple script we use Ajax (Asynchronous JavaScript and XML) to allow all the links on your web pages to be automatically checked for validity every time the page is visited! Can be easily retrofitted to legacy HTML pages. The Ajax call is made to a simple PHP script at the server which checks the links on the page and reports any broken ones to the webmaster via email. The page visitor need never know anything has happened! Free, of course.
Load and display external pages inside a DIV without reloading the page using this Ajax script. If your external pages reference any external .css or .js files for styling, this script can also load and apply them to the page on demand.
This script uses Ajax (DHTML interacting with the server) to let you dynamically include the contents of an external page onto the current document.
This Ajax script lets you enter a list of external pages for the script to choose and selectively include one onto the current page. Think of it as SSI client side. You can choose to display a different file for each day of the week, month, or randomly.
Javascript grids with sortable columns have always been popular. Now, using Ajax techniques, we can sort our data by making real-time server calls in the background, without having to download all our data at pageload time, or have our users wait for a page reload. Full instructions including source code and demo.
This script uses the popular 'Ajax' programming model to build a tabbed navigation page. Using Ajax (Asynchronous Javascript and XML) allows the data to be displayed on the current page without waiting for a page refresh. Free.
AHAH (Asynchronous HTML and HTTP) is a subset of the popular Ajax web programming paradigm, which is easy to code and avoids the hassle of parsing XML or carrying out XSLT transformations. The source code of a generalised (but tiny) Javascript function library is given, along with an example implementation in a simple project (a metatag grabber).
This is a dynamic form loader that uses asynchronous javascript and XML (AJAX) to quickly load data from the server wthout a round-trip. This makes the user experience much better, with faster loading.
jax (javascript and xml) is simply "another" flashy name to describe components written using javascript and xml as it's core technologies. jaxWidgets are useful web widgets that can be implemented on any browser supporting DOM and Javascript. It is purely a client-side technology and requires no server components to work.
Who is jax for?
jax is aimed primarily at web designer/developers with a strong focus on minimising the programming required while still providing advanced functionality offered by javascript code.
How does jax work?
jax defines a set of custom tags for each widget (ASP.NET style). All the designer needs to do is include the widget code (and core components) needed through script src's tags and place the corresponding tag for the widget into a normal XHTML page. jax handles the processing of all custom tags and UI actions.
|