Skip to Content


Ajax

Tags:

Links

> >|

Simplify Ajax development with jQuery

http://www.ibm.com/developerworks/library/x-ajaxjquery.html

Jesse Skinner: jQuery is a JavaScript library that helps simplify your JavaScript and Asynchronous JavaScript XML (Ajax) programming. Unlike similar JavaScript libraries, jQuery has a unique philosophy that allows you to express common complex code succinctly. Learn about the jQuery philosophy, discover its features and functions, perform some common Ajax tasks, and find out how to extend jQuery with plug-ins.
- Ajax -

Review It Bookmark It

The AJAX response: XML, HTML, or JSON?

http://www.quirksmode.org/blog/archives/2005/12/the_ajax_respon.html

Peter-Paul Koch: 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.
- Ajax - XML -

Review It Bookmark It

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 -

Review It Bookmark It

Shelley Powers (2007)
Adding Ajax

Ajax can bring many advantages to an existing web application without forcing you to redo the whole thing. This book explains how you can add Ajax to enhance, rather than replace, the way your application works. For instance, if you have a traditional web application based on submitting a form to update a table, you can enhance it by adding the capability to update the table with changes to the form fields, without actually having to submit the form. That's just one example. Adding Ajax is for those of you more interested in extending existing applications than in creating Rich Internet Applications (RIA). You already know the business-side of applications-web forms, server-side driven pages, and static content-and now you want to make your web pages livelier, more fun, and much more interactive.
- Ajax -
3 votes


0

Review It Bookmark It

How to Choose an RIA Path: AJAX or Adobe?

http://linux.sys-con.com/read/400296.htm

Jeffrey Hammond: When it comes to rich Internet application (RIA) technologies, application development professionals must choose between two paths: AJAX or Adobe. AJAX is the best bet for experienced Web development shops looking to incrementally evolve existing Web applications. Of course, selecting AJAX also raises the question of whether to go with a homegrown, open source, or commercial AJAX framework.
- Ajax -

Review It Bookmark It

RESTful Web services and their Ajax-based clients

http://www.ibm.com/developerworks/webservices/library/ws-restajax/index.html

Shailesh K. Mishra of IBM, 05 Jul 2007: A RESTful Web service is a Web service built using the REpresentational State Transfer (REST) architectural style. This article demonstrates one way to write RESTful Web services, using a simple proxy servlet and their Asynchronous XML JavaScript (Ajax)-based clients.
- Ajax - Web Services - REST -

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.
- Ajax -
1 vote

Review It Bookmark It

Developers Working to Overcome AJAX Accessibility Issues

http://www.eweek.com/article2/0,1895,1987300,00.asp

Despite providing slick advantages over standard Web application techniques, AJAX presents accessibility issues for some users. Developers, however, are working to address the problem. Asynchronous JavaScript and XML, or AJAX, involves a set of Web technologies that are combined to enable dynamic client/server interactions in Web applications without requiring pages to reload or refresh. But those same advantages can present problems because while a Web page is not required to reload to change, many screen readers or other assistive technologies used by sight-impaired or otherwise disabled users may not be aware of the dynamic changes that occur via AJAX-based technology.
- Accessibility - Ajax -
1 vote

Review It Bookmark It

AJAX Executive Summary

http://www.webpronews.com/expertarticles/expertarticles/wpn-62-20060622AJAXExecutiveSummary.html

AJAX (Asynchronous Javascript and XML) is a software platform to build and deploy Rich Internet Applications.(RIA) Some RIA applications include Flash, Java Applets and ActiveX Controls. Without these kinds of applications, the clients are thin and monolithic, as in a Legacy Architecture. RIA's put the smile back on the client machines, by maximizing their CPU utilization. You have had the scotch and the bourbon. Be ready to taste a cocktail now. Enter AJAX!
- Ajax -
1 vote

Review It Bookmark It

Rich prospects as HTML comes of age

http://www.computerweekly.com/Articles/2006/04/19/215447/RichprospectsasHTMLcomesofage.htm

