On 7/9/07, Martin Aspeli <[EMAIL PROTECTED]> wrote: > > Hi guys, > > We've just (almost certainly) chosen Pylons for a quick-and-dirty web > application project. > > 1. We need a fairly heavily AJAXified UI. Is Prototype and the > Railsish web helpers the best way to go? > > 2. Specifically, we need an auto-complete widget. I see > Script.aculo.us has one of those, but no corresponding web helper. >
I'm using the YahooUI - http://developer.yahoo.com/yui/autocomplete/ as noted by Chairos it is very powerful. > 3. Are there any example applications that demonstrate the use of > AuthKit (with a custom, in-the-app login form, and sensible > permission/role/user handling and user storage)? Well the documentation is not quite up to snuff, I'll agree there. Hopefully when 0.4 hits the scene things will be ironed out and make sense to the rest of us. After reading all of the tutorials and docs it required a bit of alteration to get things working, it was worth it and getting comfortable with authkit does require some patience but it will pay off. These are all of the sites I read while getting AuthKit running: http://docs.pythonweb.org/display/authkitcookbook/Home http://pylonshq.com/project/pylonshq/wiki/PylonsWithAuthKitDatabase http://pythonpaste.org/module-paste.auth.auth_tkt.html http://docs.pythonweb.org/display/authkitcookbook/Forward http://docs.pythonweb.org/display/authkitcookbook/Different+Ways+of+Authorizing+Users http://docs.pythonweb.org/display/authkitcookbook/AuthKit+with+Pylons http://authkit.org/svn/AuthKit/trunk/docs/manual.txt http://docs.pythonweb.org/display/authkitcookbook/Getting+Started+With+AuthKit http://docs.pythonweb.org/display/authkitcookbook/Permissions One thing that I can say is that using sessions for user data storage is essential (role, permissoins, etc). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
