<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>News ticker</title>
        <link>https://interactivetools.com/forum/forum-posts.php?News-ticker-70454</link>
        <description></description>
        <pubDate>Fri, 15 May 2026 04:07:20 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;News-ticker-70454" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [NigelGordijk] News ticker</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212096#post2212096</link>
          <description><![CDATA[hi here a diffrent JS script<br /><br /> 	<br />News Ticker in JavaScript<br />http://www.mioplanet.com/rsc/newsticker_javascript.htm'<br /><br />Features:<br /><br />Easy to embed into an HTML document;<br />Compatible with Internet Explorer and FireFox;<br />Full JavaScript: no plugin, no Java, no ActiveX;<br />Supports full HTML, including images, links and any other tags;<br />Smooth scrolling;<br />Very small script - fast to download;<br />Easy to customize;<br />]]></description>
          <pubDate>Mon, 04 Jul 2011 15:12:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212096#post2212096</guid>
        </item>
                <item>
          <title>Re: [Toledoh] News ticker</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212039#post2212039</link>
          <description><![CDATA[<blockquote><a target="_blank" href="http://www.jquerynewsticker.com/">http://www.jquerynewsticker.com/</a><br /><br />works a treat!</blockquote><br /><br />NICE!!! I need a ticker just like this for a site I'll be building soon. Thanks Toledoh!!!!!<br /><br />Zick<br />]]></description>
          <pubDate>Thu, 30 Jun 2011 02:10:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212039#post2212039</guid>
        </item>
                <item>
          <title>Re: [zick] News ticker</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212037#post2212037</link>
          <description><![CDATA[<a target="_blank" href="http://www.jquerynewsticker.com/">http://www.jquerynewsticker.com/</a><br /><br />works a treat!<br />]]></description>
          <pubDate>Thu, 30 Jun 2011 01:43:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212037#post2212037</guid>
        </item>
                <item>
          <title>Re: [NigelGordijk] News ticker</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212034#post2212034</link>
          <description><![CDATA[<blockquote>Hi, there.<br /><br />Does anyone know of a way to have a scrolling news ticker that can be updated via CMSB?<br /><br />Many thanks!</blockquote><br /><br />Here's one I've been using. The CSS is a little sloppy, so you may want to clean it up a bit... I just haven't had time to touch it since I first messed with it. It's set to build a box 350px X 350px once it loads. I don't have it set to auto-scroll news, but according to the website there is a speed option that can be set. It works with a &quot;multi&quot; menu type.<br />Zick<br /><br /><br /><br /><b>Get easySlider jQuery here:</b>  http://cssglobe.com/post/3783/jquery-plugin-easy-image-or-content-slider<br /><br />============== Head Code ==============<br /><code>    // load news slider records<br />  list($newsSliderRecords, $newsSliderMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'news',<br />	'limit' =&gt; '7',<br />  ));<br /><br />&lt;?PHP  <br />function maxWords($html, $maxWords) { <br />  $html = str_replace(&quot;&lt;li&gt;&quot;,&quot;&lt;p&gt;&quot;,$html); <br />  $html = str_replace(&quot;&lt;/li&gt;&quot;,&quot;&lt;/p&gt;&quot;,$html); <br />  $html = str_replace(&quot;&lt;p&gt;&quot;,&quot;*P*&quot;,$html); <br />  $html = str_replace(&quot;&lt;/p&gt;&quot;,&quot;*/P*&quot;,$html); <br />  $html = str_replace(&quot;&lt;&quot;,&quot; &lt;&quot;,$html); <br />  $text = strip_tags($html); <br />  $words = preg_split(&quot;/\s+/&quot;, $text, $maxWords+1); <br />  if (count($words) &gt; $maxWords) { unset($words[$maxWords]); } <br />  $output = join(' ', $words); <br />  $output=str_replace(&quot;*P*&quot;,&quot;&lt;p&gt;&quot;,$output); <br />  $output=str_replace(&quot;*/P*&quot;,&quot;&lt;/p&gt;&quot;,$output); <br />  $output.=&quot;...&lt;/p&gt;&quot;; <br /> <br />  return $output; <br />}   <br />?&gt;</code><br /><br />============= CSS ==============<br /><code>#slider-container {<br />	width:326px;<br />	height:338px;<br />	padding-top:12px;<br />	padding-left:24px;<br />	background-color:#eaeaea;<br />}<br />#slider ul, #slider li{<br />	margin:0;<br />	padding:0;<br />	list-style:none;<br />}<br />#slider, #slider li{ <br />	width:300px;<br />	height:300px;<br />	overflow:hidden; <br />}<br />.slider-cell {<br />	padding-top:0px;<br />	padding-left:0px;<br />	padding-right:0px;<br />	padding-bottom:0px;<br />}<br /><br /><br />span#prevBtn{<br />	padding-left:12px;<br />	padding-right:4px;<br />	font-size: 10px;<br />	font-weight: normal;<br />	color: #000000;<br />	font-family: Helvetica, Arial, Georgia, Sans-serif;<br />	text-decoration: none;<br />	line-height:156%;<br />}<br />span#prevBtn a {<br />	color: #000000;<br /> }<br />span#prevBtn a:link {<br />	color: #000000;<br />	text-decoration:underline;<br /> }<br />span#prevBtn a:hover{<br />    color: #660000;<br />	text-decoration:underline;<br />}<br />span#prevBtn a:visited{<br />}<br /><br />span#nextBtn{<br />	padding-left:0px;<br />	padding-right:12px;<br />	font-size: 10px;<br />	font-weight: normal;<br />	color: #000000;<br />	font-family: Helvetica, Arial, Georgia, Sans-serif;<br />	text-decoration: none;<br />	line-height:156%;<br />}<br />span#nextBtn a {<br />	color: #000000;<br /> }<br />span#nextBtn a:link {<br />	color: #000000;<br />	text-decoration:underline;<br /> }<br />span#nextBtn a:hover{<br />    color: #660000;<br />	text-decoration:underline;<br />}<br />span#nextBtn a:visited{<br />}</code><br /><br />============= Page Code ==============<br /><code>&lt;div id=&quot;slider-container&quot;&gt;<br />&lt;div id=&quot;slider&quot; class=&quot;slider-cell&quot;&gt;<br />	&lt;ul&gt;&lt;?php foreach ($newsSliderRecords as $record): ?&gt;<br />	&lt;li&gt;<br />	&lt;h3&gt;&lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;&lt;?php echo $record['title'] ?&gt;&lt;/a&gt;&lt;/h3&gt;<br />	&lt;?php echo maxWords($record['content'], 90); ?&gt;<br />	&lt;?php ?&gt;<br />	&lt;p&gt;&lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;Read More&lt;/a&gt;&lt;/p&gt;<br />    &lt;/li&gt;&lt;?php endforeach ?&gt;<br />	&lt;/ul&gt;<br />&lt;/div&gt;&lt;/div&gt;</code><br />]]></description>
          <pubDate>Wed, 29 Jun 2011 23:15:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212034#post2212034</guid>
        </item>
                <item>
          <title>Re: [NigelGordijk] News ticker</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199707#post2199707</link>
          <description><![CDATA[Hi Nigel,<br /><br />You could also do this with JavaScript. You could try searching for [jquery news ticker].<br /><br />Best of luck!<br />]]></description>
          <pubDate>Sun, 11 Oct 2009 15:32:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199707#post2199707</guid>
        </item>
                <item>
          <title>Re: [kevbarker] News ticker</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199683#post2199683</link>
          <description><![CDATA[Thanks, Kevin.<br />]]></description>
          <pubDate>Fri, 09 Oct 2009 13:39:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199683#post2199683</guid>
        </item>
                <item>
          <title>Re: [NigelGordijk] News ticker</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199682#post2199682</link>
          <description><![CDATA[There are quite a few Flash based news tickers here: <a target="_blank" href="http://flashden.net/searches?term=ticker&amp;type=files">http://flashden.net/searches?term=ticker&amp;type=files</a> I saw some pretty cool ones there. Most are less than $10. <br /><br />I would choose one which is XML based and then use CMSB to update the XML file which the Flash ticker uses. <br /><br />Hope this helps. <br /><br />Kevin<br />]]></description>
          <pubDate>Fri, 09 Oct 2009 13:38:00 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199682#post2199682</guid>
        </item>
                <item>
          <title>News ticker</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199678#post2199678</link>
          <description><![CDATA[Hi, there.<br /><br />Does anyone know of a way to have a scrolling news ticker that can be updated via CMSB?<br /><br />Many thanks!<br />]]></description>
          <pubDate>Fri, 09 Oct 2009 12:01:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199678#post2199678</guid>
        </item>
              </channel>
    </rss>
  