<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html" />
  <link rel="self" type="application/atom+xml" href="http://www.insideria.com/atom.xml" />
  <id>tag:www.insideria.com,2009://34/tag:www.insideria.com,2008://34.23036-</id>
  <updated>2009-11-05T20:19:57Z</updated>
  <title>Comments for IE 8 Details Announced At Mix 08 (http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html)</title>
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.21-en</generator>
  <entry>
    <id>tag:www.insideria.com,2008://34.23036</id>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.oreilly.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=34/entry_id=23036" title="IE 8 Details Announced At Mix 08" />
    <published>2008-03-05T17:04:48Z</published>
    <updated>2009-05-14T16:17:04Z</updated>
    <title>IE 8 Details Announced At Mix 08</title>
    <summary>Dion&apos;s at Mix and has just posted the scoop on IE 8. And it sounds like there are significant new features and improvements as detailed in the Internet Explorer 8 Readiness Toolkit. We got lots of goodies including better security, improved back button support, lightweight offline access, new developer tools and a whole lot more! You should be able to download IE 8 here, but the link isn&apos;t working yet.

</summary>
    <author>
      <name>Andre Charland</name>
      <uri>http://www.nitobi.com</uri>
    </author>
    
    <category term="Blogs" />
    
    <category term="News &amp; Events" />
    
    <content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
      <![CDATA[<p><span class="mt-enclosure mt-enclosure-image"><a href="http://www.insideria.com/upload/2008/03/ie_8_details_announced_at_mix/Internet Explorer 8 Readiness Toolkit.png"><img alt="" src="http://www.insideria.com/assets_c/2008/03/Internet Explorer 8 Readiness Toolkit-thumb-150x43.png" width="150" height="43" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;"/></a></span>Dion's at Mix and has just <a href="http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features">posted the scoop on IE 8</a>.  And it sounds like there are significant new features and improvements as detailed in the <a href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/readiness/DevelopersNew.htm">Internet Explorer 8 Readiness Toolkit</a>.  We got lots of goodies including better security, improved back button support, lightweight offline access, new developer tools and a whole lot more!  You should be able to <a href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/readiness/Install.htm">download IE 8</a> here, but the link isn't working yet.</p>

<p><br />
Chris Wilson the IE Platform Architect announces:</p>

<blockquote>"This release contains some great advances in Cascading Style Sheets (CSS) and layout, programming model, performance, reliability, usability and service integration. We are eager to ensure that the transition to Internet Explorer 8 is seamless for you and your audience, and to give you a head start on using many of the new features with your sites and services. We encourage you to test your sites and services, and our platform implementation, and give us feedback!"</blockquote>

<p>If you're an Ajax developer these are the features that matter most to you:</p>

<blockquote>   <ol>
	<li>1.  AJAX Navigation enables users to navigate back and forth without leaving the AJAX application and could be used navigating a page without performing a traditional full navigation. This allows websites to trigger an update to browser components like the address bar by setting the window.location.hash value, firing an event to alert components in the page and even creating an entry in the travel log.</li>
	<li>   </li>
	<li>2. DOM Storage is a simple-to-use method for storing and retrieving strings of key/value pair data. Data can be stored per tab instance for a session or persisted to the local machine. This allows pages to cache text on the machine which reduces the effect of network latencies by providing faster access to pre-cached data. Several innovative uses are possible. For example, use this in combination with the new network connectivity event to allow a page to cache data if it detects that the computer is offline.</li>
	<li>   </li>
	<li>3. Connectivity events allow websites to check when the user is connected to the network and receive notification of connectivity changes.</li>
	<li>   </li>
	<li>4. Six connections per host instead of two for broadband scenarios and a scriptable property allow for more improved performance by allowing parallelization of downloads in Internet Explorer 8. In addition, this increases functionality by ensuring a request is not blocked to a host if two connections already exist. Websites can optimize their downloads based on a scriptable property.</li>
	<li>   </li>
	<li>5. XMLHTTPRequest Enhancements include a timeout property that can be set to cancel the request if necessary, allowing developers to manage the request better.</li>
</ol></blockquote>

<p>If you're a mashup DJ check out the new cross domain bits:</p>

<blockquote><ol>
	<li>1. With Cross-domain Request (XDR), developers can create cross-site data aggregation scenarios. Similar to the XMLHttpRequest object but with a simpler programming model, this request, called XDomainRequest, is the easiest way to make anonymous requests to third-party sites that support XDR and opt in to making their data available across domains. Three lines of code will have you making basic cross-site requests. This will ensure data aggregation for public sites (such as blogs) will be simple, secure and fast.</li>
	<li>2. Cross-document Messaging (XDM) APIs allow communication between documents from different domains through IFrames in a way that is easy, secure and standardized.</li>
</ol></blockquote>

<p>Although I can't access the white paper or download anything yet they are promising new developers tools:</p>

<blockquote>Internet Explorer 8 includes tools that Web developers need to efficiently debug their sites directly in Internet Explorer. Developers can immediately debug a site's HTML, CSS, and JScript from within Internet Explorer 8, rather than switch between Internet Explorer and a separate development environment.</blockquote>

<p>As we've heard before there are going to be 3 different rendering modes:<br />
<blockquote><br />
<ul><br />
	<li>*  Quirks - backwards compatibility with IE5 rendering behavior.</li><br />
	<li>* IE7 Standards - backwards compatibility with IE7 JavaScript and layout behavior.</li><br />
	<li>* IE8 Standards - latest features, including the CSS 2.1 compliant layout engine and DOM/HTML breaking changes.</li><br />
</ul></blockquote></p>

<p>There are some new features that end users are likely to care about also Activities and Web Slices.</p>

<blockquote>"Activities are contextual services to quickly access a service from any webpage. Users typically copy and paste from one webpage to another. Internet Explorer 8 Activities make this common pattern easier to do."</blockquote>

<p>They give access to the right click context menu to add super duper web service enabled tool tips, very cool from a usability perspective allowing the user to remain in context while exploring another action.<br />
<span class="mt-enclosure mt-enclosure-image"><a href="http://www.insideria.com/upload/2008/03/ie_8_details_announced_at_mix/ScreenActivities.png"><img alt="" src="http://www.insideria.com/assets_c/2008/03/ScreenActivities-thumb-400x253.png" width="400" height="253" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;"/></a></span></p>

<p>The other new feature is Web Slices:</p>

<blockquote>WebSlices is a new feature for websites to connect to their users by subscribing to content directly within a webpage. WebSlices behave just like feeds where clients can subscribe to get updates and notify the user of changes.</blockquote>

<p><span class="mt-enclosure mt-enclosure-image"><img alt="ScreenWebSlicePreview2.png" src="http://www.insideria.com/2008/03/05/ScreenWebSlicePreview2.png" width="324" height="306" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;"/></span></p>

<p>Well let's just keep our fingers crossed that the download will be available soon.</p>]]>
      
    </content>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23036-comment:2015781</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23036" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html#comment-2015781" />
    <title>Comment from sowjanya on 2008-03-10</title>
    <author>
        <name>sowjanya</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Want details about concrete production like site mix & rmc</p>]]>
    </content>
    <published>2008-03-11T04:22:59Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23036-comment:2017243</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23036" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html#comment-2017243" />
    <title>Comment from Greg on 2008-05-19</title>
    <author>
        <name>Greg</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I tried a few weeks ago and it crashed very often. i dnt know why but i had to uninstall and now i use ie7 again. i will wait for a later release.  <br />
