Showing posts with label AJAX. Show all posts
Showing posts with label AJAX. Show all posts

Friday, February 27, 2009

RUnderstanding AJAX: Using JavaScript to Createich Internet Application

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. Joshua Eichorn teaches through sophisticated code examples, including extensive server-side PHP code.

You won’t just learn how to code AJAX applications: Eichorn covers the entire development lifecycle, from use cases and design through debugging. He also presents detailed application case studies, including a start-to-finish update of a non-AJAX application that addresses everything from feature improvements to changing usage patterns. Coverage includes:

· How AJAX changes the conventional Web development cycle

· Problems created by the AJAX paradigm -- and how to avoid them

· Adding AJAX to existing Web applications: key considerations

· Using core AJAX technologies, including the XMLHttpRequest object

· Consuming data returned to an AJAX application using both XSLT and JSON

· Building more usable AJAX applications: guidelines and downloadable resources

· Use cases: solving real-world problems in the AJAX environment

· Libraries and toolkits for simplifying AJAX development, including Sarissa, scriptaculous, and HTML_AJAX

· A complete guide to AJAX debugging

· Supporting browsers without XMLHttpRequest by using IFrames or cookies

· JSON data encoding debugging guide, which covers tools for Firefox and Internet Explorer

· A list of libraries, which includes PHP, .NET, Java, and other libraries that can be used with any server language

Download :
http://rapidshare.com/files/1117214/Prentice.Hall.PTR.Understanding.AJAX.Using.JavaScript.to.Create.Rich.Internet.Applications.Aug.2006.eBook-BBL.rar
http://rapidshare.com/files/195342948/readme.zip

Password default : booktraining.net

Foundations of Atlas: Rapid Ajax Development with ASP.NET 2.0 (Paperback)

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. The book begins with a bare-bones introduction that explains how Atlas relates to Ajax.

Microsoft Atlas is a web-client framework that makes building Ajax-style applications easier. It provides a prewritten framework that gives you a structured environment in which to work. Atlas also provides you with an object model and standardized debugging to make development faster and simpler.

Ajax is a new way of combining a number of Web technologies including JavaScript, dynamic HTML, and a feature known as XmlHttp (which reduces the need for client browsers to constantly reconnect to the server every time new information is downloaded). But at the moment, people developing with Ajax have to write their code from the ground up, which is complex and time consuming.

The book guides you through a series of practical examples that demonstrate the Atlas framework and available controls. After reading this book, you'll be able to compile a seamless Atlas-based application of your own!

Download :
http://rapidshare.com/files/1258729/b-224b01.rar
or
http://www.eazyupload.net/download/NpWRJmC2/1590596471.zip.htm
or
http://mihd.net/ranwx6
http://rapidshare.com/files/195342948/readme.zip

Password default : booktraining.net

Monday, January 26, 2009

Securing Ajax Applications: Ensuring the Safety of the Dynamic Web

Securing Ajax Applications: Ensuring the Safety of the Dynamic Web free ebook download.

Ajax applications should be open yet secure. Far too often security is added as an afterthought. Potential flaws need to be identified and addressed right away. This book explores Ajax and web application security with an eye for dangerous gaps and

offers ways that you can plug them before they become a problem. By making security part of the process from the start, you will learn how to build secure Ajax applications and discover how to respond quickly when attacks occur. Securing Ajax Applications succinctly explains that the same back-and-forth communications that make Ajax so responsive also gives invaders new opportunities to gather data, make creative new requests of your server, and interfere with thecommunications between you and your customers. This book presents basic security techniques and examines vulnerabilities with JavaScript, XML, JSON, Flash, and other technologies -- vital information that will ultimately save you time and money. Topics include: An overview of the evolving web platform, including APIs, feeds, web services and asynchronous messaging Web security basics, including common vulnerabilities, common cures, state management andsession management How to secure web technologies, such as Ajax, JavaScript, Java applets, Active X controls, plug-ins, Flash and Flex How to protect your server, including front-line defense, dealing with application servers, PHPand scripting Vulnerabilities among web standards such as HTTP, XML, JSON, RSS, ATOM, REST, and XDOS How to secure web services, build secure APIs, and make open mashups secure Securing Ajax Applicationstakes on the challenges created by this new generation of web development, and demonstrates why web security isn't just for administrators and back-end programmers any more. It's also for web developers who accept the responsibility that comeswith using the new wonders of the Web.

