<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Scroll Up Headline Reader</title>
	<link>http://www.learningjquery.com/2006/10/scroll-up-headline-reader</link>
	<description>Getting to know the library of choice for unobtrusive JavaScript</description>
	<pubDate>Thu, 28 Aug 2008 23:59:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Josh Henry</title>
		<link>http://www.learningjquery.com/2006/10/scroll-up-headline-reader#comment-53384</link>
		<dc:creator>Josh Henry</dc:creator>
		<pubDate>Sun, 17 Aug 2008 23:44:16 +0000</pubDate>
		<guid>http://www.learningjquery.com/2006/10/scroll-up-headline-reader#comment-53384</guid>
		<description>Thanks for the help.  That made all the difference.  I am not sure why it loaded all the info into the DIV at once.  I have used this script on numerous sites and those are the only 2 that i had problems with.  The .siblings rule cleared it up.  Thanks.

Josh</description>
		<content:encoded><![CDATA[<p>Thanks for the help.  That made all the difference.  I am not sure why it loaded all the info into the DIV at once.  I have used this script on numerous sites and those are the only 2 that i had problems with.  The .siblings rule cleared it up.  Thanks.</p>
<p>Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2006/10/scroll-up-headline-reader#comment-53213</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Thu, 14 Aug 2008 15:43:12 +0000</pubDate>
		<guid>http://www.learningjquery.com/2006/10/scroll-up-headline-reader#comment-53213</guid>
		<description>Hi Josh,
on the axessnetwork site, you can probably fix the problem by changing this:
&lt;pre&gt;&lt;code&gt;$("div.headlines:eq("+current_headline+")").css('top','5px');&lt;/code&gt;&lt;/pre&gt;

to this:
&lt;pre&gt;&lt;code&gt;$("div.headlines:eq("+current_headline+")").css('top','5px')
    .siblings().css('top','210px');&lt;/code&gt;&lt;/pre&gt;

I don't see the problem with the Flash element in FF3 Mac, but one thing you might want to try is to set the Flash object's "wmode" property/attribute to "transparent."</description>
		<content:encoded><![CDATA[<p>Hi Josh,<br />
on the axessnetwork site, you can probably fix the problem by changing this:</p>
<pre><code>$("div.headlines:eq("+current_headline+")").css('top','5px');</code></pre>
<p>to this:</p>
<pre><code>$("div.headlines:eq("+current_headline+")").css('top','5px')
    .siblings().css('top','210px');</code></pre>
<p>I don&#8217;t see the problem with the Flash element in FF3 Mac, but one thing you might want to try is to set the Flash object&#8217;s &#8220;wmode&#8221; property/attribute to &#8220;transparent.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.learningjquery.com/2006/10/scroll-up-headline-reader#comment-53207</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 14 Aug 2008 14:56:14 +0000</pubDate>
		<guid>http://www.learningjquery.com/2006/10/scroll-up-headline-reader#comment-53207</guid>
		<description>i have used the headline scroller on a couple of pages with good success.  However, on 2 of my pages, when the page is visited, all of the headlines show up at first and after the first interval they scroll correctly.  you can see what i mean here at 
www.axessnetwork.com and;
www.buckstoparchery.com

also, on the buckstop archery site, i have a flash element in the scroller.  When opened with Mozilla Firefox, the flash element shows up constantly just below the div area.  Can anyone advise?  Thanks.</description>
		<content:encoded><![CDATA[<p>i have used the headline scroller on a couple of pages with good success.  However, on 2 of my pages, when the page is visited, all of the headlines show up at first and after the first interval they scroll correctly.  you can see what i mean here at<br />
<a href="http://www.axessnetwork.com" rel="nofollow">www.axessnetwork.com</a> and;<br />
<a href="http://www.buckstoparchery.com" rel="nofollow">www.buckstoparchery.com</a></p>
<p>also, on the buckstop archery site, i have a flash element in the scroller.  When opened with Mozilla Firefox, the flash element shows up constantly just below the div area.  Can anyone advise?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naperville</title>
		<link>http://www.learningjquery.com/2006/10/scroll-up-headline-reader#comment-43030</link>
		<dc:creator>Naperville</dc:creator>
		<pubDate>Thu, 24 Apr 2008 13:18:05 +0000</pubDate>
		<guid>http://www.learningjquery.com/2006/10/scroll-up-headline-reader#comment-43030</guid>
		<description>very good tut, it really help me, thanks!</description>
		<content:encoded><![CDATA[<p>very good tut, it really help me, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jauhari</title>
		<link>http://www.learningjquery.com/2006/10/scroll-up-headline-reader#comment-30657</link>
		<dc:creator>Jauhari</dc:creator>
		<pubDate>Mon, 11 Feb 2008 07:23:24 +0000</pubDate>
		<guid>http://www.learningjquery.com/2006/10/scroll-up-headline-reader#comment-30657</guid>
		<description>This is what's I looking for, I have a question.
How to integrated this code with this effect

http://www.malsup.com/jquery/cycle/begin.html

Please Help me and thanks</description>
		<content:encoded><![CDATA[<p>This is what&#8217;s I looking for, I have a question.<br />
How to integrated this code with this effect</p>
<p><a href="http://www.malsup.com/jquery/cycle/begin.html" rel="nofollow">http://www.malsup.com/jquery/cycle/begin.html</a></p>
<p>Please Help me and thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damith</title>
		<link>http://www.learningjquery.com/2006/10/scroll-up-headline-reader#comment-27832</link>
		<dc:creator>Damith</dc:creator>
		<pubDate>Mon, 21 Jan 2008 11:11:59 +0000</pubDate>
		<guid>http://www.learningjquery.com/2006/10/scroll-up-headline-reader#comment-27832</guid>
		<description>if we put dynamic content...how we handle height thing...

mean how height should be auto fitted to each loading....because in my case that viewing area should be changed with it loaded no of items...so..how can we handle that kind of thing...pls tell me thanks</description>
		<content:encoded><![CDATA[<p>if we put dynamic content&#8230;how we handle height thing&#8230;</p>
<p>mean how height should be auto fitted to each loading&#8230;.because in my case that viewing area should be changed with it loaded no of items&#8230;so..how can we handle that kind of thing&#8230;pls tell me thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Catalin Oltean</title>
		<link>http://www.learningjquery.com/2006/10/scroll-up-headline-reader#comment-23796</link>
		<dc:creator>Catalin Oltean</dc:creator>
		<pubDate>Sun, 09 Dec 2007 18:57:51 +0000</pubDate>
		<guid>http://www.learningjquery.com/2006/10/scroll-up-headline-reader#comment-23796</guid>
		<description>How I can make script to work with a scrollup div that contain an external html file inserted in document (div) with Ajax?</description>
		<content:encoded><![CDATA[<p>How I can make script to work with a scrollup div that contain an external html file inserted in document (div) with Ajax?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Catalin Oltean</title>
		<link>http://www.learningjquery.com/2006/10/scroll-up-headline-reader#comment-23794</link>
		<dc:creator>Catalin Oltean</dc:creator>
		<pubDate>Sun, 09 Dec 2007 18:47:24 +0000</pubDate>
		<guid>http://www.learningjquery.com/2006/10/scroll-up-headline-reader#comment-23794</guid>
		<description>How I can make script to work with an external scrollup div inserted in document with Ajax?</description>
		<content:encoded><![CDATA[<p>How I can make script to work with an external scrollup div inserted in document with Ajax?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miguelito</title>
		<link>http://www.learningjquery.com/2006/10/scroll-up-headline-reader#comment-21318</link>
		<dc:creator>miguelito</dc:creator>
		<pubDate>Tue, 20 Nov 2007 18:13:01 +0000</pubDate>
		<guid>http://www.learningjquery.com/2006/10/scroll-up-headline-reader#comment-21318</guid>
		<description>Hi all. i´m Miguelito ( newbe in jQuery from Spain)

I have to do a continuos  scroll function to a div with html structure like this:
div-class listaScroll)  ul li li li li /ul /div
each li has html inside ( news to scroll)

it works, but surelly you can hep me with some 'bugs'

1.- Rest-of-the-page-links does not work if i do not 'stop' the timer properly

2.- multiple divs in same page scrolling: scrolls at same time, stops in same time :(

any ideas ?

URL: &lt;a href="http://www.info-costablanca.com/index2.asp" rel="nofollow"&gt;my site (i´m modifiyng it)&lt;/a&gt;

Thanks for your time!.

( I´m using jquey.timer.js for timers, but maybe innecesary, or maybe it´s the problem. I´m new with jquery timer events :)  )

CODE:

&lt;code&gt;
jQuery(document).ready(function(){
	initScroll();
	jQuery(".listaScroll ul li a").hover( stopScroll, initScroll);

	function initScroll(){
		jQuery(".listaScroll").everyTime(3000, 'miTimer', scrollUp);
	}
	function scrollUp() {
		var elemParent=jQuery(this).find("ul:eq(0)").get();
		jQuery(elemParent).find("li:eq(0)").hide(2000, function(){
			jQuery(this).appendTo(elemParent).show(); //mode element to the end
		});
	}
	
	function stopScroll(){
		 jQuery(".listaScroll").stopTime("miTimer");
	}
	
        jQuery("a").click( function(){ // ehem... it stops the scroll, so the links work again...
		stopScroll(); 
		return true;
		}); 

});

&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi all. i´m Miguelito ( newbe in jQuery from Spain)</p>
<p>I have to do a continuos  scroll function to a div with html structure like this:<br />
div-class listaScroll)  ul li li li li /ul /div<br />
each li has html inside ( news to scroll)</p>
<p>it works, but surelly you can hep me with some &#8216;bugs&#8217;</p>
<p>1.- Rest-of-the-page-links does not work if i do not &#8217;stop&#8217; the timer properly</p>
<p>2.- multiple divs in same page scrolling: scrolls at same time, stops in same time <img src='http://www.learningjquery.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>any ideas ?</p>
<p>URL: <a href="http://www.info-costablanca.com/index2.asp" rel="nofollow">my site (i´m modifiyng it)</a></p>
<p>Thanks for your time!.</p>
<p>( I´m using jquey.timer.js for timers, but maybe innecesary, or maybe it´s the problem. I´m new with jquery timer events <img src='http://www.learningjquery.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>CODE:</p>
<p><code><br />
jQuery(document).ready(function(){<br />
	initScroll();<br />
	jQuery(".listaScroll ul li a").hover( stopScroll, initScroll);</p>
<p>	function initScroll(){<br />
		jQuery(".listaScroll").everyTime(3000, 'miTimer', scrollUp);<br />
	}<br />
	function scrollUp() {<br />
		var elemParent=jQuery(this).find("ul:eq(0)").get();<br />
		jQuery(elemParent).find("li:eq(0)").hide(2000, function(){<br />
			jQuery(this).appendTo(elemParent).show(); //mode element to the end<br />
		});<br />
	}</p>
<p>	function stopScroll(){<br />
		 jQuery(".listaScroll").stopTime("miTimer");<br />
	}</p>
<p>        jQuery("a").click( function(){ // ehem... it stops the scroll, so the links work again...<br />
		stopScroll();<br />
		return true;<br />
		}); </p>
<p>});</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tracert</title>
		<link>http://www.learningjquery.com/2006/10/scroll-up-headline-reader#comment-19216</link>
		<dc:creator>tracert</dc:creator>
		<pubDate>Mon, 05 Nov 2007 14:25:27 +0000</pubDate>
		<guid>http://www.learningjquery.com/2006/10/scroll-up-headline-reader#comment-19216</guid>
		<description>Hi Karl,

Thank you for the script, it's very nice. But I have a problem.
I use the toggle() function to display and hide the headline div. When I click on the link (which hides the headline div), and click again (displays the headline div again), it starts rolling again, but it looks like this: &lt;a href="http://wmwork.wmmedia.hu/ajax/jquery/jquery_bug.jpg" rel="nofollow"&gt;picture&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi Karl,</p>
<p>Thank you for the script, it&#8217;s very nice. But I have a problem.<br />
I use the toggle() function to display and hide the headline div. When I click on the link (which hides the headline div), and click again (displays the headline div again), it starts rolling again, but it looks like this: <a href="http://wmwork.wmmedia.hu/ajax/jquery/jquery_bug.jpg" rel="nofollow">picture</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
