FlazX | Categories | Forum | Links | Blog | Login


eBook By Category (Ajax)



QuickInfo about Ajax

Ajax, or Asynchronous JavaScript and XML, is an approach to Web application development that uses client-side scripting to exchange data with the Web server. As a result, Web pages are dynamically updated without a full page refresh interrupting the interaction flow. With Ajax, you can create richer, more dynamic Web application user interfaces that approach the immediacy and usability of native desktop applications.

Ajax isn't a technology, it's more of a pattern -- a way to identify and describe a useful design technique. Ajax is new in the sense that many developers are just beginning to be aware of it, but all of the components that implement an Ajax application have existed for several years. The current buzz is because of the emergence in 2004 and 2005 of some great dynamic Web UIs based on Ajax technology, most notably Google's GMail and Maps applications and the photo-sharing site Flickr. These UIs were sufficiently groundbreaking to be dubbed "Web 2.0" by some developers, with the resulting interest in Ajax applications skyrocketing.


Articles

An Introduction To Ajax
This article introduces a methodology, Ajax, you can use to build more dynamic and responsive Web applications. The key lies in the combination of browser-side JavaScript, DHTML, and asynchronous communication with the server. This article also demonstrates just how easy it is to start using this approach, by leveraging an Ajax framework (DWR) to construct an application that communicates with backend services directly from the browser. If used properly, this tremendous power allows your application to be more natural and responsive to your users, thereby providing an improved browsing experience.

Microsoft to Add AJAX Capabilities to ASP.NET
Capitalizing on (or perhaps responding to) renewed developer interest in DHTML stemming from the recent cross-browser implementations of the XMLHttpRequest object, used for client-to-server communications in AJAX applications, Microsoft announces "Atlas," which provides AJAX support for ASP.NET.




eBooks

Accelerated DOM Scripting with Ajax, APIs, and Libraries (Accelerated)
Ajax ebook: Accelerated DOM Scripting with Ajax, APIs, and Libraries (Accelerated) Cover

If you're a web developer with previous JavaScript and DOM scripting experience, Accelerated DOM Scripting with Ajax, APIs, and Libraries is perfect for you to take your knowledge up to the next level...

Adding Ajax
Ajax ebook: Adding Ajax Cover

Ajax can bring many advantages to an existing web application without forcing you to redo the whole thing...

Advanced Ajax: Architecture and Best Practices
Ajax ebook: Advanced Ajax: Architecture and Best Practices Cover

“I very much enjoyed how this book covers the full Ajax application lifecycle and not only coding techniques...

Ajax and REST Recipes: A Problem-Solution Approach
Ajax ebook: Ajax and REST Recipes: A Problem-Solution Approach Cover

Ajax and REST Recipes: A Problem-Solution Approach will serve all of your Ajax needs, by providing adaptable solutions for common tasks you'll want to implement on web sites using the next generation of Ajax and REST techniques...

Ajax Bible
Ajax ebook: Ajax Bible Cover

Build interactive Web applications with Ajax

Create live searches and online spreadsheets

Discover programming mistakes to avoid!

Create blazing-fast Web applications with powerful Ajax

If you think that mastering Ajax is too difficult, guess again...

Ajax Construction Kit: Building Plug-and-Play Ajax Applications (Negus Live Linux Series)
Ajax ebook: Ajax Construction Kit: Building Plug-and-Play Ajax Applications (Negus Live Linux Series) Cover

Ajax Design Patterns
Ajax ebook: Ajax Design Patterns Cover

Ajax, or Asynchronous JavaScript and XML, exploded onto the scene in the spring of 2005 and remains the hottest story among web developers...

Ajax For Dummies (For Dummies (Computer/Tech))
Ajax ebook: Ajax For Dummies  (For Dummies (Computer/Tech)) Cover

* Ajax (Asynchronous JavaScript CSS DOM XMLHttpRequest) combines existing Web technologies into a single platform that allows developers to create rich Web applications that are very fast and look more like desktop applications * Major Web players are already using Ajax to create a new generation of Web applications, including Google (Ajax is behind Google Maps, Google Suggest, and Google Groups), Amazon, and Yahoo! * Our book shows Web developers step by step how to get up and running with the Ajax development platform and application architecture * Topics covered include creating JavaScript effects, styling with CSS, using the XMLHttpRequest object to fetch data, working with Ajax design patterns, harnessing Ajax toolkits, and server-side scripting with PHP and JSP * The companion CD-ROM includes all code from the book, XML tools, and usable Ajax applications

