<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Two Seven &#187; Web Standards</title>
	<atom:link href="http://twoseven.co.nz/category/web-standards/feed/" rel="self" type="application/rss+xml" />
	<link>http://twoseven.co.nz</link>
	<description>...is Dan Willis blogging about web design and development, usability, standards and pretty much anything!</description>
	<lastBuildDate>Wed, 08 Feb 2012 03:27:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2-bleeding</generator>
		<item>
		<title>Goodbye .clearfix, old friend.</title>
		<link>http://twoseven.co.nz/2008/07/17/goodbye-clearfix-old-friend/</link>
		<comments>http://twoseven.co.nz/2008/07/17/goodbye-clearfix-old-friend/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 05:13:12 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://twoseven.co.nz/?p=137</guid>
		<description><![CDATA[You all know the old &#8216;floated elements inside a container cause the container to collapse&#8217; problem? Well, up until recently, I&#8217;d always just called on an old friend, .clearfix, and he&#8217;d sorted it out for me. I met .clearfix three &#8230; <a href="http://twoseven.co.nz/2008/07/17/goodbye-clearfix-old-friend/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You all know the old &#8216;floated elements inside a container cause the container to collapse&#8217; problem?</p>
<p>Well, up until recently, I&#8217;d always just called on an old friend, .clearfix, and he&#8217;d sorted it out for me. I met .clearfix <a title="Thanks, Big John and Holly at Position Is Everything" href="http://www.positioniseverything.net/easyclearing.html">three or four years ago</a>, and hardly a project has gone by since where I haven&#8217;t required his services. You know, I didn&#8217;t really ask him how he did it; he&#8217;d just quietly go about his job as I directed him, much like Michael Clayton, but without the gambling problem.</p>
<p>But yesterday, when I asked him to help out a colleague for me, little did I know I&#8217;d given him his last assignment.</p>
<p>Something happened early this morning &#8211; completely coincidentally. A little bird (or rather <a href="http://twitter.com/matthewbuchanan/statuses/860440680">a tweet</a>) came by and told me that, despite the fact <a title="Hi Keri!" href="http://twitter.com/kerihenare/statuses/860443477">Blueprint CSS uses .clearfix</a>,  .clearfix was no longer the way to go. And to be honest, it was almost a relief; the reason I&#8217;d never really asked .clearfix how he did his work was that deep down I knew that he was really a hack, and that if I just turned a blind (or ignorant) eye, then I could just pretend like everything was okay and we could all just carry on getting work done.</p>
<p>.clearfix <a href="http://twitter.com/matthewbuchanan/statuses/860484050">is indeed inelegant</a>, and really is a hack. And would you believe that the alternative solution is not so tricky&hellip;<br />
Using <code>overflow: auto;</code> (or <code>overflow: hidden;</code>) on the container with a width will sort it all out for you.<br />
Rather than explain it all here, I&#8217;ll just link to a few articles that have already put further effort into describing this:</p>
<ul>
<li><a href="http://www.quirksmode.org/css/clearing.html">PPK&#8217;s <em>Clearing floats</em></a></li>
<li><a href="http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/">Alex Walker&#8217;s <em>Simple Clearing of Floats</em></a></li>
<li><a href="http://www.nclud.com/sketchbook/mind-the-gap-clearfix-is-clearly-broken">nclud&#8217;s <em>Mind The Gap: clearfix is clearly broken</em></a></li>
</ul>
<p>So, farewell, .clearfix, you&#8217;ve served us well.<br />
&hellip;and thank you, <a href="http://matthewbuchanan.name/">MB</a>, for the enlightenment.</p>
]]></content:encoded>
			<wfw:commentRss>http://twoseven.co.nz/2008/07/17/goodbye-clearfix-old-friend/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web site performance</title>
		<link>http://twoseven.co.nz/2008/07/03/web-site-performance/</link>
		<comments>http://twoseven.co.nz/2008/07/03/web-site-performance/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 17:20:48 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://twoseven.co.nz/?p=109</guid>
		<description><![CDATA[Last week I read Steve Souders&#8217; High Performance Web Sites. While I already have a fairly good understanding of site performance, having completed a fairly extensive performance analysis of tvnz.co.nz a few years ago and being familiar with Yahoo!&#8217;s YSlow &#8230; <a href="http://twoseven.co.nz/2008/07/03/web-site-performance/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last week I read Steve Souders&#8217; <a href="http://oreilly.com/catalog/9780596529307/"><em>High Performance Web Sites</em></a>. While I already have a fairly good understanding of site performance, having completed a fairly extensive performance analysis of <a href="http://tvnz.co.nz">tvnz.co.nz</a> a few years ago and being familiar with Yahoo!&#8217;s <a href="http://developer.yahoo.com/yslow/">YSlow</a> plug-in for Joe Hewitt&#8217;s <a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a> plug-in for Firefox, it was good to get into a bit more detail.</p>
<p>But lately, I&#8217;ve come across a few sites that have made me cringe; a colleague pointed out a couple of Swiss ones: <a href="http://www.migros.ch/">migros.ch</a>, and <a href="http://www.gate24.ch/">gate24.ch</a>, and I came across the new <a href="http://www.upandgo.co.nz/">upandgo.co.nz</a> site on <a href="http://newsites.co.nz/">newsites.co.nz</a>.</p>
<p>Let&#8217;s look at some stats, with <a href="http://vodafone.co.nz/">vodafone.co.nz</a> (my old gig) thrown into the mix:</p>
<table style="font-size:0.8em;">
<tbody>
<tr>
<th scope="col">Site</th>
<th scope="col">YSlow score</th>
<th scope="col">HTTP requests<br />(unprimed cache)</th>
<th scope="col">Size<br />(kB, unprimed cache)</th>
<th scope="col">Size<br />(kB, primed cache)</th>
</tr>
<tr>
<th scope="row">gate24.ch</th>
<td>F (40)</td>
<td>55</td>
<td>501</td>
<td>49</td>
</tr>
<tr>
<th scope="row">migros.ch</th>
<td>F (39)</td>
<td>85</td>
<td>996</td>
<td>134</td>
</tr>
<tr>
<th scope="row">upandgo.co.nz</th>
<td>F (35)</td>
<td>77</td>
<td>748</td>
<td>284</td>
</tr>
<tr>
<th scope="row">vodafone.co.nz</th>
<td>B (88)</td>
<td>41</td>
<td>195</td>
<td>23</td>
</tr>
</tbody>
</table>
<p>The first three sites are ASPX sites, with bloated, invalid, (W3C) table-based markup, and what appears to be no performance tuning whatsoever. Sure, they are visually heavier than vodafone.co.nz, but being visually heavier doesn&#8217;t necessarily equate to looking better, and more often the end-user benefits of the visual components are offset by the performance overhead they introduce.</p>
<p>So, if you&#8217;re a web developer and you don&#8217;t use, or know of, Firebug and YSlow, stop what you&#8217;re doing right now and get familiar with them. Chris Pederick&#8217;s <a href="http://chrispederick.com/work/web-developer/">Web Developer</a> toolbar for Firefox is also invaluable.</p>
<p>Learn about ETags, far future Expires headers, gzip, script placement, semantic markup, reducing the number of HTTP requests.</p>
<p>These are all vital factors in presenting a great website.<br />
Figure out what you can do to make your site lighter, faster, and more search engine-friendly.</p>
]]></content:encoded>
			<wfw:commentRss>http://twoseven.co.nz/2008/07/03/web-site-performance/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Extensible CSS</title>
		<link>http://twoseven.co.nz/2008/03/03/extensible-css/</link>
		<comments>http://twoseven.co.nz/2008/03/03/extensible-css/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 19:47:58 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://twoseven.co.nz/2008/03/03/extensible-css/</guid>
		<description><![CDATA[Cameron Moll has published Part 1 of his new series The Highly Extensible CSS Interface. He looks at meaningful, lightweight markup, resetting CSS, and resolution dependence.]]></description>
			<content:encoded><![CDATA[<p><a href="http://cameronmoll.com/">Cameron Moll</a> has published <a href="http://cameronmoll.com/archives/2008/02/extensible_css_interface_the_foundation/" title="The Highly Extensible CSS Interface: Part One: The Foundation">Part 1</a> of his new series <a href="http://cameronmoll.com/archives/2008/02/the_highly_extensible_css_interface_the_series/"><em>The Highly Extensible CSS Interface</em></a>. He looks at meaningful, lightweight markup, resetting CSS, and resolution dependence.</p>
]]></content:encoded>
			<wfw:commentRss>http://twoseven.co.nz/2008/03/03/extensible-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Better, Faster</title>
		<link>http://twoseven.co.nz/2007/12/24/getting-better-faster/</link>
		<comments>http://twoseven.co.nz/2007/12/24/getting-better-faster/#comments</comments>
		<pubDate>Sun, 23 Dec 2007 20:07:17 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://twoseven.co.nz/2007/12/24/getting-better-faster/</guid>
		<description><![CDATA[Stephen Caver in his post, Getting Better, pooh-poohs the idea that things can get better in leaps and bounds, but rather postulates that progress is incremental. With all due respect, (quite a bit of respect, actually, given Stephen is a &#8230; <a href="http://twoseven.co.nz/2007/12/24/getting-better-faster/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Stephen Caver in his post, <a href="http://stephencaver.com/2007/12/getting-better.html" title="Getting Better &#8212; Stephen Caver"><em>Getting Better</em></a>, pooh-poohs the idea that things can get better in leaps and bounds, but rather postulates that progress is incremental.</p>
<p>With all due respect, (quite a bit of respect, actually, given Stephen is <a href="http://www.airbagindustries.com/archives/airbag/hexagon.php">a recent employee of Airbag Industries LLC</a>) I think that Stephen is wrong.</p>
<p>The airplane example is flawed. Sure, as with any product development, aircraft design is incremental. </p>
<p>But in the grand scheme of things, how long did it take for mankind to go from not flying to flying?<br />
How long was it from when the airplane was invented to when it was a useful, commercially viable, everyday-life, kinda thing?</p>
<p>Not long.</p>
<p>And I believe the web is the same.<br />
How long, in the lifetime of electronic communications, did it take for the WWW, from when it was first publicly available to become a part of life?<br />
How long, in the life time of the web, did it take for web standards to become more-or-less ubiquitous?</p>
<p>Not long.</p>
<p>Things webby have been <a href="http://www.zeldman.com/2007/08/15/what-crisis/" title="Jeffrey Zeldman Presents  : What crisis?">glacial</a>, of late, but I think 2008/2009 will bring some radical changes on the web.</p>
<p>Leaps and bounds, people; leaps and bounds.</p>
]]></content:encoded>
			<wfw:commentRss>http://twoseven.co.nz/2007/12/24/getting-better-faster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blue Beanie Day</title>
		<link>http://twoseven.co.nz/2007/11/26/blue-beanie-day/</link>
		<comments>http://twoseven.co.nz/2007/11/26/blue-beanie-day/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 19:43:01 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://twoseven.co.nz/2007/11/26/blue-beanie-day/</guid>
		<description><![CDATA[In case you&#8217;re wondering what&#8217;s on my head today&#8230; Douglas Vos has inaugurated Blue Beanie Day Monday, November 26, 2007 is the day thousands of Standardistas (people who support web standards) will wear a Blue Beanie to show their support &#8230; <a href="http://twoseven.co.nz/2007/11/26/blue-beanie-day/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In case you&#8217;re wondering what&#8217;s on my head today&#8230;</p>
<p>Douglas Vos has inaugurated <a href="http://www.facebook.com/event.php?eid=6209917619">Blue Beanie Day</a></p>
<blockquote><p>Monday, November 26, 2007 is the day thousands of Standardistas (people who support web standards) will wear a Blue Beanie to show their support for accessible, semantic web content.</p></blockquote>
<p>The blue beanie is, of course, in recognition of <a href="http://www.zeldman.com/2007/11/19/blue-beanie-day/">Jeffrey Zeldman</a>&#8216;s pioneering advocacy of Web Standards.</p>
<p><a href="http://digg.com/tech_news/Blue_Beanie_Day_Standardistas_Revolt">Digg it</a>, if you want.</p>
]]></content:encoded>
			<wfw:commentRss>http://twoseven.co.nz/2007/11/26/blue-beanie-day/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Jeff Croft: web standards vs. Web Standards</title>
		<link>http://twoseven.co.nz/2007/08/29/jeff-croft-web-standards-vs-web-standards/</link>
		<comments>http://twoseven.co.nz/2007/08/29/jeff-croft-web-standards-vs-web-standards/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 09:22:50 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://twoseven.co.nz/2007/08/29/jeff-croft-web-standards-vs-web-standards/</guid>
		<description><![CDATA[Jeff Croft has his head screwed on properly; I can&#8217;t find anything in this post of his that I don&#8217;t agree with.]]></description>
			<content:encoded><![CDATA[<p>Jeff Croft has his head screwed on properly; I can&#8217;t find anything in <a href="http://www2.jeffcroft.com/blog/2007/aug/29/standards-web-standards-and-standardistas/" title="On standards, Web Standards, and “standardistas”">this post of his</a> that I don&#8217;t agree with.</p>
]]></content:encoded>
			<wfw:commentRss>http://twoseven.co.nz/2007/08/29/jeff-croft-web-standards-vs-web-standards/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Eric Meyer: The Veteran&#8217;s Charge</title>
		<link>http://twoseven.co.nz/2007/08/09/eric-meyer-the-veterans-charge/</link>
		<comments>http://twoseven.co.nz/2007/08/09/eric-meyer-the-veterans-charge/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 04:30:02 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Link]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://twoseven.co.nz/2007/08/09/eric-meyer-the-veterans-charge/</guid>
		<description><![CDATA[Eric Meyer gets (rigthtfully) hot under the collar. Hear, hear, I say.]]></description>
			<content:encoded><![CDATA[<p><a href="http://meyerweb.com/eric/thoughts/2007/08/08/the-veterans-charge/" title="Eric's Archived Thoughts:   The Veteran&#8217;s Charge">Eric Meyer gets (rigthtfully) hot under the collar</a>. </p>
<p>Hear, hear, I say.</p>
]]></content:encoded>
			<wfw:commentRss>http://twoseven.co.nz/2007/08/09/eric-meyer-the-veterans-charge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Irksome: Internet Explorer vs. JavaScript</title>
		<link>http://twoseven.co.nz/2007/07/16/irksome-internet-explorer-vs-javascript/</link>
		<comments>http://twoseven.co.nz/2007/07/16/irksome-internet-explorer-vs-javascript/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 06:10:36 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://twoseven.co.nz/2007/07/16/irksome-internet-explorer-vs-javascript/</guid>
		<description><![CDATA[So I&#8217;m coding a form and I want the user to be able to add more rows to it, if they wish. So when the user activates a control, I use JS to create some &#8216;input&#8217; elements (including some radio &#8230; <a href="http://twoseven.co.nz/2007/07/16/irksome-internet-explorer-vs-javascript/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m coding a form and I want the user to be able to add more rows to it, if they wish.</p>
<p>So when the user activates a control, I use <acronym title="JavaScript">JS</acronym> to create some &#8216;input&#8217; elements (including some radio buttons), add a few attributes to them, and then insert them in a table cell.<br />It&#8217;s not exactly rocket science, even for a JS <abbr title="noob, short for 'newbie', you noob.">|\|00|3</abbr> such as myself.</p>
<p>Let me expand on this.</p>
<p><span id="more-30"></span></p>
<p>I build in <a href="http://getfirefox.com" title="Get Firefox, if you haven't already">Firefox</a> and test in <acronym title="Internet Explorer (sucks)">IE</acronym>. So I use the following code:</p>
<pre>
// NB: bits and pieces have been left out for the sake of this example.

// create the cell
var newCell = newRow.insertCell(2);

// create the elements
var newInput1 = document.createElement('input' );
var newInput2 = document.createElement('input' );
var newLabel1 = document.createElement('label');
var newLabel2 = document.createElement('label');

// set some attributes on those elements
newInput1.setAttribute('type', 'radio');
newInput1.setAttribute('name', 'rdoAddRemove_' + rowIndex);
newInput1.setAttribute('id', 'rdoAdd_' + rowIndex);
newInput1.setAttribute('value', 'Add');
newInput2.setAttribute('type', 'radio');
newInput2.setAttribute('name', 'rdoAddRemove_' + rowIndex);
newInput2.setAttribute('id', 'rdoRemove_' + rowIndex);
newInput2.setAttribute('value', 'Remove');
newLabel1.setAttribute('for', 'rdoAdd_' + rowIndex);
newLabel2.setAttribute('for', 'rdoRemove_' + rowIndex);

// append the elements to the cell
newCell.appendChild(newInput1);
newCell.appendChild(newLabel1);
newCell.appendChild(newInput2);
newCell.appendChild(newLabel2);
</pre>
<p>So you can see what I&#8217;m trying to do here, and so could Firefox, because it built the code correctly.</p>
<p>IE, on the other hand, displayed the radio buttons, but wouldn&#8217;t allow the user to select them. After much hair-pulling and fretting, (because I can&#8217;t find a <a href="http://www.getfirebug.com/" title="Firebug - best Firefox debugging tool. Ever. Pure pwnage.">Firebug</a> equivalent for IE), I discovered that IE wasn&#8217;t adding the &#8216;name&#8217; attributes to the &#8216;input&#8217; elements.</p>
<p>Apparently (and I&#8217;ve lost the link now) IE has a &#8216;feature&#8217; that means you can&#8217;t change the name of an element once it has been created.</p>
<p>So I tried this:</p>
<pre>
newInput = document.createElement('&lt;input name="rdoAddRemove_' + rowIndex + '" /&gt;' );
</pre>
<p>Yay! It now works in IE! &#8230;but the good browsers spat the dummy. And I really felt that if I were going to do this then I might as well &#8216;innerHTML&#8217; everything.</p>
<p>So I remembered my good old friend <code>try {...} catch(err) {...}</code> and came up with this:</p>
<pre>
try {
	// IE will eat this, FF Safari and others will choke on it.
	newInput1 = document.createElement('&lt;input name="rdoAddRemove_' + rowIndex + '" /&gt;');
	newInput2 = document.createElement('&lt;input name="rdoAddRemove_' + rowIndex + '" /&gt;');
} catch(err) {
	// Good browsers will eat this instead.
	newInput1 = document.createElement('input');
	newInput2 = document.createElement('input');
}
</pre>
<p>Now whether this is the best way to do it or not, I don&#8217;t know, but it worked in all the browsers I tested it in so I&#8217;m happy(-ish).</p>
<p>GRRRRR @ IE for wasting my afternoon!!</p>
]]></content:encoded>
			<wfw:commentRss>http://twoseven.co.nz/2007/07/16/irksome-internet-explorer-vs-javascript/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>HTML Emails</title>
		<link>http://twoseven.co.nz/2007/06/12/html-emails/</link>
		<comments>http://twoseven.co.nz/2007/06/12/html-emails/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 21:20:08 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://twoseven.co.nz/2007/06/12/html-emails/</guid>
		<description><![CDATA[Jeffery Zeldman writes that email is not a platform for design. I totally agree, and am pleased that someone with clout is saying so. I know I&#8217;m more developer than designer, the medium that is email was never intended to &#8230; <a href="http://twoseven.co.nz/2007/06/12/html-emails/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.zeldman.com/2007/06/08/e-mail-is-not-a-platform-for-design/" title="Jeffery Zeldman: Email is not a platform for design">Jeffery Zeldman writes that email is not a platform for design</a>. I totally agree, and am pleased that someone with clout is saying so. I know I&#8217;m more developer than designer, the medium that is email was never intended to present flashy designy content.</p>
<blockquote><p>E-mail was invented so people could quickly exchange text messages over fast or slow or really slow connections, using simple, non-processor-intensive applications on any computing platform, or using phones, or hand-held devices, or almost anything else that can display text and permits typing.</p></blockquote>
<p>Amen. There is some interesting debate in the <a href="http://www.zeldman.com/2007/06/08/e-mail-is-not-a-platform-for-design/#comments" title="Jeffery Zeldman: Email is not a platform for design: comments">comments</a>. So, it&#8217;s plain text for me. What do you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://twoseven.co.nz/2007/06/12/html-emails/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Naked!</title>
		<link>http://twoseven.co.nz/2007/04/05/naked/</link>
		<comments>http://twoseven.co.nz/2007/04/05/naked/#comments</comments>
		<pubDate>Wed, 04 Apr 2007 23:42:55 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://twoseven.co.nz/2007/04/05/naked/</guid>
		<description><![CDATA[Wondering why this page looks a little spartan today? That&#8217;s because it&#8217;s CSS Naked Day!!! Go check out other nakedness! Update: It&#8217;s no longer the 5th of April; clothes are back on.]]></description>
			<content:encoded><![CDATA[<p>Wondering why this page looks a little spartan today? That&#8217;s because it&#8217;s <a href="http://naked.dustindiaz.com/" title="Dustin Diaz's CSS Naked Day website">CSS Naked Day</a>!!!</p>
<p>Go check out other nakedness!</p>
<p><strong>Update:</strong> It&#8217;s no longer the 5<sup>th</sup> of April; clothes are back on.</p>
]]></content:encoded>
			<wfw:commentRss>http://twoseven.co.nz/2007/04/05/naked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

