Skip to Content


Javascript

Related tags:

Links

MooTools

http://mootools.net/

MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API.
- Ajax - Javascript - MooTools - JSON -

Review It Bookmark It

Feather AJAX: The Lightweight AJAX Library

http://opensource.sys-con.com/read/248364.htm?asrc=EM_NNL_367709

Software developer Sean Patrick Kane has created a JavaScript library for implementing AJAX functionality on a webpage. Called Feather AJAX, the script is less than 1KB in size and works in all modern browsers. The library is light-weight, and easily customizable. Kane promises that his library is simple and easy to learn. Hosted on Kane’s personal website, the library can be downloaded for free. Users can also make changes if they wish to. “I only ask that you retain the comments at the top of the code that contains the original author information,” says Kane.
- Javascript - Ajax -

Review It Bookmark It

xajax PHP Class Library

http://xajax.sourceforge.net/

xajax is an open source PHP class library that allows you to easily create powerful, web-based, Ajax applications using HTML, CSS, JavaScript, and PHP.
- PHP - Javascript - CSS - Ajax -

Review It Bookmark It

Very Dynamic Web Interfaces

http://www.xml.com/pub/a/2005/02/09/xml-http-request.html

One of the classic drawbacks to building a web application interface is that once a page has been downloaded to the client, the connection to the server is severed. Any attempt at a dynamic interface involves a full roundtrip of the whole page back to the server for a rebuild--a process which tends to make your web app feel inelegant and unresponsive. In this article, I'll be exploring how this problem can be tackled with the use of JavaScript and the XMLHttpRequest object. Drew McLellan on XML.com, February 9 2005
- Javascript - Ajax -

Review It Bookmark It

AJAX and scripting Web services with E4X, Part 1

http://www-128.ibm.com/developerworks/library/ws-ajax1/?ca=dnt-615

Get an introduction to ECMAScript for XML (E4X), a simple extension to JavaScript that makes XML scripting very simple. In this paper, the authors demonstrate a Web programming model called Asynchronous JavaScript and XML (AJAX) and show you how some new XML extensions to JavaScript can make it very simple.
- Javascript - Ajax -

Review It Bookmark It

Ajax: a new approach to web applications

http://www.adaptivepath.com/publications/essays/archives/000385.php

Jesse James Garrett. February 18, 2005: Ajax isn't a technology. It's really several technologies, each flourishing in its own right, coming together in powerful new ways. Ajax incorporates standards-based presentation using XHTML and CSS; dynamic display and interaction using the Document Object Model; data interchange and manipulation using XML and XSLT; asynchronous data retrieval using XMLHttpRequest; and JavaScript binding everything together.
- XML - Javascript - XHTML - Ajax -

Review It Bookmark It

Navigation tool Dial-A-Site

http://javascript.internet.com/navigation/dial-a-site.html

This scipt allows you to navigate through websites using a telephone-style dial pad. Just punch in the number listed and away you go! Works in MSIE, Netscape, and Opera.
- Javascript -

Review It Bookmark It

The JavaScript Source

http://javascriptsource.com

An excellent "cut and paste" JavaScript library with tons of free JavaScript source code.
- Javascript -

Review It Bookmark It

The Definitive JavaScript Resource

http://www.javascript.com/

An excellent JavaScript resource with tons of "cut and paste" JavaScript examples for your web pages. All for free.
- Javascript -

Review It Bookmark It

HotSyte: The JavaScript Resource

http://www.serve.com/hotsyte/

HotSyte promotes JavaScript knowledge through the open exchange of ideas, research, scripts, and links beneficial to the advancement of JavaScript understanding and experimentation.
- Javascript -

Review It Bookmark It

Doc JavaScript at WebReference.com

http://www.webreference.com/js/

Advanced javascripts for fourth generation browsers. Good tutorials.
- Javascript -

Review It Bookmark It