"A simple, modern, framework-independent, well-tested, unobtrusive, notification system." Design wise, the default is pretty obtrusive . Nice library though. Thanks.
Humane.js 2.1 released - simple modern notification system
21–29 of 29 posts
Re: Humane.js 2.1 released - simple modern notification system
#22I think notifications must stack to be usable. My experience with websites that queue up notifications (the old thesixtyone.com) is that you sort of pause, sit there, and wait for them to finish up so you see what they say. A better experience is for them to stack up in the corner so you can read them, then click them away once you're done.
Re: Humane.js 2.1 released - simple modern notification system
#23I think notifications must stack to be usable. My experience with websites that queue up notifications (the old thesixtyone.com) is that you sort of pause, sit there, and wait for them to finish up so you see what they say. A better experience is for them to stack up in the corner so you can read them, then click them away once you're done.
Re: Humane.js 2.1 released - simple modern notification system
#24Not to be inflammatory in anyway but how is this any better than some of the existing libraries, such as jGrowl etc? I'm looking for some 'arguments' to seriously consider something like this - Thank you ;-)
This one doesn't have a dependency on jQuery if that's a selling point for you. There is also an option to wait for mouse / keyboard input before dismissing, which is kind of nice as well. Otherwise it seems similar to most of the others.
Re: Humane.js 2.1 released - simple modern notification system
#25It looks cool but why are you popping up a giant box in front of my face? That HAS to violate some sort of User Experience. If it doesn't I am going to say it violates mine .
I remember implementing the precursor to this idea by Aza Raskin ( http://code.google.com/p/humanmsg/ ), and users hated it. "Get that giant box out of my face" was by far the top complaint.
Re: Humane.js 2.1 released - simple modern notification system
#26I think you should change the default template to libnotify, so much nicer. Also, the notifications behave strange when hovering over them with the mouse... they shrink onhover, then on the next hover they dismiss. This is on Chromium 15.
Re: Humane.js 2.1 released - simple modern notification system
#27I think notifications must stack to be usable. My experience with websites that queue up notifications (the old thesixtyone.com) is that you sort of pause, sit there, and wait for them to finish up so you see what they say. A better experience is for them to stack up in the corner so you can read them, then click them away once you're done.
The idea of humane messages is that they require no user input to close. I do like stacking idea, maybe a future release. For now, setting the timeout to be shorter, or forcing new messages provides a workaround.
My top feature request would be a 'stays up until dismissed or navigated away from' option.
Re: Humane.js 2.1 released - simple modern notification system
#28Another one: gritter.js http://boedesign.com/demos/gritter/
Re: Humane.js 2.1 released - simple modern notification system
#29Earlier quoted context omitted.
I remember implementing the precursor to this idea by Aza Raskin ( http://code.google.com/p/humanmsg/ ), and users hated it. "Get that giant box out of my face" was by far the top complaint.
Thanks for your implementation, served me many projects! Yeah I wonder what Aza had to say about that complaint, seems to be similar here :)