现在的位置: 首页 > 综合 > 正文

ajax资源大全

2014年01月26日 ⁄ 综合 ⁄ 共 9903字 ⁄ 字号 评论关闭

AJAX 指南

来源:http://www.ajaxmatters.com/blog/ajax-tutorials/

130多个AJAX,JavaScript和其他Web开发专题的指南,想学习AJAX的快看看吧。(不要说英文看不懂哦。看不懂也得看啊!!!)

  1. Javascript Motion Tween
    by Philippe Maegerman
  2. 10 Realistic Steps to a Faster Web Site
    by Alexander Kirk
  3. 60 More AJAX Tutorials
    by Max Kiesler
  4. addEvent() considered harmful - an article from quirksmode.org
  5. AJAX and scripting Web services with E4X, Part 1 - “Get an introduction to ECMAScript for XML (E4X), a simple extension to JavaScript that makes XML scripting very simple. In this paper, the authors demonstrate a Web programming model called Asynchronous JavaScript and XML (AJAX)…”
  6. AJAX and scripting Web services with E4X, Part 2 - We have successfully used E4X to invoke Web services, and now we would like to provide Web services using E4X.
  7. AJAX and Session Race Conditions
    by Harry Fuecks
  8. AJAX Design Patterns - “Is this tutorial any different from the others? Well yes and no, it is different in being a tutorial on how to design and build a complete site and not just some fancy little details like how to turn caching in AJAX off or how to create a fancy widget.”
    by Christian Decker
  9. AJAX FAQ for the Java Developer
    by Greg Murray
  10. Ajax for Designers
  11. Ajax for Java developers
    by Philip McCarthy
  12. Ajax for Java developers: Ajax with Direct Web Remoting
    by Philip McCarthy
  13. Ajax for Java developers: Java object serialization for Ajax
    by Philip McCarthy
  14. Ajax Patterns: Concurrent Document Loader Pattern - useful in cases when you need to load multiple XML documents concurrently and get notified when all requests are completed.
    by Alex Iskold
  15. Ajax using XMLHttpRequest and Struts - The Ajax concept is based around something called the XMLHttpRequest component. … However, XMLHttpRequest does. make the underlying Ajax concept far …
  16. Ajax using XMLHttpRequest and Struts example online - an interesting post with several opinions from TheServerSide.com J2EE community
  17. AJAX, JSON, PHP, and Flex Together
    by Mike Potter
  18. AJAX, RemoteScripting.Net, Script Callbacks and Other Goodness
    by Peter A. Bromberg, Ph.D.
  19. AJAX: Building a Spy
  20. AJAX: Developing Interactive Web Content
    by Prasanna Srinivasan
  21. AJAX: How to Handle Bookmarks and Back Buttons
    by Brad Neuberg
  22. Ajax: It’s not all about XMLHTTPRequest (part I) - “…there are other technologies in the Ajax realm that should not be overlooked and XSLT is one of them.”
  23. AJAX: Usable Interactivity with Remote Scripting
    by Cameron Adams
  24. AJAX:Getting Started - mozilla developer center article
  25. Alternate Ajax Techniques, Part 1
    by Nicholas C. Zakas
  26. Alternate Ajax Techniques, Part 2
    by Nicholas C. Zakas
  27. An Ajax Primer: Don’t Fire Your HTML Crew Yet - Forrester report
  28. An XML to JSON webservice
    by Mark McLaren
  29. Asynchronous JavaScript and XML (AJAX) with Java 2 Enterprise Edition
  30. Baking Ajax into Struts and Spring MVC
  31. BJAX With Greasemonkey - “how to do BJAX (Browser Extension and AJAX) with Greasemonkey on Firefox”
    by Dietrich Kappe
  32. Build Your Own AJAX Web Applications (Sample Chapters)
    by Matthew Eernisse
  33. Building a Photo Tagging Site using ASP.NET 2.0, LINQ, and Atlas
    by Scott Guthrie
  34. Call SOAP Web services with Ajax, Part 2: Extend the Web services client
  35. Client Callbacks in ASP.NET 2.0
  36. Client Side Validation Using the XMLHTTPRequest Object - article from 15seconds.com with an emphasis on ASP
  37. Considering Ajax, Part 1: Cut through the hype
    by Chris Laffra
  38. Consuming Amazon’s Web API Directly with Javascript (via JSON and XSLT)
  39. Cook Computing: Ajax and XMLHttpRequest Tutorial - Ajax and XMLHttpRequest Tutorial. Web applications which dynamically update their web pages without refreshing the whole page are in the news a lot these …
  40. Creating AJAX and Rich Internet Components with JSF - Part 1 - based on, and contains excerpts from, the book Pro JSF: Building Rich Internet Components by Jonas Jacobi and John Fallows, published by Apress
    by Jonas Jacobi, John Fallows
  41. Creating a secure login system using XMLHttpRequest
  42. Creating Custom Events with JavaScript: Decoupling
  43. Designing RIAs For Search Engine Accessibility - Backbase article, June 2005
    by Jeremy Hartley
  44. Developing Ajax Applications That Preserve Standard Browser Functionality
    by Mark Schiefelbein
  45. Developing AJAX Applications the Easy Way
    by Joe Walker
  46. Developing PHP the Ajax way, Part 2: Back, Forward, Reload - We will use JavaScript to create a history stack for the Ajax photo gallery built in Part 1 of this two-part “Developing PHP the Ajax way” series.
    by Mike Brittain
  47. Developing Web Applications with Ajax, Pt. 4 - “you’ll learn how to submit information through forms without reloading the page”
    by Jonathan Fenocchi
  48. Devise Web 2.0 applications with PHP and DHTML, Part 1: Cook up your own with these recipes
    by Jack Herrington
  49. Dynamic HTML and XML: The XMLHttpRequest Object - good overview article from developer.apple.com
  50. Dynamic Loading and Rendering with YUI’s Menu and TreeView Controls
    by Eric Miraglia
  51. Ease the integration of Ajax and Java EE - Successfully mix asynchronous and synchronous communication models
    by Patrick Gan
  52. Errors and AJAX - xml.com article
    by Joshua Gitlin
  53. Excerpt: Ajax in Action, Managing Events and the Model
  54. Exploiting the XmlHttpRequest object in IE
    by Amit Klein
  55. Explorer 7 beta - preliminary notes
    by Peter-Paul Koch
  56. Fixing AJAX: XmlHttpRequest Considered Harmful
    by Jason Levitt
  57. Fixing the Back Button and Enabling Bookmarking for AJAX Apps
  58. Floatutorial: Step by step CSS float tutorial
  59. Flooded with XML: Stemming the tide
    by Andrew Nash, Reactivity
  60. Generate user-click heatmaps using JS and Ruby
    by David el Dia
  61. Graded Browser Support
    by Nate Koechley
  62. Guide to Using XMLHttpRequest (with Baby Steps) from WebPasties - Baby Steps The XMLHttpRequest object is a handy dandy JavaScript object that … Although the XMLHttpRequest object might sound complex and different from …
  63. Hacking Protopage and Backpack
  64. Hands On: Understanding AJAX
    by Joshua Eichorn
  65. How To Create an RSS Aggregator with PHP and AJAX
  66. How to use Atlas as an Ajax callback library…
    by Jay Kimble
  67. Implementing Mutual Exclusion for AJAX
    by Bruce Wallace
  68. Incorporating XML Content Into Your Web site (ASP)
  69. Integrating AJAX with the JMX Notification Framework
  70. Introduction to Scriptaculous Effects
  71. Javascript Benchmarking - Part I
  72. Javascript Benchmarking - Part II
  73. JavaScript Improvements in IntelliJ IDEA 5.1 - my editor of choice offers several nice JavaScript improvements
  74. Javascript includes - yet another way of RPC-ing - Javascript files can be included and executed on the fly — either when loading the page or in run-time. This means that HTTP requests are made without the use of XMLHttpRequest or iframes. This post provides a trail of my experiments…
  75. JavaScript: Passing by Value or by Reference
  76. Mapping website visitors in real time
    by Vegard A. Larsen
  77. Mastering Ajax, Part 1: Introduction to Ajax
  78. Mastering Ajax, Part 2: Make asynchronous requests with JavaScript and Ajax
    by Brett McLaughlin
  79. Mastering Ajax, Part 3: Advanced requests and responses in Ajax - Gain a complete understanding of HTTP status codes, ready states, and the XMLHttpRequest object
    by Brett McLaughlin
  80. Mastering Ajax, Part 4: Exploiting DOM for Web response
    by Brett McLaughlin
  81. Mastering Ajax, Part 5: Manipulate the DOM
  82. Microsoft’s Reference to the XMLHttp object
  83. My Top 12 CSS Articles/Tricks of 2005
  84. On JSON
    by Steve Maine
  85. Optimizing the Client Side - This article discusses the role that Asynchronous JavaScript plus XML (AJAX) played in helping Iconix software developers build DrugMatrix. It covers the alternatives considered and why we decided on an AJAX-enabled Rich Internet Application (RIA).
    by John Calvin
  86. OutPost: Post Back Over XmlHttp
    by Troels Wittrup Jensen
  87. Painless JavaScript Using Prototype - a great introduction to the Prototype library
    by Dan Webb
  88. Peeling Back the Interface of the Yahoo! Home Page Beta
  89. Performance Impacts of AJAX Development - Using AJAX to Improve the Bandwidth Performance of Web Applications
    by Christopher L Merrill
  90. Podcast+Text: The AJAX Web Architecture
  91. Preloading Data Preloading Data with Ajax and JSON
    by Ryan Campbell
  92. Rails HowTo: Pluralizing
  93. Really easy field validation with Prototype
  94. Realtime Form Validation Using AJAX
    by Greg Murray
  95. Remote Scripting with AJAX, Part 1 - XML.com article
    by Cameron Adams
  96. Remote Scripting with AJAX, Part 2 - XML.com article
    by Cameron Adams
  97. Remote Scripting with IFRAME
  98. Running XMLHttpRequest with Java - a simple example using a Google api servlet
  99. Sarissa to the Rescue - an article from XML.com
  100. So how do you code an AJAX Web page? - See hands-on examples for creating lighter, faster interactive sites
    by Edmond Woychowsky
  101. Speeding Up AJAX with JSON
    by Sean Kelly
  102. Spring and DWR revisited
  103. Ten Things Yahoo! Is Already Doing with the YUI Library - “Inspired by our own Dustin Diaz’s recent post (”15 Things You Can Do with Yahoo UI“) on the new frontend-developer journal Vitamin, we wanted to share with you ten things Yahoo! is already doing with YUI.”
    by Eric Miraglia
  104. The AJAX response: XML, HTML, or JSON
    by Peter-Paul Koch
  105. The Ajax transport method - Discover three Ajax data transport mechanisms (XMLHttp, script tags, and frames or iframes) and their relative strengths and weaknesses.
    by Jack D Herrington
  106. The Code Project - AJAX DropDownList - ASP.NET - Custom DropdownList that utilizes AJAX to populate its content and implements … This is the page that handles the request from xmlHttp and returns the …
  107. The Hows and Whys of Degradable Ajax
    by Ryan Campbell
  108. The Right Way to do Ajax is Declaratively
    by Duncan Cragg
  109. Top 10 custom JavaScript functions of all time
  110. Tuning AJAX
    by Dave Johnson
  111. Understanding and Solving Internet Explorer Leak Patterns - MSDN article
    by Justin Rogers
  112. Use AJAX Components in Seam Applications
    by Michael Yuan
  113. Use Ajax to build an RSS reader
    by Mr. Jack D Herrington
  114. Using a Servlet with JavaServer Faces Technology and AJAX - This entry discusses strategies that add AJAX support to JSF components by introducing a servlet to process the AJAX requests.
    by Mark Basler
  115. Using Ajax from Perl
    by Dominic Mitchell
  116. Using AJAX to track user behavior - interesting blog
  117. Using AJAX with Java Technology
  118. Using AJAX with XMLHTTPRequest and Struts (PDF)
  119. Using JavaServer Faces Technology with AJAX
  120. Using PhaseListener Approach for Java Server Faces Technology with AJAX - how to use the PhaseListener approach to incorporate AJAX functionality into a JSF application
    by Mark Basler
  121. Using Ruby on Rails for Web Development on Mac OS X - an article from developer.apple.com
  122. Using Ruby on Rails for Web Development on Mac OS X
    by developer.apple.com
  123. Using the XML HTTP Request object
  124. Using the XMLHttpRequest Object and AJAX to Spy On You
    by Earle Castledine
  125. Very Dynamic Web Interfaces - article from XML.com
  126. Web browser CSS support - includes detailed information about CSS support in major web browsers
  127. What Every Webmaster and Web Developer MUST Know About Ruby on Rails and AJAX
    by Matt Lightner
  128. What’s the best way to integrate Ajax into a Java webapp?
  129. XForms: An Executable Pattern Language
    by Mark Birbeck
  130. XML in Firefox 1.5, Part 1: Overview of XML features
    by Uche Ogbuji
  131. XML in Firefox 1.5, Part 2: Basic XML processing
    by Uche Ogbuji
  132. XML in Firefox 1.5, Part 3: JavaScript meets XML in Firefox - Learn how to manipulate XML in the Firefox browser using JavaScript features
    by Uche Ogbuji
  133. XML Responses and AJAX
    by Jayaram Krishnaswamy
  134. XML Tutorial - Free HTML,XHTML,CSS,JavaScript,DHTML,XML,DOM,XSLT,ASP,ADO,SQL tutorial and web building primer from W3Schools.
  135. XML/Http -> AJAX -> Atlas - AJAX incorporates XMLHttp but is not limited to IE. Now it is “hold the presses” at Microsoft who is planning to roll out ATLAS, explained here by Scott …
  136. XMLHTTP notes: readyState and the events - some great info from quirksmode.org
  137. XMLHttpRequest Tutorial
  138. XMLHttpRequest Usability Guidelines

抱歉!评论已关闭.