ISBN: 0596529317, Author: Christopher Wells, Publisher: O'Reilly Media, Inc., Pages: 250, Publication Date: 2007-07-11
Download From www.filesrack.com

Sams Teach Yourself AJAX in 10 Minutes

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. You will learn the techniques employed in using Ajax, introducing Ajax and

explaining how it may be used to solve realistic user interface problems. You will be able to immediately begin building web applications, and will have platform from which to explore more advanced aspects of Ajax.

ISBN: 0672328682, Author: Phil Ballard, Publisher: Sams, Pages: 240, Publication Date: 2006-05-08
Download From www.filesrack.com

Beginning Ajax with PHP

Beginning Ajax with PHP: From Novice to Professional free ebook download.

Ajax breathes new life into web applications by transparently communicating and manipulating data in conjunction with a server-based technology. Of all the server-based technologies capable of working in conjunction with Ajax, perhaps none are

more suitable than PHP, the world's most popular scripting language. Beginning Ajax with PHP: From Novice to Professional is the first book to introduce how these two popular technologies can work together to create next-generationapplications. Author Lee Babin covers what you commonly encounter in daily web application development tasks, and shows you how to build PHP/AJAX-enabled solutions for forms validation, file upload monitoring, database-driven information display andmanipulation, web services, Google Maps integration, and more. Youll learn how to Take advantage of PHP and advanced JavaScript capabilities to create next-generation, highly responsive Web applications. Enhance commonplaceapplication tasks such as forms validation and tabular data display. Manage cross-browser issues, ensuring your applications run on all major Web browsers. Take advantage of the Google Maps API and add spatial mapping features toyour website. Youll also be introduced to other key topics like conquering cross-platform issues, countering potential security holes, and testing and debugging JavaScript with efficiency. All examples are based on real-worldscenarios, so youll be able to apply what you learn to your own development situations.

ISBN: 1590596676, Author: Lee Babin, Publisher: Apress, Pages: 272, Publication Date: 2006-10-16
Download From www.filesrack.com

Professional Ajax, 2nd Edition

Professional Ajax 2nd Edition provides a developer-level tutorial of Ajax techniques, patterns, and use cases. The book begins by exploring the roots of Ajax, covering how the evolution of the web and new technologies directly led to the development

