<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog &#187; windowing</title>
	<atom:link href="http://antimatter15.com/wp/tag/windowing/feed/" rel="self" type="application/rss+xml" />
	<link>http://antimatter15.com/wp</link>
	<description>this title probably isn&#039;t very original</description>
	<lastBuildDate>Fri, 23 Jul 2010 21:21:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Moving an element to a new window</title>
		<link>http://antimatter15.com/wp/2010/02/moving-a-element-to-a-new-window/</link>
		<comments>http://antimatter15.com/wp/2010/02/moving-a-element-to-a-new-window/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 15:43:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[windowing]]></category>

		<guid isPermaLink="false">http://antimatter15.com/wp/?p=927</guid>
		<description><![CDATA[Web interfaces right now are either multi-window by design (and only multi-windowed), which aren&#8217;t that common and are pretty annoying some times. Most of the time, it&#8217;s single windowed, and all the document elements are constrained to a single web page. The problem with this, is that it&#8217;s a lot less flexible, I can&#8217;t have, [...]]]></description>
			<content:encoded><![CDATA[<p>Web interfaces right now are either multi-window by design (and only multi-windowed), which aren&#8217;t that common and are pretty annoying some times. Most of the time, it&#8217;s single windowed, and all the document elements are constrained to a single web page. The problem with this, is that it&#8217;s a lot less flexible, I can&#8217;t have, for instance, for the ajax animator, I wouldn&#8217;t be able to have the tools on the very left side, the timeline on the bottom, a web browser pointing at my RSS in between and the canvas on my second monitor (Not really a functional arrangement, but multiple monitors is a biggie). Even cooler, would be to have it all synchronized using Comet or WebSocket and having part of the interface on a separate device. For devices with smaller displays, like netbooks, I would imagine having a web application to seamlessly move the tools and preference panes to a, for instance, iPhone screen, would be awesome.</p>
<p><a href="http://jsbin.com/orida/30">http://jsbin.com/orida/30</a> is a tiny prototype where a new window can be created, and an element, along with event handlers (though only for a root node) gets moved into the new window with a reference to the first window.</p>
]]></content:encoded>
			<wfw:commentRss>http://antimatter15.com/wp/2010/02/moving-a-element-to-a-new-window/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->