| |||||||||
|
126. #19412 Age Classifications: When Considering the Age of Users, How Old is "Old"? When considering the age of users – how old is 'old'? Bailey, Robert. Web Usability (2002). Design>Web Design>Accessibility>Elderly 127. #26374 The phrase User agent or user-agent or UA or browser or client or client application or client software program...all pretty much refer to the same thing. Or maybe not. evolt (2002). Articles>Web Design>User Interface>Web Browsers 128. #18613 This report discusses the 'AHA' system for presenting HTML in audio for blind users and others who wish to access the WWW non-visually. AHA is a framework and set of suggestions for HTML presentation based on an initial experiment. Further experimentation and further revisions will be performed with the system. James, Frankie. Stanford University (1998). Design>Web Design>Accessibility>Audio 129. #21339 AIGA Experience Design - Past, Present and Future At the end of April 2002, the AIGA Experience Design SIG will hold its first joint Forum as part of CHI 2002. Intended to be the first of several collaborative ventures to bring the Experience Design communities of practice together, the success of the forum marks a milestone in the life of the AIGA ED group. Malone, Erin. Boxes and Arrows (2002). Design>Web Design>User Centered Design 130. #27355 Asynchronous JavaScript And XML, or its acronym, Ajax (Pronounced A-jacks), is a Web development technique for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire Web page does not have to be reloaded each time the user makes a change. This is meant to increase the Web page's interactivity, speed, and usability. 131. #25703 Ajax: A New Approach to Web Applications If anything about current interaction design can be called 'glamorous,' it’s creating Web applications. After all, when was the last time you heard someone rave about the interaction design of a product that wasn’t on the Web? (Okay, besides the iPod.) All the cool, innovative new projects are online. Garrett, Jesse James. Adaptive Path (2005). Design>Web Design>Server Side Includes>Ajax 132. #27408 AJAX and Screenreaders: When Can it Work? We've all heard a great deal of buzz about AJAX in the last few months, and with this talk has come a legion of articles, tips, presentations and practical APIs designed to explore the possibilities and try to arrive at best-practice techniques. But, for all of the excitement and hype, still very little has been said on the subject of AJAX and accessibility. Edwards, James. SitePoint (2006). Design>Web Design>Accessibility>Ajax 133. #27044 If a modern day Rip van Winkle woke up after just a year's sleep, he would be stunned by the buzz around Ajax today. Technology is moving very quickly in this space and whether you are a web author, a CMS developer, or a regular web user, Ajax will make some exciting changes to your world. Downes, Jonathan and Joe Walker. CMSwatch (2006). Articles>Content Management>Web Design>Ajax 134. #30659 Learn to build a chat system into your Web application with Asynchronous JavaScript + XML (Ajax) and PHP. Your customers can talk to you and to each other about the content of the site without having to download or install any special instant-messaging software. Herrington, Jack D. IBM (2007). Articles>Web Design>Community Building>Ajax 135. #27052 Ajax for Java developers: Build Dynamic Java Applications 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. McCarthy, Philip. IBM (2006). Articles>Web Design>Interaction Design>Ajax 136. #27053 Ajax for Java Developers: Java Object Serialization for Ajax If you're doing Java Web development using Asynchronous JavaScript and XML (Ajax), then delivering data from the server to the client is probably your top concern. In this second article in the Ajax for Java developers series, Philip McCarthy walks you through five approaches to Java object serialization and gives you all the information you need to choose the data format and technology best suited to your application. McCarthy, Philip. IBM (2006). Articles>Web Design>Programming>Ajax 137. #29954 In a world where everything is designed to amaze and distract, it's awfully difficult to get a user's attention. Learn how to use new techniques such as lightboxes, pop-ups, windows, and fading messages with your Ajax tools to get your users' eyes on your content. Herrington, Jack D. IBM (2007). Design>Web Design>User Interface>Ajax 138. #30671 In a world where everything is designed to amaze and distract, it's awfully difficult to get a user's attention. Learn how to use new techniques such as lightboxes, pop-ups, windows, and fading messages with your Ajax tools to get your users' eyes on your content. Herrington, Jack D. IBM (2007). Design>Web Design>Ajax 139. #30663 Ajax for Media: Use Ajax Techniques to Show Movies and Slide Shows With the advent of widely available broadband, media, movies, images, and sound drive the Web 2.0 revolution. Learn to combine media with technologies such as PHP and Asynchronous JavaScript + XML (Ajax) to create a compelling experience for your customers. Herrington, Jack D. IBM (2007). Design>Web Design>Multimedia>Ajax 140. #29966 In the age of the people-powered Web, allowing your readers to rate and review content on your site is critical. Discover just how easy it is to add rating and commenting features to a site with Ajax. Herrington, Jack D. IBM (2007). Articles>Web Design>Ajax 141. #30677 In the age of the people-powered Web, allowing your readers to rate and review content on your site is critical. Discover just how easy it is to add rating and commenting features to a site with Ajax. Herrington, Jack D. IBM (2007). Design>Web Design>Community Building>Ajax 142. #30224 AJAX: Highly Interactive Web Applications 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. Giglio, Jason. Psychemorphic (2006). Design>Web Design>Interaction Design>Ajax 143. #26907 Ajax is an awesome technology that is driving a new generation of web apps, from maps.google.com to colr.org to backpackit.com. But Ajax is also a dangerous technology for web developers, its power introduces a huge amount of UI problems as well as server side state problems and server load problems. Bosworth, Alex. Sourcelabs.com (2005). Articles>Web Design>DHTML>Ajax 144. #27746 Learn how to build an Asynchronous JavaScript and XML (Ajax) Really Simple Syndication (RSS) reader, as well as a Web component that you can place on any Web site to look at the articles in the RSS feeds. Herrington, Jack D. IBM (2006). Design>Web Design>XML>Ajax 145. #28477 Ajax Tradeoffs: The Many Flavors of XML Ajax stands for Asynchronous JavaScript and XML and the idea is that with modern Web browsers you can, with acceptable reliability, keep a channel open to the server to pass data back and forth as your Web application is used. This contrasts with standard Web techniques that follow links, causing the entire page to load anew. Many aspects of Ajax-based development require design different decisions than traditional Web pages: How to manage the back button, how to display updated data, how often to send updates, and more. The focus for now will be on just one group of related aspects: what format should the data exchange take? Elza, Dethe and David Mertz. IBM (2007). Design>Web Design>XML>Ajax 146. #27745 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. Herrington, Jack D. IBM (2006). Design>Web Design>Interaction Design>Ajax 147. #29534 A look at how to quantify or measure the benefits of a better user interface built with Ajax. Charland, Andre. SlideShare (2006). Presentations>Web Design>Usability>Ajax 148. #27621 Ajax: Usable Interactivity with Remote Scripting This article aims to give you an introduction to the foundations of remote scripting, in particular, the emerging XMLHttpRequest protocol. We'll then walk through an example application that demonstrates how to implement that protocol, while creating a usable interface. Adams, Cameron. SitePoint (2005). Design>Web Design>Interaction Design>Ajax 149. #27684 Goes over a few techniques and approaches we use to create the foundation of every prototype--wireframes. In addition to serving as documentation for those working with the markup, wireframes are a great way to create screenshots and debug rendering problems that are happening during DOM manipulation. Whenever we find something looking funny during the development process, we always refer back to our wireframes to see if it’s a markup / presentation problem. If it renders right in the browser statically, then we know to look for the problem in the JavaScript or server side programming. Hale, Kevin. Particletree (2006). Design>Web Design>DHTML>Ajax 150. #30257 Ajax-Based Persistent Object Mapping The Persevere persistent object framework brings persistent object mapping to the browser JavaScript environment. Object persistence has seen great popularity in the Java(TM) programming and Ruby worlds, and the dynamic JavaScript language is naturally well suited to mapping objects to persisted data. Persevere automates mapping and communication in Asynchronous JavaScript + XML (Ajax)-based Web applications in addition to simplifying much of the development challenge by providing a manageable data model, transparent client-server Ajax interchanges, automatic state change storage, and implicit transaction management. Zyp, Kristopher William. IBM (2007). Design>Web Design>Ajax
| |||||||||
| |||||||||
Click here to learn how to embed the RSS feed of this category in your website.