ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

30 AJAX tutorials

(1/1)

mouser:
Asynchronous JavaScript And XML, or its acronym Ajax, is a Web development technique for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire Web page does not have to be reloaded each time the user makes a change. This is meant to increase the Web page's interactivity, speed, and usability.
--- End quote ---

http://www.maxkiesler.com/index.php/weblog/comments/round_up_of_30_ajax_tutorials/

link from furl.com

wikipedia entry on ajax: http://en.wikipedia.org/wiki/AJAX

allen:
That's a nice collection of links.  I'm not a big fan of AJAX, as I like web stuff server side and local stuff client side -- I don't like mixing.  AJAX also dramatically decreases the flexibility of an application, typically alienating users who disable JavaScript and users on portable platforms.  Since no two browsers have identical JavaScript implementations, developers typically pick one or two platforms to support and alienate the rest -- making the web less accessible in the name of making it seem more responsive.

All that aside, it is a cool hybrid technology that is a must-know for anyone in the web development industry -- it's not going away any time soon, and people are already expecting every new web-ap to act like it isn't a server side application.

2stepsback:
http://ajaxpatterns.org/   :huh:

http://ajaxian.com/    :huh:  :huh:

http://www.maxkiesler.com/index.php/weblog/comments/50_ajax_reference_websites_from_around_the_world/  :huh: :huh: :huh:

http://swik.net/  :huh: :huh: :huh: :huh:

 :-* :-* :-* :-*

Navigation

[0] Message Index

Go to full version