public marks

PUBLIC MARKS with tag ahah

January 2007

AHAH(Asynchronous HTML over HTTP)

by pvergain
AHAH or Asynchronous HTML over HTTP is a much simpler version of AJAX. Using AHAH approach in JavaScript you can display external XHTML pages inside your HTML page. The beauty of the script is that it is very simple - the underling code is just twenty lines! The difference between AJAX and AHAH is the return data fomat. 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. Use 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...

August 2006

May 2006

Asynchronous HTML

by gbuma & 21 others (via)
We do not need the damned XML stuff, just easy HTML back and forth...

April 2006

January 2006

AHAH: Asychronous HTML and HTTP

by tbeaumanoir & 21 others
AHAH is a very simple technique for dynamically updating web pages using JavaScript. It involves using XMLHTTPRequest to retrieve (X)HTML fragments which are then inserted directly into the web page, whence they can be styled using CSS.

December 2005

November 2005

rest/ahah - Microformats

by KoshigoeBushou & 21 others
XMLHttpRequestで(X)HTML取得して状態をダイナミックに変更; CSSベースでいけるよ?

Active users

pvergain
last mark : 29/01/2007 22:25

salvatore
last mark : 07/08/2006 19:56

gbuma
last mark : 27/05/2006 17:45

antoine
last mark : 16/04/2006 21:35

digitalmonkey
last mark : 10/01/2006 21:21

rickdog
last mark : 03/01/2006 17:27

tbeaumanoir
last mark : 03/01/2006 10:17

GodSigmA
last mark : 02/01/2006 20:06

CharlesNepote
last mark : 22/12/2005 00:55

cblackburn
last mark : 01/12/2005 07:26

KoshigoeBushou
last mark : 26/11/2005 11:12