<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Terminus a Quo &#187; MooTools</title>
	<atom:link href="http://abing.gotdns.com/posts/category/code-and-consequences/javascript/mootools/feed/" rel="self" type="application/rss+xml" />
	<link>http://abing.gotdns.com</link>
	<description>Because you can never have too many blogs on the Internet...</description>
	<lastBuildDate>Tue, 19 May 2009 00:23:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Scrolling News Ticker Using MooTools</title>
		<link>http://abing.gotdns.com/posts/2007/scrolling-news-ticker-using-mootools/</link>
		<comments>http://abing.gotdns.com/posts/2007/scrolling-news-ticker-using-mootools/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 09:57:24 +0000</pubDate>
		<dc:creator>nimrod.abing</dc:creator>
				<category><![CDATA[Code and Consequences]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[MooTools]]></category>

		<guid isPermaLink="false">http://abing.gotdns.com/posts/2007/scrolling-news-ticker-using-mootools/</guid>
		<description><![CDATA[I recently found myself needing a scrolling news ticker for a web project. I searched the Web for a scrolling news ticker implementation based on the MooTools Javascript Programming Framework. I was not able to find anything so I made my own implementation.

NewsTicker.js contains the NewsTicker class implemented using MooTools. Documentation is included in the [...]
<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>I recently found myself needing a scrolling news ticker for a web project. I searched the Web for a scrolling news ticker implementation based on the <a href="http://mootools.net/" title="MooTools Javascript Programming Framework">MooTools Javascript Programming Framework</a>. I was not able to find anything so I made my own implementation.</p>

<p><span id="more-82"></span></p>

<p><a href="/mootools/NewsTicker.js" title="News Ticker implemented using MooTools">NewsTicker.js</a> contains the NewsTicker class implemented using MooTools. Documentation is included in the source. Requires the following MooTools components:</p>

<ul>
<li>Moo.js &#8211; required</li>
<li>Utility.js &#8211; for $clear()</li>
<li>Element.js &#8211; for Element</li>
<li>Common.js &#8211; for Options</li>
</ul>

<p>Currently it can only scroll left to right, it could be made configurable to scroll right to left but I don&#8217;t have the time to work on that yet.</p>

<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://abing.gotdns.com/posts/2007/scrolling-news-ticker-using-mootools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
