<?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: December Randoms</title>
	<atom:link href="http://www.mikeindustries.com/blog/archive/2005/12/december-randoms/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mikeindustries.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.mikeindustries.com%2Fblog%2Farchive%2F2005%2F12%2Fdecember-randoms&amp;seed_title=December+Randoms</link>
	<description>A running commentary of occasionally interesting things.</description>
	<lastBuildDate>Tue, 16 Mar 2010 22:51:39 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Faruk AteÅŸ</title>
		<link>http://www.mikeindustries.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.mikeindustries.com%2Fblog%2Farchive%2F2005%2F12%2Fdecember-randoms&amp;seed_title=December+Randoms/comment-page-1#comment-9318</link>
		<dc:creator>Faruk AteÅŸ</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-9318</guid>
		<description>Yep, user agents must ignore it. &lt;a href=&quot;http://www.w3.org/TR/REC-CSS2/syndata.html#declaration&quot; rel=&quot;nofollow&quot;&gt;Declarations and properties&lt;/a&gt; of the CSS 2 Syntax and Basic Data Types document specifies it as follows:

&lt;blockquote&gt;&lt;p&gt;The syntax of values is specified separately for each property, but in any case, values are built from identifiers, strings, numbers, lengths, percentages, URIs, colors, angles, times, and frequencies.

A user agent must ignore a declaration with an invalid property name or an invalid value. Every CSS2 property has its own syntactic and semantic restrictions on the values it accepts.&lt;/p&gt;&lt;/blockquote&gt;

In other words, Firefox 1.5 is doing things it shouldn&#039;t do, and is &lt;strong&gt;not&lt;/strong&gt; following the W3C specifications.


