<?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: IE 8 beta 2 Ajax features</title>
	<atom:link href="http://ajaxian.com/archives/ie-8-beta-2-ajax-features/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/ie-8-beta-2-ajax-features</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: TNO</title>
		<link>http://ajaxian.com/archives/ie-8-beta-2-ajax-features/comment-page-1#comment-268064</link>
		<dc:creator>TNO</dc:creator>
		<pubDate>Sat, 11 Oct 2008 03:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4688#comment-268064</guid>
		<description>Refer to the DOM level 3 events.</description>
		<content:encoded><![CDATA[<p>Refer to the DOM level 3 events.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeria</title>
		<link>http://ajaxian.com/archives/ie-8-beta-2-ajax-features/comment-page-1#comment-267990</link>
		<dc:creator>Jeria</dc:creator>
		<pubDate>Wed, 08 Oct 2008 07:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4688#comment-267990</guid>
		<description>How come that they add HTML 5 features but completely ignore the DOM Level 2 Events Specification that is a recommendation since 2000?

http://www.w3.org/TR/DOM-Level-2-Events/

Sad that we still have to deal with the crappy attachEvent.</description>
		<content:encoded><![CDATA[<p>How come that they add HTML 5 features but completely ignore the DOM Level 2 Events Specification that is a recommendation since 2000?</p>
<p><a href="http://www.w3.org/TR/DOM-Level-2-Events/" rel="nofollow">http://www.w3.org/TR/DOM-Level-2-Events/</a></p>
<p>Sad that we still have to deal with the crappy attachEvent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://ajaxian.com/archives/ie-8-beta-2-ajax-features/comment-page-1#comment-267987</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Wed, 08 Oct 2008 07:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4688#comment-267987</guid>
		<description>@eyelidlessness:
Getting MS to implement any change is harder than scoring with Paris. And not only that, you&#039;ll also have to convince Mozilla, Opera and Apple to implement that too or else it would be useless. Alternatively you could convince the Ajax libraries to implement that, which would probably be easier, but doesn&#039;t really achieve the purpose of absolute universal adoption. Or in the very least you could ask end-developers to implement that, which kind of defeats the purpose of helping others, when in reality you are only asking them to help themselves.</description>
		<content:encoded><![CDATA[<p>@eyelidlessness:<br />
Getting MS to implement any change is harder than scoring with Paris. And not only that, you&#8217;ll also have to convince Mozilla, Opera and Apple to implement that too or else it would be useless. Alternatively you could convince the Ajax libraries to implement that, which would probably be easier, but doesn&#8217;t really achieve the purpose of absolute universal adoption. Or in the very least you could ask end-developers to implement that, which kind of defeats the purpose of helping others, when in reality you are only asking them to help themselves.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eyelidlessness</title>
		<link>http://ajaxian.com/archives/ie-8-beta-2-ajax-features/comment-page-1#comment-267982</link>
		<dc:creator>eyelidlessness</dc:creator>
		<pubDate>Wed, 08 Oct 2008 02:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4688#comment-267982</guid>
		<description>Storage.prototype.get = Storage.prototype.getItem;
Storage.prototype.set = Storage.prototype.setItem;

Is that so hard?</description>
		<content:encoded><![CDATA[<p>Storage.prototype.get = Storage.prototype.getItem;<br />
Storage.prototype.set = Storage.prototype.setItem;</p>
<p>Is that so hard?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aimos</title>
		<link>http://ajaxian.com/archives/ie-8-beta-2-ajax-features/comment-page-1#comment-267971</link>
		<dc:creator>Aimos</dc:creator>
		<pubDate>Tue, 07 Oct 2008 19:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4688#comment-267971</guid>
		<description>May be it&#039;s a bit late for last changes to the HTML5 specs, but why the hell ist it storage.setItem and storage.getItem.

According to http://www.whatwg.org/specs/web-apps/current-work/#storage-0 a storage interface has only a few methods, setItem, getItem, clear, key(n), removeItem() and length().

I would keep it simple rename .setItem in .set, .getItem in .get() and removeItem() in remove().

sessionStore.set(&#039;foo&#039;, &#039;bar&#039;); looks for me more usable, like sessionStore.setItem(&#039;foo&#039;, &#039;bar&#039;); with the setItem() method I think there are more types of setX methods available. Maybe setObject, setArray, setReference and so forth, but I *think* you can store everything with just setItem() by now.</description>
		<content:encoded><![CDATA[<p>May be it&#8217;s a bit late for last changes to the HTML5 specs, but why the hell ist it storage.setItem and storage.getItem.</p>
<p>According to <a href="http://www.whatwg.org/specs/web-apps/current-work/#storage-0" rel="nofollow">http://www.whatwg.org/specs/web-apps/current-work/#storage-0</a> a storage interface has only a few methods, setItem, getItem, clear, key(n), removeItem() and length().</p>
<p>I would keep it simple rename .setItem in .set, .getItem in .get() and removeItem() in remove().</p>
<p>sessionStore.set(&#8216;foo&#8217;, &#8216;bar&#8217;); looks for me more usable, like sessionStore.setItem(&#8216;foo&#8217;, &#8216;bar&#8217;); with the setItem() method I think there are more types of setX methods available. Maybe setObject, setArray, setReference and so forth, but I *think* you can store everything with just setItem() by now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JonnyBlazed</title>
		<link>http://ajaxian.com/archives/ie-8-beta-2-ajax-features/comment-page-1#comment-267969</link>
		<dc:creator>JonnyBlazed</dc:creator>
		<pubDate>Tue, 07 Oct 2008 17:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4688#comment-267969</guid>
		<description>correct me if im wrong, but isn&#039;t this being implemented in almost the exact same way in HTML5?

i understand the benefit if it means you&#039;ll be able to eliminate the use of iFrames entirely, but what good is that to developers if it&#039;s IE only? we&#039;re just going to have to build the iFrame in anyways to be cross-browser compatible...</description>
		<content:encoded><![CDATA[<p>correct me if im wrong, but isn&#8217;t this being implemented in almost the exact same way in HTML5?</p>
<p>i understand the benefit if it means you&#8217;ll be able to eliminate the use of iFrames entirely, but what good is that to developers if it&#8217;s IE only? we&#8217;re just going to have to build the iFrame in anyways to be cross-browser compatible&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

