<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[Content with Style - Comments on mod_deflate and IE6 bug]]></title>
    <link>http://www.contentwithstyle.co.uk/feeds/rss/comments/147</link>
    <description><![CDATA[]]></description>
    <pubDate>Thu, 02 Sep 2010 15:05:11 -0400</pubDate>
    <generator>Zend_Feed</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Content with Style - Comment #1 on mod_deflate and IE6 bug]]></title>
      <link>http://www.contentwithstyle.co.uk/content/moddeflate-and-ie6-bug/#comment-2048</link>
      <guid>http://www.contentwithstyle.co.uk/content/moddeflate-and-ie6-bug/#comment-2048</guid>
      <description><![CDATA[If you need to examine HTTP traffic on a Windows box, you can&#8217;t really do better than Fiddler, an HTTP debugging proxy written by Eric Lawrence of Microsoft. It&#8217;s free, and as well as allowing you to inspect HTTP traffic, it can be extended (via JScript.NET) with scripted rules and custom inspectors. <br />
<br />
It&#8217;s available at http://fiddlertool.com, if the link above doesn&#8217;t show up (it doesn&#8217;t appear on preview).]]></description>
      <content:encoded><![CDATA[If you need to examine HTTP traffic on a Windows box, you can&#8217;t really do better than Fiddler, an HTTP debugging proxy written by Eric Lawrence of Microsoft. It&#8217;s free, and as well as allowing you to inspect HTTP traffic, it can be extended (via JScript.NET) with scripted rules and custom inspectors. <br />
<br />
It&#8217;s available at http://fiddlertool.com, if the link above doesn&#8217;t show up (it doesn&#8217;t appear on preview).]]></content:encoded>
      <pubDate>Sun, 22 Apr 2007 11:54:17 -0400</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #2 on mod_deflate and IE6 bug]]></title>
      <link>http://www.contentwithstyle.co.uk/content/moddeflate-and-ie6-bug/#comment-2475</link>
      <guid>http://www.contentwithstyle.co.uk/content/moddeflate-and-ie6-bug/#comment-2475</guid>
      <description><![CDATA[&#8220;Internet Explorer May Lose the First 2,048 Bytes of Data That Are Sent Back from a Web Server That Uses HTTP Compression&#8221;<br />
<a href="http://support.microsoft.com/default.aspx?scid=kb;[LN];Q312496">support.microsoft.com</a><br />
<br />
or<br />
<br />
&#8220;BUG: Script Errors with Cache-Control:no-cache HTTP Header and HTTP Compression&#8221;<br />
<a href="http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B327286">support.microsoft.com</a><br />
<br />
just to name a few.]]></description>
      <content:encoded><![CDATA[&#8220;Internet Explorer May Lose the First 2,048 Bytes of Data That Are Sent Back from a Web Server That Uses HTTP Compression&#8221;<br />
<a href="http://support.microsoft.com/default.aspx?scid=kb;[LN];Q312496">support.microsoft.com</a><br />
<br />
or<br />
<br />
&#8220;BUG: Script Errors with Cache-Control:no-cache HTTP Header and HTTP Compression&#8221;<br />
<a href="http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B327286">support.microsoft.com</a><br />
<br />
just to name a few.]]></content:encoded>
      <pubDate>Wed, 16 Jan 2008 07:44:54 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #3 on mod_deflate and IE6 bug]]></title>
      <link>http://www.contentwithstyle.co.uk/content/moddeflate-and-ie6-bug/#comment-3653</link>
      <guid>http://www.contentwithstyle.co.uk/content/moddeflate-and-ie6-bug/#comment-3653</guid>
      <description><![CDATA[May I suggest a tweak for the MSIE line, as Internet Explorer 8 isn&#8217;t far off and your current configuration doesn&#8217;t take it into account.  The following line should enable compression for IE7 and 8.<br />
<br />
BrowserMatch bMSIEs(7|8)  !no-gzip !gzip-only-text/html]]></description>
      <content:encoded><![CDATA[May I suggest a tweak for the MSIE line, as Internet Explorer 8 isn&#8217;t far off and your current configuration doesn&#8217;t take it into account.  The following line should enable compression for IE7 and 8.<br />
<br />
BrowserMatch bMSIEs(7|8)  !no-gzip !gzip-only-text/html]]></content:encoded>
      <pubDate>Thu, 24 Jul 2008 04:45:13 -0400</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #4 on mod_deflate and IE6 bug]]></title>
      <link>http://www.contentwithstyle.co.uk/content/moddeflate-and-ie6-bug/#comment-5774</link>
      <guid>http://www.contentwithstyle.co.uk/content/moddeflate-and-ie6-bug/#comment-5774</guid>
      <description><![CDATA[Just to note before anybody else just copies it to the server without reading it through :) Those examples are missing couple BACKSLASHES, one before 'b' and one before 's' letters. So the corrent line is:

BrowserMatch \bMSIE\s(7|8) !no-gzip !gzip-only-text/html 

other than that, thanks for the hint. I had some wierd issues when ie6 didn't load javascripts correctly, until now.]]></description>
      <content:encoded><![CDATA[Just to note before anybody else just copies it to the server without reading it through :) Those examples are missing couple BACKSLASHES, one before 'b' and one before 's' letters. So the corrent line is:

BrowserMatch \bMSIE\s(7|8) !no-gzip !gzip-only-text/html 

other than that, thanks for the hint. I had some wierd issues when ie6 didn't load javascripts correctly, until now.]]></content:encoded>
      <pubDate>Fri, 27 Mar 2009 00:33:18 -0400</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #5 on mod_deflate and IE6 bug]]></title>
      <link>http://www.contentwithstyle.co.uk/content/moddeflate-and-ie6-bug/#comment-5787</link>
      <guid>http://www.contentwithstyle.co.uk/content/moddeflate-and-ie6-bug/#comment-5787</guid>
      <description><![CDATA[Cheers for that ... one of the issues we had before we moved on to our new blog system ...]]></description>
      <content:encoded><![CDATA[Cheers for that ... one of the issues we had before we moved on to our new blog system ...]]></content:encoded>
      <pubDate>Fri, 27 Mar 2009 14:23:49 -0400</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #6 on mod_deflate and IE6 bug]]></title>
      <link>http://www.contentwithstyle.co.uk/content/moddeflate-and-ie6-bug/#comment-6615</link>
      <guid>http://www.contentwithstyle.co.uk/content/moddeflate-and-ie6-bug/#comment-6615</guid>
      <description><![CDATA[<p>props for this updated line...</p>

<p>looks like i have not been gziping anything but text/plain for ie* for the last year or so :/</p>

<p>thanks!</p>]]></description>
      <content:encoded><![CDATA[<p>props for this updated line...</p>

<p>looks like i have not been gziping anything but text/plain for ie* for the last year or so :/</p>

<p>thanks!</p>]]></content:encoded>
      <pubDate>Wed, 12 Aug 2009 13:46:25 -0400</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #7 on mod_deflate and IE6 bug]]></title>
      <link>http://www.contentwithstyle.co.uk/content/moddeflate-and-ie6-bug/#comment-8567</link>
      <guid>http://www.contentwithstyle.co.uk/content/moddeflate-and-ie6-bug/#comment-8567</guid>
      <description><![CDATA[Thank you! This REALLY helped me :) :)]]></description>
      <content:encoded><![CDATA[Thank you! This REALLY helped me :) :)]]></content:encoded>
      <pubDate>Fri, 09 Jul 2010 14:13:23 -0400</pubDate>
    </item>
  </channel>
</rss>
