I'm trying to clean up notifications for a client site and was wondering if the notification pattern that Stack Exchange employs has a name that I can use to search for more examples.

stacked-notifications

link|improve this question
3  
Are you referring to the message that pops up when you earn a badge? We tend to call that the "flash", based on the same concept from Ruby on Rails, eg. rubypond.com/blog/useful-flash-messages-in-rails – Rahul Sep 17 '10 at 6:23
feedback

5 Answers

The terms I see the most are "message bar", "notify bar" and "notification bar".

There are tons of examples with Google using the terms above. Below are a few.

'Notify Bar' plugin

Top Floating message box using jQuery

jQuery: How to show a message bar at the top of browser window

link|improve this answer
2  
We also use "Notification Bar" – Susan R Sep 17 '10 at 11:59
Thanks @Susan, I added it. – rick schott Sep 17 '10 at 12:42
3  
The Stack Exchange team also call it a "notification bar." See google.com/… and twitter.com/jzy/status/24755401237 – Patrick McElhaney Sep 17 '10 at 13:15
feedback

Within Google, we call it a Butter Bar, to disambiguate it from all the other types of notifications that might also be shown on a page.

link|improve this answer
3  
are you referring to the full width notification bars like here at SE, or the shorter butter-coloured bars which are overlaid top-centre of the page? – Erics Oct 7 '11 at 4:56
feedback

I just found a good page from Chromium project about this UI element. They call it infobar and have there quite nice guidelines, rationale and examples: http://www.chromium.org/user-experience/infobars

link|improve this answer
feedback

IE calls it "information bar".

link|improve this answer
feedback

As Rahul mentioned, this is called the "flash" in Ruby on Rails, CakePHP, Yii, Lithium and TYPO3 at least.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.