-------------------------------------<br />
Greg <a href="http://www.massiveonlinegames.org">MyPage</a></p>]]>
    </content>
    <published>2008-05-19T21:33:10Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23036-comment:2017626</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23036" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html#comment-2017626" />
    <title>Comment from estetik on 2008-06-08</title>
    <author>
        <name>estetik</name>
        <uri>http://www.estetik-merkezleri.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.estetik-merkezleri.com">
        <![CDATA[<p>Hi<br />
I came over from Techsmith's website since David's screencast was featured. I will spread the word and I'm up for an invite if there are additional ones. This would be a great tool for my small business clients!<br />
<a href="http://www.estetik-merkezleri.com ">estetiki</a> </p>]]>
    </content>
    <published>2008-06-08T19:10:22Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23036-comment:2018188</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23036" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html#comment-2018188" />
    <title>Comment from Abhijeet on 2008-06-22</title>
    <author>
        <name>Abhijeet</name>
        <uri>http://www.lifeiscolourful.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.lifeiscolourful.com/">
        <![CDATA[<p>IE 8 if helps to debug the websites directly in the browser, that would help a lot for programmers like me. Like, I had been many times seeing rendering problems or CSS issues with the <a href="http://www.lifeiscolourful.com">website</a> I developed and using IE 8, I think it would become much easier for me to maintain the site. </p>

<p>No need to switch to separate dev environment as such!</p>]]>
    </content>
    <published>2008-06-22T18:03:23Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23036-comment:2020205</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23036" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html#comment-2020205" />
    <title>Comment from Jason on 2008-08-01</title>
    <author>
        <name>Jason</name>
        <uri>http://www.blueseo.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.blueseo.com/">
        <![CDATA[<p> I haven't checked out the beta version yet, but I know we had some issues with IE7 with our <a href="http://www.blueseo.com/">Los Angeles SEO</a> company website but we made the proper adjustments.  I'm interested to see how the new features are integrated.</p>]]>
    </content>
    <published>2008-08-02T01:18:56Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23036-comment:2045740</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23036" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html#comment-2045740" />
    <title>Comment from burun on 2008-11-05</title>
    <author>
        <name>burun</name>
        <uri>http://www.estetiks.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.estetiks.com/">
        <![CDATA[<p>Nice page. </p>]]>
    </content>
    <published>2008-11-05T08:44:02Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23036-comment:2051700</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23036" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html#comment-2051700" />
    <title>Comment from Money Saving UK on 2009-01-25</title>
    <author>
        <name>Money Saving UK</name>
        <uri>http://www.dailymoneysaving.co.uk</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.dailymoneysaving.co.uk">
        <![CDATA[<p>I am bothered about IE 8 coming so soon after IE 7. I have to maintain all my websites and will need to make them compatible again with IE 8. Honestly, that's costing me lot of money on my development team :( - I am not talking about my <a href="http://www.dailymoneysaving.co.uk">Money Saving UK</a> website but other web applications that are my online ventures.</p>

<p>Brad!<br />
</p>]]>
    </content>
    <published>2009-01-25T19:33:38Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23036-comment:2052936</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23036" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html#comment-2052936" />
    <title>Comment from Robert on 2009-02-10</title>
    <author>
        <name>Robert</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Agree with the above comment that i too have to redevelop my websites to match IE8's standards. One of the examples is my <a href="http://www.chemotherapyfacts.com">chemotherapy</a> related website. I also seem to have some table issues in my other <a href="http://www.meetdiabetics.com">diabetes</a> site. Hope we'll solve all these cross browser issues some day.</p>]]>
    </content>
    <published>2009-02-11T05:24:46Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23036-comment:2055705</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23036" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html#comment-2055705" />
    <title>Comment from estetik on 2009-03-21</title>
    <author>
        <name>estetik</name>
        <uri>http://www.magicplast.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.magicplast.com">
        <![CDATA[<p>No need to switch to separate dev environment as such!</p>]]>
    </content>
    <published>2009-03-21T22:13:12Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23036-comment:2058000</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23036" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html#comment-2058000" />
    <title>Comment from bwin on 2009-04-21</title>
    <author>
        <name>bwin</name>
        <uri>http://scommesse-sportive.cc/bwin.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://scommesse-sportive.cc/bwin.html">
        <![CDATA[<p>I test it, not so bad, but i still prefering Mozilla... ;-)</p>]]>
    </content>
    <published>2009-04-21T14:48:12Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23036-comment:2058001</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23036" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html#comment-2058001" />
    <title>Comment from poulak on 2009-04-21</title>
    <author>
        <name>poulak</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Is it really revolutionar ? or not ? I will download it to know ! <a href="http://scommesse-sportive.cc/betclic.html">betclic</a></p>]]>
    </content>
    <published>2009-04-21T14:52:13Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23036-comment:2058970</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23036" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html#comment-2058970" />
    <title>Comment from Robert on 2009-05-06</title>
    <author>
        <name>Robert</name>
        <uri>http://www.freeuniquearticles.com/business/leadership/7-must-have-qualities-for-a-good-leader/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.freeuniquearticles.com/business/leadership/7-must-have-qualities-for-a-good-leader/">
        <![CDATA[<p>I think it will be more stable and will prevent malicious codes intrusion on PC.</p>

<p>Rober @ <a href="http://www.freeuniquearticles.com">Article Directory</a></p>]]>
    </content>
    <published>2009-05-06T14:42:48Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23036-comment:2060812</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23036" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html#comment-2060812" />
    <title>Comment from Garry Foster on 2009-06-01</title>
    <author>
        <name>Garry Foster</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>The entry is rather old. Is there a new version?<br />
