Learn AJAX

Quest details: I want to learn all the technologies involved in AJAX.
Items posted to quest Syndicate content
  1. 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
  2. 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
  3. 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
  4. 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
  5. Good points on where AJAX can shine.
    By amanuel, 2 years 33 weeks ago
  6. Try Ruby
    By uberlog, 2 years 32 weeks ago
  7. 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 link
    By amanuel, 2 years 32 weeks ago
  8. Backbase 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 ago
  9. Mini 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 ago
  10. Learn Ajax Free Ebook
    By ravedid, 1 year 20 weeks ago
  11. 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 ago
  12. From 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 ago
  13. Sajax is a PHP class that gives exports your PHP function as ajax.
    Real easy to impliment and understsand.
    By Desertsnowman, 2 years 10 weeks ago
  14. The 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 ago
  15. This 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
Register to track this quest with your profile

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


narrow term

uberlog's picture

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.