<?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 for Logicbox</title>
	<atom:link href="http://logicbox.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://logicbox.net/blog</link>
	<description>Web development blog by Will Kelly</description>
	<pubDate>Wed, 10 Mar 2010 14:21:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on simplyScroll - a jQuery plugin by Will Kelly</title>
		<link>http://logicbox.net/blog/simplyscroll-jquery-plugin/comment-page-1/#comment-152</link>
		<dc:creator>Will Kelly</dc:creator>
		<pubDate>Sat, 11 Apr 2009 15:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://logicbox.net/blog/?p=3#comment-152</guid>
		<description>Thanks Structed!

Adrian, it should work (jQuery supports IE6), it's just not fully tested.

UPDATE 14/04: IE6 isn't working - I'll look into this for next release but it's very low priority.</description>
		<content:encoded><![CDATA[<p>Thanks Structed!</p>
<p>Adrian, it should work (jQuery supports IE6), it&#8217;s just not fully tested.</p>
<p>UPDATE 14/04: IE6 isn&#8217;t working - I&#8217;ll look into this for next release but it&#8217;s very low priority.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simplyScroll - a jQuery plugin by Adrian</title>
		<link>http://logicbox.net/blog/simplyscroll-jquery-plugin/comment-page-1/#comment-151</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Sat, 11 Apr 2009 14:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://logicbox.net/blog/?p=3#comment-151</guid>
		<description>Internet Explorer 6 doesn't work with this plugin ?</description>
		<content:encoded><![CDATA[<p>Internet Explorer 6 doesn&#8217;t work with this plugin ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simplyScroll - a jQuery plugin by Structed</title>
		<link>http://logicbox.net/blog/simplyscroll-jquery-plugin/comment-page-1/#comment-125</link>
		<dc:creator>Structed</dc:creator>
		<pubDate>Fri, 10 Apr 2009 13:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://logicbox.net/blog/?p=3#comment-125</guid>
		<description>It was soooo easy to get it running  thanks so much for your awesome work!

@Matt: What about starting a second scroller? Just an idea: If you want to draw the same pics, change the order in which they appear so you can (somewhat) mimic the effect of a resuming second line:

example drawing: ;-)

scroller one: &#124; 1stPic &#124;   &#124; 2ndPic &#124;  &#124; 3rdPic &#124;
scroller two: &#124; 4thPic &#124;   &#124; 1stPic  &#124;  &#124; 2ndPic &#124;</description>
		<content:encoded><![CDATA[<p>It was soooo easy to get it running  thanks so much for your awesome work!</p>
<p>@Matt: What about starting a second scroller? Just an idea: If you want to draw the same pics, change the order in which they appear so you can (somewhat) mimic the effect of a resuming second line:</p>
<p>example drawing: <img src='http://logicbox.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>scroller one: | 1stPic |   | 2ndPic |  | 3rdPic |<br />
scroller two: | 4thPic |   | 1stPic  |  | 2ndPic |</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simplyScroll - a jQuery plugin by Matt</title>
		<link>http://logicbox.net/blog/simplyscroll-jquery-plugin/comment-page-1/#comment-54</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 31 Mar 2009 16:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://logicbox.net/blog/?p=3#comment-54</guid>
		<description>Is there a way to have a fixed width on the entire div so that the ul items flow onto more than one line?</description>
		<content:encoded><![CDATA[<p>Is there a way to have a fixed width on the entire div so that the ul items flow onto more than one line?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simplyScroll - a jQuery plugin by Will Kelly</title>
		<link>http://logicbox.net/blog/simplyscroll-jquery-plugin/comment-page-1/#comment-42</link>
		<dc:creator>Will Kelly</dc:creator>
		<pubDate>Mon, 30 Mar 2009 10:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://logicbox.net/blog/?p=3#comment-42</guid>
		<description>Thanks for all the nice comments!

@Sam will take a look at that, thanks. ;)</description>
		<content:encoded><![CDATA[<p>Thanks for all the nice comments!</p>
<p>@Sam will take a look at that, thanks. <img src='http://logicbox.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simplyScroll - a jQuery plugin by Sam B</title>
		<link>http://logicbox.net/blog/simplyscroll-jquery-plugin/comment-page-1/#comment-41</link>
		<dc:creator>Sam B</dc:creator>
		<pubDate>Mon, 30 Mar 2009 08:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://logicbox.net/blog/?p=3#comment-41</guid>
		<description>thanks for the sweet plugin! took me some time to implement but it's working great now, 1 minor thingy which you 'could' add is that it calculates the offsetLeft or offsetTop on the itemMax width, so it is possible to have a small margin between the objects and still have the slider working without glitches :)

but again, thanks!</description>
		<content:encoded><![CDATA[<p>thanks for the sweet plugin! took me some time to implement but it&#8217;s working great now, 1 minor thingy which you &#8216;could&#8217; add is that it calculates the offsetLeft or offsetTop on the itemMax width, so it is possible to have a small margin between the objects and still have the slider working without glitches <img src='http://logicbox.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>but again, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simplyScroll - a jQuery plugin by Eric P</title>
		<link>http://logicbox.net/blog/simplyscroll-jquery-plugin/comment-page-1/#comment-35</link>
		<dc:creator>Eric P</dc:creator>
		<pubDate>Tue, 24 Mar 2009 01:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://logicbox.net/blog/?p=3#comment-35</guid>
		<description>A kick butt jquery plugin! Easy to adapt to a scrolling news feed, or a scrolling headline feed, or a scrolling RSS feed! Saved me much agony Thanks!!!</description>
		<content:encoded><![CDATA[<p>A kick butt jquery plugin! Easy to adapt to a scrolling news feed, or a scrolling headline feed, or a scrolling RSS feed! Saved me much agony Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simplyScroll - a jQuery plugin by Drew</title>
		<link>http://logicbox.net/blog/simplyscroll-jquery-plugin/comment-page-1/#comment-32</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Mon, 23 Mar 2009 11:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://logicbox.net/blog/?p=3#comment-32</guid>
		<description>Also is there a way of making the vertical scroll, scrollable using a mousewheel? Thanks</description>
		<content:encoded><![CDATA[<p>Also is there a way of making the vertical scroll, scrollable using a mousewheel? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simplyScroll - a jQuery plugin by Drew</title>
		<link>http://logicbox.net/blog/simplyscroll-jquery-plugin/comment-page-1/#comment-31</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Mon, 23 Mar 2009 10:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://logicbox.net/blog/?p=3#comment-31</guid>
		<description>Hi, this is a great plugin and very handy. But I am having some problems using it safari. I can get it to work in firefox, flock and ie but it doesn't seem to load in safari or opera. Do you have any suggestions? 

Cheers</description>
		<content:encoded><![CDATA[<p>Hi, this is a great plugin and very handy. But I am having some problems using it safari. I can get it to work in firefox, flock and ie but it doesn&#8217;t seem to load in safari or opera. Do you have any suggestions? </p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simplyScroll - a jQuery plugin by shashi arya</title>
		<link>http://logicbox.net/blog/simplyscroll-jquery-plugin/comment-page-1/#comment-27</link>
		<dc:creator>shashi arya</dc:creator>
		<pubDate>Fri, 13 Mar 2009 06:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://logicbox.net/blog/?p=3#comment-27</guid>
		<description>I was looking vertical scroll for JQuery and it perfectly fits to my needs. To add some fancy to this can i use SmoothScroll js to this. Thanks for the wonderful plugin</description>
		<content:encoded><![CDATA[<p>I was looking vertical scroll for JQuery and it perfectly fits to my needs. To add some fancy to this can i use SmoothScroll js to this. Thanks for the wonderful plugin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
