Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 1 Add-ons:
Scrolling news

 

 


SiliconDale
User

Nov 7, 2002, 6:27 AM

Post #1 of 5 (5670 views)
Shortcut
Scrolling news Can't Post

re the recent discussion on news tickers - I have implemented scrolling news using a free javascript scroller and simply inserting an Art-Man syndicate webfeed. You can see this in action on http://www.miningjournal.com/. Also a couple of static webfeeds on the same page.

You're very welcome to view source and copy-and-paste the script (lines 9 to 157)

best of luck !


Maurice
User

Nov 8, 2002, 12:12 AM

Post #2 of 5 (5581 views)
Shortcut
Re: [SiliconDale] Scrolling news [In reply to] Can't Post

Verry nice ticker

going to test it right now

Thanx and good job



Maurice
-------------------------------------------
www.intraserve.nl

Soon! cmsBy.intraserve


Motozine
User

Dec 6, 2002, 1:24 PM

Post #3 of 5 (5406 views)
Shortcut
Re: [SiliconDale] Scrolling news [In reply to] Can't Post


In Reply To
re the recent discussion on news tickers - I have implemented scrolling news using a free javascript scroller and simply inserting an Art-Man syndicate webfeed. You can see this in action on http://www.miningjournal.com/. Also a couple of static webfeeds on the same page.

You're very welcome to view source and copy-and-paste the script (lines 9 to 157)

best of luck !


From what I see you are not using a JavaScript ticker. But a standard "marquee" tag.

Unfortunately this tag only works with MSIE and NS 6.X



---
Robert Basil - CTO
Fieldsheer Motorsport Apparel
[url]http://www.fieldsheer.com[/url]
[url]http://www.motozine.com[/url] - (My ArtMan website)



(This post was edited by Motozine on Dec 6, 2002, 2:14 PM)


SiliconDale
User

Dec 7, 2002, 1:58 AM

Post #4 of 5 (5396 views)
Shortcut
Re: [Motozine] Scrolling news [In reply to] Can't Post

Motozine - You're very perceptive ! Yes, a few days ago I switched to the marquee tag because it works better than the javascript version for IE and NS 6+. (and for earlier NS versions this is automatically replaced by a simple manual scrollbar in a <div>). Problem that I found was that on some browsers the javascript seemed to be giving trouble - and since it's a production website developed for a client I didn't want to take any risks.

Only difficulty I have now (for this at least) is reliable browser detection: finally selected Xagent, although even this is not perfect.

If you'd like the javascript version for the scroll, it came from http://www.iinet.net.au/~biab/ - I might well go back to it again when I have a bit more time to work out what the problem is.








Motozine
User

Dec 7, 2002, 5:38 PM

Post #5 of 5 (5390 views)
Shortcut
Re: [SiliconDale] Scrolling news [In reply to] Can't Post

I have a PHP detection script that I wrote a few years ago to detect browser versions. Works great and easy to add new browser versions to it.

When I get back to work on Monday I'll see if I can dig it up from my archives.

P.S. You Marquee idea is a good one though!



---
Robert Basil - CTO
Fieldsheer Motorsport Apparel
[url]http://www.fieldsheer.com[/url]
[url]http://www.motozine.com[/url] - (My ArtMan website)