Web Apps: Closeable Announcements/Info/Tooltip boxes (how to implement)

Posted by Daxon on Stack Overflow See other posts from Stack Overflow or by Daxon
Published on 2010-03-08T17:34:01Z Indexed on 2010/03/08 17:36 UTC
Read the original article Hit count: 472

I want to understand how to implement an announcement/info box system that displays a box for the user with information. The user can do nothing or close the box, but then it will never be seen again.

E.g. Facebook home page. Box asking for Translators. if you leave it then its always there.

But if you close it, it never appears again.

Does this mean that a Boolean value needs to be used and checked for announcement/info boxes?

I'm looking for a pseudo way with database tables to do this?

© Stack Overflow or respective owner

Related posts about java

Related posts about Announcement