<?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: Floating Points</title>
	<atom:link href="http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/feed/" rel="self" type="application/rss+xml" />
	<link>http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/</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>Mon, 15 Mar 2010 16:37:39 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ubsersquid</title>
		<link>http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-6126</link>
		<dc:creator>ubsersquid</dc:creator>
		<pubDate>Fri, 19 Aug 2005 05:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-6126</guid>
		<description>a test, hopefully it won&#039;t appear, sorry if it does</description>
		<content:encoded><![CDATA[<p>a test, hopefully it won&#8217;t appear, sorry if it does</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitchell</title>
		<link>http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-1246</link>
		<dc:creator>Mitchell</dc:creator>
		<pubDate>Sun, 10 Oct 2004 01:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-1246</guid>
		<description>On the question above about alligning form elements, I believe the standard is asking us to move to using &quot;labels&quot; with forms, and though Ive always used tables, my first early experiences with labels is fairly good. You have to pack in some margins and padding in your style sheet to make your text sit properly to the side or above your forms, but yes, its less markup and better design than tables, and can be done.

Second, Eric, thanks for all the hard work helping the world move in this direction. After allot of blood, sweat and tears, Im finally moving our web shop (www.aztecsystems.com) to the standard, though with Microsoft&#039;s messy Visual Studio, ASP.NET, and developers locked into old-fashioned table design, its a bit hard to make the argument (and thus the move) that the added effort and hours learning this technology is worth it, especially with all the bugs in the browsers.

But on the issue of positioning versus floats, sorry, but the fact that absolute elements are taken out of the document flow, AND with the issues with IE, I have been forced me to abandon positioning in all my web layouts. No matter how illogical floats may be, they still give us the power to place things on the page without tables, and with some hope that it will work in all browsers. In order to pull off that magic trick in 99% of the agents out there, I have been forced to apply quite a few hacks in my code....dont know about you. Thats not good and my chief worry. But positioning, as wonderful as it seems and so easy a concept to grasp as it seems to be, is still a huge huge mess, with LOTS of limitations in what it can do. I picture a world in about ten years from now, where the newest gui&#039;s and web building tools allow you to open a page and drag and drop designs and content blocks onto an artboard and boom, they are positioned pixel by pixel along grids using CSS and positioning.....that world I believe will come eventually. I think positioning is the future ...but not today. The w3c spec is lacking and the browsers will be lacking for some time. So, my vote, if you are taking one, is go with the floats! You content is all contained relative to each other, and its a very fluid and flexible solution with allot of potential. Go with that!

Here are sample of that thought in action:
http://www.stormdetector.com/layout1.html
http://www.stormdetector.com/layout2.html

Mitchell</description>
		<content:encoded><![CDATA[<p>On the question above about alligning form elements, I believe the standard is asking us to move to using &#8220;labels&#8221; with forms, and though Ive always used tables, my first early experiences with labels is fairly good. You have to pack in some margins and padding in your style sheet to make your text sit properly to the side or above your forms, but yes, its less markup and better design than tables, and can be done.</p>
<p>Second, Eric, thanks for all the hard work helping the world move in this direction. After allot of blood, sweat and tears, Im finally moving our web shop (www.aztecsystems.com) to the standard, though with Microsoft&#8217;s messy Visual Studio, ASP.NET, and developers locked into old-fashioned table design, its a bit hard to make the argument (and thus the move) that the added effort and hours learning this technology is worth it, especially with all the bugs in the browsers.</p>
<p>But on the issue of positioning versus floats, sorry, but the fact that absolute elements are taken out of the document flow, AND with the issues with IE, I have been forced me to abandon positioning in all my web layouts. No matter how illogical floats may be, they still give us the power to place things on the page without tables, and with some hope that it will work in all browsers. In order to pull off that magic trick in 99% of the agents out there, I have been forced to apply quite a few hacks in my code&#8230;.dont know about you. Thats not good and my chief worry. But positioning, as wonderful as it seems and so easy a concept to grasp as it seems to be, is still a huge huge mess, with LOTS of limitations in what it can do. I picture a world in about ten years from now, where the newest gui&#8217;s and web building tools allow you to open a page and drag and drop designs and content blocks onto an artboard and boom, they are positioned pixel by pixel along grids using CSS and positioning&#8230;..that world I believe will come eventually. I think positioning is the future &#8230;but not today. The w3c spec is lacking and the browsers will be lacking for some time. So, my vote, if you are taking one, is go with the floats! You content is all contained relative to each other, and its a very fluid and flexible solution with allot of potential. Go with that!</p>
<p>Here are sample of that thought in action:<br />
<a href="http://www.stormdetector.com/layout1.html" rel="nofollow">http://www.stormdetector.com/layout1.html</a><br />
<a href="http://www.stormdetector.com/layout2.html" rel="nofollow">http://www.stormdetector.com/layout2.html</a></p>
<p>Mitchell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric marden</title>
		<link>http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-689</link>
		<dc:creator>eric marden</dc:creator>
		<pubDate>Thu, 19 Aug 2004 17:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-689</guid>
		<description>i&#039;ve long been using css for text and dhtml menus. but a few months ago started delving into more and more css based designs, as it seemed like it had gained enough support by the browsers to warrant being able to do it. but it&#039;s post like yours that help cut thru the signal:noise ratio about CSS and Standards-based web design. i&#039;ve been looking for a CSS &#039;way&#039; to layout my forms - so that the text and form elements line up and look neat, orderly and easy-to-read. i&#039;ve tried tricks like right aligning elements in the form tag and what not, but have not been having the kind of results that i expected (especially between mozilla and ie for instance)... now i konw it&#039;s &#039;safe&#039; to go back and use tables in these instances. thanks.</description>
		<content:encoded><![CDATA[<p>i&#8217;ve long been using css for text and dhtml menus. but a few months ago started delving into more and more css based designs, as it seemed like it had gained enough support by the browsers to warrant being able to do it. but it&#8217;s post like yours that help cut thru the signal:noise ratio about CSS and Standards-based web design. i&#8217;ve been looking for a CSS &#8216;way&#8217; to layout my forms &#8211; so that the text and form elements line up and look neat, orderly and easy-to-read. i&#8217;ve tried tricks like right aligning elements in the form tag and what not, but have not been having the kind of results that i expected (especially between mozilla and ie for instance)&#8230; now i konw it&#8217;s &#8217;safe&#8217; to go back and use tables in these instances. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tswan</title>
		<link>http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-613</link>
		<dc:creator>tswan</dc:creator>
		<pubDate>Tue, 27 Jul 2004 18:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-613</guid>
		<description>As far as I know, &quot;display:table&quot; doesn&#039;t work properly in IE.</description>
		<content:encoded><![CDATA[<p>As far as I know, &#8220;display:table&#8221; doesn&#8217;t work properly in IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene T.S. Wong</title>
		<link>http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-595</link>
		<dc:creator>Eugene T.S. Wong</dc:creator>
		<pubDate>Fri, 23 Jul 2004 21:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-595</guid>
		<description>I don&#039;t understand why you don&#039;t see &lt;a href=&quot;http://www.snook.ca/archives/000177.html&quot;&gt;&quot;display:table;&quot;&lt;/a&gt; as an option. Could you elaborate?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand why you don&#8217;t see <a href="http://www.snook.ca/archives/000177.html">&#8220;display:table;&#8221;</a> as an option. Could you elaborate?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beto</title>
		<link>http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-594</link>
		<dc:creator>beto</dc:creator>
		<pubDate>Fri, 23 Jul 2004 16:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-594</guid>
		<description>I second your statement on tables - Not so long ago, so-called CSS purists went berzerk over a post on &lt;a href=&quot;http://www.mezzoblue.com/archives/2004/05/13/gasp_tables/&quot;&gt;Dave Shea&#039;s site&lt;/a&gt; just by suggesting that there are times when it &lt;em&gt;may&lt;/em&gt; still be better to use tables to hold pieces of layout instead of pure CSS-based positioning. You know, it&#039;s always exciting when you can pull out a page that can look gorgeous on a browser and practical on a PDA, and validates at the same time, but for better or worse, it is often more important to get the site on time and be paid by the client ASAP - specially when there&#039;s no room for experimentation. Testing time for browser bugs due to uneven CSS support often takes longer than we think, and few if any development timeline/budget projections ever take this into consideration.

However efforts and research like that of Shaun&#039;s definitely are on the way to make these burdens less of an issue, and that can only be a good thing.</description>
		<content:encoded><![CDATA[<p>I second your statement on tables &#8211; Not so long ago, so-called CSS purists went berzerk over a post on <a href="http://www.mezzoblue.com/archives/2004/05/13/gasp_tables/">Dave Shea&#8217;s site</a> just by suggesting that there are times when it <em>may</em> still be better to use tables to hold pieces of layout instead of pure CSS-based positioning. You know, it&#8217;s always exciting when you can pull out a page that can look gorgeous on a browser and practical on a PDA, and validates at the same time, but for better or worse, it is often more important to get the site on time and be paid by the client ASAP &#8211; specially when there&#8217;s no room for experimentation. Testing time for browser bugs due to uneven CSS support often takes longer than we think, and few if any development timeline/budget projections ever take this into consideration.</p>
<p>However efforts and research like that of Shaun&#8217;s definitely are on the way to make these burdens less of an issue, and that can only be a good thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Commentary</title>
		<link>http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-543</link>
		<dc:creator>Commentary</dc:creator>
		<pubDate>Wed, 21 Jul 2004 17:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-543</guid>
		<description>&lt;strong&gt;Absolute Clearance&lt;/strong&gt;
If you&#8217;re looking for context for this entry please see my previous post and its comments Everything must go Man, the internet is a tough crowd. Seriously, who uses the back button? Hehe, a broken back button was not one...</description>
		<content:encoded><![CDATA[<p><strong>Absolute Clearance</strong><br />
If you&#8217;re looking for context for this entry please see my previous post and its comments Everything must go Man, the internet is a tough crowd. Seriously, who uses the back button? Hehe, a broken back button was not one&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Position important text logically using CSS &#187; SEO News, Articles &#38; Opinion</title>
		<link>http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-2005</link>
		<dc:creator>Position important text logically using CSS &#187; SEO News, Articles &#38; Opinion</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2004/07/21/floating-points/#comment-2005</guid>
		<description>[...] positioning Mimicking Magazine Layouts in CSS Lessons learned: CSS: What&#039;s the difference &lt;a href=&quot;http://www.meyerweb.com/eric/thoughts/2004/07/21/floating-points/&quot;&gt;Floating Points&lt;/a&gt;                    Related PostsGoogle VS Yahoo on SERP rele [...]</description>
		<content:encoded><![CDATA[<p>[...] positioning Mimicking Magazine Layouts in CSS Lessons learned: CSS: What&#8217;s the difference <a href="http://www.meyerweb.com/eric/thoughts/2004/07/21/floating-points/">Floating Points</a> </p>
<p>         Related PostsGoogle VS Yahoo on SERP rele [...]</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/2004/07/21/floating-points/" rel="bookmark" title="Permanent Link: Floating Points">Floating Points</a></h3>
<ul class="meta">
<li class="date">Wed 21 Jul 2004</li>
<li class="time">1219</li>
<li class="cat"><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/2004/07/21/floating-points/#comments">Eight responses</a></li>
<li></li><li></li></ul>

<div class="text">
<p>
It seems I was a little unclear in my <a href="http://www.meyerweb.com/eric/thoughts/2004/07/17/floats-dont-suck-if-you-use-them-right/" title="Floats Don't Suck If You Use Them Right">recent post about floats</a>, and compounded the problem with the post title.  A number of responses said, basically, &#8220;maybe they&#8217;re bad for layout but what else is available?&#8221;  I didn&#8217;t mean to suggest that nobody should use floats for layout, or that using them in that manner is somehow wrong; my apologies if I did so.  There aren&#8217;t too many alternatives; in fact, there are precisely three general standards-based layout options.
</p>
<ol>
<li>Floats</li>
<li>Positioning</li>
<li>Tables</li>
</ol>
<p>
Each of these options has its benefits and drawbacks.  All I was trying to say is that Andrei was dead on in his feeling that layout floats feel like something that have been bent to a purpose for which they weren&#8217;t intended.  That&#8217;s true.  Floats are simple, and were meant to do a very limited thing.  Push them hard enough into other roles, and they become a touch balky.  If nothing else, their source-order dependencies make them less flexible than one might like, and variances in browser handling of floats (many of those variances having to do with how one should deal with floats in their intended role) just makes the situation more frustrating.
</p>
<p>
One could argue that all three options are non-layout technologies that have been bent to layout purposes, but positioning at least was intended to be a layout mechanism from its inception.  It suffers from enough glaring flaws and browser bugs that it can&#8217;t be considered any better an option than the others, though.
</p>
<p>
In a move that may help matters, <a href="http://www.shauninman.com/">Shaun Inman</a> (he of the <a href="http://www.shauninman.com/mentary/past/ifr_revisited_and_revised.php">Inman Flash Replacement</a> technique) has just published the article <a href="http://www.shauninman.com/mentary/past/clearing_absolutes_again.php">Clearing Absolutes Again</a>, which  further develops his attempts to give positioned elements a <code>clear</code>-like capability.  This is a very welcome development.  The IPC (Inman Position Clearing) technique may not be perfect&mdash; I haven&#8217;t had time to dig into it, so I don&#8217;t know&mdash; but it&#8217;s a fifty-foot neon arrow pointing in the direction things need to go.  Since we can&#8217;t expect this sort of capability to be added to CSS in the near future, let alone have enough browsers support it in the next few years, scripting our own fixes is the only reasonable solution I can see.  For another great big neon arrow of this kind, see Dean Edwards&#8217; <a href="http://dean.edwards.name/ie7/">IE7</a>.
</p>
<p>
And yes, I said &#8220;tables&#8221; back there.  If you can avoid using tables for layout, then by all means do, but it isn&#8217;t always possible.  In such cases, as long as the tables use as little markup as possible, and the markup validates, then I don&#8217;t see the problem.  Never have, really.  My whole objection to tables-for-layout has been, and continues to be, that most table-based designs use way too much markup.  Often you see markup-to-content ratios in the vicinity of 3:1.  That&#8217;s just icky.  I much prefer to see the inverse of that ratio, or at least something below 1:1.  CSS helps immensely in getting there.
</p>
<p>
<strong>Update:</strong> see Shaun&#8217;s new new post on the topic, &#8220;<a href="http://www.shauninman.com/mentary/past/absolute_clearance.php" title="Absolute Clearance">Absolute Clearance</a>&#8220;, for another step in the evolution of his technique.  Ever forward!
</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>Today, the existence of the "Quicken Backups" folder caused me to take back every mean thing I've ever said about Quicken.  Times FIVE. <small>&#8211;tweeted 1 hour, 44 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://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>
<li><a href="http://bengoldacre.posterous.com/did-aliens-play-a-role-in-woolworths" title="January 19 | I think the answer is clear to any who have the courage to see it.">Did aliens play a role in Woolworths?</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>cats</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>