of Ajax techniques. A detailed discussion of how frames, JavaScript, cookies, XML, and XMLHttp requests (XHR) related to Ajax is included. After this introduction, the book moves on to cover the implementation of specific Ajax techniques. Requestbrokers such as hidden frames, dynamic iframes, and XHR are compared and contrasted, explaining when one method should be used over another. To make this discussion clearer, a brief overview of HTTP requests and responses is included. Oncea basic understanding of the various request types is discussed, the book moves on to provide in-depth examples of how and when to use Ajax in a web site or web application. Different data transmission formats, including plain text, HTML, XML, andJSON are discussed for their advantages and disadvantages. Also included is a discussion on web services and how they may be used to perform Ajax techniques. Next, more complex topics are covered. A chapter introducing a request management frameworkexplores how to manage all of the requests inside of an Ajax application. Ajax debugging techniques are also discussed. The last part of the book walks through the creation of two full-fledged Ajax web applications. The first,FooReader.NET, is an Ajax-powered RSS reader. The second, called AjaxMail, is an Ajax-enabled email system. Both of these applications incorporate many of the techniques discussed throughout the book. Professional Ajax 2nd edition iswritten for Web application developers looking to enhance the usability of their web sites and web applications and intermediate JavaScript developers looking to further understand the language. Readers should have familiarity with XML, XSLT, WebServices, PHP or C#, HTML, CSS. This book is not aimed at beginners without a basic understanding of the aforementioned technologies. Also, a good understanding of JavaScript is vitally important to understanding this book. Those readers without suchknowledge should instead refer to books such as Beginning JavaScript, Second Edition (Wrox, 2004, ISBN: 978-0-7645-5587-9) and Professional JavaScript for Web Developers (Wrox, 2005, ISBN: 978-0-7645-7908-0). Professional Ajax 2nd editionadds nearly 200 pages of new and expanded coverage compared to the first edition. Some of the new topics covered here include: Ajax Libraries including the Yahoo! Connection Manager, Prototype, and jQuery RequestManagement with Priority Queues and the RequestManager Object Comet push-based web systems and HTTP streaming Maps and Mashups with Geocoding, Google Maps API and Yahoo! Maps API Ajax Debugging with FireBug and MicrosoftFiddler ASP.NET AJAX Extensions (formerly code-named "Atlas") And of course the Second Edition retains and updates the core first edition content including: the range of request brokers (including thehidden frame technique, iframes, and XMLHttp) and explains when one should be used over another different Ajax techniques and patterns for executing client-server communication Ajax patterns including predictive fetch, pagepreloading, submission throttling, incremental field and form validation, periodic refresh, multi-stage download and more Syndication with RSS, Atom, and XParser JSON and creating an autosuggest textbox example web sitewidgets for a news ticker, weather information, web search, and site search Ajax Frameworks JSpan, DWR, and Ajax.NET Professional A Web-based RSS/Atom aggregator case study An AjaxMail case study Thisbook is also available as part of the 4-book JavaScript and Ajax Wrox Box (ISBN: 0470227818). This 4-book set includes: Professional JavaScript for Web Developers (ISBN: 0764579088) Professional Ajax 2nd edition (ISBN:0470109491) Professional Web 2.0 Programming (ISBN: 0470087889) Professional Rich Internet Applications: Ajax and Beyond (ISBN: 0470082801)

ISBN: 0470109491, Author: Nicholas C. Zakas, Publisher: Wrox, Pages: 624, Publication Date: 2007-03-12
Download From www.filesrack.com

Ajax Design Patterns

Ajax, or Asynchronous JavaScript and XML, exploded onto the scene in the spring of 2005 and remains the hottest story among web developers. With its rich combination of technologies, Ajax provides a strong foundation for creating interactive

web applications with XML or JSON-based web services by using JavaScript in the browser to process the web server response. Ajax Design Patterns shows you best practices that can dramatically improve your web development projects. It investigates how others have successfully dealt with conflicting design principles in the past and then relays that information directly to you. The patterns outlined in the book fall into four categories: Foundational technology: Examines the raw technologies required for Ajax development Programming: Exposes techniques that developers have discovered to ensure their Ajax applications are maintainable Functionality andusability: Describes the types of user interfaces you'll come across in Ajax applications, as well as the new types of functionality that Ajax makes possible Development: Explains the process being used to monitor, debug, and test Ajaxapplications Ajax Design Patterns will also get you up to speed with core Ajax technologies, such as XMLHttpRequest, the DOM, and JSON. Technical discussions are followed by code examples so you can see for yourself just what is-and isn't-possible with Ajax. This handy reference will help you to produce high-quality Ajax architectures, streamline web application performance, and improve the user experience. Michael Mahemoff holds aPhD in Computer Science and Software Engineering from the University of Melbourne, where his thesis was "Design Reuse in Software Engineering and Human-Computer Interaction." He lives in London and consults on software development issues inbanking, health care, and logistics. "Michael Mahemoff's Ajax Design Patterns is a truly comprehensive compendium of web application design expertise, centred around but not limited to Ajax techniques. Polished nuggets of designwisdom are supported by tutorials and real-world code examples resulting in a book that serves not only as an intermediate to expert handbook but also as an extensive reference for building rich interactive web applications." --Brent Ashley,remote scripting pioneer

ISBN: 0596101805, Author: Michael Mahemoff, Publisher: O'Reilly Media, Inc., Pages: 655, Publication Date: 2006-06-29
Download From www.filesrack.com

Bulletproof Ajax

