Free Web Design, Development and Programming Training and Tutorial Resources




    



December 12, 2005

Tutorials for Learning How to Code in AJAX

AJAX, short for Asynchronous JavaScript and XML, is the latest and most popular web programming technique to hit the Internet. In a nutshell, AJAX allows you to make a call to an http server (typically an RSS feed or a webpage), get it’s content and load them into your existing page without having to refresh the whole page. This means that services like email don’t have to reload the whole page everytime you click a message, thus saving you bandwidth, and making your sites overall more efficient. Here are some good learning pages and tutorials for AJAX: Ajax Tutorial: Ajax What is it Good For?: dhtmlnirvana.com/ajax/ajax_tutorial/ Shows you how to code in Ajax and how to implement it into your site, along with its history and how it was born. Ajax: Getting Started: developer.mozilla.org/en/docs/AJAX:Getting_Started This is a well presented introduction to Ajax from the Mozilla developer center. AJAX: Instant Tutorial: aleembawany.com/weblog/webdev/000051_ajax_instant_tutorial.h… This is an excellent Ajax tutorial that makes is simple to understand and implement code using it. Rasmus’ 30 second AJAX Tutorial: rajshekhar.net/blog/archives/85-Rasmus-30-second-AJAX-Tutori… This is a quick, 30 second tutorial with code examples that you should understand have web coding experience. Ajax Examples: ajaxpatterns.org/Ajax_Examples Demonstrates various ways to use Ajax and shows you what you can do with it on your web sites. Ajax in ASP.NET: www.developerfusion.co.uk/show/4704/ Read this tutorial if you’re ASP.NET developer. Microsoft is working on their own implementation of Ajax, which is named Atlas, but it is not yet released yet. Ajax with J2EE: java.sun.com/developer/technicalArticles/J2EE/AJAX/ Another tutorial of Ajax, this time implementing with J2EE. How to Use AJAX: www.informit.com/articles/article.asp?p=425820 AJAX Programming Wikipedia Article: en.wikipedia.org/wiki/Ajax_%28programming%29 Creating a MySQL connection with PHP/AJAX: www.johnwiseman.ca/blogging/?p=61 XML in the Browser: Submitting forms using AJAX: tinyurl.com/bcsce A Simpler Ajax Path: www.onlamp.com/pub/a/onlamp/2005/05/19/xmlhttprequest.html Building an AJAX-Based Chat: Interacting With a Database: tinyurl.com/cjq2a Very Dynamic Web Interfaces: www.xml.com/pub/a/2005/02/09/xml-http-request.html AJAX Tutorial google search: www.google.com/search?hl=en&q=AJAX+tutorial&btnG=Google+Sear…

Popularity: 9% [?]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • blogmarks
  • Furl
  • Reddit
  • Shadows
  • StumbleUpon
  • YahooMyWeb



Related Posts:
  • Top 20 AJAX Tutorials for Beginners
  • Free Course on AJAX Programming
  • Free Ebooks on Web Development, AJAX, ASP.NET, and XSLT
  • JavaScript Tutorial, Reference, and Examples
  • Top 20 Training and Tutorials Sites on Digg.com for last month

  • No Comments »

    No comments yet.

    RSS feed for comments on this post.

    Leave a comment

    You must be logged in to post a comment.