<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: scroll without scrollbars</title>
	<atom:link href="http://shemesh.wordpress.com/2008/04/03/scroll-without-scrollbars/feed/" rel="self" type="application/rss+xml" />
	<link>http://shemesh.wordpress.com/2008/04/03/scroll-without-scrollbars/</link>
	<description>Toxicated Flex/Silverlight Blog</description>
	<lastBuildDate>Tue, 10 Nov 2009 18:27:14 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrew</title>
		<link>http://shemesh.wordpress.com/2008/04/03/scroll-without-scrollbars/#comment-82</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 22 Sep 2008 10:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://shemesh.wordpress.com/?p=18#comment-82</guid>
		<description>Thanks for the nice script. 

What about adding some effect to it so it doesn&#039;t stop on a dime. Like a nice ease out on the move. Any suggestions on how to do this?</description>
		<content:encoded><![CDATA[<p>Thanks for the nice script. </p>
<p>What about adding some effect to it so it doesn&#8217;t stop on a dime. Like a nice ease out on the move. Any suggestions on how to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shemesh</title>
		<link>http://shemesh.wordpress.com/2008/04/03/scroll-without-scrollbars/#comment-63</link>
		<dc:creator>shemesh</dc:creator>
		<pubDate>Sun, 03 Aug 2008 06:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://shemesh.wordpress.com/?p=18#comment-63</guid>
		<description>Hi Ryan,
its hard to tell without seeing the code.
are you sure your layout is correct? all your components at their correct place?</description>
		<content:encoded><![CDATA[<p>Hi Ryan,<br />
its hard to tell without seeing the code.<br />
are you sure your layout is correct? all your components at their correct place?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Hilton</title>
		<link>http://shemesh.wordpress.com/2008/04/03/scroll-without-scrollbars/#comment-62</link>
		<dc:creator>Ryan Hilton</dc:creator>
		<pubDate>Fri, 01 Aug 2008 17:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://shemesh.wordpress.com/?p=18#comment-62</guid>
		<description>Hello Awesome Scroller!,

I am developing a photoviewer application for my company, and this is exactly how I need to be able to scroll through the photos, the only problem is, after a certain number of photo&#039;s appear, the right scroll arrow disappears! 

It gets pushed after the photos fill in the HBox! And then you can&#039;t see it!

How can I make it stick? so that the images that come in, don&#039;t push it away?</description>
		<content:encoded><![CDATA[<p>Hello Awesome Scroller!,</p>
<p>I am developing a photoviewer application for my company, and this is exactly how I need to be able to scroll through the photos, the only problem is, after a certain number of photo&#8217;s appear, the right scroll arrow disappears! </p>
<p>It gets pushed after the photos fill in the HBox! And then you can&#8217;t see it!</p>
<p>How can I make it stick? so that the images that come in, don&#8217;t push it away?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nadav Parag</title>
		<link>http://shemesh.wordpress.com/2008/04/03/scroll-without-scrollbars/#comment-52</link>
		<dc:creator>Nadav Parag</dc:creator>
		<pubDate>Sun, 06 Jul 2008 22:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://shemesh.wordpress.com/?p=18#comment-52</guid>
		<description>I would suggest adding another button on each side that scrolls to the end or beginning of the list. something like &#124;&#124;. 
Maybe also &lt;&gt; that will scroll faster (page by page).</description>
		<content:encoded><![CDATA[<p>I would suggest adding another button on each side that scrolls to the end or beginning of the list. something like ||.<br />
Maybe also &lt;&gt; that will scroll faster (page by page).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian Kussman</title>
		<link>http://shemesh.wordpress.com/2008/04/03/scroll-without-scrollbars/#comment-13</link>
		<dc:creator>Julian Kussman</dc:creator>
		<pubDate>Fri, 04 Apr 2008 19:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://shemesh.wordpress.com/?p=18#comment-13</guid>
		<description>Finder works like this when you do a search. I was trying to remember where I saw it.</description>
		<content:encoded><![CDATA[<p>Finder works like this when you do a search. I was trying to remember where I saw it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shemesh</title>
		<link>http://shemesh.wordpress.com/2008/04/03/scroll-without-scrollbars/#comment-12</link>
		<dc:creator>shemesh</dc:creator>
		<pubDate>Fri, 04 Apr 2008 13:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://shemesh.wordpress.com/?p=18#comment-12</guid>
		<description>Julian,
Ye.. i hear you, it is a usability problem.
i wouldn&#039;t suggest to truncate the labels as it will drive the scroll-buttons mad making them disappear/re-appear to much; plus: usability thinking... truncating breadcrumbs is not very convenient to the user.

i would suggest to disable the scroll-button once we reach the end, and enable when a scroll is possible.</description>
		<content:encoded><![CDATA[<p>Julian,<br />
Ye.. i hear you, it is a usability problem.<br />
i wouldn&#8217;t suggest to truncate the labels as it will drive the scroll-buttons mad making them disappear/re-appear to much; plus: usability thinking&#8230; truncating breadcrumbs is not very convenient to the user.</p>
<p>i would suggest to disable the scroll-button once we reach the end, and enable when a scroll is possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian Kussman</title>
		<link>http://shemesh.wordpress.com/2008/04/03/scroll-without-scrollbars/#comment-11</link>
		<dc:creator>Julian Kussman</dc:creator>
		<pubDate>Fri, 04 Apr 2008 05:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://shemesh.wordpress.com/?p=18#comment-11</guid>
		<description>Seems neat. One UI problem is that you have no idea of how many items are in the list. May I suggest you shorten the item titles when there are too many items and expand to show the full name on rollover
&#124;11...&#124;22...&#124;33...&#124;44...&#124;   and then when rolling over 3:
&#124;11&#124;22&#124;33333333&#124;44&#124;</description>
		<content:encoded><![CDATA[<p>Seems neat. One UI problem is that you have no idea of how many items are in the list. May I suggest you shorten the item titles when there are too many items and expand to show the full name on rollover<br />
|11&#8230;|22&#8230;|33&#8230;|44&#8230;|   and then when rolling over 3:<br />
|11|22|33333333|44|</p>
]]></content:encoded>
	</item>
</channel>
</rss>
