<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Thoughts From Eric</title>
	<link>http://meyerweb.com</link>
	<description>Things that Eric A. Meyer, CSS expert, writes about on his personal Web site; it's largely Web standards and Web technology, but also various bits of culture, politics, personal observations, and other miscellaneous stuff</description>
	<pubDate>Wed, 07 May 2008 14:51:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>line-height: abnormal</title>
		<link>http://meyerweb.com/eric/thoughts/2008/05/06/line-height-abnormal/</link>
		<comments>http://meyerweb.com/eric/thoughts/2008/05/06/line-height-abnormal/#comments</comments>
		<pubDate>Tue, 06 May 2008 15:13:56 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2008/05/06/line-height-abnormal/</guid>
		<description><![CDATA[I wrote the first edition of CSS:TDG back in 1999.  Almost a decade later, line layout and line heights continue to hurt me.]]></description>
			<content:encoded><![CDATA[<p>
When I first wrote <a href="http://meyerweb.com/eric/books/css-tdg/"><cite>Cascading Style Sheets: The Definitive Guide</cite></a>, the part that caused me the most difficulty and headaches was the line layout material.  Several times I was sure I had it all figured out and accurately described, only to find out I was wrong.  For two weeks I corresponded with <a href="http://hixie.ch/" rel="acquaintance colleague met">Ian Hickson</a> and <a href="http://dbaron.org/" rel="acquaintance colleague met">David Baron</a>, arguing for my understanding of things and having them show me, in merciless detail, how I was wrong.  I doubt that I will ever stop owing them for their dedication to getting me through the wilderness of my own misunderstandings.
</p>
<p>
Later on, I produced <a href="http://meyerweb.com/eric/css/inline-format.html">a terse description of line layout</a> which went through a protracted vetting process with the CSS Working Group and the members of <a href="http://lists.w3.org/Archives/Public/www-style/">www-style</a>.  At the time it was published, there was no more detailed and accurate description of line layout available.  Even at that, corrections trickled in over the years, which made me think of it as my own tiny little <a href="http://en.wikipedia.org/wiki/The_Art_of_Computer_Programming"><cite>The Art of Computer Programming</cite></a>.  Only without the small monetary reward for finding errors.
</p>
<p>
The point here is that line layout is very difficult to truly understand&#8212;even given everything I just said, I&#8217;m still not convinced that I do&#8212;and that there are often surprises lurking for anyone who goes looking into the far corners of how it happens.  As I&#8217;ve said before, my knowledge of what goes into the layout of lines of text imparts a sense of astonishment that any page can be successfully displayed in less than the projected age of the universe.
</p>
<p>
Why bring all this up?  Because I went and poked <code>line-height: normal</code> with a stick, and found it to be both squamous and rugose.  As with all driven to such madness, I now seek, grinning wildly, to infect others.
</p>
<p>
Here&#8217;s the punchline: the effects of declaring <code>line-height: normal</code> not only vary from browser to browser, which I had expected&#8212;in fact, quantifying those differences was the whole point&#8212;<em>but they also vary from one font face to another, and can also vary within a given face</em>.
</p>
<p>
I did not expect that.  At least, not consciously.
</p>
<p>
My work, let me show it to you: <a href="http://meyerweb.com/eric/css/tests/line-height/inspect-multi.html">a JavaScript-driven test file</a> where you can pick from a list of fonts and see what happens at a variety of sizes.  (Yes, the JS is completely obtrusive; and yes, the JS is the square of amateur hour.  Let&#8217;s move on, please.  I&#8217;m perfectly happy to replace what&#8217;s there with unobtrusive and sharper JS, as long as the basic point of the page, which is testing <code>line-height: normal</code>, is not compromised.  Again, moving on.)
</p>
<p>
When you first go to the test, you should (I hope) see a bunch of rulered boxes containing text using the very common font face Webdings, set at a bunch of different font sizes.  The table shows you how tall the simple line boxes are at each size, and therefore the numeric equivalent for <code>line-height: normal</code> at those sizes.  So if a line box is using <code>font-size: 50px</code> and the line box is 55 pixels tall, the numeric equivalent for <code>line-height: normal</code> is 1.1 (55 divided by 50).
</p>
<p>
On my PowerBook, Webdings always yields a 1:1 ratio between the <code>font-size</code> and line box height.  The ten-pixel font size yields a ten-pixel-tall line box, and so on.
</p>
<p>
This is actually a little surprising by itself.  <a href="http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height">The CSS 2.1 specification says</a>:
</p>

<blockquote cite="http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height">
<dl>
<dt><strong>normal</strong></dt>
<dd>Tells user agents to set the used value to a &#8220;reasonable&#8221; value based on the font of the element. The value has the same meaning as <a name="x23" href="http://www.w3.org/TR/CSS21/syndata.html#value-def-number" class="noxref">&lt;number&gt;</a>. We recommend a used value for &#8216;normal&#8217; between 1.0 to 1.2. The <a href="http://www.w3.org/TR/CSS21/cascade.html#computed-value">computed value</a> is &#8216;normal&#8217;.
</dd>
</dl>
</blockquote>

<p>
This is basically what CSS has said since its first days (see the equivalent text <a href="http://www.w3.org/TR/CSS1#line-height">in CSS1</a> or <a href="http://www.w3.org/TR/CSS2/visudet.html#propdef-line-height">in CSS2</a> for confirmation) and there&#8217;s always been a widespread assumption that, since 1.0 is probably too crowded, something around 1.2 is much more likely.
</p>
<p>
So finding a value of 1 was a surprise.  It was an even bigger surprise to me that this held true in Camino 1.5.2, Firefox 2.0.0.14, and Safari 2.0.4, all on OS X.  Firefox 3b5 didn&#8217;t render Webdings at all, so I don&#8217;t know if it would do the same.  I actually suspect not, for reasons best left for another time (and, possibly, a final release of Firefox 3).
</p>
<p>
Various browsers doing the same thing in an under-specified area of the spec?  That can&#8217;t be right.  It&#8217;s pretty much an article of faith that given the chance to do <em>anything</em> differently, browsers will.  The sailing was so unexpectedly smooth that I immediately assumed was that a storm lurked just over the horizon.
</p>
<p>
Well, I was right.  All I had to do was start picking other font faces.
</p>
<p>
To start, I picked the next font on the list, Times New Roman, and the equivalent values for <code>normal</code> immediately changed.  In other words, <em>the numeric equivalents for Times New Roman are different than those for Webdings</em>.  The browsers weren&#8217;t maintaining a specific value for <code>normal</code>, but were altering it on a per-face basis.
</p>
<p>
Now, this is legal, given the way <code>normal</code> is under-specified.  There&#8217;s room to allow for this behavior.  It&#8217;s actually, once you think about it, a fairly good thing from a visual point of view: the best default line height for Times New Roman is probably not the best default line height for Courier New.  So while I was initially surprised, I got over it quickly.  The seemingly obvious conclusion was that browsers were actually respecting the fonts&#8217; built-in metrics.  This was reinforced when I found that the results were exactly the same from browser to browser.
</p>
<p>
Then I looked more closely at the numbers, and confusion set back in.  For Times New Roman, I was getting values of 1.1, 1.12, 1.16, 1.15, 1.149, and 1.1499.  If you were to round all of those numbers to two decimal points, you&#8217;d get 1.10, 1.12, 1.16, 1.15, 1.15, 1.15.  If you round them all to one decimal place, you&#8217;d get 1.1, 1.1, 1.2, 1.2, 1.1, 1.1.  They&#8217;re inconsistent.
</p>
<p>
But wait, I thought, I&#8217;m trying to compare numbers I derived by dividing pixels by pixels.  Let&#8217;s turn it around.  If I multiply the most precise measurement I&#8217;ve gotten by the various font sizes, I get&#8230; carry the two&#8230; 11.499, 28.7475, 57.495, 114.99, 1149.9, 11499.  As compared to the actual values I got, which were 11, 28, 58, 115, 1149, and 11499.
</p>
<p>
Which means the results were inappropriately rounded up in some cases and down in others.  28.7475 became 28 and 1149.9 became 1149, whereas 57.495 became 58.  Even though 11.499 became 11 and 114.99 became 115.
</p>
<p>
This was consistent across all the browsers I was testing.  So again, I was suspecting the fonts themselves.
</p>
<p>
And then I switched from Times New Roman to just plain old Times, and the storm was full upon me.  I&#8217;ll give you the results in a table.
</p>

<table class="chart">
<caption>Derived <code>normal</code> equivalents for Times in OS X browsers</caption>
<tr>
<th><code>font-size</code></th>
<th scope="col">Camino 1.5.2</th>
<th scope="col">Firefox 2.0.0.14</th>
<th scope="col">Safari 2.0.4</th>
</tr>
<tr>
<th scope="row">10
<td>1</td>
<td>1.2</td>
<td>1.3</td>
</th></tr>
<tr>
<th scope="row">25
<td>1</td>
<td>1</td>
<td>1.16</td>
</th></tr>
<tr>
<th scope="row">50
<td>1</td>
<td>1</td>
<td>1.18</td>
</th></tr>
<tr>
<th scope="row">100
<td>1</td>
<td>1</td>
<td>1.15</td>
</th></tr>
<tr>
<th scope="row">1000
<td>1</td>
<td>1</td>
<td>1.15</td>
</th></tr>
<tr>
<th scope="row">10000
<td>1</td>
<td>1</td>
<td>1.15</td>
</th></tr>
</table>

<p>
Much the same happened when comparing Courier New with plain old Courier: full consistency on Courier New between browsers, albeit with the same strange (non-)rounding effects as seen with Times New Roman; but inconsistency between browsers on plain Courier&#8212;with Camino yielding a flat 1 down the line, Firefox going from 1.2 to 1, and Safari having a range of values above the others&#8217; values.
</p>
<p>
Squamous!  Not to mention rugose!
</p>
<p>
Now it&#8217;s time for the stunning conclusion that derives from all this information, which is: not here.  Sorry.  So far all I have are observations.  I may turn all this into a summary page which shows the results for all the font faces across multiple browsers and platforms, but first I&#8217;ll need to get those numbers.
</p>
<p>
I do have a few speculations, though:
</p>

<ol>
<li>
<p>
Firefox&#8217;s inconsistency within font faces (see Times and Courier, above) may come from face substitution.  That&#8217;s when a browser doesn&#8217;t have a given character in a given face, so it looks for a substitute in another face.  If Firefox thinks it doesn&#8217;t have 10-pixel Times, it might substitute 10-pixel something else serif-ish, and that face has different line height characteristics than Times.  I don&#8217;t know what that other face might be, since it&#8217;s not Times New Roman or Georgia, but this is one possibility.  It is <strong>not</strong> the minimum font size setting in the preferences, as I&#8217;ve triple-checked to make sure I have that set to &#8220;None&#8221;.
</p>
</li>
<li>
<p>
Another possibility for Firefox&#8217;s line height weirdness is a shift from subpixel font rendering to pixelly font rendering.  10-pixel text in Firefox is distinctly pixelly compared to the other browsers I tested, while sizes above there are nice and smooth.  Why this would drive up the line height by two pixels (20%), though, is not clear to me.
</p>
</li>
<li>
<p>
Much of what I&#8217;ve observed will likely be laid to rest at the doorsteps of the font faces themselves.  I&#8217;d like to know how it is that the rounding behaviors are so (mathematically) messed up within faces, though.  Perhaps ideal line heights are described as an equation rather than a simple ratio?
</p>
</li>
</ol>

<p>
Again, this was all done in OS X; I&#8217;ll be very interested to find out what happens on Windows, Linux, and other operating systems.  Side note for the Mac Opera fans warming up their flamethrowers: I&#8217;ve left Opera 9.27 for OS X out of this because it seems to cap font sizes at a size well below 1000, although this limit varied from one face to another.  Webdings and Courier capped at 507 pixels, whereas Courier capped at 574 pixels and Comic Sans MS stopped at 707 pixels.  I have no explanation, though doubtless someone will, but the upshot is that direct comparisons between Opera and the other browsers are impossible.  For sizes up to 100 pixels, the results were exactly consistent with Camino, if that means anything.
</p>
<p>
The one tentative conclusion I did reach is this: <code>line-height: normal</code> is a jumbled terrain of inconsistent behaviors, and it&#8217;s best avoided in any sort of precision layout work.  I&#8217;d already had that feeling, but at least now there&#8217;s some evidence to back up the feeling.
</p>
<p>
In any case, I doubt this is the last I&#8217;ll have to say on this particular topic.
</p>
<p>
<strong>Update 7 May 08:</strong> I&#8217;ve updated <a href="http://meyerweb.com/eric/css/tests/line-height/inspect-multi.html">the test page</a> with <a href="http://meyerweb.com/eric/thoughts/2008/05/06/line-height-abnormal/#comment-372941">a fix</a> from <a href="http://blowery.org/">Ben Lowery</a> so that it works in IE.  Thanks, Ben!  Now all I need is to add a way to type in any arbitrary font-family&#8217;s name, and we&#8217;ll have something everyone can use.  (Or else a way to use JavaScript to suck up the names of all the fonts installed on a machine and put them into the dropdown.  That would be cool, too.)
</p>]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2008/05/06/line-height-abnormal/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Really Perfect Ringtone</title>
		<link>http://meyerweb.com/eric/thoughts/2008/05/05/the-really-perfect-ringtone/</link>
		<comments>http://meyerweb.com/eric/thoughts/2008/05/05/the-really-perfect-ringtone/#comments</comments>
		<pubDate>Mon, 05 May 2008 16:33:15 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
		
		<category><![CDATA[Humor]]></category>

		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2008/05/05/the-really-perfect-ringtone/</guid>
		<description><![CDATA[
When I saw a couple of people link to &#8220;the perfect iPhone ringtone&#8221; last week, I had that sinking feeling that comes from being beaten to the punch.  I knew I should have stayed up an extra hour that one night and just gotten it done!


But wait, hold it, never mind, cancel the panic [...]]]></description>
			<content:encoded><![CDATA[<p>
When I saw a couple of people link to &#8220;<a href="http://helderluis.net/297">the perfect iPhone ringtone</a>&#8221; last week, I had that sinking feeling that comes from being beaten to the punch.  I <em>knew</em> I should have stayed up an extra hour that one night and just gotten it done!
</p>
<p>
But wait, hold it, never mind, cancel the panic parade: it was <em>not</em>, in fact, the perfect ringtone.  Crisis averted!  Still, the sinking feeling lingered, reminding me of what could have been, so last night I sat down and got it done.  Now I bring to you <a href="http://meyerweb.com/sounds/yy-ringtone.mp3">the absolutely most perfect ringtone ever</a>.
</p>
<p>
Feel free to preview it using that link, if you really feel that&#8217;s necessary, but frankly you should just charge ahead and download the <a href="http://meyerweb.com/sounds/yy-ringtone.m4r"><tt>.m4r</tt> AAC</a> for instant ringtoniness.  If for some reason you&#8217;d rather have the audio source and do your own ringtone conversions, you can get the same file as a <a href="http://meyerweb.com/sounds/yy-ringtone.m4a"><tt>.m4a</tt> AAC</a> or a <a href="http://meyerweb.com/sounds/yy-ringtone.mp3">comfy old <tt>.mp3</tt></a>.  And for all you completists, there&#8217;s a <a href="http://meyerweb.com/sounds/yy-ringtone.zip"><tt>.zip</tt> archive of all three formats</a>.
</p>
<p>
Go.  Ring.  Enjoy.
</p>
]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2008/05/05/the-really-perfect-ringtone/feed/</wfw:commentRss>
<enclosure url="http://meyerweb.com/sounds/yy-ringtone.mp3" length="663023" type="audio/mpeg" />
<enclosure url="http://meyerweb.com/sounds/yy-ringtone.m4a" length="881098" type="audio/mp4" />
		</item>
		<item>
		<title>Five Years</title>
		<link>http://meyerweb.com/eric/thoughts/2008/04/17/five-years/</link>
		<comments>http://meyerweb.com/eric/thoughts/2008/04/17/five-years/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 03:23:42 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2008/04/17/five-years/</guid>
		<description><![CDATA[
Five years ago, the phone rang and my life was forever altered.  It was the first of two utterly transforming phone calls we would get that year, and by far the worse.


Shortly after hanging up, I put in place the temporary home page I&#8217;d prepared ahead of time, complete with errors of fact which [...]]]></description>
			<content:encoded><![CDATA[<p>
Five years ago, the phone rang and my life was forever altered.  It was the first of two utterly transforming phone calls we would get that year, and by far the worse.
</p>
<p>
Shortly after hanging up, I put in place <a href="http://meyerweb.com/other/mom/memorial.html">the temporary home page I&#8217;d prepared ahead of time</a>, complete with errors of fact which had grown out of my inability to think clearly about what I knew beyond any doubt was going to happen.  The next day, I noticed and corrected the errors, and then realized after a while that my corrections were incorrect and corrected them.  Correctly, at last.
</p>
<p>
When I appended the block of text a day or two later, it was a straight copy-and-paste job, and I was able to avoid introducing errors.  I was able to find a perverse solace in that.
</p>
<p>
To mark this anniversary, I&#8217;m publishing <a href="http://meyerweb.com/other/mom/coincidences.html">the piece I read on stage at Vox Nox 2005</a>, which was the only time it was shared publicly in the last five years.  The stunning part, even to me, is that every bit of that piece is the raw, unedited, unaltered truth.
</p>
<p>
In some ways, I still can&#8217;t believe that it&#8217;s been five years and that she&#8217;s really forever gone, that she&#8217;s missed everything that&#8217;s happened in my life.  In some ways, I can&#8217;t accept that she will never know her granddaughter, and that her granddaughter will never know her.  And in little ways, I do my best to bridge that yawning chasm with myself and what I learned, what I was taught, over all the years of my life&#8230; minus just a bit less than five.
</p>
<p>
Five years.  Five very busy years.  Five awful, wonderful, stressful, liberating, irreplaceable years.
</p>
<p>
I miss you, Mom.
</p>
]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2008/04/17/five-years/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Crafting Ourselves</title>
		<link>http://meyerweb.com/eric/thoughts/2008/04/17/crafting-ourselves/</link>
		<comments>http://meyerweb.com/eric/thoughts/2008/04/17/crafting-ourselves/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 16:47:41 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Commentary]]></category>

		<category><![CDATA[Culture]]></category>

		<category><![CDATA[Standards]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2008/04/17/crafting-ourselves/</guid>
		<description><![CDATA[In which I directly respond to the people who dislike my reset styles.]]></description>
			<content:encoded><![CDATA[<p>
My referrers lit up recently due to <a href="http://snook.ca/archives/html_and_css/no_css_reset/">Jonathan Snook&#8217;s article about CSS resets and how he doesn&#8217;t use them</a>.  To Jonathan and all the doubters and nay-sayers out there, I have only one thing to say:
</p>
<p>
<strong>Good for you.</strong>
</p>
<p>
Seriously; no sarcasm or passive-aggressiveness intended.  If I thought my reset styles, or really anything I&#8217;ve ever published or advocated, was a be-all end-all ultimate solution for every designer and design that&#8217;s ever been and could ever be, I&#8217;d be long past due for six rounds on the receiving end of a clue-by-four.
</p>
<p>
Reset styles clearly work for a lot of people, whether as-is or in a modified form.  As I say on <a href="http://meyerweb.com/eric/tools/css/reset/">the reset page</a>, those styles aren&#8217;t supposed to be left alone by anyone.  They&#8217;re a starting point.  If a thousand people took them and created a thousand different personalized style sheets, that would be right on the money.  But there&#8217;s also nothing wrong with taking them and writing your own overrides.  If that works for you, then awesome.
</p>
<p>
For others, reset styles are more of an impediment.  That&#8217;s only to be expected; we all work in different ways.  The key here, and the reason I made the approving comment above, is that you evaluate various tools by thinking about how they relate to the ways you do what you do&#8212;and then choose what tools to use, and how, and when.  That&#8217;s the mark of someone who thinks seriously about their craft and strives to do it better.
</p>
<p>
I&#8217;m not saying that craftsmen/craftswomen are those people who reject the use of common tools, of course.  I&#8217;m saying that they use the tools that fit them best and modify (or create) tools to best fit them, applying their skills and knowledge of their craft to make those decisions.  It&#8217;s much the same in the world of programming.  You can&#8217;t identify a code craftsman by whether or not they use this framework or that language.  You can identify them by how they decide which framework or language to use, or not use, in a given situation.
</p>
<p>
Craftsmanship is something I&#8217;ve been thinking about quite a bit recently, <a href="http://bokardo.com/archives/markup-style-society-talk/">as has Joshua Porter</a>.  I delivered a keynote address on that very topic just <a href="http://minnewebcon.umn.edu/">a few days ago in Minneapolis</a>, and my thinking infuses both of the talks I&#8217;m giving next week at <a href="http://aneventapart.com/events/2008/neworleans/">An Event Apart New Orleans</a>.  I&#8217;ve started looking harder for evidence of it, both in myself and in what I see online, and I believe striving toward being a craftsman/craftswoman is an important process for anyone who chooses to work in this field.
</p>
<p>
Because this isn&#8217;t a field of straightforward answers and universal solutions.  We are often faced with problems that have multiple solutions, none of them perfect.  To understand what makes each solution imperfect and to know which of them is the best choice in the situation&#8212;that&#8217;s knowing your craft.  That&#8217;s being a craftsman/craftswoman.  It&#8217;s a never-ending process that is all the more critical precisely because it is never-ending.
</p>
<p>
So it&#8217;s no surprise that we, as a community, keep building and sharing solutions to problems we encounter.  Discussions about the merits of those solutions in various situations are also no surprise.  Indeed, they&#8217;re exactly the opposite: the surest and, to me, most hopeful sign that web design/development continues to mature as a profession, a discipline, and a craft.  It&#8217;s evidence that we continue to challenge ourselves and each other to advance our skills, to keep learning better and better how better to do what we love so much.
</p>
<p>
I wouldn&#8217;t have it any other way.
</p>
]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2008/04/17/crafting-ourselves/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Time and Motion</title>
		<link>http://meyerweb.com/eric/thoughts/2008/04/07/time-and-motion/</link>
		<comments>http://meyerweb.com/eric/thoughts/2008/04/07/time-and-motion/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 11:12:43 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
		
		<category><![CDATA[Questions]]></category>

		<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2008/04/07/time-and-motion/</guid>
		<description><![CDATA[
I was reading an article on cosmology, as I am sometimes wont to do, and it brought back to me one of those questions that I&#8217;ve had for a while now, concerning the redshifting of light from distant galaxies as it relates to the history and expansion of the universe.


For those of you not familiar [...]]]></description>
			<content:encoded><![CDATA[<p>
I was reading <a href="http://www.sciam.com/article.cfm?id=the-end-of-cosmology&amp;print=true">an article on cosmology</a>, as I am sometimes wont to do, and it brought back to me one of those questions that I&#8217;ve had for a while now, concerning the redshifting of light from distant galaxies as it relates to the history and expansion of the universe.
</p>
<p>
For those of you not familiar with this topic, the general idea here is that when we look at galaxies outside our own, the light they give off is shifted toward the redder end of the electromagnetic spectrum, which means the wavelengths are getting longer.  According to our present understanding of physics, the simplest explanation for this observation that the further away a galaxy is, the faster it is receding from us&#8212;thus redshifting the light it gives off, thanks to the <a href="http://en.wikipedia.org/wiki/Doppler_effect">Doppler effect</a>.  It turns out that the amount of redshifting is directly and linearly proportional to the distance of the galaxy, a ratio named the <a href="http://en.wikipedia.org/wiki/Hubble's_law">Hubble constant</a> in honor of <a href="http://en.wikipedia.org/wiki/Edwin_Hubble">Edwin Hubble</a>, the man who first made this observation.  (He&#8217;s also the namesake of the <a href="http://en.wikipedia.org/wiki/Hubble_Space_Telescope">Hubble Space Telescope</a>, of course.)
</p>
<p>
It seems to me that this explanation  either overlooks or glosses over one kind of important point: we don&#8217;t see those galaxies as they are right now.  In fact, we&#8217;re seeing them as they were in the past, and the further out we look, the further back in time we&#8217;re looking.  If a galaxy is a five million light-years distant, then we see it as it was five million years ago.  Double the distance, and double the amount of time involved, which would seem to mean that greater redshifts are as much a product of how far back in time we&#8217;re looking as they are distance.
</p>
<p>
So why is it that distance is regarded as the primary factor here?  Why don&#8217;t we assume that the universe&#8217;s expansion is actually <em>slowing down</em>, given that the closer things are (and therefore the more recent they are), the less quickly they&#8217;re receding, whereas the really distant (and therefore much, much older) galaxies were receding more quickly back then?
</p>
<p>
I&#8217;ve no doubt this has been explained one way or another by people way smarter than me, but some Googling yielded no decent results&#8212;just about everything I came up with challenged the Hubble constant on various and sundry grounds, not all of them sensical (at least to me).  Nothing I found addressed this specifically.  Though I figure the explanation is straightforward enough, I don&#8217;t seem to be using the right search terms to find it.  Anyone got any help for me here?
</p>
]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2008/04/07/time-and-motion/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Full Disclosure</title>
		<link>http://meyerweb.com/eric/thoughts/2008/04/01/full-disclosure/</link>
		<comments>http://meyerweb.com/eric/thoughts/2008/04/01/full-disclosure/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 13:45:49 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
		
		<category><![CDATA[Humor]]></category>

		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2008/04/01/full-disclosure/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<a href="http://www.flickr.com/groups/wasp-april-fools/pool/"><img src="/pix/2008/wasp-warn-alt.jpg" alt="WARNING: This person omits alt text from images (Happy April Fool's Day from The Web Standards Project.)" class="standalone border" /></a>
]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2008/04/01/full-disclosure/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Acid Redux</title>
		<link>http://meyerweb.com/eric/thoughts/2008/03/27/acid-redux/</link>
		<comments>http://meyerweb.com/eric/thoughts/2008/03/27/acid-redux/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 02:22:42 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2008/03/27/acid-redux/</guid>
		<description><![CDATA[
So the feeds I read have been buzzing the past few days with running commentary of the WebKit and Opera teams&#8217; race to be the first to hit 100/100 on Acid3, and then after that the effort to get a pixel-perfect match with the reference image.  Last I saw, Opera claimed to have gotten [...]]]></description>
			<content:encoded><![CDATA[<p>
So the feeds I read have been buzzing the past few days with running commentary of the WebKit and Opera teams&#8217; race to be the first to hit 100/100 on <a href="http://acid3.acidtests.org/">Acid3</a>, and then after that the effort to get a pixel-perfect match with the reference image.  Last I saw, <a href="http://my.opera.com/desktopteam/blog/2008/03/26/opera-and-the-acid3-test">Opera claimed to have gotten to 100 first</a> but <a href="http://webkit.org/blog/173/webkit-achieves-acid3-100100-in-public-build/">it looked like WebKit had gotten both with something publicly available</a>, but I haven&#8217;t verified any of this for myself.  Nor do I have any particular plans to do so.
</p>
<p>
Because as lovely as it is to see that you can, in fact, get one or more browser implementation teams to jump in a precisely defined sequence through a series of cunningly (one might say sadistically) placed hoops, half of which are on fire and the other half lined with razor wire, it doesn&#8217;t strike me as the best possible use of the teams&#8217; time and energy.
</p>
<p>
No, I don&#8217;t hate standards, though I may hate freedom (depends on who&#8217;s asking).  What I disagree with is the idea that if you cherry-pick enough obscure and difficult corners of a bunch of different specifications and mix them all together into a spicy meatball of difficulty, it constitutes a useful test of the specifications you cherry-picked.  Because the one does not automatically follow from the other.
</p>
<p>
For example, suppose I told you that WebKit had implemented just the bits of SMIL-related SVG needed to pass the test, and that in doing so they exposed a woefully incomplete SVG implementation, one that gets something like 2% pass rates on actual SMIL/SVG tests.  Laughable, right?  <a href="http://blog.codedread.com/archives/2008/03/26/webkit-nightly-not-smiling/">Yes, well</a>.
</p>
<p>
Of course, that&#8217;s in a nightly build and they might totally support SMIL by the time the corresponding final version is released and we&#8217;ll all look back on this and laugh the carefree laugh of children in springtime.  Maybe.  The real point here is that the Acid3 test isn&#8217;t a broad-spectrum standards-support test.  It&#8217;s a showpiece, and something of a Potemkin village at that.  Which is a shame, because what&#8217;s really needed right now is exhaustive test suites for specifications&#8211; XHTML, CSS, DOM, SVG, you name it.  We&#8217;ve been seeing more of these emerge recently, but they&#8217;re not enough.  I&#8217;d have been much more firmly in the cheering section had the effort that went into Acid3 had gone into, say, an obssessively thorough DOM test suite.
</p>
<p>
I&#8217;d had this post in mind for a while now, really ever since Acid3 was released.  Then the horse race started to develop, and I told myself I really needed to get around to writing that post&#8212;and I got overtaken.  Well, that&#8217;s being busy for you.  It&#8217;s just as well I waited, really, because much of what I was going to say got covered by <a href="http://shaver.off.net/">Mike Shaver</a> in his piece <a href="http://shaver.off.net/diary/2008/03/27/the-missed-opportunity-of-acid-3/">explaining why Firefox 3 isn&#8217;t going to hit 100% on Acid3</a>.  For example:
</p>

<blockquote cite="http://shaver.off.net/diary/2008/03/27/the-missed-opportunity-of-acid-3/">
<p>
Ian&#8217;s Acid3, unlike its predecessors, is not about establishing a baseline of useful web capabilities. It&#8217;s quite explicitly about making browser developers jump&#8230; the Acid tests shouldn&#8217;t be fair to browsers, they should be fair to the <em>web</em>; they should be based on how good the web will be as a platform if all browsers conform, not about how far any given browser has to stretch to get there.
</p>
</blockquote>

<p>
That&#8217;s no doubt more concisely and clearly stated than I would have managed, so it&#8217;s all for the best that he got to say it first.
</p>
<p>
By the by, I was quite intrigued by this part of Mike&#8217;s post:
</p>

<blockquote cite="http://shaver.off.net/diary/2008/03/27/the-missed-opportunity-of-acid-3/">
<p>
You might ask why Mozilla&#8217;s not racking up daily gains, especially if you&#8217;re following the relevant bugs and seeing that people have produced patches for some issues that are covered by Acid3.
</p>
<p>
The most obvious reason is Firefox 3. We&#8217;re in the end-game of building what I really do believe is the best browser the web has ever known, and we expect to be putting it in the hands of more than 170 million users in a pretty short period of time. We&#8217;re still taking fixes for important issues, but virtually none of the issues on <a href="http://spreadsheets.google.com/pub?key=pNgBCwWdyRTT2JeiZn4B2Yw">the Acid3 list</a> are important enough for us to take at this stage. We don&#8217;t want to be rushing fixes in, or rushing out a release, only to find that we&#8217;ve broken important sites or regressed previous standards support, or worse introduced a security problem. Every API that&#8217;s exposed to content needs to be tested for compliance and security and reliability&#8230; We think these remaining late-stage patches are worth the test burden, often because they help make the web platform much more powerful, and reflect real-web compatibility and capability issues. Acid3&#8217;s contents, sadly, are not as often of that nature.
</p>
</blockquote>

<p>
You know, it&#8217;s weird, but that seems really familiar, like I&#8217;ve heard or read something like that before.  Now if only I could remember&#8230;  Oh yeah!  It&#8217;s basically <a href="http://blogs.msdn.com/ie/archive/2005/07/29/445242.aspx">what the IE team said</a> about not passing <a href="http://acid2.acidtests.org/#top">Acid2</a> when the IE7 betas came out, for which they were promptly excoriated.
</p>
<p>
Huh.
</p>
<p>
Well, never mind that now.  Of course it was a <em>totally</em> different set of circumstances and core motivations, and I&#8217;m sure there&#8217;s absolutely no parallel to be drawn between the two situations.  At <em>all</em>.
</p>
<p>
Returning to the main point here:  I&#8217;m a little bit sad, to tell the truth.  The <a href="http://www.w3.org/Style/CSS/Test/CSS1/current/test5526c.htm">original acid test</a> was a prefect example of what I think makes for a good stress test.  Recall that the test&#8217;s original name, before it got shorthanded, was the &#8220;Box Model Acid Test&#8221;.  It was a test of CSS box model handling, including floats.  That&#8217;s all it was designed to do.  It did that fairly well for its time, considering it was part of <a href="http://www.w3.org/Style/CSS/Test/CSS1/">a CSS1 test suite</a>.  It didn&#8217;t try to combine box model testing with tests for PNG support, HTML parse error recovery, and DOM scripting.
</p>
<p>
To me, the ideal CSS test suite is one that has a bunch of basic property/value tests, like the ones I&#8217;ve been responsible for creating (<a href="http://www.w3.org/Style/CSS/Test/CSS1/">1</a>, <a href="http://meyerweb.com/eric/css/tests/css2/">2</a>), along with a bunch of acid tests for specific areas or concepts in that specification.  So an acidified CSS test suite would have individual acid tests for the box model, positioning, fonts, selectors, table layout, and so on.  It would <strong>not</strong> involve scripting or markup parsing (beyond what&#8217;s needed to handle selectors).  It would <strong>not</strong> use animated SVG icons.  Hell, it probably wouldn&#8217;t even use PNGs, except possibly alphaed PNGs when testing opacity and RGBA colors.  And maybe not even then.
</p>
<p>
So in a DOM test suite, you&#8217;d have one test page for each method or attribute, and then build some acid tests out of related bits (say, on an entire interface or set of closely related interfaces).  And maybe, at the end, you&#8217;d build an overarching acid test that rolled verything in the DOM spec into one fiendishly difficult test.  But it would be <em>just about the DOM</em> and whatever absolute minimum of other stuff you needed, like text rendering and maybe GIF support.  (Similarly, the CSS tests had to assume some basic HTML and CSS selector support, or else everything else fell down.)
</p>
<p>
And then, after all those test suites have been built up and a series of acid tests woven into them, with each one culminating in its own spec-spanning acid test, you might think about taking those end-point acid tests and slamming them all together into one super-ultra-hyper-mega acid test, something that even the xenomorphs from the <cite>Alien</cite> series would look at and say, &#8220;<em>That&#8217;s</em> gonna sting&#8221;.  That would be awesome.  But that&#8217;s not what we have.
</p>
<p>
I fully acknowledge that a whole lot of very clever thinking went into the construction of Acid3 (as was true of Acid2), and that a lot of very smart people have worked very hard to pass it.  Congratulations all around, really.  I just can&#8217;t help feeling like some broader and more important point has been missed.  To me, it&#8217;s kind of like meeting the general challenge of finding an economical way to loft broadband transceivers to an altitude of 25,000 feet (in order to get full coverage of large metropolitan areas while avoiding the jetstream) by daring a bunch of teams to plant a transceiver near the summit of Mount Everest&#8212;and then getting them to do it.  Progress toward the summit can be demonstrated and kudos bestowed afterward, but there&#8217;s a wider picture that seems to have been overlooked in the process.
</p>
]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2008/03/27/acid-redux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Notacon: Not to be Missed</title>
		<link>http://meyerweb.com/eric/thoughts/2008/03/24/notacon-not-to-be-missed/</link>
		<comments>http://meyerweb.com/eric/thoughts/2008/03/24/notacon-not-to-be-missed/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 19:49:49 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Cleveland]]></category>

		<category><![CDATA[Speaking]]></category>

		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2008/03/24/notacon-not-to-be-missed/</guid>
		<description><![CDATA[
In just under a couple of weeks, the fifth annual NOTACON will be held right here in beautiful Cleveland, Ohio.  You&#8217;re going, I know; you&#8217;re super-&#252;ber-cool like that, and you don&#8217;t need to be reminded of your coolness.  But I&#8217;d like to mention the show here for posterity, so that our descendants will [...]]]></description>
			<content:encoded><![CDATA[<p>
In just under a couple of weeks, the fifth annual <a href="http://notacon.org/">NOTACON</a> will be held right here in beautiful Cleveland, Ohio.  You&#8217;re going, I know; you&#8217;re super-&uuml;ber-cool like that, and you don&#8217;t need to be reminded of your coolness.  But I&#8217;d like to mention the show here for posterity, so that our descendants will know just how completely they missed out.
</p>
<p>
Notacon straddles, like a Colossus built entirely out of recycled motherboards, backtech chips, and loops of soldering wire, the middle ground between regular conferences and <a href="http://barcamp.org/">BarCamp</a>s (though Notacon predates BarCamp by a couple of years).  It&#8217;s not free to attend, but it is <a href="http://www.notacon.org/prereg.html">very inexpensive</a>.  What it lacks in slick advertising and corporate sponsors, it makes up ten times over in raw, unfiltered geekiness and fascinating material.  This is the kind of event where presenters will hold forth on the depths of digital security, the physics of wireless networking, homebrew chip architecture, the coolness of HyperCard, online society dynamics, and more.  There&#8217;s a running <a href="http://www.notacon.org/events.html#abe">contest called Anything but Ethernet</a>, where you get bonus points for having one of the links in your network architecture incorporate barbed wire.
</p>
<p>
Yeah.  It&#8217;s like <em>that</em>.
</p>
<p>
The <a href="http://notacon.org/speakers.html">speakers</a> will be as wildly diverse as the audience.  The lead engineer for the <a href="http://en.wikipedia.org/wiki/C64_Direct-to-TV">C64 Direct-to-TV</a> (a C64 in a joystick!); the man behind <a href="http://thedailywtf.com/">The Daily WTF</a>; some of the folks putting out <a href="http://2600.com/">2600 magazine</a>; the woman behind <a href="http://crochetme.com/">CrochetMe.com</a>; and many more.  I&#8217;ll be there as well, talking about the bleeding edge of CSS and web design, ripping apart some recent projects of mine at top speed while discussing where I think we&#8217;ll be in three years.  Plus Drew Curtis of <a href="http://fark.com/">FARK</a> fame will be back, as he always is, this year sponsoring a FARK party.  The mind fairly boggles.  Boggles!
</p>
<p>
As you&#8217;re no doubt gathering by now, it&#8217;s hard to describe Notacon in a quick, concise summary&#8212;and that&#8217;s a big part of what makes it so awesome.  For my contemporaries: see you there!  To you future historians: okay, you missed out, but drop everything right now to find out when the next one is and I&#8217;ll see you there!
</p>
]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2008/03/24/notacon-not-to-be-missed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Drugs, Bugs, and IE8</title>
		<link>http://meyerweb.com/eric/thoughts/2008/03/23/drugs-bugs-and-ie8/</link>
		<comments>http://meyerweb.com/eric/thoughts/2008/03/23/drugs-bugs-and-ie8/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 22:04:04 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2008/03/23/drugs-bugs-and-ie8/</guid>
		<description><![CDATA[In which I muse on becoming a cyborg, the effects of narcotics, and the IE8 beta release.]]></description>
			<content:encoded><![CDATA[<p>
If there&#8217;s a downside to <a href="http://twitter.com/meyerweb/statuses/774695615">becoming a cyborg</a>, it&#8217;s the aftermath.  I&#8217;m not talking about the dystopian corporate-state shenanigans: those are fully expected.  No, it&#8217;s the painkillers that really suck.  They basically do their job, but at the cost of mental acuity.  That is not a trade I&#8217;m happy to make.  Granted, there were some interesting physical hallucinations that came along for the ride, but that&#8217;s nowhere near enough to balance the scales.
</p>
<p>
Here&#8217;s what I mean on that last part.  At one point yesterday, lying in bed as I had been all day, I decided it was about time to straighten out my legs, which were crossed at the ankles and starting to feel a little funny.  When I sent the relevant signals to my legs, nothing really happened.  Slowly I came to realize that nothing was happening because my legs weren&#8217;t actually crossed at all.  Furthermore, it gradually dawned on me that if the sensoria I&#8217;d been getting had been correct, it would have to mean that my legs were not only crossed at the ankles, but also attached to my body backwards.
</p>
<p>
So anyway, I thought I&#8217;d write up some of my observations (thus far) regarding <a href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/readiness/">IE8 beta 1</a>.  What?
</p>
<p>
I&#8217;m going to say basically <a href="http://meyerweb.com/eric/thoughts/2006/02/03/charting-ie7b2/">the same thing I said about the first betas of IE7</a>: <strong>test and report, but don&#8217;t fix</strong>.  That is to say, you should absolutely grab it and run it across all your own sites, and all your common destinations.  Find out what&#8217;s different, broken, or just plain strange.
</p>
<p>
But don&#8217;t start searching for workarounds.  Not yet.  <a href="http://go.microsoft.com/fwlink/?LinkId=110518">Submit bug reports</a>, yes.  Boil down the problems you hit to basic test cases and submit those, if you like.  (I do like, but I&#8217;ve got kind of a history with that sort of thing.)  Just don&#8217;t think that beta 1 represents what we&#8217;ll face in the final release.
</p>
<p>
No, I don&#8217;t have some sort of inside track; never have.  That conclusion simply seems obvious to me just by looking at how this beta acts.  For example, there&#8217;s no support at all for <code>:first-line</code> and <code>:first-letter</code>.  That&#8217;s not just a glitch.  That&#8217;s a lack of support for a CSS feature that&#8217;s been present for three major releases.  I just can&#8217;t see that omission persisting to final release.
</p>
<p>
Another problem I noticed is evident here on the home page of meyerweb.  In the sidebar, each list item has a left margin and negative text indentation, creating a classic &#8220;outdent&#8221;.  Like so:
</p>

<pre>
#extra .panel li {margin-left: 1em; text-indent: -1em;}
</pre>

<p>
In each of those list items is a link of some kind, usually text.  The fun part is this: the hanging outdent part of that text isn&#8217;t clickable.  So the first couple of letters of each sidebar link are inactive.  They&#8217;re colored properly, but do nothing if you try to click them.  If you click on the active part of a link, the focus outline only draws around the active part.  And, for bonus yay, scrolling the page will wipe away any outdents that are offscreen.  So as you scroll down the page, you end up with all the sidebar links having their first few letters chopped off.  Whoops.
</p>
<p>
Again, that&#8217;s something I just can&#8217;t see going unaddressed in the final release.
</p>
<p>
In both these cases, flipping IE8 back to IE7 mode makes the weirdness go away.
</p>
<p>
I&#8217;ve seen more serious problems on the wider web.  Google Maps is currently busted beyond any hope of usefulness in IE8, as many have reported.  Also, I came across a site where loading the home page just locked up IE8 completely.  I had to force-quit and relaunch.  Every time I hit that page, lockup.
</p>
<p>
Flipping to IE7 mode allowed me to browse the site without any trouble at all.
</p>
<p>
These things, taken together, have really driven something home for me: there really is a new rendering engine in there.  I don&#8217;t just mean in the sense of fixing and adding enough things that the behavior is different.  I mean that I believe there&#8217;s truly a whole new engine under the hood of IE8.  And if the Acid 2 results and public statements of the IE team are to be believed, there&#8217;s a whole new <em>standards-based</em> rendering engine under that hood.
</p>
<p>
That&#8217;s kind of a big deal in any event.  The last time I remember a browser with an extended release history replacing its old, creaky, grown-over-time, crap-piled-on-crap engine with (what the browser team felt was) a new, improved one was the transition from Netscape 4.5 to Netscape 6.0.  And remember how well <em>that</em> went?  Yee haw.
</p>
<p>
I really shouldn&#8217;t be surprised about this.  Chris Wilson, for example, used the exact words &#8220;our new layout engine&#8221; <a href="http://www.webstandards.org/2008/02/24/wasp-round-table-ie8s-default-version-targeting-behavior/">during the WaSP roundtable</a> (<a href="http://www.glendathegood.com/wasp/transcript.html">transcript</a>).  I guess I&#8217;d been assuming that was verbal shorthand for &#8220;our much-improved version of our old layout engine&#8221;.  I guess I was wrong.
</p>
<p>
So I would personally argue that this release was mislabelled.  This is not a beta release.  As far as I&#8217;m concerned, it&#8217;s an alpha, even under the kinds of old-school naming conventions I prefer.  I&#8217;m not going to go around calling it that, because that would just be unnecessarily confusing, but it&#8217;s how I&#8217;m going to think of it.
</p>
<p>
Now I&#8217;m wondering just how long it will be until final release, given the kinds of distances one usually sees between alpha and final.
</p>
<p>
Unfortunately, I just took the 6pm set of painkillers, so I&#8217;ll be wondering at about one-third speed.
</p>
]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2008/03/23/drugs-bugs-and-ie8/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cake Fake</title>
		<link>http://meyerweb.com/eric/thoughts/2008/03/13/cake-fake/</link>
		<comments>http://meyerweb.com/eric/thoughts/2008/03/13/cake-fake/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 02:15:55 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
		
		<category><![CDATA[Carolyn]]></category>

		<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2008/03/13/cake-fake/</guid>
		<description><![CDATA[
As dinner came to a close, Carolyn asked if she could have yogurt for dessert.


&#8220;Sure, sweetie,&#8221; I said.  &#8220;What flavor do you want?&#8221;


&#8220;Banana.&#8221;


&#8220;Okay, sure.  Go ahead and get a cup from the refrigerator.&#8221;


&#8220;Banana cake!&#8221;  She started giggling.


&#8220;Wait, I thought you wanted banana yogurt.  We don&#8217;t have any cake.&#8221;


&#8220;I know,&#8221; she said [...]]]></description>
			<content:encoded><![CDATA[<p>
As dinner came to a close, Carolyn asked if she could have yogurt for dessert.
</p>
<p>
&#8220;Sure, sweetie,&#8221; I said.  &#8220;What flavor do you want?&#8221;
</p>
<p>
&#8220;Banana.&#8221;
</p>
<p>
&#8220;Okay, sure.  Go ahead and get a cup from the refrigerator.&#8221;
</p>
<p>
&#8220;Banana cake!&#8221;  She started giggling.
</p>
<p>
&#8220;Wait, I thought you wanted banana yogurt.  We don&#8217;t have any cake.&#8221;
</p>
<p>
&#8220;I <em>know</em>,&#8221; she said as she walked into the kitchen, &#8220;but I want some banana cake.&#8221;  Judging from her tone, this was the most painfully obvious fact in the world.
</p>
<p>
&#8220;Um, okay.&#8221;
</p>
<p>
She came back to the table, yogurt cup in hand, and started wrenching back the foil top.  With the way clear, she picked up her London cabbie spoon&#8212;a gift we brought back from one of our rare trips away from her&#8212;and splunked it in.
</p>
<p>
&#8220;This is banana cake,&#8221; she said gleefully.
</p>
<p>
&#8220;Wow, you got banana cake?  Cool.  It&#8217;s pretty handy that it comes in a yogurt cup like that!&#8221;
</p>
<p>
She leaned toward me and said, conspiratorially, &#8220;I&#8217;m just <em>pretending</em> it&#8217;s banana cake, but it&#8217;s really banana yogurt.&#8221;
</p>
<p>
&#8220;Ah, got it.&#8221;
</p>
<p>
&#8220;Banana cake!&#8221; she chortled once more.
</p>
<p>
I looked across the table at Kat and said, grimly:  &#8220;The cake is a <em>lie</em>.&#8221;
</p>
]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2008/03/13/cake-fake/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Expressive Sculptor</title>
		<link>http://meyerweb.com/eric/thoughts/2008/03/06/expressive-sculptor/</link>
		<comments>http://meyerweb.com/eric/thoughts/2008/03/06/expressive-sculptor/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 16:34:45 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
		
		<category><![CDATA[Projects]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2008/03/06/expressive-sculptor/</guid>
		<description><![CDATA[
For those of you using Microsoft Expression Web, a free pre-release trial version of CSS Sculptor for Expression Web was announced by the WebAssist folks on Wednesday at MIX08.  So now you don&#8217;t have to put up with those snooty Dreamweaver users throwing you the m&#235;t&#228;l h&#246;rns every chance they get&#8212;throw &#8216;em right back! [...]]]></description>
			<content:encoded><![CDATA[<p>
For those of you using <a href="http://www.microsoft.com/expression/products/overview.aspx?key=web">Microsoft Expression Web</a>, a <a href=http://www.webassist.com/professional/products/productdetails.asp?PID=150&#038;RID=930">free pre-release trial version of CSS Sculptor for Expression Web</a> was announced by the <a href="http://webassist.com/">WebAssist</a> folks on Wednesday at <a href="http://visitmix.com/2008/default.aspx">MIX08</a>.  So now you don&#8217;t have to put up with those snooty Dreamweaver users throwing you the m&euml;t&auml;l h&ouml;rns every chance they get&#8212;throw &#8216;em right back!  <em>R&oslash;ck!</em>
</p>
<p>
If you&#8217;re curious about CSS Sculptor, I <a href="http://meyerweb.com/eric/thoughts/2007/08/23/css-sculptor-released/">posted in some detail about it</a> when it was first released in August 2007, and there&#8217;s of course plenty of enthusiastic copy about it <a href="http://www.webassist.com/professional/products/productdetails.asp?PID=150&amp;RID=930">on the WebAssist site</a>.
</p>
<p>
One thing that&#8217;s different about the Expression version as compared to the Dreamweaver version is that it doesn&#8217;t have an &#8220;Apply&#8221; button to apply the input CSS ito the preview window.  Instead, changes are instantly reflected in the little preview.  It&#8217;ll be interesting to see how users react to that, since it could mean that the previewed design shatters as the CSS is updated, and then snaps back together upon further changes.  Is that good or bad tool usability?  Hard to say; it could scare people into undoing the shatter-change and never pushing forward, but it could also help users more quickly gain a deeper understanding of CSS by seeing how things come apart and then go back together.  I guess we&#8217;ll find out!
</p>]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2008/03/06/expressive-sculptor/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Principles and Legality</title>
		<link>http://meyerweb.com/eric/thoughts/2008/03/04/principles-and-legality/</link>
		<comments>http://meyerweb.com/eric/thoughts/2008/03/04/principles-and-legality/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 14:29:32 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2008/03/04/principles-and-legality/</guid>
		<description><![CDATA[A little bit of divination over the reasons behind the change in version targeting.]]></description>
			<content:encoded><![CDATA[<p>
I woke up this morning (duh DAAAH dah DUH) and yesterday&#8217;s announcement was the first thing on my mind.  No doubt it&#8217;ll be a recurrent topic, at least for a little while.
</p>
<p>
One of the takeaways is what this change demonstrates about the IE team:  standards is and was their preferred default.  If it weren&#8217;t, they just would have found a way to square the IE7-default behavior with the <a href="http://www.microsoft.com/presspass/presskits/interoperability/default.mspx">Interoperability Principles</a> announced late last month (slightly tricky but entirely possible).  That they initially chose otherwise speaks volumes about the pressures they face internally, and their willingness to publicly change direction speaks volumes about their commitment to supporting standards.  While I&#8217;m sure community feedback informed their decision, they pretty much knew what the reaction would be from the get-go.  If that was going to be the deciding factor, they would&#8217;ve chosen differently up front.
</p>
<p>
So what drove that change?  I keep coming back to two things, both of which were explicitly mentioned in yesterday&#8217;s announcement.
</p>
<p>
The first is, perhaps obviously, the previously mentioned <a href="http://www.microsoft.com/interop/principles/default.mspx">Interoperability Principles</a>.  Head on over there and read Principle II, &#8220;Support for Standards&#8221;.  If that isn&#8217;t a solid foundation on which to build an internal case for change, I don&#8217;t know what is.  I&#8217;m wryly amused by the idea that the IE team used the Interoperability Principles as a way to batter their way out of the grip of those internal pressures I mentioned.  The former aikido student in me finds that very satisfying.  True, the Principles came under fire for being just another set of empty words, but it would seem that they can be used for at least some concrete good.
</p>
<p>
As for the second, there&#8217;s a phrase repeated between the two announcements that I didn&#8217;t quote yesterday because I was still pondering its meaning.  I&#8217;m still not <em>certain</em> about it, but having had a chance to sleep on it, my initial reading hasn&#8217;t changed, so I&#8217;m going to quote and comment on it now.  First, from <a href="http://www.microsoft.com/presspass/press/2008/mar08/03-03WebStandards.mspx">the press release</a>:
</p>

<blockquote cite="http://www.microsoft.com/presspass/press/2008/mar08/03-03WebStandards.mspx">
<p>
&#8220;While we do not believe there are currently any legal requirements that would dictate which rendering mode must be chosen as the default for a given browser, this step clearly removes this question as a potential legal and regulatory issue,&#8221; said Brad Smith, Microsoft senior vice president and general counsel.
</p>
</blockquote>

<p>
And then in <a href="http://blogs.msdn.com/ie/archive/2008/03/03/microsoft-s-interoperability-principles-and-ie8.aspx">Dean&#8217;s IEblog post</a>:
</p>

<blockquote cite="http://blogs.msdn.com/ie/archive/2008/03/03/microsoft-s-interoperability-principles-and-ie8.aspx">
<p>
While we do not believe any current legal requirements would dictate which rendering mode a browser must use, this step clearly removes this question as a potential legal and regulatory issue.
</p>
</blockquote>

<p>
Okay, so they&#8217;re on message.  And the message seems to be this: that <a href="http://www.opera.com/pressreleases/en/2007/12/13/">Opera&#8217;s move to link IE development to the larger EU anti-trust investigation</a> bore fruit.  I was <a href="http://meyerweb.com/eric/thoughts/2007/12/13/bad-timing/">highly critical</a> of that move, and unless I&#8217;m seriously misreading what I see here, I was wrong.  I&#8217;m still no fan of the tone that was used in announcing the move, but that&#8217;s window dressing.  Results matter most.
</p>
<p>
Speaking of Opera, there&#8217;s another side to all this that I find quite interesting.  So far, the reaction to Microsoft&#8217;s announcement has been overwhelmingly positive.  The sense I&#8217;ve picked up is, &#8220;Hooray! IE will act like browsers always have, and the problem is solved!&#8221;.
</p>
<p>
But is it?  The primary objection raised by Opera and several members of the community was that version targeting is an anti-competitive move, one which will force browser makers like Opera and authors of JavaScript libraries to support an ever-increasing and complex web (sorry) of rendering-engine behaviors in the market leader.  So far as I can tell, the change in default behavior does next to nothing to address that objection.  The various versions will still be there and still invoke-able by any page author who so chooses.  Yes, the default will be better for authors, but I don&#8217;t see how things get any better for Opera, Firefox, Safari, jQuery, Prototype, et. al.
</p>
<p>
Perhaps I&#8217;ve missed something basic (&#8221;Again!&#8221; shouts the chorus).  If so, what?  If not, then why all the hosannas?
</p>
]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2008/03/04/principles-and-legality/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Meta-change</title>
		<link>http://meyerweb.com/eric/thoughts/2008/03/03/meta-change/</link>
		<comments>http://meyerweb.com/eric/thoughts/2008/03/03/meta-change/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 23:03:08 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2008/03/03/meta-change/</guid>
		<description><![CDATA[Now here's something I didn't expect to see when I woke up this morning.]]></description>
			<content:encoded><![CDATA[<p>
Now here&#8217;s something I didn&#8217;t expect to see when I woke up this morning:
</p>
<p>
<strong>&#8220;<a href="http://www.microsoft.com/presspass/press/2008/mar08/03-03WebStandards.mspx">Microsoft Expands Support for Web Standards</a>: Company outlines new approach to make standards-based rendering the default mode in Internet Explorer 8, will work with Web designers and content developers to help with standards behavior transition.&#8221;</strong>
</p>
<p>
Seriously, that&#8217;s the title and subhead of Microsoft&#8217;s latest press release.
</p>
About halfway through, there&#8217;s this from Ray Ozzie:


<blockquote cite="http://www.microsoft.com/presspass/press/2008/mar08/03-03WebStandards.mspx">
<p>
&#8230;we have decided to give top priority to support for these new Web standards. In keeping with the commitment we made in our Interoperability Principles of being even more transparent in how we support standards in our products, we will work with content publishers to ensure they fully understand the steps we are taking and will encourage them to use this beta period to update their sites to transition to the more current Web standards supported by IE8.
</p>
</blockquote>

<p>
See also the IEblog entry <a href="http://blogs.msdn.com/ie/archive/2008/03/03/microsoft-s-interoperability-principles-and-ie8.aspx">Microsoft&#8217;s Interoperability Principles and IE8</a>, where Dean Hachamovitch says:
</p>

<blockquote cite="http://blogs.msdn.com/ie/archive/2008/03/03/microsoft-s-interoperability-principles-and-ie8.aspx">
<p>
Microsoft recently published a set of <a href="http://www.microsoft.com/presspass/presskits/interoperability/default.mspx">Interoperability Principles</a>. Thinking about IE8’s behavior with these principles in mind, interpreting web content in&nbsp;the most standards compliant way possible is a better thing to do.
</p>
<p>We think that acting in accordance with principles is important, and IE8’s default is a demonstration of the interoperability principles in action.
</p>
</blockquote>

<p>
In other words, the IE team seems to have used <a href="http://www.microsoft.com/presspass/press/2008/feb08/02-21ExpandInteroperabilityPR.mspx">recent Microsoft PR efforts</a> to their, and our, advantage.
</p>
<p>
I&#8217;m relieved and glad on the one hand, and a little worried on the other.  It&#8217;s not like the issues I discussed, or <a href="http://alistapart.com/articles/minorthreat">Jeffrey wrote about</a>, have gone away.  It&#8217;s just that the way in which they&#8217;re handled by IE has shifted&#8212;which in some ways is a <em>huge</em> difference.
</p>
<p>
I think what worries me most is the possibility that when the public beta hits, there will be enough incompatibility problems that pushback from other constiuencies forces a change back to the original behavior.  I hope not.  I hope that what will happen is that any problems that come up will be addressed by spreading the news far and wide that there&#8217;s a simple one-line fix for those sites.
</p>
<p>
I&#8217;m glad that IE will act as browsers have always done, and default to the latest and greatest in the absence of any explicit direction to the contrary.  I&#8217;m doubly glad that the IE team is willing to do that, even knowing what they have to handle.  And I&#8217;m triply glad that the proposal was made in public ahead of time, with plenty of opportunity for debate, so that we could have a chance to weigh in and affect the browser&#8217;s behavior.
</p>
]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2008/03/03/meta-change/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Deer Trap</title>
		<link>http://meyerweb.com/eric/thoughts/2008/02/26/deer-trap/</link>
		<comments>http://meyerweb.com/eric/thoughts/2008/02/26/deer-trap/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 02:00:21 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
		
		<category><![CDATA[Carolyn]]></category>

		<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2008/02/26/deer-trap/</guid>
		<description><![CDATA[There was nowhere for me to go except the obvious, and I just couldn't do it.]]></description>
			<content:encoded><![CDATA[<p>
As we drove from preschool to dance class, a gentle snowfall blurred the more distant houses and cars like a thin fog.  Jack Johnson was quietly serenading us when up ahead, without warning, two white-tailed deer appeared from a treeline on the right and darted into the street, their hooves skidding slightly on the slick pavement.
</p>
<p>
&#8220;Oh, look, sweetie!  Do you see the deer?&#8221;
</p>
<p>
&#8220;Deer!? Where?&#8221; I could hear her leaning out of her booster seat to peer through the front windshield.  Within moments, the does made it off the pavement and bounded across the half-shoveled sidewalk to vanish into the subdivision.  Brake lights winked off and cars sped up to reclaim the precious, precious seconds lost to this sudden intrusion of nature into late-afternoon suburban routines.
</p>
<p>
&#8220;Did you see them?&#8221;
</p>
<p>
&#8220;Yeah&#8221;, she said distantly, still craning to look.  &#8220;Where did they go, Daddy?&#8221;
</p>
<p>
&#8220;They ran between those two houses&#8221;, I said, gesturing toward the driver&#8217;s side window as we passed the spot.
</p>
<p>
&#8220;Do they live there in those houses?&#8221;
</p>
<p>
&#8220;No, sweetie, deer live in the woods.&#8221;
</p>
<p>
&#8220;Then what are they doing in between the houses?&#8221;
</p>
<p>
&#8220;They&#8217;re probably looking for food in people&#8217;s yards.&#8221;
</p>
<p>
Silence fell for a moment.  I spared a half-glance toward the back seat and caught a glimpse of her in my peripheral vision, a half-formed vision of intense concentration.  In my head, I quickly ran through everything I knew about deer from my years of rural living, preparing for the expected questions about what deer eat and when they sleep and where <em>their</em> houses were.
</p>
<p>
&#8220;Daddy?&#8221;
</p>
<p>
&#8220;Yes?&#8221;
</p>
<p>
&#8220;Why did the deer cross the road?&#8221;
</p>
]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2008/02/26/deer-trap/feed/</wfw:commentRss>
		</item>
		<item>
		<title>South Bypass</title>
		<link>http://meyerweb.com/eric/thoughts/2008/02/22/south-bypass/</link>
		<comments>http://meyerweb.com/eric/thoughts/2008/02/22/south-bypass/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 19:49:49 +0000</pubDate>
		<dc:creator>Eric Meyer</dc:creator>
		
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2008/02/22/south-bypass/</guid>
		<description><![CDATA[
I&#8217;m going to follow the lead of the Airbag crew and mention publicly that, as per the decision I reached last March, I will not be attending SXSWi this year.  I thought about posting to that effect a few months ago and decided against it&#8212;what, am I supposed to post about every conference I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>
I&#8217;m going to follow <a href="http://www.airbagindustries.com/archives/airbag/hampton.php">the lead of the Airbag crew</a> and mention publicly that, as per the decision I reached last March, I will not be attending <a href="http://2008.sxsw.com/interactive/">SXSWi</a> this year.  I thought about posting to that effect a few months ago and decided against it&#8212;what, am I supposed to post about every conference I&#8217;m <em>not</em> attending?  That doesn&#8217;t exactly scale.
</p>
<p>
But there really is something different about SXSWi.  It&#8217;s the annual tribal gathering for our field and a couple of related fields, or at least is the annual tribal gathering who aren&#8217;t freaky/insane/hardcore enough to hit <a href="http://burningman.com/">Burning Man</a>.  The default assumption is that you <em>will</em> be in Austin in March, which is actually a symptom of the conditions that led me to opt out this year.
</p>
<p>
I can sum up why I&#8217;m not going in just a few quick bullet points (and if you&#8217;re going to attend any panels, get very used to bullet points):
</p>

<ul>
<li>I can&#8217;t concentrate above a certain noise level</li>
<li>I don&#8217;t function well in large crowds</li>
<li>I don&#8217;t drink alcohol</li>
<li>I&#8217;m not single</li>
</ul>

<p>
There is a last selfish reason to go, which is to see a bunch of friends and acquaintances I don&#8217;t get to see other places.  Only SXSWi has grown so incredibly huge that I didn&#8217;t really get to do even that last year.  There were people who were there the whole time I was that I never saw, like <a href="http://ma.tt/" rel="friend colleague met">Matt</a>.  I don&#8217;t mean that I didn&#8217;t have enough time to talk with them, either.  I mean that at no point did photons scattered by their bodies land on either of my retinas.
</p>
<p>
Don&#8217;t get me wrong: SXSWi is a huge buzz.  You can get a geek high just standing around soaking up the ambient energy, and you never know who you&#8217;re going to run into.  I once shared a cab with Cory Doctorow and Lisa Rein without, I think, any of us really knowing who the others were until halfway through the trip.  The opportunities to meet and greet and get to know people of every kind are just incredible.  Like I said, it&#8217;s a tribal gathering.
</p>
<p>
So there is of course a part of me that&#8217;s sad I won&#8217;t be there, because the great thing about SXSWi is the people, both those I know and those I don&#8217;t know yet.  There&#8217;s a much bigger part of me, though, that&#8217;s glad I&#8217;ll be spending those five days at home with my family instead of feeling frustrated and lonely in a crowd notably bigger than <a href="http://en.wikipedia.org/wiki/Lexington,_Ohio">the town where I grew up</a>.
</p>
<p>
Anyway, if you&#8217;re going and especially if you&#8217;re going for the first time, I urge you to pay special attention to the wisdom of Mr. Bag:
</p>
<blockquote cite="http://www.airbagindustries.com/archives/airbag/hampton.php">
<p>
Want to meet that OMG OMG OMG blog A-lister?! Fine, just go do it. Nobody, and I mean nobody in this industry is so huge that they can&#8217;t be bothered to say hello and shake your hand. And that&#8217;s it, done.
</p>
</blockquote>
<p>
To which I&#8217;d only say &#8220;that OMG OMG OMG blog A-lister&#8221; should be replaced with &#8220;anyone who interests you&#8221;.  Blog A-lister, design rockstar, code guru, startup maven, whoever.  Just go up and say hi and spend a few minutes chatting.  It&#8217;s totally cool.  In fact, it&#8217;s kind of the point.
</p>]]></content:encoded>
			<wfw:commentRss>http://meyerweb.com/eric/thoughts/2008/02/22/south-bypass/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
