<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.7" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: A little TileUI experiment with Facebook</title>
	<link>http://dougmccune.com/blog/2007/08/22/a-little-tileui-experiment-with-facebook/</link>
	<description>A blog about Adobe Flex</description>
	<pubDate>Mon, 13 Oct 2008 04:18:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>

	<item>
		<title>by: links for 2007-08-29 &#171; thebadtiming</title>
		<link>http://dougmccune.com/blog/2007/08/22/a-little-tileui-experiment-with-facebook/#comment-11691</link>
		<pubDate>Wed, 29 Aug 2007 23:27:53 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/08/22/a-little-tileui-experiment-with-facebook/#comment-11691</guid>
					<description>[...] dougmccune.com » Blog Archive » A little TileUI experiment with Facebook A little TileUI experiment with Facebook (tags: facebook flash sns) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] dougmccune.com » Blog Archive » A little TileUI experiment with Facebook A little TileUI experiment with Facebook (tags: facebook flash sns) [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Philip Flip Kromer</title>
		<link>http://dougmccune.com/blog/2007/08/22/a-little-tileui-experiment-with-facebook/#comment-10716</link>
		<pubDate>Fri, 24 Aug 2007 14:21:59 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/08/22/a-little-tileui-experiment-with-facebook/#comment-10716</guid>
					<description>I still haven't figured out the "right" way to do drag/dropping, but one thing I have done is to set a timer for 10x25ms, reset on each Mouse MOVE event, that kills the drag/drop when it goes off.  This is long enough to let you dodge out and back in and short enough to kill most of the wonkiness. I remember last time I looked in the flex source there was a drag/drop snippet and I remember thinking "Oh, that's something I'm not doing" -- but now, haha, I don't remember where.  I think it watched for a Stage mouse leave event, but I'll post back if I recall.  Cheers.</description>
		<content:encoded><![CDATA[<p>I still haven&#8217;t figured out the &#8220;right&#8221; way to do drag/dropping, but one thing I have done is to set a timer for 10&#215;25ms, reset on each Mouse MOVE event, that kills the drag/drop when it goes off.  This is long enough to let you dodge out and back in and short enough to kill most of the wonkiness. I remember last time I looked in the flex source there was a drag/drop snippet and I remember thinking &#8220;Oh, that&#8217;s something I&#8217;m not doing&#8221; &#8212; but now, haha, I don&#8217;t remember where.  I think it watched for a Stage mouse leave event, but I&#8217;ll post back if I recall.  Cheers.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Doug</title>
		<link>http://dougmccune.com/blog/2007/08/22/a-little-tileui-experiment-with-facebook/#comment-10596</link>
		<pubDate>Thu, 23 Aug 2007 17:33:47 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/08/22/a-little-tileui-experiment-with-facebook/#comment-10596</guid>
					<description>@Andrew - using the facebook library here: http://code.google.com/p/facebook-as3/

@Philip - thanks for the ideas, we'll see how much more advanced I can get. Saving the state would be awesome, even if not to your wall, at least so that the next time you load the app it launches in your last saved state. Because of the spatial nature of the app it has a hard time working well in small dimensions, so publishing it on your wall, or on your profile page, might be problematic. 

Regarding mouse release, there's an issue if you release the mouse either outside of the app, or on the friends list on the right side. In either of those cases the tile might not release, so it will continue to follow the mouse until you click again. I'll try to work that out a little better.

And yeah, I'll try to get it to auto drop in some friends just so it doesn't start blank, that's a good idea.

I'm also hoping to integrate the pictures that are stored on facebook into it, so you can play with you photos in the same way.</description>
		<content:encoded><![CDATA[<p>@Andrew - using the facebook library here: <a href="http://code.google.com/p/facebook-as3/" rel="nofollow">http://code.google.com/p/facebook-as3/</a></p>
<p>@Philip - thanks for the ideas, we&#8217;ll see how much more advanced I can get. Saving the state would be awesome, even if not to your wall, at least so that the next time you load the app it launches in your last saved state. Because of the spatial nature of the app it has a hard time working well in small dimensions, so publishing it on your wall, or on your profile page, might be problematic. </p>
<p>Regarding mouse release, there&#8217;s an issue if you release the mouse either outside of the app, or on the friends list on the right side. In either of those cases the tile might not release, so it will continue to follow the mouse until you click again. I&#8217;ll try to work that out a little better.</p>
<p>And yeah, I&#8217;ll try to get it to auto drop in some friends just so it doesn&#8217;t start blank, that&#8217;s a good idea.</p>
<p>I&#8217;m also hoping to integrate the pictures that are stored on facebook into it, so you can play with you photos in the same way.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Philip Flip Kromer</title>
		<link>http://dougmccune.com/blog/2007/08/22/a-little-tileui-experiment-with-facebook/#comment-10595</link>
		<pubDate>Thu, 23 Aug 2007 17:21:50 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/08/22/a-little-tileui-experiment-with-facebook/#comment-10595</guid>
					<description>This is neat -- a couple comments: a) the mouse dragging somehow doesn't release when I think it should -- I think it may be mouseout/in interactions. b) I'd have it pull all your pix (or at least the first say, 50) by defaulyt.  c) Can you make a way to save the board state and publish it to your wall?  That would make it a pretty neat little app.  Esp if other people could fling your pix around.</description>
		<content:encoded><![CDATA[<p>This is neat &#8212; a couple comments: a) the mouse dragging somehow doesn&#8217;t release when I think it should &#8212; I think it may be mouseout/in interactions. b) I&#8217;d have it pull all your pix (or at least the first say, 50) by defaulyt.  c) Can you make a way to save the board state and publish it to your wall?  That would make it a pretty neat little app.  Esp if other people could fling your pix around.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Andrew Laffoon</title>
		<link>http://dougmccune.com/blog/2007/08/22/a-little-tileui-experiment-with-facebook/#comment-10594</link>
		<pubDate>Thu, 23 Aug 2007 17:14:24 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/08/22/a-little-tileui-experiment-with-facebook/#comment-10594</guid>
					<description>Doug, great work!  Which Facebook API Lib did you use?

Andrew</description>
		<content:encoded><![CDATA[<p>Doug, great work!  Which Facebook API Lib did you use?</p>
<p>Andrew
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Douglas Pope</title>
		<link>http://dougmccune.com/blog/2007/08/22/a-little-tileui-experiment-with-facebook/#comment-10579</link>
		<pubDate>Thu, 23 Aug 2007 13:27:44 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/08/22/a-little-tileui-experiment-with-facebook/#comment-10579</guid>
					<description>I am famous!</description>
		<content:encoded><![CDATA[<p>I am famous!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
