This design pattern is part of the Mobile Design Patterns series.
Contents |
According to the Wikipedia, a news ticker (sometimes referred to as a "crawler") is a small screen space on news television networks dedicated to presenting headlines or minor pieces of news. However, a news ticker is also used extensively on the websites.
The News ticker is used on information sharing, financial, news, etc. websites. When the user is engaged in navigating through the pages of the website the News tickers provides the user with latest news or any other updates the ticker is meant for. The news ticker is used when there is some free space on the website which needs to be filled. News may be filtered according to relevance. For example, news words may be while building the ticker so that it shows relevant news.
Generally the News ticker is placed on the Top or Bottom of the webpage. Along, with news ticker, stock updates can be provided using the same component. The ticker has a refresh button which would update the content of the ticker. When the user clicks on any news item on the ticker, he is directed to the appropriate relevant link.
--Submitted by Croozeus 17:33, 12 May 2009 (EEST)
No related wiki articles found