<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Elliott Back's Blog - Latest Comments in Spreadfirefox.com IE rendering bug &amp;mdash; Elliott C. Back</title><link>http://elliottbacksblog.disqus.com/</link><description></description><language>en</language><lastBuildDate>Tue, 23 Aug 2005 23:06:33 -0000</lastBuildDate><item><title>Re: Spreadfirefox.com IE rendering bug &amp;mdash; Elliott C. Back</title><link>http://elliottback.com/wp/spreadfirefoxcom-ie-rendering-bug/#comment-3187994</link><description>Heh, Aphyr.  The stylesheet is actually squished and then gzipped compressed, so I get the benefit twice over.  And, on the server it looks just fine to /me/ when I edit it, so as long as it's still valid, I don't really care how it comes out the client side!  I'm getting 1,745 bytes which is a whole 48 bytes smaller than you ;)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elliott Back</dc:creator><pubDate>Tue, 23 Aug 2005 23:06:33 -0000</pubDate></item><item><title>Re: Spreadfirefox.com IE rendering bug &amp;mdash; Elliott C. Back</title><link>http://elliottback.com/wp/spreadfirefoxcom-ie-rendering-bug/#comment-3187993</link><description>Speaking of mangled CSS, have you &lt;a href="http://www.aphyr.com/media/screenshots/spreadie_css.jpg" rel="nofollow"&gt;taken a look&lt;/a&gt; at &lt;a href="http://elliottback.com/wp/wp-content/plugins/css-compress.php/wp-content/themes/greenmarinee/style.css" rel="nofollow"&gt;this stylesheet&lt;/a&gt; lately? No newlines or spaces between statements makes it very difficult to read. If you're going to compress text, use mod_deflate, mod_gzip, or IIS's compression support--it's faster, simpler, and more efficient than running a PHP script to mangle your finely-crafted syntax.&lt;br&gt;&lt;br&gt;I wrote an 8 line perl script to reformat the results of your script, and calculate that it reduces a 7340 byte CSS file to 6556 bytes, a 10.6 percent reduction in size. Mod_gzip reduces that same file to 1793 bytes, at a compression ratio of 75.6 percent. As an added bonus, that compression can apply to all text documents you serve, without destroying their readability. Try it out--setting up server side compression is easy to do, and can definitely help out if you are bandwidth-concious. :-)&lt;br&gt;&lt;br&gt;For reference, here's the script:&lt;br&gt;&lt;br&gt;&lt;code&gt;&lt;br&gt;#!/usr/bin/perl&lt;br&gt;foreach (&amp;lt;&amp;gt;) {&lt;br&gt;        s/\;(?! })/\;\n\t/go;&lt;br&gt;        s/\;(?= })/\;\n/go;&lt;br&gt;        s/{/{\n\t/go;&lt;br&gt;        s/}/}\n\n/go;&lt;br&gt;        print;&lt;br&gt;}&lt;/code&gt;&lt;br&gt;&lt;br&gt;All that being said, I have no idea what's up with spreadfirefox.com's stylesheets. Have you sent them an e-mail about it?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aphyr</dc:creator><pubDate>Tue, 23 Aug 2005 22:06:42 -0000</pubDate></item><item><title>Re: Spreadfirefox.com IE rendering bug &amp;mdash; Elliott C. Back</title><link>http://elliottback.com/wp/spreadfirefoxcom-ie-rendering-bug/#comment-3187992</link><description>You know what happened when I opened up IE to check this bug out? &lt;br&gt;It crashed as soon as I clicked the evil E and sent an error report to Microsoft.  I'll stick with firefox as my browser.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ryan</dc:creator><pubDate>Sat, 20 Aug 2005 21:41:20 -0000</pubDate></item><item><title>Re: Spreadfirefox.com IE rendering bug &amp;mdash; Elliott C. Back</title><link>http://elliottback.com/wp/spreadfirefoxcom-ie-rendering-bug/#comment-3187991</link><description>does this mean that it's really supposed to be centered at all?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mr nice ash</dc:creator><pubDate>Fri, 19 Aug 2005 06:37:46 -0000</pubDate></item></channel></rss>