<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Design&gt;Web Design&gt;Interaction Design&gt;Ajax</title>	<link>http://tc.eserver.org/dir/Design/Web-Design/Interaction-Design/Ajax</link>
	<description>A listing of the most recently indexed works about Design and Web Design and Interaction Design and Ajax in the field of technical communication.</description>
	<language>en-us</language>
	<copyright>Copyright (c) 2005-08 by the EServer. All rights reserved.</copyright>
	<managingEditor>tclib-editorial@eserver.org (TC Library Editorial Board)</managingEditor>
	<webMaster>webmaster@eserver.org (Geoffrey Sauer)</webMaster>
	<image>
		<url>http://tc.eserver.org/images/newlogo.gif</url>
		<title>Design&gt;Web Design&gt;Interaction Design&gt;Ajax</title>
		<link>http://tc.eserver.org/dir/Design/Web-Design/Interaction-Design/Ajax</link>
	</image>
	<item>
		<title>jQuery for Designers</title>
		<link>http://tc.eserver.org/32671.html</link>
		<guid>http://tc.eserver.org/32671.html</guid>
		<description>Learn how easy it is to apply web interaction using jQuery.</description>
	</item>
	<item>
		<title>Image Fade Revisited</title>
		<link>http://tc.eserver.org/32673.html</link>
		<guid>http://tc.eserver.org/32673.html</guid>
		<description>This episode is revisiting the image cross fade effect, in particular Dragon Interactive has a beautiful little transition for their navigation that some readers have been requesting. Greg Johnson takes it one step further to implement this method using jQuery and the methods shown here.</description>
	</item>
	<item>
		<title>Parse JSON with jQuery and JavaScript</title>
		<link>http://tc.eserver.org/32472.html</link>
		<guid>http://tc.eserver.org/32472.html</guid>
		<description>While exploring the options for traversing JSON, I discovered that there is no official W3C documentation, or even a draft. As a subset of the ECMAScript language specification, it will probably remain under the governance of ECMA International.&#xD;&#xD;So unlike XPath, which is a commonly accepted language for traversing XML, JSON must rely on JavaScript’s object notation.</description>
	</item>
	<item>
		<title>jQuery-Based Popout Ad: Part 1</title>
		<link>http://tc.eserver.org/32390.html</link>
		<guid>http://tc.eserver.org/32390.html</guid>
		<description>Today I’d like to start an article series of three parts, the result of which will be a popout-style, jQuery-based box like the one pictured above, which I think strikes a nice balance on the obtrusion-scale.</description>
	</item>
	<item>
		<title>jQuery-Based Popout Ad: Part 2</title>
		<link>http://tc.eserver.org/32391.html</link>
		<guid>http://tc.eserver.org/32391.html</guid>
		<description>We&apos;re going to take the ad we built last week and animate it, as well as provide the user with a means to open and close the ad. We’ll be using jQuery for most of what we do, so you’ll need to include the jQuery library script at the top of your document for this to work (see the source of the example page to see how this is done).</description>
	</item>
	<item>
		<title>Generating Automatic Website Footnotes with jQuery</title>
		<link>http://tc.eserver.org/32392.html</link>
		<guid>http://tc.eserver.org/32392.html</guid>
		<description>Generating footnotes for HTML documents in the past was always a slow, painful task — and every time I did it, I wondered why there wasn’t a better, easier way.&#xD;&#xD;Today, I’m happy to announce that I’ve come up with a better solution to web footnotes using the jQuery JavaScript framework and a few tags and attributes that already exist in XHTML.</description>
	</item>
	<item>
		<title>AJAX: Highly Interactive Web Applications</title>
		<link>http://tc.eserver.org/30224.html</link>
		<guid>http://tc.eserver.org/30224.html</guid>
		<description>AJAX stands for Asynchronous JavaScript and XML. AJAX has recently been gaining attention as a way to make web applications more interactive. While it can reduce apparent latency between user interaction and application response, it can cause user interface, maintainability, and accessibility issues.</description>
	</item>
	<item>
		<title>Mastering Ajax, Part 1: Introduction to Ajax</title>
		<link>http://tc.eserver.org/28465.html</link>
		<guid>http://tc.eserver.org/28465.html</guid>
		<description>Ajax, which consists of HTML, JavaScript™ technology, DHTML, and DOM, is an outstanding approach that helps you transform clunky Web interfaces into interactive Ajax applications. The author, an Ajax expert, demonstrates how these technologies work together -- from an overview to a detailed look -- to make extremely efficient Web development an easy reality. He also unveils the central concepts of Ajax, including the XMLHttpRequest object.</description>
	</item>
	<item>
		<title>The Ajax Transport Method</title>
		<link>http://tc.eserver.org/27745.html</link>
		<guid>http://tc.eserver.org/27745.html</guid>
		<description>Discover three Ajax data transport mechanisms (XMLHttp, script tags, and frames or iframes) and their relative strengths and weaknesses. This tutorial provides code for both the server side and the client side and explains it in detail to provide the techniques you need to put efficient Ajax controls anywhere you need them.</description>
	</item>
	<item>
		<title>Ajax: Usable Interactivity with Remote Scripting</title>
		<link>http://tc.eserver.org/27621.html</link>
		<guid>http://tc.eserver.org/27621.html</guid>
		<description>This article aims to give you an introduction to the foundations of remote scripting, in particular, the emerging XMLHttpRequest protocol. We&apos;ll then walk through an example application that demonstrates how to implement that protocol, while creating a usable interface.</description>
	</item>
	<item>
		<title>Read and Display Server-Side XML with JavaScript</title>
		<link>http://tc.eserver.org/27630.html</link>
		<guid>http://tc.eserver.org/27630.html</guid>
		<description>XML is a very important base on which Web Services work, and, in conjunction with a number of client- and server-side languages, can be put to good effect. Let&apos;s see how we can use XML and client side JavaScript to display the contents of a XML file, access child elements, manipulate elements, and more!</description>
	</item>
	<item>
		<title>XML in the Browser: Submitting Forms using AJAX</title>
		<link>http://tc.eserver.org/27620.html</link>
		<guid>http://tc.eserver.org/27620.html</guid>
		<description>AJAX opens up enormous possibilities for Web applications simply by allowing HTTP requests to be made in the background asynchronously (while other scripts on the page run and other user activity continues).</description>
	</item>
	<item>
		<title>Using Ajax</title>
		<link>http://tc.eserver.org/27552.html</link>
		<guid>http://tc.eserver.org/27552.html</guid>
		<description>Put a new shine on your web applications. Tired of clunky web interfaces and waiting around for a page to reload? Well, it’s about time to give your web apps that pine-scented desktop application feel. What are we talking about? Just the newest thing to hit the Web: &#xD;Ajax—asynchronous JavaScript and XML—and your ticket to building &#xD;rich Internet applicationsthat are more interactive,responsive, and easy &#xD;to use. So, grab your trial-size Ajax,included with every copy of Head &#xD;Rush Ajax:we’re about to put some polish on your web apps. </description>
	</item>
	<item>
		<title>Ajax for Java developers: Build Dynamic Java Applications</title>
		<link>http://tc.eserver.org/27052.html</link>
		<guid>http://tc.eserver.org/27052.html</guid>
		<description>The page-reload cycle presents one of the biggest usability obstacles in Web application development and is a serious challenge for Java™ developers. In this series, author Philip McCarthy introduces a groundbreaking approach to creating dynamic Web application experiences. Ajax (Asynchronous JavaScript and XML) is a programming technique that lets you combine Java technologies, XML, and JavaScript for Java-based Web applications that break the page-reload paradigm.</description>
	</item>
	<item>
		<title>Mastering Ajax, Part 1: Introduction to Ajax</title>
		<link>http://tc.eserver.org/27051.html</link>
		<guid>http://tc.eserver.org/27051.html</guid>
		<description>Ajax, which consists of HTML, JavaScript™ technology, DHTML, and DOM, is an outstanding approach that helps you transform clunky Web interfaces into interactive Ajax applications. The author, an Ajax expert, demonstrates how these technologies work together -- from an overview to a detailed look -- to make extremely efficient Web development an easy reality. He also unveils the central concepts of Ajax, including the XMLHttpRequest object.</description>
	</item>
	<item>
		<title>Mastering Ajax, Part 2: Make Asynchronous Requests with JavaScript and Ajax</title>
		<link>http://tc.eserver.org/27050.html</link>
		<guid>http://tc.eserver.org/27050.html</guid>
		<description>Most Web applications use a request/response model that gets an entire HTML page from the server. The result is a back-and-forth that usually involves clicking a button, waiting for the server, clicking another button, and then waiting some more. With Ajax and the XMLHttpRequest object, you can use a request/response model that never leaves users waiting for a server to respond. In this article, Brett McLaughlin shows you how to create XMLHttpRequest instances in a cross-browser way, construct and send requests, and respond to the server.</description>
	</item>
	<item>
		<title>Web 3.0</title>
		<link>http://tc.eserver.org/26674.html</link>
		<guid>http://tc.eserver.org/26674.html</guid>
		<description>To you who are toiling over an AJAX- and Ruby-powered social software product, good luck, God bless, and have fun. Remember that 20 other people are working on the same idea.</description>
	</item>
	<atom:link href="http://tc.eserver.org/dir/Design/Web-Design/Interaction-Design/Ajax.xml" rel="self" type="application/rss+xml"/>
</channel>
</rss>