Learn AJAX
Quest details: I want to learn all the technologies involved in AJAX.
- I learnt this link from the Web2.0 blog quest. It's a technically-oriented blog about Ajax techniques, pitfalls, etc. Pretty useful resource for anything wanting to track the latest Ajax development and techniques.By dready, 2 years 10 weeks ago
- With Bindowsâ„¢ you can develop fully functional desktop applications in a web page, without any plugins. Whether you prefer to strictly follow OOP best practices or use the latest RAD flavour of the month, Bindowsâ„¢ provides you with the tools for developing efficient and flexible Rich Internet Applications.By uberlog, 2 years 32 weeks ago
- Short-but-sweet 10 minute introduction to the basics of AJAX and XMLHttpRequest from the Mozilla Developer Center.By dria, 2 years 10 weeks ago
- script.aculo.us provides you with easy-to-use, compatible and, ultimately, totally cool JavaScript libraries to make your web sites and web applications fly, Web 2.0 style. The Web is changing. The 30-year-old terminal-like technology it was originally is gradually giving way to new ways of doing things. The power of AJAX allows for rich user interaction without the trouble that has bugged traditional web applications. Building upon the wonderful Prototype JavaScript library, script.aculo.us provides you with some great additional ingredients to mix in.By uberlog, 2 years 32 weeks ago
- Good points on where AJAX can shine.By amanuel, 2 years 33 weeks ago
- requests & response processing are vital to a good UI experience. NOTE: the page's download link for the examples is broken here is the direct linkBy amanuel, 2 years 32 weeks agoBackbase develops and sells software that helps you to create great AJAX applications. Our goal is to support you with Products and Services to enable you to create Rich Internet Applications that really make a difference.By uberlog, 2 years 32 weeks agoMini AJAX is a very lightweight and simple API for performing AJAX operations. It gets out of the way and lets the developer do what needs to be done.By danielh, 2 years 10 weeks agoLearn Ajax Free EbookBy ravedid, 1 year 20 weeks ago
Free Ebook
Building Responsive Web Applications with AJAX and PHP is the most practical and efficient resource a reader can get to enter the exciting world of AJAX. This book will teach you how to create faster, lighter, better web applications by using the AJAX ingredients technologies to their full potential. Assuming a basic knowledge of PHP, XML, JavaScript and MySQL, this book will help you understand how the heart of AJAX beats and how the constituent technologies work together
By ravedid, 1 year 20 weeks agoFrom the JSON.org website:
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate.
Sometimes AJAX is a little cumbersome to deal with when you're doing lightweght stuff and dealing with full-blown XML and dom parsing can be a bit tedious. Especially if all you really need to do is parse a data structure and modify some client-side state because of it. JSON is an excellent mechanism for formalising that non-XML data.By danielh, 2 years 10 weeks agoSajax is a PHP class that gives exports your PHP function as ajax.
Real easy to impliment and understsand.By Desertsnowman, 2 years 10 weeks agoThe OpenLaszlo platform allows developers to create applications with the rich user interface capabilities of desktop client software and the instantaneous no-download Web deployment of HTML. These applications run on all leading Web browsers on all leading desktop operating systems from a single XML code base. Earthlink, Yahoo, Behr Paint, La Quinta and many others rely on OpenLaszlo to deliver state-of-the-art applications serving millions of users. The OpenLaszlo platform is open source and free for development and deployment.By uberlog, 2 years 32 weeks agoThis site has useful tutorials for anyone starting out with AJAX. It also covers many other popular languages like: xhtml, css, xml, xsl, xpath, DOM, SOAP, php, javascript, and more.By techblog, 2 years 11 weeks ago
Add this quest to your blog. Paste this code into your post
CODE:
Your Status

Get notified when a post is added to this quest. register now; it is free!
Registration is quick and easy.
Learn about questing and how you can start your own quest for knowledge.
Already a member? Please login to participate in this quest
Already a member? Please login to participate in this quest
21 users on quest


narrow term
AJAX is one method of 'remote scripting'. there are many ways to skin a cat. Methods like those used with AJAX have been around forany years and only recently have people started to implement these technologies.
I'll post some tools for you.