Re: Growl-like notifications in your Django app.

2011-04-18 Thread Shawn Milochik
Thanks for those links. I started reading the first one and will check them both out. Shawn -- 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

Re: Growl-like notifications in your Django app.

2011-04-18 Thread Rudi
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-wit

Re: Growl-like notifications in your Django app.

2011-04-18 Thread Shawn Milochik
Rudi, I'm experimenting with Hookbox (http://hookbox.org/) myself for a bunch of uses, including this sort of thing. If you get something going with ape please post a follow-up, and I'll do the same with Hookbox. It would help me (and the community) a lot, because it seems like there's very little

Re: Growl-like notifications in your Django app.

2011-04-18 Thread Rudi
Shawn, Very nice indeed and thank you for posting. I've recently just discovered and started to use the 'messages' app in django. I'm now tinkering with the django 'signals' app and using ape-project.org to send real time message to the user. Your link looks perfect for receiving message from d

Growl-like notifications in your Django app.

2011-04-18 Thread Shawn Milochik
http://www.erichynds.com/examples/jquery-notify/ I just implemented this today and it's awesome. It is great to use with the new 'messages' app added to Django 1.2, and also with your own JavaScript code live during the life of a page. It's not 100% on-topic for the list, but I think it's fair co