<?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: The End of TAE and Browser Possesion</title>
	<atom:link href="http://ajaxian.com/archives/the-end-of-tae-and-browser-possesion/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/the-end-of-tae-and-browser-possesion</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Stephen Beattie</title>
		<link>http://ajaxian.com/archives/the-end-of-tae-and-browser-possesion/comment-page-1#comment-253392</link>
		<dc:creator>Stephen Beattie</dc:creator>
		<pubDate>Wed, 01 Aug 2007 08:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2616#comment-253392</guid>
		<description>I think there might some confusion about what Adobe AIR is and will do.  The initial release of AIR is a _desktop_ runtime for Flash/PDF/HTML content and will not work to unify/replace the Flash and PDF browser plugins.   It&#039;s somewhat similar to MDM Zinc, Screenweaver, mProjector and many other proector wrappers available to bring Flash to the desktop except that rather than implementing PDF/HTML support as distinct modules each with their own API, Adobe has made them all scriptable through the wrapper application (AIR runtime) so the different content types can all interact.  It&#039;s really very clever. Adobe AIR makes filesystem access (read, write files) possible too.  I can&#039;t see this happening in the web browser!

The Flash plugin in itself isn&#039;t capable of embedding WebKit rather WebKit and Flash can share the same application container and communicate using a common API when compiled as an AIR application.  

However, I hold a knife and fork by my proverbial hat in case anyone can make this browser-in-browser work by embedding AIR into a regular browser.

