Hey, I haven't put it all together as one unit yet but I'm working on it in the evenings when I have spare time.
FYI these are the two links that led to my "Ah ha" moment in my quest for sending messages to the user from a django app. http://www.alittletothewright.com/index.php/2010/01/comet-with-django-and-ape/ http://www.alittletothewright.com/index.php/2010/01/apedjango-and-signals/ The 1st link is what I was searching for, the 2nd link introduced me to signals. Which is a nice way to wrap up the session messages app w/ signals and instant message to the user. I was thinking to use a css row plus div for incoming messages to the browser using http://cssgrid.net/. Your link today about "jQuery UI Notify Widget" looks much better though and for me is like the icing on the cake I want to bake :-) My intial layout ideas are: cssgrid.net + "jQuery UI Notify Widget" and then backend could be like: django + messages + signals + ape-server Cheers. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.