Wikipedia

Shoutbox

A shoutbox, saybox, tagboard, chatterbox or chat box is a chat-like feature of some websites that allows people to quickly leave messages on the website, generally without any form of user registration.

In their simplest form, shoutboxes are simply lists of short messages, possibly with information about their authors. The page may be automatically refreshed after a certain interval, or polled dynamically in order to keep new messages visible. Older posts are often deleted after a certain number of messages have been written in order to preserve space on the server.

Technology

Shoutboxes are embedded into a page with inline frames or JavaScript. Many Internet forum and web blog software packages can be modified to add shoutboxes in sidebars on site pages. Shoutboxes are usually maintained in a manner similar to that of more complex boards, with moderators that can delete posts and ban usernames or IP addresses. Occasionally, features such as impostor identification, flood control, and profanity filters may be included.

Like most dynamic content, shoutboxes typically interface with a database, and some may query the database every time a page is requested. Unlike most dynamic content, however, shoutboxes are generally placed on every page of a web site, so they tend to cause disproportionate strain on databases. Therefore, care must be taken to ensure that shoutboxes do not use too many database resources. Caching systems like memcached can be used to mitigate this to some extent, or an alternative implementation such as storing all messages in system-wide shared memory rather than a database may be used. Alternatively, a shoutbox may be loaded from a flat file.

See also

  • Guestbook
  • Textboard - Web board without user registration
  • Web chat

References


This article is copied from an article on Wikipedia® - the free encyclopedia created and edited by its online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of Wikipedia® encyclopedia articles provide accurate and timely information, please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.

Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.