<?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: BBC style news ticker</title>
	<atom:link href="http://www.makemineatriple.com/2007/10/bbcnewsticker/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makemineatriple.com/2007/10/bbcnewsticker/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 05:21:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bryan</title>
		<link>http://www.makemineatriple.com/2007/10/bbcnewsticker/comment-page-1/#comment-251</link>
		<dc:creator>bryan</dc:creator>
		<pubDate>Thu, 23 Oct 2008 22:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.makemineatriple.com/2007/10/bbcnewsticker/#comment-251</guid>
		<description>@Al - if you were to put a p or span in place of the anchor it would be very straightforward to do. Naturally you'd want to consider the semantics of the markup you go for :-)

@Andres - I've used this ticker on pages with lots of other jQuery stuff going on. "Merging" suggests you're trying to adapt the plugin itself though?

(Sorry for the excessively delayed response by the way!)</description>
		<content:encoded><![CDATA[<p>@Al - if you were to put a p or span in place of the anchor it would be very straightforward to do. Naturally you&#8217;d want to consider the semantics of the markup you go for <img src='http://www.makemineatriple.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>@Andres - I&#8217;ve used this ticker on pages with lots of other jQuery stuff going on. &#8220;Merging&#8221; suggests you&#8217;re trying to adapt the plugin itself though?</p>
<p>(Sorry for the excessively delayed response by the way!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andres Luque</title>
		<link>http://www.makemineatriple.com/2007/10/bbcnewsticker/comment-page-1/#comment-242</link>
		<dc:creator>Andres Luque</dc:creator>
		<pubDate>Fri, 22 Aug 2008 00:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.makemineatriple.com/2007/10/bbcnewsticker/#comment-242</guid>
		<description>Hi, this plugin is so cool, but im having problems with merging it with click functions and stuff from jquery, its me or its a bug?</description>
		<content:encoded><![CDATA[<p>Hi, this plugin is so cool, but im having problems with merging it with click functions and stuff from jquery, its me or its a bug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Jenkins</title>
		<link>http://www.makemineatriple.com/2007/10/bbcnewsticker/comment-page-1/#comment-239</link>
		<dc:creator>Al Jenkins</dc:creator>
		<pubDate>Wed, 20 Aug 2008 15:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.makemineatriple.com/2007/10/bbcnewsticker/#comment-239</guid>
		<description>Really good plugin - how easy is it to modify it so that it doesn't require the list elements to be links (I just wanted to use text)?</description>
		<content:encoded><![CDATA[<p>Really good plugin - how easy is it to modify it so that it doesn&#8217;t require the list elements to be links (I just wanted to use text)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://www.makemineatriple.com/2007/10/bbcnewsticker/comment-page-1/#comment-236</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Sat, 16 Aug 2008 04:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.makemineatriple.com/2007/10/bbcnewsticker/#comment-236</guid>
		<description>Sorry, where it says "newsticker in a ''", it's meant to say that it's in a DIV where the id="newsticker".</description>
		<content:encoded><![CDATA[<p>Sorry, where it says &#8220;newsticker in a &#8221;&#8221;, it&#8217;s meant to say that it&#8217;s in a DIV where the id=&#8221;newsticker&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://www.makemineatriple.com/2007/10/bbcnewsticker/comment-page-1/#comment-235</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Sat, 16 Aug 2008 04:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.makemineatriple.com/2007/10/bbcnewsticker/#comment-235</guid>
		<description>Hi Bryan,

Thanks for getting back to me about that. Although initially I couldn't get my head around a suitable piece of CSS, I actually came up with an alternative piece of code that people may find easier to implement. Although I'm not the best when it comes to following standards and the like so let me know if it's bad practise!

#newsticker ul {
			width: 953px;
			height: 18px;
			overflow: hidden;
}

#newsticker li {
padding-bottom: 10px; /* to make sure you can't see tops of words as it loads */
}

I've placed the newsticker in a ''. But this way you don't need any javascript to adjust the CSS and it seems to work pretty well.

Thanks so much for the script! It's brilliant and it's made my website look so much better than it did.</description>
		<content:encoded><![CDATA[<p>Hi Bryan,</p>
<p>Thanks for getting back to me about that. Although initially I couldn&#8217;t get my head around a suitable piece of CSS, I actually came up with an alternative piece of code that people may find easier to implement. Although I&#8217;m not the best when it comes to following standards and the like so let me know if it&#8217;s bad practise!</p>
<p>#newsticker ul {<br />
			width: 953px;<br />
			height: 18px;<br />
			overflow: hidden;<br />
}</p>
<p>#newsticker li {<br />
padding-bottom: 10px; /* to make sure you can&#8217;t see tops of words as it loads */<br />
}</p>
<p>I&#8217;ve placed the newsticker in a &#8221;. But this way you don&#8217;t need any javascript to adjust the CSS and it seems to work pretty well.</p>
<p>Thanks so much for the script! It&#8217;s brilliant and it&#8217;s made my website look so much better than it did.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryan</title>
		<link>http://www.makemineatriple.com/2007/10/bbcnewsticker/comment-page-1/#comment-234</link>
		<dc:creator>bryan</dc:creator>
		<pubDate>Sat, 16 Aug 2008 00:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.makemineatriple.com/2007/10/bbcnewsticker/#comment-234</guid>
		<description>Hi Jack,

You could hide all list items in your list and then use li:first-child to show the first one only. e.g.

ul#news li {
  display:none;
}
ul#news li:first-child {
  display:block;
}

While the CSS above will work for showing only the first item of an unordered list of id "news", I haven't done any thorough testing with the news ticker (or indeed cross-browser, though you should find that's OK).

One thing you will need to do is have your javascript load CSS to override the display:none declaration: the news ticker needs all of the list items to be display:block, or you won't see anything.

As mentioned before, remember that this will make all but the first item unavailable to users with CSS but without javascript. As long as they can get that hidden information in an alternative way you should be OK from an accessibility perspective.

Hope that helps!</description>
		<content:encoded><![CDATA[<p>Hi Jack,</p>
<p>You could hide all list items in your list and then use li:first-child to show the first one only. e.g.</p>
<p>ul#news li {<br />
  display:none;<br />
}<br />
ul#news li:first-child {<br />
  display:block;<br />
}</p>
<p>While the CSS above will work for showing only the first item of an unordered list of id &#8220;news&#8221;, I haven&#8217;t done any thorough testing with the news ticker (or indeed cross-browser, though you should find that&#8217;s OK).</p>
<p>One thing you will need to do is have your javascript load CSS to override the display:none declaration: the news ticker needs all of the list items to be display:block, or you won&#8217;t see anything.</p>
<p>As mentioned before, remember that this will make all but the first item unavailable to users with CSS but without javascript. As long as they can get that hidden information in an alternative way you should be OK from an accessibility perspective.</p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://www.makemineatriple.com/2007/10/bbcnewsticker/comment-page-1/#comment-232</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Thu, 14 Aug 2008 18:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.makemineatriple.com/2007/10/bbcnewsticker/#comment-232</guid>
		<description>Regarding Barry's question, how do you adjust the CSS to hide the subsequent items? Thanks!</description>
		<content:encoded><![CDATA[<p>Regarding Barry&#8217;s question, how do you adjust the CSS to hide the subsequent items? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryan</title>
		<link>http://www.makemineatriple.com/2007/10/bbcnewsticker/comment-page-1/#comment-215</link>
		<dc:creator>bryan</dc:creator>
		<pubDate>Mon, 10 Mar 2008 20:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.makemineatriple.com/2007/10/bbcnewsticker/#comment-215</guid>
		<description>Hi "Mr Icker" :-)

You can put two tickers on a page by declaring two sets of options variables and calling the ticker function twice, once for each set. You might find the visual effect doesn't work so well but it should function. Have fun!</description>
		<content:encoded><![CDATA[<p>Hi &#8220;Mr Icker&#8221; <img src='http://www.makemineatriple.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>You can put two tickers on a page by declaring two sets of options variables and calling the ticker function twice, once for each set. You might find the visual effect doesn&#8217;t work so well but it should function. Have fun!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrT Icker</title>
		<link>http://www.makemineatriple.com/2007/10/bbcnewsticker/comment-page-1/#comment-214</link>
		<dc:creator>MrT Icker</dc:creator>
		<pubDate>Mon, 10 Mar 2008 17:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.makemineatriple.com/2007/10/bbcnewsticker/#comment-214</guid>
		<description>Hi Bryan,

nice plugin! It was exactly the thing I was lookin for, but i found  one problem: you can't use more than one ticker on a page… Is there a quick fix for this? thanks!</description>
		<content:encoded><![CDATA[<p>Hi Bryan,</p>
<p>nice plugin! It was exactly the thing I was lookin for, but i found  one problem: you can&#8217;t use more than one ticker on a page… Is there a quick fix for this? thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kashif S. Malik</title>
		<link>http://www.makemineatriple.com/2007/10/bbcnewsticker/comment-page-1/#comment-211</link>
		<dc:creator>Kashif S. Malik</dc:creator>
		<pubDate>Fri, 22 Feb 2008 13:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.makemineatriple.com/2007/10/bbcnewsticker/#comment-211</guid>
		<description>That's exactly what I'm looking for. Haven't tried the stuff yet; but will do that in a short while. Thanks!</description>
		<content:encoded><![CDATA[<p>That&#8217;s exactly what I&#8217;m looking for. Haven&#8217;t tried the stuff yet; but will do that in a short while. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 3.635 seconds -->
