<?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 on: Microsoft Live Labs Web Sandbox</title>
	<atom:link href="http://ajaxian.com/archives/microsoft-live-labs-web-sandbox/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/microsoft-live-labs-web-sandbox</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Tchvil</title>
		<link>http://ajaxian.com/archives/microsoft-live-labs-web-sandbox/comment-page-1#comment-270913</link>
		<dc:creator>Tchvil</dc:creator>
		<pubDate>Fri, 30 Jan 2009 15:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4861#comment-270913</guid>
		<description>You may have a look at another approach to call APIs. No applets, no Flash or Silverlight. Just a simple web page, some javascript and another domain. 
http://beebole.com/blog/general/sandbox-your-cross-domain-jsonp-to-improve-mashup-security/</description>
		<content:encoded><![CDATA[<p>You may have a look at another approach to call APIs. No applets, no Flash or Silverlight. Just a simple web page, some javascript and another domain.<br />
<a href="http://beebole.com/blog/general/sandbox-your-cross-domain-jsonp-to-improve-mashup-security/" rel="nofollow">http://beebole.com/blog/general/sandbox-your-cross-domain-jsonp-to-improve-mashup-security/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeria</title>
		<link>http://ajaxian.com/archives/microsoft-live-labs-web-sandbox/comment-page-1#comment-268384</link>
		<dc:creator>Jeria</dc:creator>
		<pubDate>Fri, 24 Oct 2008 10:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4861#comment-268384</guid>
		<description>Nice trick to get developers to install Silverlight on their machines ;)</description>
		<content:encoded><![CDATA[<p>Nice trick to get developers to install Silverlight on their machines ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Bergkvist</title>
		<link>http://ajaxian.com/archives/microsoft-live-labs-web-sandbox/comment-page-1#comment-268379</link>
		<dc:creator>Mikael Bergkvist</dc:creator>
		<pubDate>Fri, 24 Oct 2008 01:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4861#comment-268379</guid>
		<description>So this isn&#039;t just a trick to get people to use Silverlight then? :-)</description>
		<content:encoded><![CDATA[<p>So this isn&#8217;t just a trick to get people to use Silverlight then? :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siteexperts</title>
		<link>http://ajaxian.com/archives/microsoft-live-labs-web-sandbox/comment-page-1#comment-268377</link>
		<dc:creator>Siteexperts</dc:creator>
		<pubDate>Thu, 23 Oct 2008 21:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4861#comment-268377</guid>
		<description>Dion - Thanks for sharing our project.

fatlotus: That is a great question.  I believe IFrames are often misunderstood. 

To briefly summarize, IFrames have a few disadvantages. First, they are an isolation mechanism, not a proper security solution. Content in IFrames can compromise a page via bad code, trying to install add-ons, redirecting, and click-jacking.

Now, even if IFrames addressed those concerns, the isolation creates additional challenges. The code cannot easily integrate with the outer page (styles don&#039;t inherit, communication is hard, etc).

Last, IFrames assume a rigid model.  Over time, the more interesting extensibility scenarios are not going to be restricted to boxes. They are going to be about sites themselves exposing APIs that can be safely extended by third-parties.  

We need a model that converges the benefits of IFrame isolation without the restrictions.  Exploring this challenge is one of the goals of the Web Sandbox project.

For more details, I suggest reading the overview documentation on our web sandbox site.  

Scott Isaacs (Microsoft)</description>
		<content:encoded><![CDATA[<p>Dion &#8211; Thanks for sharing our project.</p>
<p>fatlotus: That is a great question.  I believe IFrames are often misunderstood. </p>
<p>To briefly summarize, IFrames have a few disadvantages. First, they are an isolation mechanism, not a proper security solution. Content in IFrames can compromise a page via bad code, trying to install add-ons, redirecting, and click-jacking.</p>
<p>Now, even if IFrames addressed those concerns, the isolation creates additional challenges. The code cannot easily integrate with the outer page (styles don&#8217;t inherit, communication is hard, etc).</p>
<p>Last, IFrames assume a rigid model.  Over time, the more interesting extensibility scenarios are not going to be restricted to boxes. They are going to be about sites themselves exposing APIs that can be safely extended by third-parties.  </p>
<p>We need a model that converges the benefits of IFrame isolation without the restrictions.  Exploring this challenge is one of the goals of the Web Sandbox project.</p>
<p>For more details, I suggest reading the overview documentation on our web sandbox site.  </p>
<p>Scott Isaacs (Microsoft)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fatlotus</title>
		<link>http://ajaxian.com/archives/microsoft-live-labs-web-sandbox/comment-page-1#comment-268374</link>
		<dc:creator>fatlotus</dc:creator>
		<pubDate>Thu, 23 Oct 2008 21:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4861#comment-268374</guid>
		<description>Correction: 

What happened to just using an iframe with an external source?</description>
		<content:encoded><![CDATA[<p>Correction: </p>
<p>What happened to just using an iframe with an external source?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fatlotus</title>
		<link>http://ajaxian.com/archives/microsoft-live-labs-web-sandbox/comment-page-1#comment-268373</link>
		<dc:creator>fatlotus</dc:creator>
		<pubDate>Thu, 23 Oct 2008 21:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4861#comment-268373</guid>
		<description>What happened to just using an  with an external source?</description>
		<content:encoded><![CDATA[<p>What happened to just using an  with an external source?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