Ajax for Web Application Developers (Developer's Library)
Ajax ebook: Ajax for Web Application Developers (Developer\'s Library) Cover

Ajax is one of the latest and greatest ways to improve users’ online experience and create new and innovative web functionality...

Ajax Hacks : Tips & Tools for Cleaning Up the Web (Hacks)
Ajax ebook: Ajax Hacks : Tips & Tools for Cleaning Up the Web (Hacks) Cover

Those of you familiar with Ajax (Asynchronous JavaScript and XML) know how useful the technology is for creating interactive web applications with XML-based web services and JavaScript in the browser to process the web server response...

Ajax in Action
Ajax ebook: Ajax in Action Cover

Ajax exploded on the scene in the Spring of 2005 when a web site defined the term and Google released Google Maps and GMail, powerful examples of what Ajax can do...

Ajax in Oracle JDeveloper
Ajax ebook: Ajax in Oracle JDeveloper Cover

Asynchronous JavaScript and XML (Ajax) is a web technique used to transfer data between a browser and server asynchronously without posting the web page to the server...

Ajax in Practice
Ajax ebook: Ajax in Practice Cover

Ajax in Practice provides example-rich coverage of Ajax packed with ready-to-use code and practical recipes for common and not-so-common tasks...

Ajax on Java
Ajax ebook: Ajax on Java Cover

This practical guide shows you how to make your Java web applications more responsive and dynamic by incorporating new Ajaxian features, including suggestion lists, drag-and-drop, and more...

Ajax on Rails
Ajax ebook: Ajax on Rails Cover

Learn to build dynamic, interactive web applications using the two most important approaches to web development today: Ajax and the phenomenally efficient Ruby on Rails platform...

Ajax Patterns and Best Practices (Expert's Voice)
Ajax ebook: Ajax Patterns and Best Practices (Expert\'s Voice) Cover

Ajax is taking us into the next generation of web applications...

Ajax Security
Ajax ebook: Ajax Security Cover

The Hands-On, Practical Guide to Preventing Ajax-Related Security Vulnerabilities

More and more Web sites are being rewritten as Ajax applications; even traditional desktop software is rapidly moving to the Web via Ajax...

AJAX, Rich Internet Applications, and Web Development for Programmers (Deitel Developer Series)
Ajax ebook: AJAX, Rich Internet Applications, and Web Development for Programmers (Deitel Developer Series) Cover

AJAX: Creating Web Pages with Asynchronous JavaScript and XML (Bruce Perens Open Source)
Ajax ebook: AJAX: Creating Web Pages with Asynchronous JavaScript and XML (Bruce Perens Open Source) Cover

The Easy, Example-Based Guide to Ajax for Every Web Developer Using Ajax, you can build Web applications with the sophistication and usability of traditional desktop applications and you can do it using standards and open source software...

Ajax: The Complete Reference (Complete Reference Series)
Ajax ebook: Ajax: The Complete Reference (Complete Reference Series) Cover

The Definitive Guide to Ajax Web Application Development

Evolve from the click-and-wait programming pattern to the latest Web 2...

Ajax: The Definitive Guide
Ajax ebook: Ajax: The Definitive Guide Cover

Is Ajax a new technology, or the same old stuff web developers have been using for years? Both, actually...

ASP.NET AJAX in Action
Ajax ebook: ASP.NET AJAX in Action Cover

Ajax has revolutionized the way users interact with web pages today...

Beginning Ajax (Programmer to Programmer)
Ajax ebook: Beginning Ajax (Programmer to Programmer) Cover

This book discusses what Ajax is and what it means to Web developers, as well as the technologies behind Ajax applications...

Beginning Ajax with PHP: From Novice to Professional
Ajax ebook: Beginning Ajax with PHP: From Novice to Professional Cover

Ajax breathes new life into web applications by transparently communicating and manipulating data in conjunction with a server-based technology...

Beginning Google Maps Applications with Rails and Ajax: From Novice to Professional
Ajax ebook: Beginning Google Maps Applications with Rails and Ajax: From Novice to Professional Cover

The Google Maps API remains one of the showcase examples of the Web 2...

Beginning XML with DOM and Ajax: From Novice to Professional (Beginning: From Novice to Professional)
Ajax ebook: Beginning XML with DOM and Ajax: From Novice to Professional (Beginning: From Novice to Professional) Cover

Don't waste time on 1,000-page tomes full of syntax; this book is all you need to get ahead in XML development...

Build Your Own AJAX Web Applications
Ajax ebook: Build Your Own AJAX Web Applications Cover

AJAX (Asynchronous JavaScript and XML) is a new approach for developing web applications...

Building a Web Site with Ajax: Visual QuickProject Guide
Ajax ebook: Building a Web Site with Ajax: Visual QuickProject Guide Cover

Bulletproof Ajax (Voices That Matter)
Ajax ebook: Bulletproof Ajax (Voices That Matter) Cover

Step-by-step guide reveals best practices for enhancing Web sites with Ajax

  • A step-by-step guide to enhancing Web sites with Ajax...

CSS, DHTML, and Ajax, Fourth Edition (Visual QuickStart Guide)
Ajax ebook: CSS, DHTML, and Ajax, Fourth Edition (Visual QuickStart Guide) Cover

The Web doesn't stand still, and neither does this guide: Completely updated to cover the new browsers, standards, and CSS, DHTML, and Ajax features that define the Web today, the one thing that hasn't changed in this edition is its task-based visual approach to the topic...

Enterprise AJAX: Strategies for Building High Performance Web Applications
Ajax ebook: Enterprise AJAX: Strategies for Building High Performance Web Applications Cover

“The core technologies of Ajax are quite straightforward; the hard part is applying them in the real world...

Foundations of Ajax (Foundation)
Ajax ebook: Foundations of Ajax (Foundation) Cover

Ajax burst onto the Web development scene by offering highly interactive, desktop-like Web applications that can be deployed through any modern Web browser without the need for special plug-ins...

Foundations of Atlas: Rapid Ajax Development with ASP.NET 2.0
Ajax ebook: Foundations of Atlas: Rapid Ajax Development with ASP.NET 2.0 Cover

This book introduces a fast-track path to understanding Atlas, and how this technology can increase the power and functionality of your code while conserving time and effort...

Google Web Toolkit for Ajax
Ajax ebook: Google Web Toolkit for Ajax Cover

The Google Web Toolkit (GWT) is a nifty framework that Java programmers can use to create Ajax applications...

Google Web Toolkit: GWT Java Ajax Programming
Ajax ebook: Google Web Toolkit: GWT Java Ajax Programming Cover

GWT in Action: Easy Ajax with the Google Web Toolkit
Ajax ebook: GWT in Action: Easy Ajax with the Google Web Toolkit Cover

The Google Web Toolkit is a new technology that automatically translates Java into JavaScript, making Ajax applications easier to code and deploy...

Head Rush Ajax
Ajax ebook: Head Rush Ajax Cover

Sick of creating web sites that reload every time a user moves the mouse? Tired of servers that wait around to respond to users' requests for movie tickets? It sounds like you need a little (or maybe a lot of) Ajax in your life...

JavaScript and Ajax for the Web, Sixth Edition (Visual QuickStart Guide)
Ajax ebook: JavaScript and Ajax for the Web, Sixth Edition (Visual QuickStart Guide) Cover

Need to learn JavaScript fast? This best-selling reference’s visual format and step-by-step, task-based instructions will have you up and running with JavaScript in no time...

Learning ASP.NET 2.0 with AJAX: A Practical Hands-on Guide
Ajax ebook: Learning ASP.NET 2.0 with AJAX: A Practical Hands-on Guide Cover

With this book, web developers can build engaging and interactive sites and applications using Microsoft's latest web development tools -- ASP...

Microsoft AJAX Library Essentials: Client-side ASP.NET AJAX 1.0 Explained
Ajax ebook: Microsoft AJAX Library Essentials: Client-side ASP.NET AJAX 1.0 Explained Cover

A practical tutorial to using Microsoft AJAX to enhance the user experience of your ASP...

Practical Ajax Projects with Java Technology (Practical)
Ajax ebook: Practical Ajax Projects with Java Technology (Practical) Cover

If you're a Java developer already versed in Ajax-style programming, and you want to take your knowledge to the next level, then this is the book for you...

Pragmatic Ajax : A Web 2.0 Primer
Ajax ebook: Pragmatic Ajax : A Web 2.0 Primer Cover

It used to be that you had to make a hard choice: the ease of deployment of a web page, or the interactive features of a rich desktop application...

Pro Ajax and Java Frameworks (Pro)
Ajax ebook: Pro Ajax and Java Frameworks (Pro) Cover

As a Java developer, you want a guide that shows you how to add Ajax functionality to your web applications with a minimum of effort...

Pro Ajax and the .NET 2.0 Platform (Pro)
Ajax ebook: Pro Ajax and the .NET 2.0 Platform (Pro) Cover

There are a few class libraries recently distributed that open the Ajax door to the ...

Professional Ajax (Programmer to Programmer)
Ajax ebook: Professional Ajax (Programmer to Programmer) Cover

Written for experienced web developers, Professional Ajax shows how to combine tried-and-true CSS, XML, and JavaScript technologies into Ajax...

Professional Ajax, 2nd Edition (Programmer to Programmer)
Ajax ebook: Professional Ajax, 2nd Edition (Programmer to Programmer) Cover

Professional Ajax 2nd Edition provides a developer-level tutorial of Ajax techniques, patterns, and use cases...

Professional Rich Internet Applications: AJAX and Beyond (Programmer to Programmer)
Ajax ebook: Professional Rich Internet Applications: AJAX and Beyond (Programmer to Programmer) Cover

  • Through the use of hands-on examples and case studies to explain complex technologies, this comprehensive book takes AJAX, Ruby on Rails, and Flash to the next level by combining them into a framework for developing rich Internet applications
  • Walks readers through using all aspects of each application, looking at the overall architecture and then breaking down the client-side and server-side technologies, while still maintaining a focus on the desired functionality of an application
  • Also includes coverage of such various technologies as DHTML, JavaScript, XSLT, Java, Python, PHP, and more

Prototype and Scriptaculous in Action
Ajax ebook: Prototype and Scriptaculous in Action Cover

Prototype and Scriptaculous are libraries that extend standard Ajax...

Sams Teach Yourself AJAX in 10 Minutes (Sams Teach Yourself in 10 Minutes)
Ajax ebook: Sams Teach Yourself AJAX in 10 Minutes (Sams Teach Yourself in 10 Minutes) Cover

Sams Teach Yourself Ajax in 10 Minutes is a concise introduction to the basics of building Ajax applications and the architecture and operation of these applications...

Securing Ajax Applications: Ensuring the Safety of the Dynamic Web
Ajax ebook: Securing Ajax Applications: Ensuring the Safety of the Dynamic Web Cover

Ajax applications should be open yet secure...

Understanding AJAX: Using JavaScript to Create Rich Internet Applications
Ajax ebook: Understanding AJAX: Using JavaScript to Create Rich Internet Applications Cover

AJAX: fast mastery for experienced Web developers! Already an experienced Web developer? Apply your skills in today’s fastest-growing area of Web development: AJAX! Building on what you already know, this fast-paced guide will show you exactly how to create rich, usable Internet applications...

Web Development Solutions: Ajax, APIs, Libraries, and Hosted Services Made Easy
Ajax ebook: Web Development Solutions: Ajax, APIs, Libraries, and Hosted Services Made Easy Cover

As a web user, you'll no doubt have noticed some of the breathtaking applications available in today's modern web, such as Google Maps and Flickrdesktop applications than the old style web sites you are used to...

ZK Developer's Guide
Ajax ebook: ZK Developer\'s Guide Cover

ZK is an open-source web development framework that enables web applications to have the rich user experiences and low development costs that desktop applications have had for years...

ZK: Ajax without the Javascript Framework
Ajax ebook: ZK: Ajax without the Javascript Framework Cover

ZK is the most popular open source SourceForge Ajax web framework that enables rich user interface for web applications with no JavaScript and little programming...


Submit a related site | Submit an article


Parse error: syntax error, unexpected $end, expecting T_VARIABLE or '$' in /home/flazx17/public_html/includes/footer.inc.php on line 147