background preloader

Ajax

Facebook Twitter

Freelance

How AJAX Works: 10 Practical Uses For AJAX | Noupe. Jun 14 2009 AJAX has gotten more and more popular over the years, and has allowed web applications to act more and more like desktop applications. AJAX can provide a lot of additional functionality that could not be accomplished any other way. What Is AJAX? How Does It Work? AJAX stands for Asynchronous JavaScript and XML. Here is how the usual AJAX script goes: Some action triggers the event, like the user clicking a button.The AJAX call fires, and sends a request to a server-side script, using XMLThe server-side script (PHP, ASP, or whatever) takes the input from JavaScript, can access the database if it needs to, and processes the data.Using XML again, the script sends the data back to the original client-side page that made the requestA second JavaScript function, called a callback function,catches the data, and updates the web page Throughout this tutorial, we will discuss how various scripts use this routine to accomplish a wide variety of effects. 1.

Example: Digg.com (top of page) 2. 20 Excellent AJAX Effects You Should Know - NETTUTS. AJAX Libraries API - Google Code. The Google Hosted Libraries is a stable, reliable, high-speed, globally available content distribution network for the most popular, open-source JavaScript libraries. Google works directly with the key stakeholders for each library effort and accepts the latest versions as they are released. Libraries To load a hosted library, copy and paste the HTML snippet for that library (shown below) in your web page. For instance, to load jQuery, embed the <script src=" snippet in your web page. We recommend that you load libraries from the CDN via HTTPS, even if your own website only uses HTTP.

AngularJS snippet: site: angularjs.org stable versions: unstable versions: Angular Material material.angularjs.org early beta versions: Dojo dojotoolkit.org versions: Ext Core sencha.com/products/extcore jQuery 1.x snippet: 2.x snippet: jquery.com note: 2.1.2, 1.2.5 and 1.2.4 are not hosted due to their short and unstable lives in the wild. jQuery Mobile. A library of DHTML and Ajax scripts - DHTMLgoodies.com. Harry Maugans » Tutorial: AJAX Made Easy. Howto integrate Google Calendar in your website using AJAX. Ajax Lessons. Ajax tutorials. Ajax Tutorial: Ajax What Is It Good For? Ajax :: Ajax Tips and Tutorials.

Resources.