<?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: When Printing Maims</title>
	<atom:link href="http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/feed/" rel="self" type="application/rss+xml" />
	<link>http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/</link>
	<description>Things that Eric A. Meyer, CSS expert, writes about on his personal Web site; it&#039;s largely Web standards and Web technology, but also various bits of culture, politics, personal observations, and other miscellaneous stuff</description>
	<lastBuildDate>Wed, 17 Mar 2010 18:47:03 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Manjit Pardesi</title>
		<link>http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-256822</link>
		<dc:creator>Manjit Pardesi</dc:creator>
		<pubDate>Wed, 07 Nov 2007 15:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-256822</guid>
		<description>Excellent advice here. I spent quite a long time wondering why my page is fine in ie7 and firefox when it comes to using my print stylesheet, but not in ie6, even though i had float:none.

Its was only here that i reelised that I my other base style sheet did not have a media type !!!!

Once I added screen as the media type to the base style sheet, all worked fine in ie6.</description>
		<content:encoded><![CDATA[<p>Excellent advice here. I spent quite a long time wondering why my page is fine in ie7 and firefox when it comes to using my print stylesheet, but not in ie6, even though i had float:none.</p>
<p>Its was only here that i reelised that I my other base style sheet did not have a media type !!!!</p>
<p>Once I added screen as the media type to the base style sheet, all worked fine in ie6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew M</title>
		<link>http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-206574</link>
		<dc:creator>Andrew M</dc:creator>
		<pubDate>Thu, 19 Jul 2007 22:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-206574</guid>
		<description>Just another tidbit of advice. Sometimes your print stylesheet will break completely if you don&#039;t specify media=&quot;screen&quot; for your other stylesheets.</description>
		<content:encoded><![CDATA[<p>Just another tidbit of advice. Sometimes your print stylesheet will break completely if you don&#8217;t specify media=&#8221;screen&#8221; for your other stylesheets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörgen Bang</title>
		<link>http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-22618</link>
		<dc:creator>Jörgen Bang</dc:creator>
		<pubDate>Thu, 13 Apr 2006 08:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-22618</guid>
		<description>for my current project, removing floats would severely mess up the layout, so what worked for me getting printed pages look good in FF1.5 was doing what Jens Grochtdreis mentioned, and add display:table-cell to the div that wraps all the content (there always seem to be a div that does that)

cheers</description>
		<content:encoded><![CDATA[<p>for my current project, removing floats would severely mess up the layout, so what worked for me getting printed pages look good in FF1.5 was doing what Jens Grochtdreis mentioned, and add display:table-cell to the div that wraps all the content (there always seem to be a div that does that)</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saha</title>
		<link>http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-11347</link>
		<dc:creator>Saha</dc:creator>
		<pubDate>Wed, 28 Dec 2005 14:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-11347</guid>
		<description>Some months ago I worked on a print-stylesheet which worked perfectly, except for Mozilla. Only the first page was printed. Nothing was floated, so theoretically it should work.
</description>
		<content:encoded><![CDATA[<p>Some months ago I worked on a print-stylesheet which worked perfectly, except for Mozilla. Only the first page was printed. Nothing was floated, so theoretically it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerry Quach</title>
		<link>http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-10863</link>
		<dc:creator>Gerry Quach</dc:creator>
		<pubDate>Thu, 22 Dec 2005 00:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-10863</guid>
		<description>I came across the &quot;floated content disappears when printed&quot; bug as well recently, but the funny thing is that it only happens in Firefox 1.5, but not Firefox 1.0.4! This is for the exact same website (unfortunately it&#039;s an Intranet site, so I can&#039;t make it available for all to see).

I&#039;m wondering whether it&#039;s some kind of regression bug...

Incidentally, it looks like the &quot;CSS background shrinks to tiny size when printed&quot; bug still hasn&#039;t been fixed :(</description>
		<content:encoded><![CDATA[<p>I came across the &#8220;floated content disappears when printed&#8221; bug as well recently, but the funny thing is that it only happens in Firefox 1.5, but not Firefox 1.0.4! This is for the exact same website (unfortunately it&#8217;s an Intranet site, so I can&#8217;t make it available for all to see).</p>
<p>I&#8217;m wondering whether it&#8217;s some kind of regression bug&#8230;</p>
<p>Incidentally, it looks like the &#8220;CSS background shrinks to tiny size when printed&#8221; bug still hasn&#8217;t been fixed :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Davis</title>
		<link>http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-6647</link>
		<dc:creator>Dan Davis</dc:creator>
		<pubDate>Fri, 23 Sep 2005 17:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-6647</guid>
		<description>Geez, Dan, are you an old-skool Mac user, too? Your &quot;debugging&quot; tips smack of how we used to figure out Extension conflicts!  :D  Thanks for reminding me why I hate OS 9...</description>
		<content:encoded><![CDATA[<p>Geez, Dan, are you an old-skool Mac user, too? Your &#8220;debugging&#8221; tips smack of how we used to figure out Extension conflicts!  :D  Thanks for reminding me why I hate OS 9&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-6644</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 23 Sep 2005 13:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-6644</guid>
		<description>Dustin, I suppose it would technically qualify as a missed rule. From my perspective this means a &quot;bug&quot; in the style sheet. There are however, actuall &quot;bugs&quot; in Firefox&#039;s Print Preview, as mentioned in the &lt;a href=&quot;http://www.alistapart.com/comments/alaprintstyles?page=3#21&quot; title=&quot;ALA article comments&quot; rel=&quot;nofollow&quot;&gt;ALA article comments&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Dustin, I suppose it would technically qualify as a missed rule. From my perspective this means a &#8220;bug&#8221; in the style sheet. There are however, actuall &#8220;bugs&#8221; in Firefox&#8217;s Print Preview, as mentioned in the <a href="http://www.alistapart.com/comments/alaprintstyles?page=3#21" title="ALA article comments" rel="nofollow">ALA article comments</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin Diaz</title>
		<link>http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-6630</link>
		<dc:creator>Dustin Diaz</dc:creator>
		<pubDate>Thu, 22 Sep 2005 20:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-6630</guid>
		<description>Dan, thanks for the quick advice. was this in fact a bug or just a missed rule?</description>
		<content:encoded><![CDATA[<p>Dan, thanks for the quick advice. was this in fact a bug or just a missed rule?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lou</title>
		<link>http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-6469</link>
		<dc:creator>Lou</dc:creator>
		<pubDate>Mon, 19 Sep 2005 15:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-6469</guid>
		<description>Dan,
Thanks for the interesting debugging tips.</description>
		<content:encoded><![CDATA[<p>Dan,<br />
Thanks for the interesting debugging tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-6433</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 16 Sep 2005 20:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-6433</guid>
		<description>In case any one would like to know how I went about figuring this out, my troubleshooting steps are below. Rather than reverse-engineer the whole site and track down every float and absolutely positioned item, I went for what seemed like a simpler and quicker approach.

1. Saved just the XHTML of Joe Clark&#039;s article from ALA. Opened up the local copy in Firefox and did Print Preview. Noticed that the problem wasn&#039;t there. So, I figured it must be caused by one of the styles.

2. Saved all the associated style sheets locally and change the XHTML to point to the local style sheets. Noticed that the problem returned.

3. Took out the style sheet references one by one and discovered that the problem only occurred with base.css.

4. Chopped out segments (in about 50 line increments) from base.css and reloaded Print Preview until the problem went away (about 3 tries). Once I had it narrowed down to 20 or so lines of code I looked for any suspicious floats. I tried removing them and the problem went away when I set .column {float: left;} to none.

5. Added .column {float: none;} to the local print style sheet to confirm that this was the culprit.
</description>
		<content:encoded><![CDATA[<p>In case any one would like to know how I went about figuring this out, my troubleshooting steps are below. Rather than reverse-engineer the whole site and track down every float and absolutely positioned item, I went for what seemed like a simpler and quicker approach.</p>
<p>1. Saved just the XHTML of Joe Clark&#8217;s article from ALA. Opened up the local copy in Firefox and did Print Preview. Noticed that the problem wasn&#8217;t there. So, I figured it must be caused by one of the styles.</p>
<p>2. Saved all the associated style sheets locally and change the XHTML to point to the local style sheets. Noticed that the problem returned.</p>
<p>3. Took out the style sheet references one by one and discovered that the problem only occurred with base.css.</p>
<p>4. Chopped out segments (in about 50 line increments) from base.css and reloaded Print Preview until the problem went away (about 3 tries). Once I had it narrowed down to 20 or so lines of code I looked for any suspicious floats. I tried removing them and the problem went away when I set .column {float: left;} to none.</p>
<p>5. Added .column {float: none;} to the local print style sheet to confirm that this was the culprit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens Grochtdreis</title>
		<link>http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-6431</link>
		<dc:creator>Jens Grochtdreis</dc:creator>
		<pubDate>Fri, 16 Sep 2005 06:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-6431</guid>
		<description>Hi Eric,

even if you un-float everything on the page, a usual hint to work versus the Mozilla-bug, it is not said that this will work perfectly. Some months ago I worked on a print-stylesheet which worked perfectly, except for Mozilla. Only the first page was printed. Nothing was floated, so theoretically it should work.

I added a  display: table-cell; to the main DIVs which were unfloated and weverything worked like charm.
I hope the Mozilla-developers will conquer this year-old bug soon.

And: thanks for the ALA-printstylesheet, it was a mess before after the relaunch.</description>
		<content:encoded><![CDATA[<p>Hi Eric,</p>
<p>even if you un-float everything on the page, a usual hint to work versus the Mozilla-bug, it is not said that this will work perfectly. Some months ago I worked on a print-stylesheet which worked perfectly, except for Mozilla. Only the first page was printed. Nothing was floated, so theoretically it should work.</p>
<p>I added a  display: table-cell; to the main DIVs which were unfloated and weverything worked like charm.<br />
I hope the Mozilla-developers will conquer this year-old bug soon.</p>
<p>And: thanks for the ALA-printstylesheet, it was a mess before after the relaunch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Meyer</title>
		<link>http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-6426</link>
		<dc:creator>Eric Meyer</dc:creator>
		<pubDate>Thu, 15 Sep 2005 02:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-6426</guid>
		<description>I updated the live site just before posting my previous comment.  So the problem, it would seem, has been fixed.  Glad to hear it&#039;s working in 1.5b1 as well!</description>
		<content:encoded><![CDATA[<p>I updated the live site just before posting my previous comment.  So the problem, it would seem, has been fixed.  Glad to hear it&#8217;s working in 1.5b1 as well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Schestowitz</title>
		<link>http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-6425</link>
		<dc:creator>Roy Schestowitz</dc:creator>
		<pubDate>Thu, 15 Sep 2005 02:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-6425</guid>
		<description>I found that Firefox fails to print properly when the following, for example, gets used:

a[href]:after {content: &quot; &quot;;}

Then again, IE does not even &#039;understand&#039; what :after means.</description>
		<content:encoded><![CDATA[<p>I found that Firefox fails to print properly when the following, for example, gets used:</p>
<p>a[href]:after {content: &#8221; &#8220;;}</p>
<p>Then again, IE does not even &#8216;understand&#8217; what :after means.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurens Holst</title>
		<link>http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-6422</link>
		<dc:creator>Laurens Holst</dc:creator>
		<pubDate>Thu, 15 Sep 2005 00:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-6422</guid>
		<description>(using Firefox 1.5 beta 1 and the current version of ALA - dunno whether you already updated it on the live site)</description>
		<content:encoded><![CDATA[<p>(using Firefox 1.5 beta 1 and the current version of ALA &#8211; dunno whether you already updated it on the live site)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurens Holst</title>
		<link>http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-6421</link>
		<dc:creator>Laurens Holst</dc:creator>
		<pubDate>Thu, 15 Sep 2005 00:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-6421</guid>
		<description>Does it also look like that when you actually *print* it?

I&quot;ve seen the print preview do many strange things before, but when you really print it it turns out well.

Except for a background colour issue, where it gets expanded to all the pages below it.

But the problem as I can see it there looks like the common one which is not actually present when printing.


~Grauw</description>
		<content:encoded><![CDATA[<p>Does it also look like that when you actually *print* it?</p>
<p>I&#8221;ve seen the print preview do many strange things before, but when you really print it it turns out well.</p>
<p>Except for a background colour issue, where it gets expanded to all the pages below it.</p>
<p>But the problem as I can see it there looks like the common one which is not actually present when printing.</p>
<p>~Grauw</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head profile="http://gmpg.org/xfn/1">
<title>meyerweb.com</title>
<link rel="openid.server" href="http://www.myopenid.com/server">
<link rel="openid.delegate" href="http://emeyer.myopenid.com/">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link rel="shortcut icon" href="/favicon.ico"><link rel="home" href="http://meyerweb.com/" title="Home" ><link rel="stylesheet" href="http://meyerweb.com/ui/meyerweb.css" type="text/css" media="screen, projection"><link rel="stylesheet" href="http://meyerweb.com/ui/theme.css" type="text/css" media="screen, projection" id="themeLink"><link rel="stylesheet" href="http://meyerweb.com/ui/print.css" type="text/css" media="print"><script src="http://meyerweb.com/ui/addresses.js" type="text/javascript"></script><link rel="stylesheet" href="/ui/wordpress.css" type="text/css" media="screen">
<link rel="stylesheet" href="/ui/tfe.css" type="text/css" media="screen">
<link rel="stylesheet" href="/ui/home.css" type="text/css" media="screen">
<link rel="alternate" type="application/rss+xml" title="Thoughts From Eric" href="/eric/thoughts/rss2/full" />
<link rel="alternate" type="application/rss+xml" title="Thoughts From Eric (only technical posts)" href="/eric/thoughts/category/tech/rss2/full" />
<link rel="alternate" type="application/rss+xml" title="Thoughts From Eric (only personal posts)" href="/eric/thoughts/category/personal/rss2/full" />
<link rel="alternate" type="application/rss+xml" title="Distractions" href="/eric/thoughts/recent-links/rss2" />
<link rel="alternate" type="application/rss+xml" title="Excuse of the Day" href="/feeds/excuse/rss20.xml" />
</head>
<body id="www-meyerweb-com" class="hpg">

<div id="sitemast"><h1><a href="/"><span>meyerweb</span>.com</a></h1></div><div id="search"><h4>Exploration</h4><!-- SiteSearch Google --><form method="get" action="http://www.google.com/custom" target="_top"><div><input type="hidden" name="domains" value="meyerweb.com"></input><label for="sbb" style="display: none">Submit search form</label><input type="submit" name="sa" value="Google Search" id="sbb"></input><label for="sbi" style="display: none">Enter your search terms</label><input type="text" name="q" size="31" maxlength="255" value="" id="sbi"></input><p><input type="radio" name="sitesearch" value="meyerweb.com" checked id="ss1"></input><label for="ss1" title="Search meyerweb.com">meyerweb.com</label><input type="radio" name="sitesearch" value="" id="ss0"></input><label for="ss0" title="Search the Web">Web</label></p><input type="hidden" name="client" value="pub-3772084027748653"></input><input type="hidden" name="forid" value="1"></input><input type="hidden" name="ie" value="ISO-8859-1"></input><input type="hidden" name="oe" value="ISO-8859-1"></input><input type="hidden" name="safe" value="active"></input><input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input><input type="hidden" name="hl" value="en"></input></div></form><!-- SiteSearch Google --><!-- <form method="get" action="http://www.google.com/custom"><div><input type="submit" name="sa" value="Search"><input type="text" name="q" size="20" maxlength="255" value=""><input type="hidden" name="sitesearch" value="meyerweb.com"></div></form><small><a href="http://www.google.com/search">Powered by Google</a></small> --></div><div id="main"><div class="skipper">Skip to: <a href="#extra">site navigation/presentation</a></div><div class="skipper">Skip to: <a href="#thoughts">Thoughts From Eric</a></div>
<div id="thoughts">


<div class="entry">
<h3><a href="http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/" rel="bookmark" title="Permanent Link: When Printing Maims">When Printing Maims</a></h3>
<ul class="meta">
<li class="date">Wed 14 Sep 2005</li>
<li class="time">1522</li>
<li class="cat"><a href="http://meyerweb.com/eric/thoughts/category/tech/browsers/" title="View all posts in Browsers" rel="category tag">Browsers</a><br> <a href="http://meyerweb.com/eric/thoughts/category/tech/css/" title="View all posts in CSS" rel="category tag">CSS</a></li>
<li class="cmt"><a href="http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comments">17 responses</a></li>
<li></li><li></li></ul>

<div class="text">
<p>
Okay, <a href="http://alistapart.com/">ALA</a> fans, we&#8217;ve deployed a print style sheet on the articles.  I don&#8217;t know if I could call it done, but it&#8217;s a big step.  Why wasn&#8217;t it online sooner?  Say it with me: &#8220;browser bugs&#8221;.  Just when the convergence of screen CSS handling had me feeling good, I had to go and mess with print styling.  Good feeling&#8217;s gone.
</p>
<p>
At the moment, the print styles seem to work quite well in modern browsers except for Firefox 1.0.6 (which is what I have in OS X).  There, when I call up a print preview, any article is fine until page 4.  Then things go off the rails in short order.  Content disappears, margins go wild, all kinds of fun stuff.  Here, try previewing or printing Nick Usborne&#8217;s &#8220;<a href="http://www.alistapart.com/articles/helpingvisitors">Helping Your Visitors: a State of Mind</a>.  Now try it with J. David Eisenberg&#8217;s &#8220;<a href="http://alistapart.com/articles/customdtd">Validating a Custom DTD</a>&#8221; or (somewhat ironically) Ross Howard&#8217;s &#8220;<a href="http://alistapart.com/articles/hiresprinting">High-Resolution Image Printing</a>&#8220;.  Pages 1-3 are fine for me, but after that, no good.  When you get a nice long article like Joe Clark&#8217;s &#8220;<a href="http://alistapart.com/articles/pdf_accessibility">Facts and Opinion About PDF Accessibility</a>&#8221; or (completely ironically) my own &#8220;<a href="http://alistapart.com/articles/goingtoprint">Going To Print</a>&#8220;, you&#8217;re just asking for trouble.
</p>
<p>
I tried searching <a href="https://bugzilla.mozilla.org/">Bugzilla</a> for some report, but my skills over there are not what once they were.  So while I got a bunch of results, I don&#8217;t know if any of them described this problem.  Could some kind soul let me know if there is a report on this sort of thing already?  If not, I can submit the report.  I just don&#8217;t want to add yet another DUPLICATE to the database.
</p>
<p>
And hey, if you can work out a solution to the problem, I have a factory-fresh <a href="http://alistapart.com/store/">ALA T-shirt</a> all ready to send out&#8212;you even get to choose which one you want.  Let me know.
</p>
<p>
<strong>Update:</strong> <a href="http://www.wilkinsonweb.com/">Dan Wilkinson</a> is <a href="http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/#comment-6419">our winnah</a>!
</p>
</div>

</div>

</div>
<p style="font-size: 90%; text-align: right; margin-top: 0.5em; padding-top: 0;">(If you care, there's even an <a href="/eric/thoughts/page/2/">archive of previous thoughts</a>...)</p>

</div><div id="extra"><div class="panel" id="archipelago"><h4>Identity Archipelago</h4><ul><li><a href="http://flickr.com/photos/meyerweb/" rel="me">Flickr</a></li><li><a href="http://twitter.com/meyerweb/" rel="me">Twitter</a></li><li><a href="http://dopplr.com/traveller/meyerweb">Dopplr</a></li><li><a href="http://www.linkedin.com/in/meyerweb" rel="me">LinkedIn</a></li><li><a href="http://technorati.com/profile/emeyer" rel="me">Technorati</a></li></ul></div><div class="panel" id="pointers"><h4>Projects Elsewhere</h4><ul><li><a href="http://aneventapart.com/">An Event Apart</a></li><li><a href="http://complexspiral.com/">Complex Spiral Consulting</a></li><li><a href="http://www.webassist.com/go/css/emeyer/">CSS Sculptor</a></li><li><a href="http://css-discuss.org/">css-discuss</a></li><li><a href="http://microformats.org/">Microformats</a></li><li><a href="http://s5project.org/">S5</a></li></ul></div><div class="panel" id="tour"><ul><li><a href="http://fray.com/issue3/"><img src="http://fray.com/images/i3c.gif" alt="Fray Contributor (Issue 3: Sex &amp; Death)" /></a></li><!-- <li><a href="http://www.webassist.com/go/css/emeyer/"><img src="/pix/CS_ad_180x109.jpg" alt="CSS Sculptor for Dreamweaver" style="max-width: 100%;" /></a></li> --></ul></div><div class="panel">
<h4>Recently Tweeted</h4>
<p class="more"><a href="http://twitter.com/meyerweb">see more</a></p>
<p>About once a year, I de-clutter my office.  I usually do it in the spring because the snow shovel is no longer needed elsewhere. <small>&#8211;tweeted 3 hours, 40 minutes ago</small></p>
</div><div id="sideblog" class="panel">
<h4>Distractions</h4>
<p class="more">
<a href="/eric/thoughts/recent-links/">archive</a>
</p>
<ul>
<li><a href="http://8bitnyc.com/" title="March 17 | All of a sudden I want to establish a mission in Central Park and negotiate with the natives for gold and food.">8-Bit NYC</a></li>
<li><a href="http://www.youtube.com/watch?v=nFicqklGuB0&amp;feature=player_embedded" title="March 12 | Wry comment expressing my appreciation of the creative derivativeness of this video and its uncanny accuracy in mocking common tropes.">Academy Award Winning Movie Trailer</a></li>
<li><a href="http://www.youtube.com/watch?v=414TmP12WAU" title="March 9 | &#8220;Apple juice&#8230; for half price!&#8221;  More like twice PRICELESS.  (Note: If you&#8217;re at work, don your headphones.)">Happy in Paraguay</a> <small>[via <a href="http://unstoppablerobotninja.com/">Ethan</a>]</small></li>
<li><a href="http://www.youtube.com/watch?v=9V5ubAOeOBk&amp;feature=player_embedded" title="February 10 | This is approximately the best thing ever.">U900 -Walk Don&#8217;t Run (Isogabamaware)</a></li>
<li><a href="http://www.456bereastreet.com/archive/201002/sifr_default_css_hides_content_from_at_least_one_screen_reader/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A 456bereastreet %28456 Berea Street%29" title="February 8 | -9999px comes through again, but I really wish we were beyond that kind of thing.">sIFR default CSS hides content from at least one screen reader</a></li>
<li><a href="http://www.macosxhints.com/article.php?story=20100117064356428" title="February 8 | Storing this for future use.">Take a picture with the iSight camera when a folder is opened</a></li>
<li><a href="http://mingle2.com/blog/view/web-developer-mind" title="February 4 | Mostly valid.  (SEE WHAT I DID THERE?)">The Mind of a Web Developer: An Illustrated Diagram</a></li>
<li><a href="http://www.theonion.com/content/news/science_channel_refuses_to_dumb" title="January 28 | &#8220;Punkin Chunkin, for Christ&#8217;s sake&#8230; What more do you people want?&#8221;">Science Channel Refuses To Dumb Down Science Any Further</a></li>
<li><a href="http://www.mailchimp.com/blog/project-omnivore-declassified/" title="January 27 | Sounds like quite a feat.  But I wonder how we&#8217;d feel if Microsoft or Google announced the same kind of thing on their e-mail services.">MailChimp&#8217;s Project Omnivore: Declassified</a></li>
<li><a href="http://www.politifact.com/truth-o-meter/statements/2010/jan/25/carolyn-maloney/congresswoman-says-democratic-presidents-create-mo/" title="January 26 | &#8220;Obviously, luck matters a lot, but when there is a consistent pattern over more than 60 years, it starts to look like more than just luck.&#8221;">Congresswoman says Democratic presidents create more private-sector jobs</a></li>
<li><a href="http://www.ted.com/talks/taylor_mali_what_teachers_make.html" title="January 25 | Truth.">Taylor Mali: What teachers make</a></li>
<li><a href="http://notebook.johnmartz.com/how-websites-work?c=1" title="January 22 | At last, the truth is out and I can stop pretending:  beatific monkeys are what makes it all go.">How websites work</a></li>
<li><a href="http://morsecode.scphillips.com/jtranslator.html" title="January 22 | &#8211; &#8230;. .. &#8230; / .. &#8230; / .- .&#8211; . &#8230; &#8212; &#8212; . / -. &#8212; / &#8230; . .-. .. &#8212; ..- &#8230; .-.. -.&#8211;">Morse Code Translator</a></li>
</ul>
</div>
<div class="panel" id="advisory">
<div class="guarded">
<a href="http://blogadvisorysystem.com/"><img src="/pix/bas/guarded.png" alt="Blog Advisory System Alert Level: Guarded"></a>
</div>
</div>

<div class="panel" id="excuse">
<h4>The <a href="/feeds/excuse/">excuse of the day</a> is</h4>
<p>failure of the AE-35 unit</p>
</div>

<div class="panel" id="extras">
<h4>Extras</h4>
<ul>
<li><a href="/feeds/">Feeds</a> &#8226;</li>
<li><a href="/eric/faq.html">FAQ</a> &#8226;</li>
<li><a href="/family.html">Family</a></li>
</ul>
</div>

</div>

<div id="navigate">
<h4>Navigation</h4>
<ul id="navlinks">
<li id="archLink"><a href="/eric/thoughts/">Archives</a></li>
<li id="cssLink"><a href="/eric/css/">CSS</a></li>
<li id="toolsLink"><a href="/eric/tools/">Toolbox</a></li>
<li id="writeLink"><a href="/eric/writing.html">Writing</a></li>
<li id="speakLink"><a href="/eric/talks/">Speaking</a></li>
<li id="otherLink"><a href="/other/">Leftovers</a></li>
<li id="aboutsite"><a href="/ui/about.html">About this site</a></li>
</ul>
</div>

<div id="footer">
<p class="sosumi">All contents of this site, unless otherwise noted, are &copy;1995-2008 <strong>Eric A. and Kathryn S. Meyer</strong>.  All Rights Reserved.</p>
<p>"<a href="/eric/thoughts/">Thoughts From Eric</a>" is powered by the &uuml;bercool <a href="http://wordpress.org/">WordPress</a></p>
</div>
</body>
</html>
