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 pylons-disc...@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to