<?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: Better Ajax, CSS, DOM, and new features</title>
	<atom:link href="http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-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: alexanderhowell</title>
		<link>http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features/comment-page-1#comment-267327</link>
		<dc:creator>alexanderhowell</dc:creator>
		<pubDate>Wed, 10 Sep 2008 22:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features#comment-267327</guid>
		<description>Just got my app (just a mash-up of other people&#039;s widgets, really) working in Chrome and Firefox.

Tested it in IE8.

Windows hung. Browser crashed.

There&#039;s this nice novel &quot;debugging window&quot; that looks like something from 1998 VBA, and has a lot of buttons that don&#039;t seem to do much.

Right now it&#039;s silently killing all the jQuery AJAX requests, and not throwing any warnings or errors. Even lightbox is broken.

This is how Microsoft deserve their legions of haters. It&#039;s even more depressing that I expected it to behave like that.</description>
		<content:encoded><![CDATA[<p>Just got my app (just a mash-up of other people&#8217;s widgets, really) working in Chrome and Firefox.</p>
<p>Tested it in IE8.</p>
<p>Windows hung. Browser crashed.</p>
<p>There&#8217;s this nice novel &#8220;debugging window&#8221; that looks like something from 1998 VBA, and has a lot of buttons that don&#8217;t seem to do much.</p>
<p>Right now it&#8217;s silently killing all the jQuery AJAX requests, and not throwing any warnings or errors. Even lightbox is broken.</p>
<p>This is how Microsoft deserve their legions of haters. It&#8217;s even more depressing that I expected it to behave like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diilbert</title>
		<link>http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features/comment-page-1#comment-261962</link>
		<dc:creator>diilbert</dc:creator>
		<pubDate>Sat, 08 Mar 2008 11:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features#comment-261962</guid>
		<description>Serious, first thing I did was point it at our newest development which is valid strict html and it complete broken the website.  After reading through the developer documents I see nothing that should prevent it from rendering properly.  My current solution (because I know ie8 will be crammed down our throat in the next 12 months) is the X-UA-Compatible meta tag, because there is no way I am going to spend a week debugged ANOTHER version of IE right now.</description>
		<content:encoded><![CDATA[<p>Serious, first thing I did was point it at our newest development which is valid strict html and it complete broken the website.  After reading through the developer documents I see nothing that should prevent it from rendering properly.  My current solution (because I know ie8 will be crammed down our throat in the next 12 months) is the X-UA-Compatible meta tag, because there is no way I am going to spend a week debugged ANOTHER version of IE right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kim3er</title>
		<link>http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features/comment-page-1#comment-261905</link>
		<dc:creator>kim3er</dc:creator>
		<pubDate>Thu, 06 Mar 2008 17:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features#comment-261905</guid>
		<description>@JeromeLapointe: I quite agree, but not everything is about innovation, sometimes it has to be about good business practice first.

I endeavour to use a standards based approach whenever I work on a new project. At some point though, I will have to break the site to allow consistent look, feel and functionality across all main browsers at the time of release. There is something appealing (to me at least) about the idea that I can add a tag to a site that says &quot;I work for these browsers and these browser versions&quot;. With the site tagged, I can rest assured that my site will work with every subsequent version of IE.

It is then down to me as a developer to make sure I revisit the site often to keep the site fresh and innovative. It is also up to the user to make sure they are using the latest products. Working this way (I think) the Internet can progress more rapidly with less of the pain attributed to a new browser release. There is also scope to see the new meta tag as a means of graceful degradation, which is a concept that is synonymous with the web standards approach. I hope Mozilla, Opera &amp; Webkit see fit to push for a standard in this area.</description>
		<content:encoded><![CDATA[<p>@JeromeLapointe: I quite agree, but not everything is about innovation, sometimes it has to be about good business practice first.</p>
<p>I endeavour to use a standards based approach whenever I work on a new project. At some point though, I will have to break the site to allow consistent look, feel and functionality across all main browsers at the time of release. There is something appealing (to me at least) about the idea that I can add a tag to a site that says &#8220;I work for these browsers and these browser versions&#8221;. With the site tagged, I can rest assured that my site will work with every subsequent version of IE.</p>
<p>It is then down to me as a developer to make sure I revisit the site often to keep the site fresh and innovative. It is also up to the user to make sure they are using the latest products. Working this way (I think) the Internet can progress more rapidly with less of the pain attributed to a new browser release. There is also scope to see the new meta tag as a means of graceful degradation, which is a concept that is synonymous with the web standards approach. I hope Mozilla, Opera &amp; Webkit see fit to push for a standard in this area.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JeromeLapointe</title>
		<link>http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features/comment-page-1#comment-261899</link>
		<dc:creator>JeromeLapointe</dc:creator>
		<pubDate>Thu, 06 Mar 2008 16:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features#comment-261899</guid>
		<description>@kim3er
You&#039;re right... I have nothing against browser trying to innovate... and maybe this tag is an innovation... but the concept of freezing a website in time is detrimental to innovation in itself...</description>
		<content:encoded><![CDATA[<p>@kim3er<br />
You&#8217;re right&#8230; I have nothing against browser trying to innovate&#8230; and maybe this tag is an innovation&#8230; but the concept of freezing a website in time is detrimental to innovation in itself&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kim3er</title>
		<link>http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features/comment-page-1#comment-261882</link>
		<dc:creator>kim3er</dc:creator>
		<pubDate>Thu, 06 Mar 2008 08:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features#comment-261882</guid>
		<description>I don&#039;t see anything wrong with proprietary extentions. That&#039;s how we got Ajax.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see anything wrong with proprietary extentions. That&#8217;s how we got Ajax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fuzzy76</title>
		<link>http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features/comment-page-1#comment-261881</link>
		<dc:creator>fuzzy76</dc:creator>
		<pubDate>Thu, 06 Mar 2008 08:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features#comment-261881</guid>
		<description>So, we are back at adding proprietary extensions now? Really great.</description>
		<content:encoded><![CDATA[<p>So, we are back at adding proprietary extensions now? Really great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vale</title>
		<link>http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features/comment-page-1#comment-261880</link>
		<dc:creator>vale</dc:creator>
		<pubDate>Thu, 06 Mar 2008 07:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features#comment-261880</guid>
		<description>As predicted, the web got broken with the default IE8 mode. What worries me is that in order for the browser to be usable people will just switch to IE7 compatibility mode and forget switching back, hence we are going back to IE7 rendering again even for users that upgraded to IE8. Just look at the initial reaction of non developers. BTW The SunSpider javascript benchmark with IE8 gave score of 10900 while FF 2.0.0.12 gave me 24300 on the same machine. Pretty good performance, yet not better than the new FF3, Opera and Safary. Also pretty good surprise was the Inclusion in IE8 of a Dev tool resembling firebug. That is good. IE8 shapes up a solid start, yet I think Microsoft might revert to the initial of plan of making IE7 mode be the default as of now the web is broken in IE8 mode.</description>
		<content:encoded><![CDATA[<p>As predicted, the web got broken with the default IE8 mode. What worries me is that in order for the browser to be usable people will just switch to IE7 compatibility mode and forget switching back, hence we are going back to IE7 rendering again even for users that upgraded to IE8. Just look at the initial reaction of non developers. BTW The SunSpider javascript benchmark with IE8 gave score of 10900 while FF 2.0.0.12 gave me 24300 on the same machine. Pretty good performance, yet not better than the new FF3, Opera and Safary. Also pretty good surprise was the Inclusion in IE8 of a Dev tool resembling firebug. That is good. IE8 shapes up a solid start, yet I think Microsoft might revert to the initial of plan of making IE7 mode be the default as of now the web is broken in IE8 mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K9</title>
		<link>http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features/comment-page-1#comment-261879</link>
		<dc:creator>K9</dc:creator>
		<pubDate>Thu, 06 Mar 2008 04:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features#comment-261879</guid>
		<description>Oops I posted the XP-specific link above. This is the full list of downloads:
http://www.microsoft.com/windows/products/winfamily/ie/ie8/readiness/Install.htm</description>
		<content:encoded><![CDATA[<p>Oops I posted the XP-specific link above. This is the full list of downloads:<br />
<a href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/readiness/Install.htm" rel="nofollow">http://www.microsoft.com/windows/products/winfamily/ie/ie8/readiness/Install.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features/comment-page-1#comment-261878</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 06 Mar 2008 04:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features#comment-261878</guid>
		<description>&quot;Your Operating System is not supported&quot;.

I have Windows Server 2003 and it won&#039;t even install. HAH! I hate IE</description>
		<content:encoded><![CDATA[<p>&#8220;Your Operating System is not supported&#8221;.</p>
<p>I have Windows Server 2003 and it won&#8217;t even install. HAH! I hate IE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antimatter15</title>
		<link>http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features/comment-page-1#comment-261877</link>
		<dc:creator>antimatter15</dc:creator>
		<pubDate>Thu, 06 Mar 2008 02:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features#comment-261877</guid>
		<description>For some reason, i can&#039;t even get it to install...</description>
		<content:encoded><![CDATA[<p>For some reason, i can&#8217;t even get it to install&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: temsa</title>
		<link>http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features/comment-page-1#comment-261875</link>
		<dc:creator>temsa</dc:creator>
		<pubDate>Thu, 06 Mar 2008 00:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features#comment-261875</guid>
		<description>Acid3 test:
- 11/100 without MSXML
- 17/100 with MSXML &quot;addon activation&quot; (strange security check)

Looks really weird, and this is the worst result of a navigator I&#039;ve seen.

It may not be in &quot;Standard mode&quot; but I can&#039;t popup the Developer tools on this page to check or force it ( ??? )</description>
		<content:encoded><![CDATA[<p>Acid3 test:<br />
- 11/100 without MSXML<br />
- 17/100 with MSXML &#8220;addon activation&#8221; (strange security check)</p>
<p>Looks really weird, and this is the worst result of a navigator I&#8217;ve seen.</p>
<p>It may not be in &#8220;Standard mode&#8221; but I can&#8217;t popup the Developer tools on this page to check or force it ( ??? )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bertrand Le Roy</title>
		<link>http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features/comment-page-1#comment-261874</link>
		<dc:creator>Bertrand Le Roy</dc:creator>
		<pubDate>Thu, 06 Mar 2008 00:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features#comment-261874</guid>
		<description>@JÃ©rÃ´me: which is probably why more and more Microsoft applications (including the new Office Live) work cross-browser. Oh wait...</description>
		<content:encoded><![CDATA[<p>@JÃ©rÃ´me: which is probably why more and more Microsoft applications (including the new Office Live) work cross-browser. Oh wait&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JeromeLapointe</title>
		<link>http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features/comment-page-1#comment-261873</link>
		<dc:creator>JeromeLapointe</dc:creator>
		<pubDate>Thu, 06 Mar 2008 00:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features#comment-261873</guid>
		<description>You can quote me :)</description>
		<content:encoded><![CDATA[<p>You can quote me :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JeromeLapointe</title>
		<link>http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features/comment-page-1#comment-261872</link>
		<dc:creator>JeromeLapointe</dc:creator>
		<pubDate>Wed, 05 Mar 2008 23:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features#comment-261872</guid>
		<description>I think they&#039;re getting ready for their new &quot;Software as a service&quot; approach.

They&#039;re gonna offer a browser that does more than the others in ways that are not regulated by any standards and will offer stuff like Word online... which will only work on IE8.

I predict this is how they will fight the browser war.</description>
		<content:encoded><![CDATA[<p>I think they&#8217;re getting ready for their new &#8220;Software as a service&#8221; approach.</p>
<p>They&#8217;re gonna offer a browser that does more than the others in ways that are not regulated by any standards and will offer stuff like Word online&#8230; which will only work on IE8.</p>
<p>I predict this is how they will fight the browser war.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kim3er</title>
		<link>http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features/comment-page-1#comment-261871</link>
		<dc:creator>kim3er</dc:creator>
		<pubDate>Wed, 05 Mar 2008 22:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features#comment-261871</guid>
		<description>Google Maps is knackered as well.</description>
		<content:encoded><![CDATA[<p>Google Maps is knackered as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dougal85</title>
		<link>http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features/comment-page-1#comment-261870</link>
		<dc:creator>Dougal85</dc:creator>
		<pubDate>Wed, 05 Mar 2008 22:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features#comment-261870</guid>
		<description>When I do the ACID2 test... it works but only if the window is in fullscreen. It breaks slightly if i have a smaller window... is this right? Not even that small... I guess if i make it about 700px wide or less.</description>
		<content:encoded><![CDATA[<p>When I do the ACID2 test&#8230; it works but only if the window is in fullscreen. It breaks slightly if i have a smaller window&#8230; is this right? Not even that small&#8230; I guess if i make it about 700px wide or less.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dougal85</title>
		<link>http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features/comment-page-1#comment-261868</link>
		<dc:creator>Dougal85</dc:creator>
		<pubDate>Wed, 05 Mar 2008 22:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features#comment-261868</guid>
		<description>I love hot hotmail breaks under IE8 :)</description>
		<content:encoded><![CDATA[<p>I love hot hotmail breaks under IE8 :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: temsa</title>
		<link>http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features/comment-page-1#comment-261867</link>
		<dc:creator>temsa</dc:creator>
		<pubDate>Wed, 05 Mar 2008 22:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features#comment-261867</guid>
		<description>Ok, just found with Web Developer tools([SHIFT]+[F12]), that it just has used quirks mode (don&#039;t know why) to render the page.

Works WAY better in standard mode :)

But it&#039;s not perfect :/

Just have to find out why it uses quirks mode (there is no other header than just ... may be that)</description>
		<content:encoded><![CDATA[<p>Ok, just found with Web Developer tools([SHIFT]+[F12]), that it just has used quirks mode (don&#8217;t know why) to render the page.</p>
<p>Works WAY better in standard mode :)</p>
<p>But it&#8217;s not perfect :/</p>
<p>Just have to find out why it uses quirks mode (there is no other header than just &#8230; may be that)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kim3er</title>
		<link>http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features/comment-page-1#comment-261865</link>
		<dc:creator>kim3er</dc:creator>
		<pubDate>Wed, 05 Mar 2008 22:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features#comment-261865</guid>
		<description>Connectivity Events are for Vista only.</description>
		<content:encoded><![CDATA[<p>Connectivity Events are for Vista only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: temsa</title>
		<link>http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features/comment-page-1#comment-261864</link>
		<dc:creator>temsa</dc:creator>
		<pubDate>Wed, 05 Mar 2008 22:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features#comment-261864</guid>
		<description>If you wanna test and don&#039;t believe me, or want to explain me why, here&#039;s my test page : http://archetypejs.org/slidy-fosdem/Slidy.html</description>
		<content:encoded><![CDATA[<p>If you wanna test and don&#8217;t believe me, or want to explain me why, here&#8217;s my test page : <a href="http://archetypejs.org/slidy-fosdem/Slidy.html" rel="nofollow">http://archetypejs.org/slidy-fosdem/Slidy.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

