>All Tutorials 
Ajax and .NET Ajax and .NET RSS XML
Ajax and ColdFusion Ajax and ColdFusion RSS XML
Ajax and Java Ajax and Java RSS XML
Ajax and PHP Ajax and PHP RSS XML
Ajax and SOA Ajax and SOA RSS XML
Ajax Goodies Ajax Goodies RSS XML
Ajax Tool Ajax Tool RSS XML
Facebook MockAjax Facebook MockAjax RSS XML
Google Web Toolkit Google Web Toolkit RSS XML
JavaScript Framework JavaScript Framework RSS XML
Ruby on Rails Ruby on Rails RSS XML
Technique Introduction Technique Introduction RSS XML
Without XMLHttpRequest Without XMLHttpRequest RSS XML
Yahoo! UI Yahoo! UI RSS XML

AHAH(Asynchronous HTML over HTTP) - AJAX 2.0 - ajax ahah web html file javascript page code

 
Registered tutorials: 501
Registered Users: 32540



Rating: 0 out of 0 votes cast


  
Category: Technique Introduction

AHAH(Asynchronous HTML over HTTP) - AJAX 2.0

Digg this   Post to del.icio.us

Abstract: AHAH or Asynchronous HTML over HTTP is a much simpler version of AJAX. This article shows how to use it

The difference between AJAX and AHAH is about XML. AJAX will load an XML file - then the developer will have to make the code that will parse the XML, extract the data and then display the results. In AHAH the approach is much simpler - the data to be fetched is XHTML - the code just has to fetch it - as the browser is already equipped to handle HTML and will display the result with no further help from the developer.

For example, lets say we need to create a page with tabs - each tab will put some content in the main area - but the full thing must be dynamic - linking to another page won't do. The code of the main page will be...

<ul id="tabs">
 <li><a href="load('javascript.html');">JavaScript</a></li>
 <li><a href="load('ahah.html');">AHAH</a></li>

 <li><a href="load('ajax.html');">AJAX</a></li>
</ul>

<div id="content"></div>


Read Full Tutorial...



Reviews:

Rate and Review This Site

No reviews yet


Statistic Information About this Resource:


Total Hits: 111
Unique Hits: 104


  Daily Weekly Monthly
  Unique Total Unique Total Unique Total
Average 0 0 0.1 0.1 0.4 0.5
Current 0 0 0 0 0 0
Previous 0 0 0 0 1 1
Nov 19 0 0 0 0 0 0
Nov 18 0 0 0 0 1 1
Nov 17 0 0 0 0 1 1
Nov 16 0 0 0 0 0 0
Nov 15 0 0 0 0 0 0
Nov 14 0 0 1 1 1 2
Nov 13 0 0 0 0 0 0
Nov 12 0 0 0 0 0 0
Highest 19 19 44 47 98 103


Script Execution Time: 1.37071 | SQL Queries: 10 | Members: 501
Ajax Tutorial Top List - Powered by Aardvark Topsites PHP 5.1.2