Xylescope is indeed excellent -- I purchased my copy just yesterday, in fact, after using the trial first. Very, very blissful tool!</description>
		<content:encoded><![CDATA[<p>Yep, user agents must ignore it. <a href="http://www.w3.org/TR/REC-CSS2/syndata.html#declaration" rel="nofollow">Declarations and properties</a> of the CSS 2 Syntax and Basic Data Types document specifies it as follows:</p>
<blockquote><p>The syntax of values is specified separately for each property, but in any case, values are built from identifiers, strings, numbers, lengths, percentages, URIs, colors, angles, times, and frequencies.</p>
<p>A user agent must ignore a declaration with an invalid property name or an invalid value. Every CSS2 property has its own syntactic and semantic restrictions on the values it accepts.</p>
</blockquote>
<p>In other words, Firefox 1.5 is doing things it shouldn&#8217;t do, and is <strong>not</strong> following the W3C specifications.</p>
<p>Xylescope is indeed excellent &#8212; I purchased my copy just yesterday, in fact, after using the trial first. Very, very blissful tool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.mikeindustries.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.mikeindustries.com%2Fblog%2Farchive%2F2005%2F12%2Fdecember-randoms&amp;seed_title=December+Randoms/comment-page-1#comment-9319</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-9319</guid>
		<description>I love Xylescope and have been using it for a while ... the only drawback to it (and there may be a way around this) is that I can&#039;t open PHP pages in it ... you have to save the page as HTML and strip out any PHP.  So, the best way I&#039;ve found of using it is to tinker with sites once they&#039;re on a web server (using xylescope as a browser) and playing with the CSS there.

Anyone found a more efficient way around this?</description>
		<content:encoded><![CDATA[<p>I love Xylescope and have been using it for a while &#8230; the only drawback to it (and there may be a way around this) is that I can&#8217;t open PHP pages in it &#8230; you have to save the page as HTML and strip out any PHP.  So, the best way I&#8217;ve found of using it is to tinker with sites once they&#8217;re on a web server (using xylescope as a browser) and playing with the CSS there.</p>
<p>Anyone found a more efficient way around this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faruk AteÅŸ</title>
		<link>http://www.mikeindustries.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.mikeindustries.com%2Fblog%2Farchive%2F2005%2F12%2Fdecember-randoms&amp;seed_title=December+Randoms/comment-page-1#comment-9320</link>
		<dc:creator>Faruk AteÅŸ</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-9320</guid>
		<description>David,

Try running a webserver on your own localhost?

Xylescope functions as a Webkit-powered browser (as far as I can tell, anyway) and Webkit isn&#039;t a PHP parser (logically). Opening PHP files would thus not make sense unless they&#039;re pre-processed by a webserver, which you can run on your own computer with minimal effort.</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>Try running a webserver on your own localhost?</p>
<p>Xylescope functions as a Webkit-powered browser (as far as I can tell, anyway) and Webkit isn&#8217;t a PHP parser (logically). Opening PHP files would thus not make sense unless they&#8217;re pre-processed by a webserver, which you can run on your own computer with minimal effort.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.mikeindustries.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.mikeindustries.com%2Fblog%2Farchive%2F2005%2F12%2Fdecember-randoms&amp;seed_title=December+Randoms/comment-page-1#comment-9321</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-9321</guid>
		<description>thanks Faruk - yes, I should really get around to doing that.  This will be the incentive to actually do it!  ... (and btw, I know this isn&#039;t the time / place, but I love FACE!)</description>
		<content:encoded><![CDATA[<p>thanks Faruk &#8211; yes, I should really get around to doing that.  This will be the incentive to actually do it!  &#8230; (and btw, I know this isn&#8217;t the time / place, but I love FACE!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faruk AteÅŸ</title>
		<link>http://www.mikeindustries.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.mikeindustries.com%2Fblog%2Farchive%2F2005%2F12%2Fdecember-randoms&amp;seed_title=December+Randoms/comment-page-1#comment-9322</link>
		<dc:creator>Faruk AteÅŸ</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-9322</guid>
		<description>Running your own webserver is really useful. I personally (still) don&#039;t do it because I develop on our online servers on dev. locations. Benefit of that is that the entire server contents get backed up 7-14 days, so I have extra protection in case something goes horribly wrong. :)

And hey, Mike started off this post with sIFR 3 and FACE, I think it&#039;s fine to say that here ;-)</description>
		<content:encoded><![CDATA[<p>Running your own webserver is really useful. I personally (still) don&#8217;t do it because I develop on our online servers on dev. locations. Benefit of that is that the entire server contents get backed up 7-14 days, so I have extra protection in case something goes horribly wrong. :)</p>
<p>And hey, Mike started off this post with sIFR 3 and FACE, I think it&#8217;s fine to say that here ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jemaleddin</title>
		<link>http://www.mikeindustries.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.mikeindustries.com%2Fblog%2Farchive%2F2005%2F12%2Fdecember-randoms&amp;seed_title=December+Randoms/comment-page-1#comment-9323</link>
		<dc:creator>Jemaleddin</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-9323</guid>
		<description>Dude, Danni?  Danni?  The walking skeleton?  I haven&#039;t bought a playboy in a dozen years, but I seem to remember them featuring girls with boobs.  Maybe she could pose for the Ethiopian edition of Playboy...

Besides, Steph totally deserved that one.  I&#039;m sick of the juries giving out the money to the person they A) Like the best, B) Hate the least or C) Whoever got there on the other person&#039;s back. It&#039;s about the game, people!</description>
		<content:encoded><![CDATA[<p>Dude, Danni?  Danni?  The walking skeleton?  I haven&#8217;t bought a playboy in a dozen years, but I seem to remember them featuring girls with boobs.  Maybe she could pose for the Ethiopian edition of Playboy&#8230;</p>
<p>Besides, Steph totally deserved that one.  I&#8217;m sick of the juries giving out the money to the person they A) Like the best, B) Hate the least or C) Whoever got there on the other person&#8217;s back. It&#8217;s about the game, people!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaap</title>
		<link>http://www.mikeindustries.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.mikeindustries.com%2Fblog%2Farchive%2F2005%2F12%2Fdecember-randoms&amp;seed_title=December+Randoms/comment-page-1#comment-9324</link>
		<dc:creator>Jaap</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-9324</guid>
		<description>&lt;blockquote&gt;In other words, Firefox 1.5 is doing things it shouldn&#039;t do, and is not following the W3C specifications.&lt;/blockquote&gt;

&lt;p&gt;That&#039;s not true, Firefox is not applying any of the invalid rules it encounteres and merely reports the fact that it&#039;s not applying them.&lt;/p&gt;
&lt;p&gt;I find the behaviour very usefull when developing since it notifies you of small stupid mistakes you might make in your CSS.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<blockquote><p>In other words, Firefox 1.5 is doing things it shouldn&#8217;t do, and is not following the W3C specifications.</p></blockquote>
<p>That&#8217;s not true, Firefox is not applying any of the invalid rules it encounteres and merely reports the fact that it&#8217;s not applying them.</p>
<p>I find the behaviour very usefull when developing since it notifies you of small stupid mistakes you might make in your CSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://www.mikeindustries.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.mikeindustries.com%2Fblog%2Farchive%2F2005%2F12%2Fdecember-randoms&amp;seed_title=December+Randoms/comment-page-1#comment-9325</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-9325</guid>
		<description>As commenter Jaap mentions, the Firefox console is reporting all CSS properties and rules that it does not recognise as valid. It just says: &#039;look, that syntax/property is in the stylesheet, but I can&#039;t do anything with it, so I&#039;ll ignore it.&#039; Note that it also reports as a problem perfectly valid properties that are unsupported, like &#039;display: inline-block&#039;.</description>
		<content:encoded><![CDATA[<p>As commenter Jaap mentions, the Firefox console is reporting all CSS properties and rules that it does not recognise as valid. It just says: &#8216;look, that syntax/property is in the stylesheet, but I can&#8217;t do anything with it, so I&#8217;ll ignore it.&#8217; Note that it also reports as a problem perfectly valid properties that are unsupported, like &#8216;display: inline-block&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faruk AteÅŸ</title>
		<link>http://www.mikeindustries.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.mikeindustries.com%2Fblog%2Farchive%2F2005%2F12%2Fdecember-randoms&amp;seed_title=December+Randoms/comment-page-1#comment-9326</link>
		<dc:creator>Faruk AteÅŸ</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-9326</guid>
		<description>Jaap and Philippe:

While you both have a point, my issue with it is that defaulting to showing errors about this isn&#039;t what I consider to be ignoring. If people want to see errors in their CSS, let them check a checkbox or hit a button for it in the console, first. I can see how it&#039;s useful, but forcing it upon you as the developer is taking it too far, in my opinion.

Also, in my experiences with it so far, it&#039;s not useful but just plain annoying. I know where I&#039;m using &quot;invalid&quot; CSS (valid, just not recognized, thus it should be ignored) -- but it&#039;s a hell of a job for me to bugfix Javascript now, what with all the &quot;errors&quot; that the JS Console is giving me.

And like Mike, I just don&#039;t like being forced by a browser to use a more verbose hack just to clear the console. It&#039;s not very (user)friendly, to me.</description>
		<content:encoded><![CDATA[<p>Jaap and Philippe:</p>
<p>While you both have a point, my issue with it is that defaulting to showing errors about this isn&#8217;t what I consider to be ignoring. If people want to see errors in their CSS, let them check a checkbox or hit a button for it in the console, first. I can see how it&#8217;s useful, but forcing it upon you as the developer is taking it too far, in my opinion.</p>
<p>Also, in my experiences with it so far, it&#8217;s not useful but just plain annoying. I know where I&#8217;m using &#8220;invalid&#8221; CSS (valid, just not recognized, thus it should be ignored) &#8212; but it&#8217;s a hell of a job for me to bugfix Javascript now, what with all the &#8220;errors&#8221; that the JS Console is giving me.</p>
<p>And like Mike, I just don&#8217;t like being forced by a browser to use a more verbose hack just to clear the console. It&#8217;s not very (user)friendly, to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://www.mikeindustries.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.mikeindustries.com%2Fblog%2Farchive%2F2005%2F12%2Fdecember-randoms&amp;seed_title=December+Randoms/comment-page-1#comment-9327</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-9327</guid>
		<description>Faruk, have a look at the &lt;a href=&quot;http://forums.mozillazine.org/viewtopic.php?p=1744295&quot; rel=&quot;nofollow&quot;&gt;Console2&lt;/a&gt; extension. Filtering in multiple ways (Chrome, JS, CSS, etc).

And the Firefox console is one of the most usefull around. Try Safari or Opera any other day, in terms of feedback for development.</description>
		<content:encoded><![CDATA[<p>Faruk, have a look at the <a href="http://forums.mozillazine.org/viewtopic.php?p=1744295" rel="nofollow">Console2</a> extension. Filtering in multiple ways (Chrome, JS, CSS, etc).</p>
<p>And the Firefox console is one of the most usefull around. Try Safari or Opera any other day, in terms of feedback for development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faruk AteÅŸ</title>
		<link>http://www.mikeindustries.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.mikeindustries.com%2Fblog%2Farchive%2F2005%2F12%2Fdecember-randoms&amp;seed_title=December+Randoms/comment-page-1#comment-9328</link>
		<dc:creator>Faruk AteÅŸ</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-9328</guid>
		<description>Philippe, yes Jeroen Mulder pointed me to Console2 as well. I don&#039;t see that as a solution, though. While it may rid &lt;em&gt;me&lt;/em&gt; of the clutter, it won&#039;t do that for every visitor on my site who wants to check for Javascript errors (which is currently happening a lot, given the whole FACE publicity and all).

Admittedly, Firefox&#039;s console is more useful than Safari&#039;s or Opera&#039;s. For that reason, Firefox is my debugging-browser. I really don&#039;t like it for my own browsing, if anything because it doesn&#039;t support text-shadow or hooks into the nice Mac OS X behaviours like Safari. :-)</description>
		<content:encoded><![CDATA[<p>Philippe, yes Jeroen Mulder pointed me to Console2 as well. I don&#8217;t see that as a solution, though. While it may rid <em>me</em> of the clutter, it won&#8217;t do that for every visitor on my site who wants to check for Javascript errors (which is currently happening a lot, given the whole FACE publicity and all).</p>
<p>Admittedly, Firefox&#8217;s console is more useful than Safari&#8217;s or Opera&#8217;s. For that reason, Firefox is my debugging-browser. I really don&#8217;t like it for my own browsing, if anything because it doesn&#8217;t support text-shadow or hooks into the nice Mac OS X behaviours like Safari. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://www.mikeindustries.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.mikeindustries.com%2Fblog%2Farchive%2F2005%2F12%2Fdecember-randoms&amp;seed_title=December+Randoms/comment-page-1#comment-9329</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-9329</guid>
		<description>Mike,
&lt;blockquote&gt;&lt;p&gt;Aside from some unexplainable bugs related to its new handling of the overflow property&lt;/p&gt;&lt;/blockquote&gt;

Care to elaborate on those &#039;bugs&#039; ? As far as I can tell, Gecko is handling the overflow property fairly well (per CSS2.1 and CSS3 module). I remember your site has been messed up for the better part of the year in Gecko nightly builds, due to your incorrect handling of that property (yes that sidebar with overflow hidden and a huge left margin set, jumping away).</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<blockquote><p>Aside from some unexplainable bugs related to its new handling of the overflow property</p>
</blockquote>
<p>Care to elaborate on those &#8216;bugs&#8217; ? As far as I can tell, Gecko is handling the overflow property fairly well (per CSS2.1 and CSS3 module). I remember your site has been messed up for the better part of the year in Gecko nightly builds, due to your incorrect handling of that property (yes that sidebar with overflow hidden and a huge left margin set, jumping away).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Nunemaker</title>
		<link>http://www.mikeindustries.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.mikeindustries.com%2Fblog%2Farchive%2F2005%2F12%2Fdecember-randoms&amp;seed_title=December+Randoms/comment-page-1#comment-9330</link>
		<dc:creator>John Nunemaker</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-9330</guid>
		<description>If you install the &lt;a href=&quot;http://forums.mozillazine.org/viewtopic.php?t=318102&quot; rel=&quot;nofollow&quot;&gt;Console2&lt;/a&gt; extension you can filter errors by language. I use it to filter out all errors but javascript. I too got tired of seeing the css errors.</description>
		<content:encoded><![CDATA[<p>If you install the <a href="http://forums.mozillazine.org/viewtopic.php?t=318102" rel="nofollow">Console2</a> extension you can filter errors by language. I use it to filter out all errors but javascript. I too got tired of seeing the css errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jordan</title>
		<link>http://www.mikeindustries.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.mikeindustries.com%2Fblog%2Farchive%2F2005%2F12%2Fdecember-randoms&amp;seed_title=December+Randoms/comment-page-1#comment-9331</link>
		<dc:creator>jordan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-9331</guid>
		<description>There has been some discussion amongst the Firefox developers concerning CSS errors in the console. The once I&#039;ve chatted with are in favour of just logging them to the console as a message, rather than as errors. I find it very helpful to log them, however, because it&#039;s the easiest way to find my typos.</description>
		<content:encoded><![CDATA[<p>There has been some discussion amongst the Firefox developers concerning CSS errors in the console. The once I&#8217;ve chatted with are in favour of just logging them to the console as a message, rather than as errors. I find it very helpful to log them, however, because it&#8217;s the easiest way to find my typos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike D.</title>
		<link>http://www.mikeindustries.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.mikeindustries.com%2Fblog%2Farchive%2F2005%2F12%2Fdecember-randoms&amp;seed_title=December+Randoms/comment-page-1#comment-9332</link>
		<dc:creator>Mike D.</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-9332</guid>
		<description>Everybody: Yes, CSS &quot;errors&quot; are useful to see in an output window, but as jordan says, they should be in the &quot;messages&quot; tab or another tab completely. This is a case where the console has, over the years, become a place to mainly debug javascript, so adding these CSS error messages in only muddies the functionality. I will try out Console2.

Jemaleddin: Oh yes, Danni definitely needs to gain some weight, but she looked pretty damn good on that Survivor reunion show. As opposed to Stephanie who looked, ummmm, well, let&#039;s just say she looked better without the makeup, the home perm, and the overly dramatic shaved eyebrows. I wouldn&#039;t peg Danni for the full-on Playmate Of The Month spread, but just one of those trademark &quot;hey, this person&#039;s a celebrity, here she is with very little on&quot; deals.

Phillipe: Ok, regarding the Firefox bugs, nobody ever did get to the bottom of the overflow/sidebar issue, but seeing as the code was valid, the rules were followed, and it worked in every other browser including all previous versions of Firefox, I&#039;m not willing to put the blame on my code at this point. This site used a very standard &quot;float one column, use a margin on the other&quot; layout and something about the new handling of overflow caused that not to work anymore.  The only reason it was not noticeable on many other sites is that most people probably don&#039;t have the overflow property in their layouts.  Soooo... after getting enough complaints from people using Deer Park and other FF beta, I just modified my layout so that everything is floated. That seemed to fix the symptoms, but clearly not the disease. So then FF 1.5 comes out and someone on OS X notices that every single page on my site with over about 200 comments shows up as completely blank. Not only that, but if you try to drag the scrollbar down, you actually freeze up the entire browser. I&#039;ve made a &lt;a href=&quot;http://www.mikeindustries.com/scratch/fftest&quot; rel=&quot;nofollow&quot;&gt;reduced test-case here&lt;/a&gt;. The &quot;culprit&quot; here is apparently that if you apply an overflow-x css property to any really long div (like one with 200 comments in it), all hell breaks loose.  The only solution is to put an underscore before the css property (or use * HTML) to hide it from Firefox, but hey that&#039;s another error for the console. :)</description>
		<content:encoded><![CDATA[<p>Everybody: Yes, CSS &#8220;errors&#8221; are useful to see in an output window, but as jordan says, they should be in the &#8220;messages&#8221; tab or another tab completely. This is a case where the console has, over the years, become a place to mainly debug javascript, so adding these CSS error messages in only muddies the functionality. I will try out Console2.</p>
<p>Jemaleddin: Oh yes, Danni definitely needs to gain some weight, but she looked pretty damn good on that Survivor reunion show. As opposed to Stephanie who looked, ummmm, well, let&#8217;s just say she looked better without the makeup, the home perm, and the overly dramatic shaved eyebrows. I wouldn&#8217;t peg Danni for the full-on Playmate Of The Month spread, but just one of those trademark &#8220;hey, this person&#8217;s a celebrity, here she is with very little on&#8221; deals.</p>
<p>Phillipe: Ok, regarding the Firefox bugs, nobody ever did get to the bottom of the overflow/sidebar issue, but seeing as the code was valid, the rules were followed, and it worked in every other browser including all previous versions of Firefox, I&#8217;m not willing to put the blame on my code at this point. This site used a very standard &#8220;float one column, use a margin on the other&#8221; layout and something about the new handling of overflow caused that not to work anymore.  The only reason it was not noticeable on many other sites is that most people probably don&#8217;t have the overflow property in their layouts.  Soooo&#8230; after getting enough complaints from people using Deer Park and other FF beta, I just modified my layout so that everything is floated. That seemed to fix the symptoms, but clearly not the disease. So then FF 1.5 comes out and someone on OS X notices that every single page on my site with over about 200 comments shows up as completely blank. Not only that, but if you try to drag the scrollbar down, you actually freeze up the entire browser. I&#8217;ve made a <a href="http://www.mikeindustries.com/scratch/fftest" rel="nofollow">reduced test-case here</a>. The &#8220;culprit&#8221; here is apparently that if you apply an overflow-x css property to any really long div (like one with 200 comments in it), all hell breaks loose.  The only solution is to put an underscore before the css property (or use * HTML) to hide it from Firefox, but hey that&#8217;s another error for the console. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