Garry from <a href="http://digital-piano.org/">digital pianos</a></p>]]>
    </content>
    <published>2009-06-01T13:43:47Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23036-comment:2067353</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23036" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html#comment-2067353" />
    <title>Comment from Betclic on 2009-06-28</title>
    <author>
        <name>Betclic</name>
        <uri>http://www.bookmakers.fr</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.bookmakers.fr">
        <![CDATA[<p>Great psot, thanks</p>]]>
    </content>
    <published>2009-06-28T15:25:16Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23036-comment:2138705</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23036" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html#comment-2138705" />
    <title>Comment from bwin fr on 2009-10-13</title>
    <author>
        <name>bwin fr</name>
        <uri>http://www.sitedeparis.fr/Bwin.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.sitedeparis.fr/Bwin.html">
        <![CDATA[<p>Your post es very interesting and informative, thanks.</p>]]>
    </content>
    <published>2009-10-13T20:00:09Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.23036-comment:2170368</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.23036" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/03/ie-8-details-announced-at-mix.html#comment-2170368" />
    <title>Comment from estetik on 2009-11-03</title>
    <author>
        <name>estetik</name>
        <uri>http://www.estetiks.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.estetiks.com/">
        <![CDATA[<p>Very useful information for me to read.</p>]]>
    </content>
    <published>2009-11-03T20:38:37Z</published>
  </entry>

</feed