If HTML was a person, it would be almost old enough to drink. Unlike your average 18-year-old, however, HTML has hardly grown at all since it first appeared.
- HTML - XHTML - Ajax -
1 vote

Review It Bookmark It

DHTMLgoodies.com

http://dhtmlgoodies.com/

A library of nice looking DHTML scripts. Includes section with AJAX examples.
- DHTML - Ajax -
1 vote

Review It Bookmark It

IBM AJAX Toolkit Framework

http://www.alphaworks.ibm.com/tech/ajaxtk

AJAX Toolkit Framework (ATF) provides extensible tools for building IDEs for the many different AJAX (asynchronous JavaScript and XML) run-time environments (such as Dojo, Zimbra, etc.). This technology also contains features for developing, debugging, and testing AJAX applications. The framework provides enhanced JavaScript editing features such as edit-time syntax checking; an embedded Mozilla Web browser; an embedded DOM browser; and an embedded JavaScript debugger.
- Ajax -
1 vote

Review It Bookmark It

Using Ajax from Perl

http://www.perl.com/pub/a/2006/03/02/ajax_and_perl.html

Dominic Mitchell on perl.com explains how to use AJAX in Perl.
- Ajax -
1 vote

Review It Bookmark It

Introduction to XForms

http://www.formsplayer.com/introduction-to-xforms

This handbook covers everything you need to know to get started with XForms. You'll start with a simple walkthrough to get your development environment up and running, then create two fully functioning applications--one that saves links to del.icio.us, and another that searches Flickr. Both use CSS-driven Ajax animations.
- XForms - Ajax -
1 vote

Review It Bookmark It

Executive brief: ajax

http://adaptivepath.com/publications/reports/ajaxbrief/

A streamlined take on how you can use Ajax to improve your business. Find out whether this new combination of technologies can help you improve your bottom line.
- Ajax -
1 vote

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.
- CSS - Ajax -
1 vote

Review It Bookmark It

Ajax Mistakes

http://alexbosworth.backpackit.com/pub/67688

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. Here is a list of the many mistakes developers using Ajax often make.
- Usability - Ajax -
1 vote

Review It Bookmark It

Desperately seeking: More AJAX developers

http://blogs.zdnet.com/BTL/?p=1444

David Berlind on ZDNet 5/27/2005. If you're a developer or a developer-wanna-be and you're trying to catch the next big lucrative wave of programming, I'm convinced that AJAX (aka: Asynchronous Javascript + XML) is it.
- Ajax -
1 vote

Review It Bookmark It

What's next after AJAX?

http://www.infoworld.com/article/05/05/23/21FEwebapppush_1.html

There are some capabilities that Web-based apps can't handle -- yet. InfoWorld, 2005-05-23
- Ajax -
1 vote

Review It Bookmark It

BACKBASE - AJAX and Beyond

http://www.backbase.com

Backbase, a company specializing in rich internet applications, has published a whitepaper entitled "AJAX and Beyond" to explain their Backbase Presentation Client, designed to interact with their Presentation Server. They also have a Backbase Development Environment for Java and .NET. All of the products are expected to be available around the end of May 2005, with a current download being available in their developer section. BPC leverages many of the more recent W3C standards as well as AJAX and a custom UI declaration language called BXML (Backbase eXtensible Markup Language) to create highly interactive web sites. There are a number of demos available that show Backbase Presentation Client in action.
- Ajax -
1 vote

Review It Bookmark It

XMLHttpRequest Usability Guidelines

http://www.baekdal.com/articles/Usability/XMLHttpRequest-guidelines/

XMLHttpRequest is becoming more and more popular, and many people are currently exploring what we could do with it. Unfortunately this also causes people to reinvent old and forgotten usability problems.
- DHTML - Ajax -
1 vote

Review It Bookmark It

Ajaxian Blog

http://www.ajaxian.com/

Ben and Dion's Ajax Mission
- Ajax -
1 vote

Review It Bookmark It

Ajax.NET Blog

http://weblogs.asp.net/mschwarz/

Free AJAX library for the Microsoft .NET Framework
- Ajax -
1 vote

Review It Bookmark It

> >|