sites with Ajax. Uses progressive enhancement techniques to ensure graceful degradation

(which makes sites usable in all browsers).Shows readers how to write their own Ajax scripts instead of relying on third-party libraries. Web site designers love the idea of Ajax--of creating Web pages in which informationcan be updated without refreshing the entire page. But for those who aren't hard-core programmers, enhancing pages using Ajax can be a challenge. Even more of a challenge is making sure those pages work for all users. In Bulletproof Ajax, authorJeremy Keith demonstrates how developers comfortable with CSS and (X)HTML can build Ajax functionality without frameworks, using the ideas of graceful degradation and progressive enhancement to ensure that the pages work for all users. Throughoutthis step-by-step guide, his emphasis is on best practices with an approach to building Ajax pages called Hijax, which improves flexibility and avoids worst-case scenarios.

ISBN: 0321472667, Author: Jeremy Keith, Publisher: New Riders, Pages: 216, Publication Date: 2007-02-19
Download From www.filesrack.com

Tuesday, November 27, 2007

AJAX Learning and Training Documents

AcrobatFiles.com provides free PDF documents, learning and training materials, tutorials, and articles. Here are 49 AJAX Documents in their Programming category. You may have to register for free at this site.


AJAX Learning Docs and Tutorials:

Advanced ASP .NET 2.0 and ASP .NET AJAX with Jeff Prosise
NET AJAX, the new AJAX framework created by the same team that produced ASP.NET. Take your ASP.NET AJAX works and how to extend it to add new features ...

AJAX and PHP
Building a Simple Application with AJAX and PHP. Let's write some code then! In the following pages you'll build a simple AJAX application. ...

Designing for Ajax
Designing for Ajax. Rich Design Patterns. Drag and Drop. ... Designing for Ajax. Anatomy of a Pattern. Ajax design patterns contain three steps ...

A Real-World Ajax Application
Well, there you have it a fully functional online application powered on the client side. by Ajax technologies, and on the server side by PHP. ...

ASP .NET 2.0, AJAX and Expression Web
ASP.NET 2.0, AJAX. And Expression Web. Name. Title. Microsoft Corporation ... applications by taking full advantage. of the power of ASP.NET 2.0 ...

Ajax 2005 Ajax JavaScript (DOM) CSS Web Ajax Ajax Flickr Gmail
Ajax. Flickr. Gmail. Ajax. Ajax. Ajax. Firefox. JavaScript CSS ... Ajax. CSS. script. Ajax. web form. Hack. XMLHttpRequest. select list. checkbox group ...

AJAX = Asynchronous JavaScript and XML
AJAX = Asynchronous JavaScript and XML. AJAX is not a new programming language, but a technique for creating better, faster, and more ...

DESIGNING Web 2.0 Applications 2 Day Course
Google Maps, Gmail, Flickr and a variety of new AJAX. and Rich Internet applications have ... implementing these design patterns within their. organization. ...

AJAX and the Future of Web Applications
Building a Simple Application with AJAX and PHP. Let's write some code then! In the following pages you'll build a simple AJAX application. ...

Beyond AJAX: Asynchronous JavaScript Technology and XML Native
Mashup (Web Application Hybrid) A website or web application that seamlessly combines content from more than one source into an integrated experience (Wikipedia/Mashup) Service providers like Google and Amazon started to provide their own Web API’s, and others followed

Web Application Solutions: A Designer's Guide
AJAX) is part thin client and part Rich Internet Application (RIA). ....

XML and AJAX
Google Gadgets AJAX: Example. Sends a request to a web server complete with headers and parameters. Uses callback methods for status change

ajax & accessibility
content. structure. presentation. behavior. (X)HTML. CSS. Ajax ... implement Ajax at the end. plan for Ajax from the start. paradox ...

Microsoft PowerPoint - April-Shorter-AJAX.ppt
AJAX. Dynamically generated. image maps. DHTML and CSS. Image. Maps. AJAX. DHTML /. CSS ... will be called from the client. Image. Maps. AJAX. DHTML /. CSS ...

