news-ticker

Creating a News Ticker which is updated from an RSS Feed

I need to create a news ticker that is updated via an RSS feed. Any ideas on how to implement this? I would prefer Javascript but any language is acceptable. ...

Flash CS4 Scroll Dynamic Text Horizontally

Hey everyone, I know next to nothing about Flash, so hope this doesn't make anyone mad...This seems like it should be really simple...I basically need a scrolling "ticker" for small amounts of formatted text and a little more information, which will stop scrolling on mouse over, be continuous (i.e. never have gaps, have first item appen...

jQuery Horizontal Ticker with Continuous loop

I am using a jQuery ticker which is pretty cool. It works well with predefined content, but I want to build my tags dynamically by getting the data from a feed via the $.ajax method. http://progadv.uuuq.com/jStockTicker/ The problem is when I do this the ticker wont work, as it looks like the function might be loading before my page...

Twitter style "News ticker" (jQuery)

Hi guys, I am looking for a news ticker pretty much identical to the one on twitter (the one the scrolls horizontally) The main things I am looking for: Continuous scroll - When an element is no longer visible it is removed and put at the very back of the list. No Pause - It should be a smooth scroll, not a scroll, pause, scroll I ...