public marks

PUBLIC MARKS with tags ajax & html

October 2005

Mass Transit - Subway's new Ajax framework

by roberto
CrackAJAX is based around the concept of an AjaxPage, an HTML page that is "ajaxified." In its current incarnation, you can write the HTML code right in the docstring, or pass it a callable template rendering method. You extend the AjaxPage class, add your markup, and then add special methods. These special methods are decorated as either @clientside or @serverside, depending on where you want them to be run. @clientside methods translate the Python source code of the method to client-side JavaScript, and @serverside methods automatically generate an XML-RPC call to the server. You can call these seamlessly from your DHTML handlers, just like regular JavaScript.

September 2005

La fin du HTML pour les applications accessibles via le Web n’est pas pour tout de suite - Gastero Prod

by nhoizey
Laurent Jouanneau part de sa réaction face à l’avènement de SVG et Canvas, annoncés par Tristan Nitot, pour dénoncer l’usage abusif qui est fait de HTML pour développer des applications alors qu’il est normalement dédié aux documents, d’autant plus que de nouvelles technologies plus orientées applications sont déjà disponibles, comme XUL / XPFE.

August 2005

AJAX - Devmo

by petitzany & 25 others (via)
Asynchronous JavaScript and XML (AJAX) is not a technology in itself, but is a term that describes a "new" approach to using a number of existing technologies together, including: HTML or XHTML, Cascading Style Sheets, JavaScript, The Document Object Model, XML, XSLT, and the XMLHttpRequest object.

AJAX - Devmo

by nicolasd & 25 others
Asynchronous JavaScript and XML (AJAX) is not a technology in itself, but is a term that describes a "new" approach to using a number of existing technologies together, including: HTML or XHTML, Cascading Style Sheets, JavaScript, The Document Object Model, XML, XSLT, and the XMLHttpRequest object.

July 2005

The Form Assembly

by nicogo & 28 others (via)
The web developer tool to build state-of-the-art web forms

May 2005

Main Page - AjaxPatterns

by Cyclope & 7 others (via)
This is an in-progress collection of AJAX patterns being collected and discovered by Michael Mahemoff (http://mahemoff.com), building on an initial draft published on my blog (http://www.softwareas.com/ajax-patterns) about two weeks ago.

AJAX - Wikipedia, the free encyclopedia

by Cyclope & 12 others
A very interesting synthesis about the new generation web application, relying about HTML/CSS, Javascript/DOM, and XML/HTTP. AJAX stands for "Asynchronous JavaScript and XML"

Web Development, JavaScripts for Download

by albertouine & 5 others (via)
JavaScript Library for Drag and Drop, show tooltips, vector drawing, etc.

April 2005

Auto-complete Control

by ms_michel & 2 others
Zone de saisie avec auto-complétion en javascript à partir d'une liste de données prédéfinie

February 2005