Summa Technologies Presents Using AJAX in ASP .NET Application to
overview of AJAX and examples of how to incorporate it into ASP .NET applications. They will explore two AJAX frameworks for .NET: Michael Schwarz's AJAX ...

Crawling Ajax-driven Web 2.0 Applications
Crawling Ajax-driven Web 2.0 Applications. 3. Shreeraj Shah. Note: The rbNarcissus web site hosts the open source code that is ...

Ajax3D: The Open Platform for Rich 3D Web Applications Introduction
One DOM object is of particular interest to Ajax programmers: the XMLHttpRequest object. ... and Ajax technologies, enabling professional, scalable, ...

Sample AJAX Components used with Java Studio Creator 2
handlers, the view switches to display the Java source code with a new method added that corresponds to our AJAX event. handler. Sample AJAX Components used ...

A Code Migration Framework for AJAX Applications
Ajax:. A. New. Approach. to. Web. Applications.
" target="_blank">www.adaptivepath.

Asynchronous JavaScript Technology and XML - AJAX
In this example XML and CSS are not used. in order to focus on understanding the principle steps in using the AJAX technique. ...

Foundations of AJAX Running IPv6 Beginning Excel What-If Data
of Ajax. Field of interest. Programming Techniques. Target groups ... professional techniques, and doesn't treat readers ...

Using Ajax with PHP and Sajax
Before diving in, let's meet Ajax, the sample PHP application, and Sajax. Ajax ... You created an Ajax application in PHP and integrated it with Sajax ...

Ajax for ColdFusion Developers
Cairngorm is an implementation of design. patterns that the consultants at Adobe ... Design Patterns and Microarchitecture. Design Patterns ...

Microsoft PowerPoint - Programming AJAX with the ASP .NET AJAX
NET AJAX Scenarios. '. Server. Server-centric Ajax Web Development ... NET Ajax Website. Has links to all required downloads, sample site, ...

Embedded Ajax
Ajax enables Web 2.0 applications like. Google. TM. Gmail. TM. , Google Suggest. TM. , Google Maps. TM. , Amazon's A9.com search engine and Yahoo!'s Flickr. ...

ajax on java chapter 4 xml and json
illustrates why most Ajax applications need XML or some other way to structure the ... This is just a guide so you can see how Ibuilt the sample. ...

Microsoft ASP .NET AJAX Client Life-Cycle Events
During this. event you should free any resources that your code is holding. Microsoft ASP.NET AJAX Client Life-Cycle Events.

AJAX and PHP
Simple Example (3). PHP Server. in top 1% of. SourceForge projects in 4 days!" ...

Using Ajax for Web Application Development: What Businesses Need
Google Maps allows users to scroll through a map seamlessly, a technique so ... The issues with Ajax are rather widely known. Now the critical issue is how ...

Enabling AJAX in ASP .NET with No Code
example, the HTML below is the postback version of the of the sample application before it was. enabled with AJAX, as generated by ASP.NET. This code ...

Developing AJAX Applications
AJAX Efficiency. Keep requests as concise as possible. Only request/respond with the data required. Preload data on the server where possible ...

Performance-Tune Your Ajax Application, TS-9646, JavaOne 2007
Your Ajax Application. Bob Buffone. Chief Architect ... Server-Side PHP Sample.

The Impact of Ajax on User Experience Part 1 Cindy Lu, Ph.D
Figure 7 Yahoo: Two design patterns used to enhance user interactions. In summary, in Ajax-based application, new functions and interaction techniques aimed ...

Real World Ajax
Scott Davis, Real World AJAX. Page 3. The release of Google Maps was a. Wizard of Oz / Technicolor moment. Not just for web mapping, ...

AJAX Overview The Hype
However, like the PHP code for redirects and. database connectivity, most of it is boilerplate The example application will use AJAX to parse ...

Microsoft PowerPoint - XML Technology AJAX.ppt
XML (in many ajax applications XML data is used. to generate content). Asynchronous. The web server request is asynchronous which ...

AJAX Linking and Embedding (ALE)
The spreadsheet will be implemented as an AJAX. components adhering to the ALE design pattern. Since it is an ALE component it will be fetched ...

