Ajax

See also: 
View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
Books
  Links
Tutorials
  

Articles:
  • Integrating Flex into Ajax applications by Brice Mason   - [Clicks: 5]
    Traditional Asynchronous JavaScript + XML (Ajax) development continues to be the leading method for producing rich Internet applications (RIAs). However, the popularity of Adobe Flex cannot be ignored. This article introduces the Adobe Flex Ajax Bridge (FABridge), a code library that enables an easy and consistent method for integrating Ajax and Flex content. By the end of this article, you'll be able to take advantage of the rich features available through Adobe Flash assets.
    http://www.ibm.com/developerworks/web/library/wa-aj-flex/index.html - Jul, 2008
  • Ajax overhaul, Part 3: Retrofit existing sites with jQuery, Ajax tabs, and photo carousels by Brian J. Dillard   - [Clicks: 1]
    Ajax techniques have changed the face of large, commercial Web applications, but many smaller Web sites don't have the resources to rebuild their entire user interface overnight. New features should justify their costs by solving real-world interface problems and improving user experience. This series is teaching you to modernize your user interface incrementally using open source, client-side libraries. In this installment, you learn to turn slow, messy, annoying product-details pages into fast, elegant ones using DHTML and Ajax. You do so using the principle of progressive enhancement, ensuring that your site remains accessible to all sorts of user-agents.
    [Includes sample code]
    http://www.ibm.com/developerworks/web/library/wa-aj-overhaul3/index.html - Jul, 2008
  • Build Ajax applications with Ext JS by John Fronckowiak   - [Clicks: 6]
    Ext JS is a powerful JavaScript library that simplifies Asynchronous JavaScript + XML (Ajax) development through the use of reusable objects and widgets. This article introduces Ext JS, providing an overview of the object-oriented JavaScript design concepts behind it, and shows how to use the Ext JS framework for rich Internet application UI elements.
    http://www.ibm.com/developerworks/web/library/wa-aj-extjs/index.html - Jul, 2008
  • Develop Ajax applications like the pros, Part 2: Using the Prototype JavaScript Framework and script.aculo.us by Michael Galpin   - [Clicks: 5]
    Are you building a Web application? Is it supposed to look more like cragislist or flickr? If the answer is the former, then you can probably skip this article. Still reading? Well you are in luck. In this article, Part 2 of a three-part series on JavaScript libraries, you will see how to use the Scriptaculous JavaScript library to enhance your Web applications.
    [Includes sample code]
    http://www.ibm.com/developerworks/web/library/wa-aj-ajaxpro2/index.html - Jun, 2008
  • Ajax security tools by Judith Myerson   - [Clicks: 6]
    Certain vulnerabilities within Ajax applications can allow malicious hackers to reek havoc with your applications. Identity theft, unprotected access to sensitive information, browser crashes, defacement of Web applications, and Denial of Service attacks are just a few of the potential disasters Ajax applications can be prone to and which developers need to guard against when building Ajax capabilities into their applications. Regular developerWorks author Judith Myerson suggests some application-strengthening tools, including Firefox tools and add-ons, which you can use to improve or solve security problems within your Ajax applications.
    http://www.ibm.com/developerworks/web/library/wa-aj-sectools.html - May, 2008
  • Ajax and Java development made simpler, Part 2: Use conventions to minimize setup and configuration by Andrei Cioroianu   - [Clicks: 4]
    Most Web frameworks try to be as flexible and extensible as possible to accommodate different application needs and development styles. Unfortunately, sometimes this leads to complexity, processing overheads, and large configuration files. This article shows how to use JSP Standard Tag Library (JSTL) and JSP tag files to implement data binding, page navigation, and style conventions, which make both development and maintenance easier. You will learn how to build custom JSP tags with dynamic attributes to facilitate rapid application changes. In addition, the last section of the article contains an example that uses Ajax to submit a Web form.
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/wa-aj-simplejava2.html - May, 2008
  • Develop Ajax applications like the pros, Part 1: Using the Prototype JavaScript library and script.aculo.us by Michael Galpin   - [Clicks: 3]
    If you're developing Web applications these days, then you're doing Ajax development. Ajax is no longer something unusual that you add to your applications in special cases. It has become an integral part of Web development. To some, enhancing applications with Ajax used to be a tricky proposition. Cross-browser limitations to deal with, writing a lot of complicated JavaScript, and learning about magic numeric codes within that JavaScript were just a few of the challenges facing Ajax developers. Thankfully, several open source JavaScript libraries are available now to make things much easier. In this first article in a three-part series, you will create an Ajax application for managing songs using the Prototype JavaScript library and script.aculo.us.
    [Includes sample code]
    http://www.ibm.com/developerworks/web/library/wa-aj-ajaxpro1/ - May, 2008
  • Performance Ajax tools by Judith Myerson   - [Clicks: 6]
    Wasting server resources can impact the performance of Ajax applications, resulting in excessive HTTP requests, high memory consumption, and the need for an unusual amount of polling to make applications work. Regular developerWorks author Judith Myerson suggests some open source tools and Firefox add-ons you can use to improve or solve problems with your Ajax applications.
    http://www.ibm.com/developerworks/web/library/wa-aj-pertools.html - May, 2008
  • Ajax overhaul, Part 2: Retrofit existing sites with jQuery, Ajax, tooltips, and lightboxes by Brian J. Dillard   - [Clicks: 10]
    Asynchronous JavaScript + XML (Ajax) techniques have changed the face of large, commercial Web applications, but many smaller Web sites don't have the resources to rebuild their entire user interface (UI) overnight. New features should justify their costs by solving real-world interface problems and improving user experience. With this series, learn to modernize your UI incrementally using open source, client-side libraries. In this installment, you learn to eliminate pop-up windows and navigational dead ends using simple lightbox and tooltip techniques. You learn to do so using the principle of progressive enhancement, guaranteeing that advanced UI features don't hamper your site's accessibility and adherence to Web standards.
    [Includes sample code]
    http://www.ibm.com/developerworks/web/library/wa-aj-overhaul2/index.html - May, 2008
  • Ajax performance analysis by Kristopher William Zyp   - [Clicks: 11]
    Asynchronous JavaScript + XML (Ajax) continues to raise user expectations for interactivity and performance, and developers are increasingly treating Ajax as a must-have component of their Web applications. As more code is moved client side and the network model changes, the community is responding by building more tools to address the unique performance challenges of Ajax. Examine toolsets that find and correct performance problems within your Ajax-enriched applications.
    http://www.ibm.com/developerworks/web/library/wa-aj-perform/index.html - Apr, 2008
  • Implementing AJAX Components in the JWL Framework by Aleksey Shevchenko   - [Clicks: 3]
    Learn how to implement all types of JWL AJAX Components into your projects. (JWL is IBM's JavaScript-based Widget Library.)
    http://www.developer.com/java/web/article.php/3741411 - Apr, 2008
  • Ajax and Java development made simpler, Part 1: Generate JavaScript code dynamically with JSP tag files by Andrei Cioroianu   - [Clicks: 16]
    Many Web developers complain that Java EE is too complex, building new Web components is difficult, customizing the existing ones is not as easy as it should be, and minor changes require application restarts. This series presents simple solutions to these problems, using code generators, conventions, scripting languages, and the latest JavaServer Pages (JSP) features. You will learn how to build reusable Ajax and Java components based on JSP tag files, which are very easy to develop and deploy. When changed, JSP tag files are recompiled automatically by the Java EE server without having to restart the application. In addition, you fully control the generated code, and you are able to easily customize these lightweight components because they use the JSP syntax.
    [Includes sample code]
    http://www.ibm.com/developerworks/web/library/wa-aj-simplejava1/ - Apr, 2008
  • Ajax on the network side by Thomas A. Powell   - [Clicks: 6]
    Ajax programming is just one piece of bringing more dynamic, responsive Web applications to your users. Ajax expert Thomas A. Powell fills in the blanks for the network admins who oversee the performance and security of your Ajax apps.
    http://www.javaworld.com/javaworld/jw-03-2008/jw-03-ajax-network.html - Mar, 2008
  • Script.aculo.us Controls: Do Your Web Users a Favor by Alessandro Lacava   - [Clicks: 5]
    Learn how to integrate Script.aculo.us web controls into your web applications to make the end-user experience more pleasant.
    [Includes source code]
    http://www.devx.com/webdev/Article/37574 - Mar, 2008
  • XML processing in Ajax, Part 3: JSON and avoiding proxies by Mark Pruett   - [Clicks: 3]
    Ajax-style server calls don't necessarily require XMLHttp requests. This last installment of the series uses a public Web service, JavaScript Object Notation (JSON), and dynamic script tags in a final approach to the weather badge project.
    [Includes sample code]
    http://www.ibm.com/developerworks/xml/library/x-xmlajaxpt3/ - Mar, 2008
  • Ajax and XML: Ajax for tables by Jack D Herrington   - [Clicks: 4]
    One strong suit of Asynchronous JavaScript + XML (Ajax) is presenting data from the server to users in a dynamic fashion. Discover several techniques that use Ajax for dynamic data display using tables, tabs, and gliders.
    http://www.ibm.com/developerworks/xml/library/x-ajaxxml10/ - Mar, 2008
  • XML processing in Ajax, Part 2: Two Ajax and XSLT approaches by Mark Pruett   - [Clicks: 4]
    In Part 2 of this series, Mark Pruett presents two more approaches to the Asynchronous JavaScript + XML (Ajax) weather badge. Both approaches use Extensible Stylesheet Language Transformation (XSLT) transformations--one on the server side and the other in the browser.
    [Includes sample code]
    http://www.ibm.com/developerworks/xml/library/x-xmlajaxpt2/ - Mar, 2008
  • Ajax overhaul, Part 1: Retrofit existing sites with Ajax and jQuery by Brian J. Dillard   - [Clicks: 5]
    This first article in a series on overhauling existing sites with Asynchronous JavaScript + XML (Ajax) shows you how to eliminate pop-up windows and navigational dead-ends with simple modal windows.
    [Includes sample code]
    http://www.ibm.com/developerworks/xml/library/wa-aj-overhaul1/index.html - Mar, 2008
  • XML processing in Ajax, Part 1: Four approaches by Mark Pruett   - [Clicks: 4]
    Any programming problem can be solved in multiple right ways. This series looks at four approaches for creating an Asynchronous JavaScript + XML (Ajax) weather badge, a small reusable widget that's easily embedded on any Web page. This first article lays the foundation and examines the first approach -- walking the DOM tree.
    [Includes sample code]
    http://www.ibm.com/developerworks/xml/library/x-xmlajaxpt1/ - Mar, 2008
  • Create an Ajax mindreader application with E4X and Prototype, Part 2: Make the mindreader smarter by Nicholas Chase   - [Clicks: 5]
    In this two-part article series, you learn to use both ECMAScript for XML (E4X) and the Prototype JavaScript library to create a simple Ajax mindreader application that plays Twenty Questions and learns about new objects as it goes along. In Part 1, you learned to create a system that takes an existing knowledge base and analyzes it to determine what the user might be thinking. Now in Part 2, you'll learn to add new information to the knowledge base, and to use the Prototype JavaScript library to integrate the Twenty Questions application with an external database so training by one user is usable by others who play the game.
    [Includes sample code]
    http://www.ibm.com/developerworks/xml/library/x-e4xpart2/index.html - Feb, 2008
  • Create an Ajax mindreader application with E4X and Prototype, Part 1: Build the Twenty Questions infrastructure by Nicholas Chase   - [Clicks: 16]
    XML seems like a natural format for passing Ajax data. However, to work with XML in JavaScript using the Document Object Model (DOM) is not always the best way to handle this kind of data. This has given rise to other choices, such as JSON, which provide a more object-like feel for developers. Now ECMAScript for XML (E4X) combines many of the best features of the DOM with extremely easy data binding to provide a more straightforward way to deal with XML in the browser. In this two-part article series, you'll learn to use both E4X and the Prototype JavaScript library to create a simple Ajax mindreader application that plays Twenty Questions and learns about new objects as it goes along. Part 1 shows you how to create a system that takes an existing knowledge base and analyzes it to determine what the user may be thinking.
    [Includes sample code]
    http://www.ibm.com/developerworks/xml/library/x-e4xpart1/index.html - Feb, 2008
  • Where and when to use Ajax in your applications by Jesse Skinner   - [Clicks: 20]
    Ajax has changed the way Web applications are made. Learn how you can use Ajax to improve your Web sites while avoiding bad user experiences.
    http://www.ibm.com/developerworks/web/library/wa-aj-when/ - Feb, 2008
  • Ajax and XML: Ajax for forms by Jack D Herrington   - [Clicks: 6]
    Augmenting your HTML forms with Asynchronous JavaScript + XML (Ajax) callbacks to the server is a practical way to add Web 2.0 functionality to your application. Discover a variety of techniques to add Ajax code and enhance the user experience for PHP applications.
    [Includes sample code]
    http://www.ibm.com/developerworks/xml/library/x-ajaxxml9/index.html - Jan, 2008
  • Generate Ajax J2EE Web applications with jpa2web by Maximo Gurmendez   - [Clicks: 17]
    Learn about, try, and contribute to a new open source tool - jpa2web - which generates J2EE Ajax-based Web applications from JPA-annotated beans. Using the ZK framework, the applications generated by this tool allow your users to add, delete, search, modify, and interconnect instances of database-synchronized objects in a friendly, Ajax-based Web user interface.
    http://www.ibm.com/developerworks/java/library/wa-aj-jpa2web/index.html - Jan, 2008
  • Solid Ajax applications, Part 2: Building Ajax back ends by Brett McLaughlin   - [Clicks: 15]
    Back end processing - server-side scripts and programs - can't always be tossed into an Ajax application and behave well. Instead, careful planning to ensure data is sent in an appropriate and efficient form ensures your entire application is cohesive, rather than needlessly complex. Brett McLaughlin explains how a good server-side script complements Ajax behavior.
    [Includes sample code]
    http://www.ibm.com/developerworks/xml/library/wa-aj-backend/index.html - Jan, 2008
  • Fun with Auto-Complete Widgets by Vlad Kofman   - [Clicks: 12]
    Have you ever wanted to implement auto-suggest text fields? Take a look at the new Ajax-based web widgets to auto-complete user queries.
    http://www.developer.com/design/article.php/3719341 - Jan, 2008

[Top]

Books:
  • jQuery in Action  by Bear Bibeault, Yehuda Katz   - [Clicks: 11]
    A good web development framework anticipates what you need to do and makes those tasks easier and more efficient; jQuery practically reads your mind. Developers of every stripe -- hobbyists and professionals alike -- fall in love with jQuery the minute they've reduced 20 lines of clunky JavaScript into three lines of elegant, readable code. This new concise JavaScript library radically simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery in Action, like jQuery itself, is a concise tool designed to make you a more efficient and effective web developer. In a short 300 pages, this book introduces you to the jQuery programming model and guides you through the major features and techniques you'll need to be productive immediately. The book anchors each new concept in the tasks you'll tackle in day-to-day web development and offers unique lab pages where you immediately put your jQuery knowledge to work. There are dozens of JavaScript libraries available now, with major companies like Google, Yahoo, and AOL open-sourcing their in-house tools. This book shows you how jQuery stacks up against other libraries and helps you navigate interaction with other tools and frameworks. jQuery in Action offers a rich investigation of the up-and-coming jQuery library for client-side JavaScript. This book covers all major features and capabilities in a manner focused on getting the reader up and running with jQuery from the very first sections. Web developers reading this book will gain a deep understanding of how to use jQuery to simplify their pages and lives, as well as learn the philosophy behind writing jQuery-enhanced pages.
    Manning Publications, Paperback - Feb, 2008

[Top]

Links:
  • AJAX - Wikipedia, the free encyclopedia   - [Clicks: 26]
    AJAX or Asynchronous JavaScript and XML is a term describing a web development technique for creating interactive web applications using a combination of: * HTML (or XHTML) and Cascading Style Sheets for presenting information; * Document Object Model, JavaScript to dynamically display and interact with the information presented; * XML, XSLT and the XMLHttpRequest object to interchange and manipulate data asynchronously with the web server (although AJAX applications can use other technologies, including preformatted HTML, plain text, and JSON, as alternatives to XML/XSLT). Like DHTML or LAMP, AJAX is not a technology in itself, but a term that refers to the use of a group of technologies together. AJAX applications use web browsers that support the above technologies as a platform to run on. Browsers that support these technologies include Mozilla Firefox, Internet Explorer, Opera, and Safari.
    http://en.wikipedia.org/wiki/AJAX
  • AJAX Developer Resource Center   - [Clicks: 27]
    Get ahead of the curve and start developing AJAX applications today. This is your source for Java tools, technologies and expert advice.
    http://developers.sun.com/ajax/
  • AJAX Matters - Asynchronous JavaScript and XML and XMLHTTP development information by Shane Witbeck   - [Clicks: 11]
    AJAX Matters is an informational site about AJAX (short for "Advanced Javascripting and XML" or "Asynchronous JavaScripting and XML") and how these technologies are applied to web development.
    http://www.ajaxmatters.com/
  • AJAX Patterns: Design Patterns for AJAX Usability by Michael Mahemoff   - [Clicks: 58]
    I’ve been putting together some AJAX design patterns.
    http://www.softwareas.com/ajax-patterns
  • AjaxPatterns by Michael Mahemoff   - [Clicks: 15]
    This is an in-progress collection of AJAX patterns being collected and discovered by Michael Mahemoff, building on an initial draft published on my blog about two weeks ago.
    http://www.ajaxpatterns.org/index.php?title=Main_Page
  • Asynchronous JavaScript and XML (AJAX) with Java 2 Enterprise Edition   - [Clicks: 116]
    AJAX uses JavaScript in an HTML page to make asynchronous calls to the server from which the page loaded and fetch an XML document from a server-side component asynchronously. Upon completion of a request JavaScript may update or modify the Document Object Model (DOM) of the HTML page based on the resulting XML document. Only the affected portions of the HTML DOM are are re-rendered in the HTML page. The term Asynchronous JavaScript and XML has emerged recently to describe this interaction model.
    [Some solutions: Auto-completion, Progress Bar, Realtime Form Validation, Refreshing Data]
    https://bpcatalog.dev.java.net/nonav/ajax/index.html
  • JavaScript Developer Connection   - [Clicks: 12]
    New to JavaScript? Exploring the brave new world of AJAX? Want to learn more about how to use JavaScript on the server? You've come to the right place!
    http://java.sun.com/javascript/

[Top]

Tutorials:
  • Create an Ajax-based IM client by Nicholas Chase   - [Clicks: 3]
    The ability to instant message (IM) co-workers and friends is a great convenience, but some environments prohibit the use of instant messaging clients in the workplace due to security concerns. The exercise in this tutorial resolves any security concerns by showing you how to use Ajax to create a Web-based IM client that turns IM traffic into plain Web traffic by creating an instant messaging "bot" and a corresponding Web application. While it's not a production application, it demonstrates several nifty Ajax techniques, such as how to use Prototype to do easier DOM manipulation and how to easily update sections of a Web page, either once or repeatedly.
    [Formats: html, pdf]
    http://www.ibm.com/developerworks/edu/wa-aj-imclient-i.html - Apr, 2008
  • Create your own information space with Ajax and del.icio.us by Tyler Anderson   - [Clicks: 6]
    del.icio.us is a social bookmarking Web site that allows users to create and share browser-independent bookmarks, accessible directly over the Internet, in ways your browser won't allow. The traditional hierarchical organization of browser bookmarks is overhauled, allowing users to instead associate each and every bookmark with any number of descriptive tags. Imagine a single page where you and your friends can surf the Web and have your del.icio.us tags, links, and functions handy, or a single page where you can save the site you're browsing directly into your del.icio.us account, along with comments and chosen tags. This tutorial shows you how to use Ajax to build just such a page using a PHP script as the server-side proxy.
    [Formats: html, pdf]
    http://www.ibm.com/developerworks/edu/wa-dw-wa-aj-space.html - Feb, 2008

[Top]