Hi
As Brian said, jQuery could be your best friend.
To start quickly :
- some exercises with python json, learn how to render json with your pylons
controllers :
>> import json
>> toto = { 'foo' : 1, 'bar': ('toto', 'abcd',)}
>> print json.dumps(toto)
- jQuery dom, ajax and json manipulations in your html templates (everything
is here http://visualjquery.com), start with inline javascript,
progress with better factoring in separate .js files
- learn how to build jQuery plugins
http://docs.jquery.com/Plugins/Authoring
Best regards
jean-mat Grimaldi
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.