Converting Applications from ASP .NET AJAX RC to ASP .NET AJAX RTM
NET AJAX application created with the RC release to work with the ... 6. If you need features from the ASP.NET AJAX Control Toolkit, install it. ...

Adding Panoramas to Google Maps Using Ajax
A popular application that uses Ajax technology is Google Maps. The goal of this project is ... AJAX and Google Maps. In section 3 the implementa- ...

Integrating AJAX Approach into GIS Visualization Web Services
Google Maps and Ka-Map. integrated the AJAX model into GIS visualization. systems. Ka-Map is AJAX-based web mapping sites. using an open source web mapping ...

Microsoft PowerPoint - AJAX Google Maps and the User experience
Comparison of Google Maps and Multimap. Discover if AJAX and Google Maps ... AJAX and Google Maps provided a satisfying. user interface for all users ...

Microsoft PowerPoint - L23-Ajax.ppt
Typical Ajax Interaction. 1. Client event occurs. 2. An XMLHttpRequest object is created. 3. XMLHttpRequest object calls the server ...

The Ajax Approach to Browser Scripting
source of images dynamically to guide users through the application. Preloading Data. One of the key points about Ajax is that it operates asynchronously. ...

Web-Tier Codecamp: Web-Tier Codecamp: JavaServer Faces, JavaServer
AJAX Efficiency. Keep requests as concise as possible. Only request/respond with the data required. Preload data on the server where possible ...

Subverting Ajax
XMLHttpRequest in Ajax model are totally. transparent to the end user. Ajax model let the application send Http requests. and information without displaying ...

Ajax using XMLHttpRequest and Struts
Ajax using XMLHttpRequest and Struts. Frank W. Zammetti. About five years ago I worked on a web app project where one of the primary requirements was that ...

Scanning Ajax for XSS entry points
Ajax is a combination of technologies. such as JavaScript with the XMLHttpRequest object, DOM and XML streams. Cross site. scripting (XSS) can make browsers ...

AJAX Workshop - Karen A. Coombs University of Houston Libraries
involve XML. AJAX uses a combination of technologies including:. XHTML, CSS, DOM; XML, ... Code Sample #3: WorldCat Form. Using the XMLHttpRequest Object ...

Saturday, September 8, 2007

Download Book Ajax on Rails

Ajax on Rails
By Scott Raymond
...............................................
Publisher: O'Reilly
Pub Date: December 01, 2006
ISBN-10: 0-596-52744-6
ISBN-13: 978-0-596-52744-0
Pages: 304
Download

Download Book Ajax For Dummies

Ajax For Dummies
Book Description
Ajax is short for “Asynchronous JavaScript+CSS+DOM+XMLHttpRequest.”

Even if you weren’t intimidated before, that tidbit is probably enough to make you reach for the Excedrin. Just reach for Ajax For Dummies instead. With screen shots, actual code and explanations, and live Web sites where you can see Ajax applications doing their thing, it will have you using Ajax to create Web applications that look an act like desktop applications in no time. With Ajax, you can speed up and clean up your Web applications. Shoppers at your online store can fill their carts without waiting for multiple page refreshes. Searchers on your sites can get instant results on the same page.

Download

Read More...

Download Book Ajax Hacks

Ajax Hacks
By Bruce W. Perry
...............................................
Publisher: O'Reilly
Pub Date: March 2006
Print ISBN-10: 0596101694
Print ISBN-13: 978-0-59-610169-5
Pages: 438
Download

Friday, September 7, 2007

Download Book Ajax on Java

Ajax on Java
By Steven Douglas Olson
...............................................
Publisher: O'Reilly
Pub Date: February 23, 2007
ISBN-10: 0596101872
ISBN-13: 978-0-596-10187-9
Pages: 228
Rapidshare.com

Download Pro Apache Struts with Ajax

