<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>This Old Code - AJAX</title>
    <link>http://thisoldcode.net/</link>
    <description>(Architecture + Development) ^ Testing = Product </description>
    <language>en-us</language>
    <copyright>Aaron Fischer</copyright>
    <lastBuildDate>Mon, 21 Jan 2008 19:18:02 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.0.7226.0</generator>
    <managingEditor>aaron@microfisch.com</managingEditor>
    <webMaster>aaron@microfisch.com</webMaster>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=5ef7a61a-d7f0-4a2e-87e4-46859b1b5a76</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,5ef7a61a-d7f0-4a2e-87e4-46859b1b5a76.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,5ef7a61a-d7f0-4a2e-87e4-46859b1b5a76.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=5ef7a61a-d7f0-4a2e-87e4-46859b1b5a76</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
When we first started using Ajax we noticed some difficulty getting the resources 
to work with our HTTP compression filter.  Now I have a better understanding
of what issues are luring thanks to Carloc <a href="http://blogs.msdn.com/carloc/archive/2008/01/21/ajax-resource-intermittently-not-accessible-http-compression.aspx">Ajax
resource intermittently not accessible (http compression)</a></p>
        <blockquote>
          <p>
This means that Ajax does support compression for Internet Explorer 7 but it does <strong>not</strong> support
compression for Internet Explorer 6. Why? 
</p>
          <p>
Well, the fact is that IE6 has some serious troubles with compressed content, and
those issues have been resolved in IE7: 
</p>
          <ul>
            <li>
              <a href="http://support.microsoft.com/kb/871205">Internet Explorer may not decompress
HTTP content when you visit a web site</a> (scheduled for IE6 SP2) 
</li>
            <li>
              <a href="http://support.microsoft.com/?kbid=837251">Internet Explorer does not correctly
decompress data that uses the GZIP data compression method</a> (scheduled for IE6
SP2) 
</li>
            <li>
              <a href="http://support.microsoft.com/?kbid=928491">FIX: Internet Explorer 6 does
not display the previous Web page when you browse an ASP.NET Web application and then
click the Back button</a> (scheduled for Windows XP SP3) 
</li>
          </ul>
          <p>
Another release containing several fixes is in the latest Windows Script 5.7 which
contains updates for jscript parser: 
</p>
          <ul>
            <li>
              <a href="http://support.microsoft.com/kb/919237">You may experience slow performance
when you view a Web page that uses JScript in Internet Explorer 6</a> (scheduled for
WinXP SP3) 
</li>
          </ul>
          <p>
 
</p>
        </blockquote>
        <p>
I never realized IE6 had so many compression issues. 
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=5ef7a61a-d7f0-4a2e-87e4-46859b1b5a76" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>How's That Compression Going With Ajax?</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,5ef7a61a-d7f0-4a2e-87e4-46859b1b5a76.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,5ef7a61a-d7f0-4a2e-87e4-46859b1b5a76.aspx</link>
      <pubDate>Mon, 21 Jan 2008 19:18:02 GMT</pubDate>
      <description>&lt;p&gt;
When we first started using Ajax we noticed some difficulty getting the resources&amp;nbsp;
to work with our HTTP compression filter.&amp;nbsp; Now I have a better understanding
of what issues are luring thanks to Carloc &lt;a href="http://blogs.msdn.com/carloc/archive/2008/01/21/ajax-resource-intermittently-not-accessible-http-compression.aspx"&gt;Ajax
resource intermittently not accessible (http compression)&lt;/a&gt; &lt;blockquote&gt; 
&lt;p&gt;
This means that Ajax does support compression for Internet Explorer 7 but it does &lt;strong&gt;not&lt;/strong&gt; support
compression for Internet Explorer 6. Why? 
&lt;p&gt;
Well, the fact is that IE6 has some serious troubles with compressed content, and
those issues have been resolved in IE7: 
&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://support.microsoft.com/kb/871205"&gt;Internet Explorer may not decompress
HTTP content when you visit a web site&lt;/a&gt; (scheduled for IE6 SP2) 
&lt;li&gt;
&lt;a href="http://support.microsoft.com/?kbid=837251"&gt;Internet Explorer does not correctly
decompress data that uses the GZIP data compression method&lt;/a&gt; (scheduled for IE6
SP2) 
&lt;li&gt;
&lt;a href="http://support.microsoft.com/?kbid=928491"&gt;FIX: Internet Explorer 6 does
not display the previous Web page when you browse an ASP.NET Web application and then
click the Back button&lt;/a&gt; (scheduled for Windows XP SP3) 
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Another release containing several fixes is in the latest Windows Script 5.7 which
contains updates for jscript parser: 
&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://support.microsoft.com/kb/919237"&gt;You may experience slow performance
when you view a Web page that uses JScript in Internet Explorer 6&lt;/a&gt; (scheduled for
WinXP SP3) 
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
I never realized IE6 had so many compression issues. 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=5ef7a61a-d7f0-4a2e-87e4-46859b1b5a76" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,5ef7a61a-d7f0-4a2e-87e4-46859b1b5a76.aspx</comments>
      <category>AJAX</category>
      <category>ASP.NET</category>
    </item>
  </channel>
</rss>