Good luck.</description>
		<content:encoded><![CDATA[<p>I think there might some confusion about what Adobe AIR is and will do.  The initial release of AIR is a _desktop_ runtime for Flash/PDF/HTML content and will not work to unify/replace the Flash and PDF browser plugins.   It&#8217;s somewhat similar to MDM Zinc, Screenweaver, mProjector and many other proector wrappers available to bring Flash to the desktop except that rather than implementing PDF/HTML support as distinct modules each with their own API, Adobe has made them all scriptable through the wrapper application (AIR runtime) so the different content types can all interact.  It&#8217;s really very clever. Adobe AIR makes filesystem access (read, write files) possible too.  I can&#8217;t see this happening in the web browser!</p>
<p>The Flash plugin in itself isn&#8217;t capable of embedding WebKit rather WebKit and Flash can share the same application container and communicate using a common API when compiled as an AIR application.  </p>
<p>However, I hold a knife and fork by my proverbial hat in case anyone can make this browser-in-browser work by embedding AIR into a regular browser.</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan Eich</title>
		<link>http://ajaxian.com/archives/the-end-of-tae-and-browser-possesion/comment-page-1#comment-253329</link>
		<dc:creator>Brendan Eich</dc:creator>
		<pubDate>Mon, 30 Jul 2007 17:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2616#comment-253329</guid>
		<description>Glen: swapping in Webkit in something like AIR as a demon possessing IE is not enough. Webkit is not as web compatible as Gecko, and both Webkit and Gecko take the &quot;else&quot; path in all the &quot;if (isIE) ... else ...&quot; scripting forks. Putting it inside an IE instance guarantees a chinese wall between the demon&#039;s inner content and outer content.

See Netscape 8, which made a franken-browser of Firefox by using MSHTML for some sites, Gecko for others. Consider cookie sharing or non-sharing, certs, etc. You can use the IE settings model from AIR, but the interpretation of those settings won&#039;t be identical. AIR is in its early stages, and it has the &quot;advantage&quot; that its content does not have to interoperate bug-for-bug compatibly with IE. AIR has its own content model.

And then there&#039;s download footprint.

A full browser that can handle web compatibility plus OS integration is non-trivial, to put it mildly.

But sure, the ScreamingMonkey approach could be used over the long run, with enough work on distribution and compatibility. IE is a possession target. MS won&#039;t stand still for it, but if they break too many APIs that their own code (e.g., Silverlight) can use but Flash cannot, they&#039;ll raise antitrust issues again.

/be</description>
		<content:encoded><![CDATA[<p>Glen: swapping in Webkit in something like AIR as a demon possessing IE is not enough. Webkit is not as web compatible as Gecko, and both Webkit and Gecko take the &#8220;else&#8221; path in all the &#8220;if (isIE) &#8230; else &#8230;&#8221; scripting forks. Putting it inside an IE instance guarantees a chinese wall between the demon&#8217;s inner content and outer content.</p>
<p>See Netscape 8, which made a franken-browser of Firefox by using MSHTML for some sites, Gecko for others. Consider cookie sharing or non-sharing, certs, etc. You can use the IE settings model from AIR, but the interpretation of those settings won&#8217;t be identical. AIR is in its early stages, and it has the &#8220;advantage&#8221; that its content does not have to interoperate bug-for-bug compatibly with IE. AIR has its own content model.</p>
<p>And then there&#8217;s download footprint.</p>
<p>A full browser that can handle web compatibility plus OS integration is non-trivial, to put it mildly.</p>
<p>But sure, the ScreamingMonkey approach could be used over the long run, with enough work on distribution and compatibility. IE is a possession target. MS won&#8217;t stand still for it, but if they break too many APIs that their own code (e.g., Silverlight) can use but Flash cannot, they&#8217;ll raise antitrust issues again.</p>
<p>/be</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Fuller</title>
		<link>http://ajaxian.com/archives/the-end-of-tae-and-browser-possesion/comment-page-1#comment-253324</link>
		<dc:creator>Greg Fuller</dc:creator>
		<pubDate>Mon, 30 Jul 2007 15:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2616#comment-253324</guid>
		<description>Here&#039;s a  &quot;framework&quot; for doing this kind of thing.  It&#039;s called FXT and it&#039;s been around awhile:

http://www.onflex.org/ted/2006/08/fxt-flex-templating.php</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a  &#8220;framework&#8221; for doing this kind of thing.  It&#8217;s called FXT and it&#8217;s been around awhile:</p>
<p><a href="http://www.onflex.org/ted/2006/08/fxt-flex-templating.php" rel="nofollow">http://www.onflex.org/ted/2006/08/fxt-flex-templating.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen Lipka</title>
		<link>http://ajaxian.com/archives/the-end-of-tae-and-browser-possesion/comment-page-1#comment-253322</link>
		<dc:creator>Glen Lipka</dc:creator>
		<pubDate>Mon, 30 Jul 2007 15:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2616#comment-253322</guid>
		<description>Personally, I am a little confused.
Is sIFR a bad idea?  It&#039;s unobtrusive.  It helps designers pick the fonts they want to use without messing up Google.  Degrades perfectly well.  Users never notice slowness.

All I am saying is, with Adobe AIR, you could, in theory,  get the next gen of sIFR where instead of the fonts being rendered better, the whole page is rendered in an engine of choice.  I never said, &quot;everything else would break&quot;.  I didn&#039;t say &quot;ad-blockers and controls would break&quot;.

Im confused by comments like &quot;Wow. Please, no.&quot;  Is that what you say to sIFR too?  Maybe those who just say, &quot;All I can say isâ€¦ please NOâ€¦ do not do this&quot; could be specific.  I am pretty sure you are making assumptions I am not making.

My assumptions:
1. 100% unobtrusive.  1 page to develop in html/css/js.
2. The plugin is Flash which has wonderful penetration and trust.
3. Nothing in the browser would break (back/forward/bookmarks/ad-blockers).

In terms of the comment about browser innovation.  I agree, there were several years of stagnation from Microsoft.  However, those were GREAT years for developers.  Sometimes we NEED stability to develop great things.  I think the pendulum needs to swing sometimes.  I am not disagreeing with the point about competition brings innovation.</description>
		<content:encoded><![CDATA[<p>Personally, I am a little confused.<br />
Is sIFR a bad idea?  It&#8217;s unobtrusive.  It helps designers pick the fonts they want to use without messing up Google.  Degrades perfectly well.  Users never notice slowness.</p>
<p>All I am saying is, with Adobe AIR, you could, in theory,  get the next gen of sIFR where instead of the fonts being rendered better, the whole page is rendered in an engine of choice.  I never said, &#8220;everything else would break&#8221;.  I didn&#8217;t say &#8220;ad-blockers and controls would break&#8221;.</p>
<p>Im confused by comments like &#8220;Wow. Please, no.&#8221;  Is that what you say to sIFR too?  Maybe those who just say, &#8220;All I can say isâ€¦ please NOâ€¦ do not do this&#8221; could be specific.  I am pretty sure you are making assumptions I am not making.</p>
<p>My assumptions:<br />
1. 100% unobtrusive.  1 page to develop in html/css/js.<br />
2. The plugin is Flash which has wonderful penetration and trust.<br />
3. Nothing in the browser would break (back/forward/bookmarks/ad-blockers).</p>
<p>In terms of the comment about browser innovation.  I agree, there were several years of stagnation from Microsoft.  However, those were GREAT years for developers.  Sometimes we NEED stability to develop great things.  I think the pendulum needs to swing sometimes.  I am not disagreeing with the point about competition brings innovation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Alan</title>
		<link>http://ajaxian.com/archives/the-end-of-tae-and-browser-possesion/comment-page-1#comment-253303</link>
		<dc:creator>Robert Alan</dc:creator>
		<pubDate>Sun, 29 Jul 2007 22:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2616#comment-253303</guid>
		<description>Wow. Please, no.</description>
		<content:encoded><![CDATA[<p>Wow. Please, no.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Lowe</title>
		<link>http://ajaxian.com/archives/the-end-of-tae-and-browser-possesion/comment-page-1#comment-253302</link>
		<dc:creator>Ryan Lowe</dc:creator>
		<pubDate>Sun, 29 Jul 2007 22:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2616#comment-253302</guid>
		<description>All I can say is... please NO... do not do this</description>
		<content:encoded><![CDATA[<p>All I can say is&#8230; please NO&#8230; do not do this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Michaux</title>
		<link>http://ajaxian.com/archives/the-end-of-tae-and-browser-possesion/comment-page-1#comment-253300</link>
		<dc:creator>Peter Michaux</dc:creator>
		<pubDate>Sun, 29 Jul 2007 18:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2616#comment-253300</guid>
		<description>&quot;Its a hack, not a fix&quot; </description>
		<content:encoded><![CDATA[<p>&#8220;Its a hack, not a fix&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen Lambert</title>
		<link>http://ajaxian.com/archives/the-end-of-tae-and-browser-possesion/comment-page-1#comment-253298</link>
		<dc:creator>Owen Lambert</dc:creator>
		<pubDate>Sun, 29 Jul 2007 16:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2616#comment-253298</guid>
		<description>I don&#039;t like the idea.  Check that... I hate the idea.  Though props to you guys for having the discussion, and having the nerve to air it out in public.  My concern is that although its a clever approach to the problem it completely misses the point of what we want to achieve as a community.  Its a hack, not a fix.  We as a community don&#039;t want ubiquity, we want reliability.  

Competition is an enabler... it encourages innovation and variation.  Using Flash/some other means as a hybrid to fix lack of reliability boils down to one plugin to rule them all.  Browser/Plugin what&#039;s the difference at that point, it still spells monopoly on innovation.  We saw probably the worst possible result of that with IE6... 5 years of no innovation... while it probably wouldn&#039;t be worse than that... putting all our eggs into one basket in any situation is a very very bad idea... one way or another it slows down development and innovation... 

The real solution to this problem is for major vendors (and by proxy smaller vendors) of browsers to agree to not compete (yet still innovate) at the rendering level without working together to find the right solution. We&#039;re seeing a lot of movement in this area lately and THAT is what should be encouraged.  

If vendors can agree before releasing their respective products that X &quot;feature&quot;, where feature is something new deliverable by code, should be coded by a web developer with X method... we will go a lot further, a lot quicker towards resolving the problems plaguing our industry today.  We as a community must encourage competition that EXCLUDES the handling of HTML/CSS/JS, and then encourage agreements between vendors to continue to innovate at that level.  If Microsoft/Mozilla/Opera/Apple do not attempt to brand their innovations with handling HTML/CSS/JS then most of our problems will be gone. 

Make a better browser?  Absolutely!  Compete at the speed the rendering process absolutely!  Extend the browser to handle more day to day tasks like RSS feeds?  Absolutely!...  but leave the core to an agreed standard... not W3C standard.. just ANY standard...

Back to the point... our goal is reliability... backward compatibility is a very good idea as it encourages growth... so lets focus on getting all players to play nice with one another rather than inventing clever ways of avoiding the work of finding a consensus.  If that consensus can be reached soon... then in a couple of years we&#039;ll have a reliable platform to develop on that will continue to be reliable as time goes on.  Lets just find a way to make the approval and agreement process happen BEFORE a browser is released to the public... getting four teams (Microsoft, Mozilla, Opera, and Apple) to sit down together may be difficult, but doesn&#039;t seem to me an insurmountable goal... and frankly its makes them all look good, regardless of their marketshare... :)</description>
		<content:encoded><![CDATA[<p>I don&#8217;t like the idea.  Check that&#8230; I hate the idea.  Though props to you guys for having the discussion, and having the nerve to air it out in public.  My concern is that although its a clever approach to the problem it completely misses the point of what we want to achieve as a community.  Its a hack, not a fix.  We as a community don&#8217;t want ubiquity, we want reliability.  </p>
<p>Competition is an enabler&#8230; it encourages innovation and variation.  Using Flash/some other means as a hybrid to fix lack of reliability boils down to one plugin to rule them all.  Browser/Plugin what&#8217;s the difference at that point, it still spells monopoly on innovation.  We saw probably the worst possible result of that with IE6&#8230; 5 years of no innovation&#8230; while it probably wouldn&#8217;t be worse than that&#8230; putting all our eggs into one basket in any situation is a very very bad idea&#8230; one way or another it slows down development and innovation&#8230; </p>
<p>The real solution to this problem is for major vendors (and by proxy smaller vendors) of browsers to agree to not compete (yet still innovate) at the rendering level without working together to find the right solution. We&#8217;re seeing a lot of movement in this area lately and THAT is what should be encouraged.  </p>
<p>If vendors can agree before releasing their respective products that X &#8220;feature&#8221;, where feature is something new deliverable by code, should be coded by a web developer with X method&#8230; we will go a lot further, a lot quicker towards resolving the problems plaguing our industry today.  We as a community must encourage competition that EXCLUDES the handling of HTML/CSS/JS, and then encourage agreements between vendors to continue to innovate at that level.  If Microsoft/Mozilla/Opera/Apple do not attempt to brand their innovations with handling HTML/CSS/JS then most of our problems will be gone. </p>
<p>Make a better browser?  Absolutely!  Compete at the speed the rendering process absolutely!  Extend the browser to handle more day to day tasks like RSS feeds?  Absolutely!&#8230;  but leave the core to an agreed standard&#8230; not W3C standard.. just ANY standard&#8230;</p>
<p>Back to the point&#8230; our goal is reliability&#8230; backward compatibility is a very good idea as it encourages growth&#8230; so lets focus on getting all players to play nice with one another rather than inventing clever ways of avoiding the work of finding a consensus.  If that consensus can be reached soon&#8230; then in a couple of years we&#8217;ll have a reliable platform to develop on that will continue to be reliable as time goes on.  Lets just find a way to make the approval and agreement process happen BEFORE a browser is released to the public&#8230; getting four teams (Microsoft, Mozilla, Opera, and Apple) to sit down together may be difficult, but doesn&#8217;t seem to me an insurmountable goal&#8230; and frankly its makes them all look good, regardless of their marketshare&#8230; :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Elbows</title>
		<link>http://ajaxian.com/archives/the-end-of-tae-and-browser-possesion/comment-page-1#comment-253284</link>
		<dc:creator>Steve Elbows</dc:creator>
		<pubDate>Sat, 28 Jul 2007 16:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2616#comment-253284</guid>
		<description>Its an interesting idea, I was just joking about it to someone the other day because there were a few stories going round that somehow AIR was a successor to flash. That would only be true if AIR was available as a browser plugin, and so flash plugin replaced by a webkit+flash plugin.

I think it is a funny idea, a bit weird, and really a tragedy that it could be useful. A crude but effective workaround for the fact that browser standards never quite seem to be good enough to avoid having to code browser-specific workarounds.

I dont think its that much In Apple&#039;s interests, especially as they now have Safari for Windows and so would probably rather be pushing that. Dont know what their relationship with Adobe is like these days, no flash for iphone so far etc.

It could make sense for Adobe to do it. I guess it will come down to how much AIR takes off as a standalone thing seperate from the browser, and how much Silverlight actually proves to be a threat. Certainly one of the merits of making stuff using flash was that it would behave the same across playforms &amp; browsers, and they have been trying hard to keep in with developers &amp; the latest trends by embracing AJAX, so I suppose its not impossible that they could go down this path.</description>
		<content:encoded><![CDATA[<p>Its an interesting idea, I was just joking about it to someone the other day because there were a few stories going round that somehow AIR was a successor to flash. That would only be true if AIR was available as a browser plugin, and so flash plugin replaced by a webkit+flash plugin.</p>
<p>I think it is a funny idea, a bit weird, and really a tragedy that it could be useful. A crude but effective workaround for the fact that browser standards never quite seem to be good enough to avoid having to code browser-specific workarounds.</p>
<p>I dont think its that much In Apple&#8217;s interests, especially as they now have Safari for Windows and so would probably rather be pushing that. Dont know what their relationship with Adobe is like these days, no flash for iphone so far etc.</p>
<p>It could make sense for Adobe to do it. I guess it will come down to how much AIR takes off as a standalone thing seperate from the browser, and how much Silverlight actually proves to be a threat. Certainly one of the merits of making stuff using flash was that it would behave the same across playforms &amp; browsers, and they have been trying hard to keep in with developers &amp; the latest trends by embracing AJAX, so I suppose its not impossible that they could go down this path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen Lipka</title>
		<link>http://ajaxian.com/archives/the-end-of-tae-and-browser-possesion/comment-page-1#comment-253281</link>
		<dc:creator>Glen Lipka</dc:creator>
		<pubDate>Sat, 28 Jul 2007 12:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2616#comment-253281</guid>
		<description>@ch: Are those restrictions insurmountable?  Couldn&#039;t the back button be passed to the embedded browser?  Couldn&#039;t bookmarks be synched?  I think of it as a challenge to integrate those needed benefits, not a reason to give up.  

The basic premise of a progressively enhanced page, that renders in an engine that the publisher chooses, and not the user would make &quot;backward compatibility&quot; a limited concern.  Microsoft&#039;s speech on Thursday was adamant that backward compatibility stopped them from fixing bugs and innovating.  JavaScript 2 sounded great, but backward compatibility creates loads of problems.

@Brendan: The flash player has more penetration than IE and probably as much or more trust.  If metabrowsing piggy-backed on AIR, and specifically the Flash ActiveX Control, why would 90% of users not notice?  Ideally, they would never know.  Flash currently is meshed into the users pages with barely a second thought.  That&#039;s why I think using AIR is a shorter route than a browser-plugin alone.

If Google or Apple started to publish a pure meta-browser plugin, I also think that distribution would become much easier.  Ultimately, this is a boon for publishers and site developers.  You know what the user will get, and are still making html/css/js.

Why wouldn&#039;t Apple want to do this?  Or Adobe?  That AIR demo seemed to be 90% of the battle.  And Apple has everything to gain on this.  

Why am I awake at 5:40am?</description>
		<content:encoded><![CDATA[<p>@ch: Are those restrictions insurmountable?  Couldn&#8217;t the back button be passed to the embedded browser?  Couldn&#8217;t bookmarks be synched?  I think of it as a challenge to integrate those needed benefits, not a reason to give up.  </p>
<p>The basic premise of a progressively enhanced page, that renders in an engine that the publisher chooses, and not the user would make &#8220;backward compatibility&#8221; a limited concern.  Microsoft&#8217;s speech on Thursday was adamant that backward compatibility stopped them from fixing bugs and innovating.  JavaScript 2 sounded great, but backward compatibility creates loads of problems.</p>
<p>@Brendan: The flash player has more penetration than IE and probably as much or more trust.  If metabrowsing piggy-backed on AIR, and specifically the Flash ActiveX Control, why would 90% of users not notice?  Ideally, they would never know.  Flash currently is meshed into the users pages with barely a second thought.  That&#8217;s why I think using AIR is a shorter route than a browser-plugin alone.</p>
<p>If Google or Apple started to publish a pure meta-browser plugin, I also think that distribution would become much easier.  Ultimately, this is a boon for publishers and site developers.  You know what the user will get, and are still making html/css/js.</p>
<p>Why wouldn&#8217;t Apple want to do this?  Or Adobe?  That AIR demo seemed to be 90% of the battle.  And Apple has everything to gain on this.  </p>
<p>Why am I awake at 5:40am?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dougal</title>
		<link>http://ajaxian.com/archives/the-end-of-tae-and-browser-possesion/comment-page-1#comment-253280</link>
		<dc:creator>Dougal</dc:creator>
		<pubDate>Sat, 28 Jul 2007 12:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2616#comment-253280</guid>
		<description>I agree with Martin ^^</description>
		<content:encoded><![CDATA[<p>I agree with Martin ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://ajaxian.com/archives/the-end-of-tae-and-browser-possesion/comment-page-1#comment-253279</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 28 Jul 2007 09:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2616#comment-253279</guid>
		<description>Browser inside Flash would such basket balls through garden hoses.

You lose all the goodies the browser provides for HTML. Ad-Blocker, Search, User CSS, User JS, Context-Menu with your stuff like &quot;translate word&quot;, ability for change the font size and enforce a minimum font size, fast back/forward through rendered page caching etc. pp.

No thanks.</description>
		<content:encoded><![CDATA[<p>Browser inside Flash would such basket balls through garden hoses.</p>
<p>You lose all the goodies the browser provides for HTML. Ad-Blocker, Search, User CSS, User JS, Context-Menu with your stuff like &#8220;translate word&#8221;, ability for change the font size and enforce a minimum font size, fast back/forward through rendered page caching etc. pp.</p>
<p>No thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ch__</title>
		<link>http://ajaxian.com/archives/the-end-of-tae-and-browser-possesion/comment-page-1#comment-253276</link>
		<dc:creator>ch__</dc:creator>
		<pubDate>Sat, 28 Jul 2007 08:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2616#comment-253276</guid>
		<description>The idea of metabrowsers sounds great... It&#039;s a pity that 90% of audience would never notice. Praise Microsoft :/.</description>
		<content:encoded><![CDATA[<p>The idea of metabrowsers sounds great&#8230; It&#8217;s a pity that 90% of audience would never notice. Praise Microsoft :/.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan Eich</title>
		<link>http://ajaxian.com/archives/the-end-of-tae-and-browser-possesion/comment-page-1#comment-253275</link>
		<dc:creator>Brendan Eich</dc:creator>
		<pubDate>Sat, 28 Jul 2007 06:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2616#comment-253275</guid>
		<description>Adam Lock&#039;s ActiveX glue for Gecko (which works both ways: Gecko as an ActiveX plugin in IE, and ActiveX-only plugins adapted to look like NPAPI plugins in Mozilla) provided an early example. It&#039;s still going, AFAICT.

The problem with these schemes remains distribution. It&#039;s not easy getting onto most PCs. You have to pay the Dells of the world for the right.

/be</description>
		<content:encoded><![CDATA[<p>Adam Lock&#8217;s ActiveX glue for Gecko (which works both ways: Gecko as an ActiveX plugin in IE, and ActiveX-only plugins adapted to look like NPAPI plugins in Mozilla) provided an early example. It&#8217;s still going, AFAICT.</p>
<p>The problem with these schemes remains distribution. It&#8217;s not easy getting onto most PCs. You have to pay the Dells of the world for the right.</p>
<p>/be</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Breen</title>
		<link>http://ajaxian.com/archives/the-end-of-tae-and-browser-possesion/comment-page-1#comment-253274</link>
		<dc:creator>Ryan Breen</dc:creator>
		<pubDate>Sat, 28 Jul 2007 05:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2616#comment-253274</guid>
		<description>Wow, I saw that brainstorming session, and I knew some mad genius was breaking forth.  A fitting end to a great show.</description>
		<content:encoded><![CDATA[<p>Wow, I saw that brainstorming session, and I knew some mad genius was breaking forth.  A fitting end to a great show.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