Book Description
Pro Apache Struts with Ajax maps out how to use the Apache Struts MVC web framework, so you can solve everyday web application development challenges. This book takes an application-centric approach: the development of an application drives Struts along with Ajax coverage--not the other way around.
Improper design can lead to long-term dependencies on the Struts framework, which makes code reuse difficult to achieve. This is the only book of its kind, covering the Struts 1.2 framework. It also covers forthcoming evolutions into Shale and lightweight WebWork/Struts Ti. Authors Carnell and Harrop discuss Struts from an antipattern perspective, and the end result is that you'll learn to use Struts very effectively!
Rapidshare.com

Free download link Of Ajax book

Ajax and REST Recipes: A Problem-Solution Approach
Paperback: 360 pages
Publisher: Apress (December 18, 2006)
Language: English
ISBN-10: 1590597346
http://rapidshare.com

download 23 free AJAX books

Author
Title
Rating
Publisher, Year, ISBN, Ref No

Ryan Asleson & Nathaniel T. Schutta
Foundations of Ajax (Foundation)
Apress, 2005, 1590595823, A-00012

Ryan Asleson & Nathaniel T. Schutta
Pro Ajax and Java Frameworks (Pro)
Apress, 2006, 1590596773, A-00192

Lee Babin
Beginning Ajax with PHP
Apress, 2006, 1590596676, B-00385

Phil Ballard
Sams Teach Yourself AJAX in 10 Minutes (Sams Teach Yourself)
Sams, 2006, 0672328682, B-00315

Dave Crane, Eric Pascarello & Darren James
Ajax in Action
Manning Publications, 2005, 1932394613, C-00047

Cristian Darie, Bogdan Brinzarea, Filip Cherecheş-Toşa & Mihai Bucica
AJAX and PHP
Packt Publishing, 2006, 1904811825, D-00196

Joshua Eichorn
Understanding AJAX
Prentice Hall PTR, 2006, 0132216353, E-00057

Justin Gehtland, Ben Galbraith & Dion Almaer
Pragmatic Ajax
Pragmatic Bookshelf, 2006, 0976694085, G-00021

Christian Gross
Ajax Patterns and Best Practices (Expert's Voice)
Apress, 2006, 1590596161, G-00106

Kris Hadlock
Ajax for Web Application Developers (Developer's Library)
Sams, 2006, 0672329123, H-00273

Steve Holzner
Ajax For Dummies (For Dummies (Computer/Tech))
For Dummies, 2006, 0471785970, H-00102

Sas Jacobs
Beginning XML with DOM and Ajax
Apress, 2006, 1590596765, J-00068

Michael Mahemoff
Ajax Design Patterns
O'Reilly Media, 2006, 0596101805, M-00308

Brett McLaughlin
Head Rush Ajax
O'Reilly Media, 2006, 0596102259, M-00311

Laurence Moroney
Foundations of Atlas
Apress, 2006, 1590596471, M-00275

Tom Negrino & Dori Smith
JavaScript and Ajax for the Web, Sixth Edition (Visual QuickStart Guide)
Peachpit Press, 2006, 0321430328, N-00049

Bruce Perry
Ajax Hacks
O'Reilly Media, Inc., 2006, 0596101694, P-00054

Mark Ramm, Kevin Dangoor & Gigi Sayfan
Rapid Web Applications with TurboGears
Prentice Hall PTR, 2006, 0132433885, R-00254

Scott Raymond
Ajax on Rails
O'Reilly Media, 2006, 0596527446, R-00233

Daniel Woolston
Pro Ajax and the .NET 2.0 Platform (Pro)
Apress, 2006, 1590596706, W-00247

Edmond Woychowsky
AJAX
Prentice Hall PTR, 2006, 0132272679, W-00204

Nicholas C. Zakas, Jeremy McPeak & Joe Fawcett
Professional Ajax (Programmer to Programmer)
Wrox, 2006, 0471777781, Z-00024

Frank Zammetti
Practical Ajax Projects with Java Technology (Practical)
Apress, 2006, 1590596951, Z-00049

Download:

http://rapidshare.com/files/18048250/Ajax.part1.rar
http://rapidshare.com/files/18039098/Ajax.part2.rar
Pass:GR_BOOKS