<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Coding an animated news ticker with jquery and CSS</title>
	<atom:link href="http://www.cardeo.ca/2010/coding-an-animated-news-ticker-with-jquery-and-css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cardeo.ca/2010/coding-an-animated-news-ticker-with-jquery-and-css</link>
	<description>Ramblings on web design and social media</description>
	<lastBuildDate>Mon, 28 Nov 2011 16:20:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.cardeo.ca/2010/coding-an-animated-news-ticker-with-jquery-and-css/comment-page-1#comment-3234</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 21 Apr 2010 22:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.cardeo.ca/?p=2331#comment-3234</guid>
		<description>Oh yeah, good call on that.</description>
		<content:encoded><![CDATA[<p>Oh yeah, good call on that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.cardeo.ca/2010/coding-an-animated-news-ticker-with-jquery-and-css/comment-page-1#comment-3233</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 21 Apr 2010 21:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.cardeo.ca/?p=2331#comment-3233</guid>
		<description>Alright, I tried putting it at the top of the HEAD and still had the same issue. 

Found an easy fix for now using CSS. On the containing div just set overflow: hidden; and voilà! Loads beautifully. Thanks for all your help!</description>
		<content:encoded><![CDATA[<p>Alright, I tried putting it at the top of the HEAD and still had the same issue. </p>
<p>Found an easy fix for now using CSS. On the containing div just set overflow: hidden; and voilà! Loads beautifully. Thanks for all your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.cardeo.ca/2010/coding-an-animated-news-ticker-with-jquery-and-css/comment-page-1#comment-3231</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 21 Apr 2010 21:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.cardeo.ca/?p=2331#comment-3231</guid>
		<description>I&#039;d go with putting it in the head so it loads sooner. However, many people will recommend you put your javascript in the footer, right before the &lt;/body&gt; tag. This is a special case because you want it to load quickly. Are you loading any other javascript in your head? If so, try putting the link to the ticker js at the top of the list of links.</description>
		<content:encoded><![CDATA[<p>I&#8217;d go with putting it in the head so it loads sooner. However, many people will recommend you put your javascript in the footer, right before the &lt;/body&gt; tag. This is a special case because you want it to load quickly. Are you loading any other javascript in your head? If so, try putting the link to the ticker js at the top of the list of links.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.cardeo.ca/2010/coding-an-animated-news-ticker-with-jquery-and-css/comment-page-1#comment-3229</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 21 Apr 2010 20:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.cardeo.ca/?p=2331#comment-3229</guid>
		<description>It&#039;s hosted on a local testing server. No way to send a link right now. I&#039;ll keep messing with it. Any suggestions where to place the code if not in the HEAD or before the UL?</description>
		<content:encoded><![CDATA[<p>It&#8217;s hosted on a local testing server. No way to send a link right now. I&#8217;ll keep messing with it. Any suggestions where to place the code if not in the HEAD or before the UL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.cardeo.ca/2010/coding-an-animated-news-ticker-with-jquery-and-css/comment-page-1#comment-3227</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 21 Apr 2010 20:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.cardeo.ca/?p=2331#comment-3227</guid>
		<description>Yep, you&#039;re right. Position of the code in your html file is the cause of this. Mind sending me the link?</description>
		<content:encoded><![CDATA[<p>Yep, you&#8217;re right. Position of the code in your html file is the cause of this. Mind sending me the link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.cardeo.ca/2010/coding-an-animated-news-ticker-with-jquery-and-css/comment-page-1#comment-3224</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 21 Apr 2010 19:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.cardeo.ca/?p=2331#comment-3224</guid>
		<description>Sorry, correction...

I’ve tried both having it in the HEAD and directly before the UL but neither fixes it. Interesting!</description>
		<content:encoded><![CDATA[<p>Sorry, correction&#8230;</p>
<p>I’ve tried both having it in the HEAD and directly before the UL but neither fixes it. Interesting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.cardeo.ca/2010/coding-an-animated-news-ticker-with-jquery-and-css/comment-page-1#comment-3223</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 21 Apr 2010 19:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.cardeo.ca/?p=2331#comment-3223</guid>
		<description>By flash I mean that all of my list content (5 news articles) is briefly visible while the page (I&#039;m guessing) finishes loading. Then once the page is fully loaded the list content disappears and the ticker displays only one article just it&#039;s meant to.

Also, I thought it could be because of the code placement but I&#039;ve tried both having it in the  and directly before the  but neither fixes it. Interesting!</description>
		<content:encoded><![CDATA[<p>By flash I mean that all of my list content (5 news articles) is briefly visible while the page (I&#8217;m guessing) finishes loading. Then once the page is fully loaded the list content disappears and the ticker displays only one article just it&#8217;s meant to.</p>
<p>Also, I thought it could be because of the code placement but I&#8217;ve tried both having it in the  and directly before the  but neither fixes it. Interesting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.cardeo.ca/2010/coding-an-animated-news-ticker-with-jquery-and-css/comment-page-1#comment-3222</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 21 Apr 2010 19:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cardeo.ca/?p=2331#comment-3222</guid>
		<description>what do you mean by flash?</description>
		<content:encoded><![CDATA[<p>what do you mean by flash?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.cardeo.ca/2010/coding-an-animated-news-ticker-with-jquery-and-css/comment-page-1#comment-3219</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 21 Apr 2010 17:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.cardeo.ca/?p=2331#comment-3219</guid>
		<description>Here&#039;s my issue, everything seems to be working perfectly but when the page loads all of my news articles I want it to cycle through flash on the page for a second and then disappear. Any suggestions?</description>
		<content:encoded><![CDATA[<p>Here&#8217;s my issue, everything seems to be working perfectly but when the page loads all of my news articles I want it to cycle through flash on the page for a second and then disappear. Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sel</title>
		<link>http://www.cardeo.ca/2010/coding-an-animated-news-ticker-with-jquery-and-css/comment-page-1#comment-3203</link>
		<dc:creator>Sel</dc:creator>
		<pubDate>Sat, 17 Apr 2010 18:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cardeo.ca/?p=2331#comment-3203</guid>
		<description>Dang because your script is REALLY close to being able to do the exact same thing except it just keeps displaying the text instead of scrolling it within a set width.</description>
		<content:encoded><![CDATA[<p>Dang because your script is REALLY close to being able to do the exact same thing except it just keeps displaying the text instead of scrolling it within a set width.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

