A directory of resources inthe field of technical communication.

Ajax

101-109 of 109 found. Page 5 of 5.

About this Site | Advanced Search | Localization | Site Maps
 

« PREVIOUS PAGE 1 2 3 4 5

Ajax (Asynchronous JavaScript and XML), or AJAX, is a group of interrelated web development techniques used for creating interactive web applications or rich Internet applications. With Ajax, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page.

 

101.
#33388

Using Ajax for Creating Web Applications

In the past few years, developers could choose between two approaches when building a web application. The first approach was to create a screen-based system with very rich interactions using a sophisticated, powerful technology such as Java or Flash. The alternative approach was to create a page-based system using easier-to-learn core web standards like XHTML and CSS whose more basic capabilities force less-rich interactions. A new technological approach, dubbed Ajax, might just be the right mix between the two.

Porter, Joshua. User Interface Engineering (2005). Articles>Web Design>Standards>Ajax

102.
#33674

An Ajax Tutorial

AJAX is a name given to an existing approach to building dynamic web applications. Web pages use JavaScript to make asynchronous calls to web-based services that typically return XML.

Volkmann, Mark. WePapers. Resources>Computing>Academic>Ajax

103.
#33853

AJAX Aids Accessibility?

Yes, if you do it right, using Ajax techniques can improve accessibility. Surprised? You shouldn’t be. Ajax is like most techniques and technologies on the web—they are what you make of them.

Spool, Jared M. User Interface Engineering (2009). Articles>Web Design>Accessibility>Ajax

104.
#33868

Build Your Own Social Home!

JSON (JavaScript Object Notation) is what all the hip applications are serving up these days with their API’s as an alternative to XML. The cool part about JSON is that you don’t need to parse it in the same way you do XML. That data you get from a JSON call comes back as an object all ready-to-rock and let you do stuff with it. So here's the jQuery code to pull in and append all data from Flickr, Twitter, and Scrnshots all onto one page.

Coyier, Chris. CSS Tricks (2008). Articles>Web Design>Server Side Includes>Ajax

105.
#33994

JSON, The Fat-Free Alternative to XML

JSON is a lightweight, language independent format for data interchange. It is especially popular in Ajax (or interactive web browser-based) applications.

Crockford, Douglas. XML 2006 (2006). Articles>Web Design>Information Design>Ajax

106.
#35070

PHP, JSON and JavaScript Usage

Today i want to introduce you to jSON (JavaScript Object Notation), in short, it is a simple format designed to exchange data between different programming languages. I will show you how to create JavaScript object, convert it to JSON string, and send to PHP script, which will decode jSON string to readable format (for PHP). But that’s not all, PHP script will create it’s own data object encode it to jSON string and send it back. All communication between JavaScript and PHP will be done thru AJAX.

Ditio (2008). Articles>Web Design>Ajax>PHP

107.
#35072

Ajax Tutorial (Asynchronous JavaScript + XML)

Ajax is only a name given to a set of tools that were previously existing. The main part is XMLHttpRequest, a server-side object usable in JavaScript, that was implemented into Internet Explorer since the 4.0 version.

XUL.fr (2007). Articles>Web Design>Ajax

108.
#35073

Enabling Cross-Domain AJAX in Firefox

Unfortunately, Firefox doesn't allow cross-domain XMLHttpRequests for security reasons. While good security is a plus, this restriction can make development and testing a real chore. For those of us willing to risk the security vulnerability, here is how to bypass the cross-domain restriction once and for all.

Dirolf, Mike. Mike Dirolf's Blog (2007). Articles>Web Design>Ajax

109.
#35074

The AJAX response: XML, HTML, or JSON?

Since my last AJAX project I've increasingly been wondering about the "ideal" output format for the AJAX response. Once you've succesfully fired an AJAX request, what sort of response should the server give? An XML document? An HTML snippet? A JSON string which is converted to a JavaScript object? Or something else? In this entry I'd like to discuss the three formats, with examples, and ask you which format you've used in your practical AJAX applications.

QuirksBlog (2005). Articles>Web Design>Ajax

 
« PREVIOUS PAGE 

There are 18 readers currently online: 3 registered users and 15 guests. Register.Follow us on: TwitterFacebookRSSPost about us on: TwitterFacebookDeliciousRSSStumbleUpon