public marks

PUBLIC MARKS from roberto with tags html & python

October 2005

Mass Transit - Subway's new Ajax framework

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.

January 2005

November 2004

XIST

by 2 others
HTML/XHTML generator

March 2004

PyMeld

by 2 others
A simple, lightweight system for manipulating HTML

roberto's TAGS related to tag html

ajax +   blog +   css +   dhtml +   dom +   flash +   ie +   javascript +   mochikit +   mozilla +   pdf +   pirata +   programming +   python +   script +   spam +   template +   textile +   typography +   web +   xhtml +   xml +