<?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: FT redesign: modern, readable and accessible</title>
	<atom:link href="http://leonpaternoster.com/2008/11/ft-redesign-modern-readable-and-accessible/feed/" rel="self" type="application/rss+xml" />
	<link>http://leonpaternoster.com/2008/11/ft-redesign-modern-readable-and-accessible/</link>
	<description>User&#8211;centric web design and writing from Ipswich, Suffolk</description>
	<lastBuildDate>Sun, 21 Mar 2010 22:37:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Leon</title>
		<link>http://leonpaternoster.com/2008/11/ft-redesign-modern-readable-and-accessible/comment-page-1/#comment-3188</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Thu, 15 Jan 2009 14:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=241#comment-3188</guid>
		<description>Hi Josh,

Well, I recognise some of that CSS!

You need to add a doctype at the top of your document:

&lt;blockquote&gt;&lt;code&gt;&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot;
&quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;&lt;/code&gt;&lt;/blockquote&gt;

would do.

I like the text size and the headings (as I should!)

I would validate the CSS&#8212;you need to precede classes and IDs with a . and a # respectively.

Also, I&#039;m not sure excluding people who use IE is such a good idea (although using another browser is the right thing to do, of course).

It&#039;s well worth playing around with other people&#039;s code, but there are a few good reference sites around as well: try &lt;a href=&quot;http://htmldog.com&quot; rel=&quot;nofollow&quot;&gt;HTML Dog&lt;/a&gt; to start with.</description>
		<content:encoded><![CDATA[<p>Hi Josh,</p>
<p>Well, I recognise some of that CSS!</p>
<p>You need to add a doctype at the top of your document:</p>
<blockquote><p><code>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"<br />
"http://www.w3.org/TR/html4/strict.dtd"&gt;</code></p></blockquote>
<p>would do.</p>
<p>I like the text size and the headings (as I should!)</p>
<p>I would validate the CSS&mdash;you need to precede classes and IDs with a . and a # respectively.</p>
<p>Also, I&#8217;m not sure excluding people who use IE is such a good idea (although using another browser is the right thing to do, of course).</p>
<p>It&#8217;s well worth playing around with other people&#8217;s code, but there are a few good reference sites around as well: try <a href="http://htmldog.com" rel="nofollow">HTML Dog</a> to start with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Curd</title>
		<link>http://leonpaternoster.com/2008/11/ft-redesign-modern-readable-and-accessible/comment-page-1/#comment-3033</link>
		<dc:creator>Josh Curd</dc:creator>
		<pubDate>Wed, 14 Jan 2009 18:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=241#comment-3033</guid>
		<description>Hi again Leon (still feels wrong sir!)

I am mainly playing around and doing stuff for myself.

I had decided to make a portfolio, an online kinda cv.

www.freewebs.com/kpjjc/portfolio.htm

Look familiar to anything you&#039;ve seen before?</description>
		<content:encoded><![CDATA[<p>Hi again Leon (still feels wrong sir!)</p>
<p>I am mainly playing around and doing stuff for myself.</p>
<p>I had decided to make a portfolio, an online kinda cv.</p>
<p><a href="http://www.freewebs.com/kpjjc/portfolio.htm" rel="nofollow">http://www.freewebs.com/kpjjc/portfolio.htm</a></p>
<p>Look familiar to anything you&#8217;ve seen before?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tuck</title>
		<link>http://leonpaternoster.com/2008/11/ft-redesign-modern-readable-and-accessible/comment-page-1/#comment-2325</link>
		<dc:creator>Michael Tuck</dc:creator>
		<pubDate>Wed, 31 Dec 2008 15:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=241#comment-2325</guid>
		<description>One of my problems is designing on a monitor that is too small and too dark. I&#039;m forced to check my designs on my work computer, and sometimes I just don&#039;t think about it. I&#039;ll check out the black-on-blue on the big, bright LCD screen at work.

Re: Shakespeare&#039;s Sonnets: I thought the site must have been using obscure fonts I didn&#039;t have, probably black-letter or chancery fonts of one sort or another. But the Firefox Font Finder extension told me that the entire stack is:

font-family: sans-serif;

That&#039;s a bit too minimalist for my taste. :) The whole site is just laughably bad--too bad, because the site content is worth presenting well.

Here&#039;s my all-time bad design candidate. Warning: strap yourself in before clicking.

&lt;a href=&quot;http://www.havenworks.com&quot; rel=&quot;nofollow&quot;&gt;HavenWorks&lt;/a&gt;. They even offer their services as designers, which is just too funny.</description>
		<content:encoded><![CDATA[<p>One of my problems is designing on a monitor that is too small and too dark. I&#8217;m forced to check my designs on my work computer, and sometimes I just don&#8217;t think about it. I&#8217;ll check out the black-on-blue on the big, bright LCD screen at work.</p>
<p>Re: Shakespeare&#8217;s Sonnets: I thought the site must have been using obscure fonts I didn&#8217;t have, probably black-letter or chancery fonts of one sort or another. But the Firefox Font Finder extension told me that the entire stack is:</p>
<p>font-family: sans-serif;</p>
<p>That&#8217;s a bit too minimalist for my taste. <img src='http://leonpaternoster.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The whole site is just laughably bad&#8211;too bad, because the site content is worth presenting well.</p>
<p>Here&#8217;s my all-time bad design candidate. Warning: strap yourself in before clicking.</p>
<p><a href="http://www.havenworks.com" rel="nofollow">HavenWorks</a>. They even offer their services as designers, which is just too funny.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon</title>
		<link>http://leonpaternoster.com/2008/11/ft-redesign-modern-readable-and-accessible/comment-page-1/#comment-2301</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Sun, 28 Dec 2008 21:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=241#comment-2301</guid>
		<description>Michael,

I have to admit that I don&#039;t find the blue any less glaring than plain white. I think it&#039;s a matter of contrast more than anything else; i.e. you can have too high a contrast as well as too low. 

That&#039;s why dark text on a white background isn&#039;t set to &lt;code&gt;color: #000;&lt;/code&gt;. Depending on the thickness of the font, anything between &lt;code&gt;#555&lt;/code&gt; and &lt;code&gt;#333&lt;/code&gt; is OK (I&#039;m currently using Lucida Grande/Lucida Sans Unicode, which is quite a &#039;thick&#039; font and way too dark at &lt;code&gt;#333&lt;/code&gt;).

As with all web typography, there are a lot of variables involved. Although some choices are &lt;a href=&quot;http://www.shakespeares-sonnets.com/&quot; rel=&quot;nofollow&quot;&gt;objectively bad&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>I have to admit that I don&#8217;t find the blue any less glaring than plain white. I think it&#8217;s a matter of contrast more than anything else; i.e. you can have too high a contrast as well as too low. </p>
<p>That&#8217;s why dark text on a white background isn&#8217;t set to <code>color: #000;</code>. Depending on the thickness of the font, anything between <code>#555</code> and <code>#333</code> is OK (I&#8217;m currently using Lucida Grande/Lucida Sans Unicode, which is quite a &#8216;thick&#8217; font and way too dark at <code>#333</code>).</p>
<p>As with all web typography, there are a lot of variables involved. Although some choices are <a href="http://www.shakespeares-sonnets.com/" rel="nofollow">objectively bad</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tuck</title>
		<link>http://leonpaternoster.com/2008/11/ft-redesign-modern-readable-and-accessible/comment-page-1/#comment-2196</link>
		<dc:creator>Michael Tuck</dc:creator>
		<pubDate>Tue, 23 Dec 2008 00:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=241#comment-2196</guid>
		<description>Andrea Gandino definitely belongs to the Cameron Moll school of design. Lovely site, though it could use some right padding. :)

Here&#039;s the one I did using the light blue background. It&#039;s strictly to contain text and designed for a very small audience, so is very simple in concept and design. Yet it *still* manages to make IE cough.

http://www.iraqtimeline.com/entriesdummies.html

(Leon, note the almost-basic font stack, LOL.)

My favorite bad example of background images comes from some long-gone school site, where the designer thought it would be cool to tile an animated graphic of a biplane swooping at the viewer. You can imagine how usable the page was with a flotilla of Sopwith Camels sweeping at you every five seconds.</description>
		<content:encoded><![CDATA[<p>Andrea Gandino definitely belongs to the Cameron Moll school of design. Lovely site, though it could use some right padding. <img src='http://leonpaternoster.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here&#8217;s the one I did using the light blue background. It&#8217;s strictly to contain text and designed for a very small audience, so is very simple in concept and design. Yet it *still* manages to make IE cough.</p>
<p><a href="http://www.iraqtimeline.com/entriesdummies.html" rel="nofollow">http://www.iraqtimeline.com/entriesdummies.html</a></p>
<p>(Leon, note the almost-basic font stack, LOL.)</p>
<p>My favorite bad example of background images comes from some long-gone school site, where the designer thought it would be cool to tile an animated graphic of a biplane swooping at the viewer. You can imagine how usable the page was with a flotilla of Sopwith Camels sweeping at you every five seconds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon</title>
		<link>http://leonpaternoster.com/2008/11/ft-redesign-modern-readable-and-accessible/comment-page-1/#comment-2193</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Mon, 22 Dec 2008 22:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=241#comment-2193</guid>
		<description>Hi Josh,

To be honest, it&#039;s not something I&#039;ve really bothered with in the past, apart from when I&#039;ve made a footer or sidebar a different colour from the main text. I think it can look a bit murky.

Yes, colour and I have a somewhat difficult relationship. I&#039;m good at words and layout, but images and colour&#8230;

Michael - I think &lt;a href=&quot;http://andreagandino.com/&quot; rel=&quot;nofollow&quot;&gt;background images can be done pretty well&lt;/a&gt;, but I&#039;d take a bit of care trying it out.

Josh - any work to link to?

And &#8220;Leon&#8221; is fine now!</description>
		<content:encoded><![CDATA[<p>Hi Josh,</p>
<p>To be honest, it&#8217;s not something I&#8217;ve really bothered with in the past, apart from when I&#8217;ve made a footer or sidebar a different colour from the main text. I think it can look a bit murky.</p>
<p>Yes, colour and I have a somewhat difficult relationship. I&#8217;m good at words and layout, but images and colour&hellip;</p>
<p>Michael &#8211; I think <a href="http://andreagandino.com/" rel="nofollow">background images can be done pretty well</a>, but I&#8217;d take a bit of care trying it out.</p>
<p>Josh &#8211; any work to link to?</p>
<p>And &#8220;Leon&#8221; is fine now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tuck</title>
		<link>http://leonpaternoster.com/2008/11/ft-redesign-modern-readable-and-accessible/comment-page-1/#comment-2191</link>
		<dc:creator>Michael Tuck</dc:creator>
		<pubDate>Mon, 22 Dec 2008 21:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=241#comment-2191</guid>
		<description>Josh, I tend to agree. I&#039;ve designed two small sites lately, both using #f0f8ff (aliceblue) as a background color. It&#039;s not exactly an off-white, more of a pastel blue, but I find it very easy to work with both in spinning off a color scheme and, with good-sized sans-serif fonts driving the text, with readability. I used to use a tiled background image that imitated a sheet of paper (white with very light blue striations, very nicely done), but people keep telling me that background images are so 1999....</description>
		<content:encoded><![CDATA[<p>Josh, I tend to agree. I&#8217;ve designed two small sites lately, both using #f0f8ff (aliceblue) as a background color. It&#8217;s not exactly an off-white, more of a pastel blue, but I find it very easy to work with both in spinning off a color scheme and, with good-sized sans-serif fonts driving the text, with readability. I used to use a tiled background image that imitated a sheet of paper (white with very light blue striations, very nicely done), but people keep telling me that background images are so 1999&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Curd</title>
		<link>http://leonpaternoster.com/2008/11/ft-redesign-modern-readable-and-accessible/comment-page-1/#comment-2189</link>
		<dc:creator>Josh Curd</dc:creator>
		<pubDate>Mon, 22 Dec 2008 20:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=241#comment-2189</guid>
		<description>Hi Sir

I do think that changing the background colour is a good idea on a webpage.

In my opinion any light neutral colour could be better than white, a webpage with a white background can be a bit too bright for the eye.  The colour can take the edge off of the screen and make the page more readable.

The choice of colour is, really, entierly up to the web designer.  So the use of a light pink by FT is a sensable choice if their print version is the same colour.

ps.

I told you a bit of colour could be good on your home page and have noticed a little bit!!!</description>
		<content:encoded><![CDATA[<p>Hi Sir</p>
<p>I do think that changing the background colour is a good idea on a webpage.</p>
<p>In my opinion any light neutral colour could be better than white, a webpage with a white background can be a bit too bright for the eye.  The colour can take the edge off of the screen and make the page more readable.</p>
<p>The choice of colour is, really, entierly up to the web designer.  So the use of a light pink by FT is a sensable choice if their print version is the same colour.</p>
<p>ps.</p>
<p>I told you a bit of colour could be good on your home page and have noticed a little bit!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tuck</title>
		<link>http://leonpaternoster.com/2008/11/ft-redesign-modern-readable-and-accessible/comment-page-1/#comment-2032</link>
		<dc:creator>Michael Tuck</dc:creator>
		<pubDate>Tue, 16 Dec 2008 23:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=241#comment-2032</guid>
		<description>The hell with the Guardian. I like big(ger) fonts and lots of whitespace. Not so fond of the pink, though.

The article is done. It&#039;s just a matter of getting the contract signed and faxed back, and the publication finalized. I&#039;ll send you a link if you like.

Hmmm, I&#039;ll do some thinking about a comprehensive Linux stack. Actually, that&#039;s covered somewhat in the article; I&#039;ve tweaked the stacks considerably since you saw the earlier version, and I think the Linux fonts match pretty well with the Mac and Win fonts.

I&#039;d love your advice on redesigning the Commons, but that situation is a snakepit I wouldn&#039;t wish on anyone. Since this is a public blog, let&#039;s just say &quot;personal differences&quot; between the guy supposedly doing the redesign and, well, everyone else. I&#039;ll drop you a line.</description>
		<content:encoded><![CDATA[<p>The hell with the Guardian. I like big(ger) fonts and lots of whitespace. Not so fond of the pink, though.</p>
<p>The article is done. It&#8217;s just a matter of getting the contract signed and faxed back, and the publication finalized. I&#8217;ll send you a link if you like.</p>
<p>Hmmm, I&#8217;ll do some thinking about a comprehensive Linux stack. Actually, that&#8217;s covered somewhat in the article; I&#8217;ve tweaked the stacks considerably since you saw the earlier version, and I think the Linux fonts match pretty well with the Mac and Win fonts.</p>
<p>I&#8217;d love your advice on redesigning the Commons, but that situation is a snakepit I wouldn&#8217;t wish on anyone. Since this is a public blog, let&#8217;s just say &#8220;personal differences&#8221; between the guy supposedly doing the redesign and, well, everyone else. I&#8217;ll drop you a line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon</title>
		<link>http://leonpaternoster.com/2008/11/ft-redesign-modern-readable-and-accessible/comment-page-1/#comment-2018</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Tue, 16 Dec 2008 10:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=241#comment-2018</guid>
		<description>Hi Michael,

How&#039;s the article coming along?

I can&#039;t really disagree with anything you say: my own article was really just a response to The Guardian&#039;s review of the redesign, which objected to the white space and font sizes the FT deployed. On these terms, I think the FT marks a positive, radical departure from conventional online newspaper design.

I do like the pink, but I&#039;m not so sure that&#039;d be the case across a whole site.

And I know you&#039;re a man who doesn&#039;t like an anaemic font stack ;) I&#039;m still searching for that perfect sans-serif Linux stack: there are just so many variables involved.

Oh, and if you need any help with the History Commons redesign, drop me an email.

Cheers,

Leon</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>How&#8217;s the article coming along?</p>
<p>I can&#8217;t really disagree with anything you say: my own article was really just a response to The Guardian&#8217;s review of the redesign, which objected to the white space and font sizes the FT deployed. On these terms, I think the FT marks a positive, radical departure from conventional online newspaper design.</p>
<p>I do like the pink, but I&#8217;m not so sure that&#8217;d be the case across a whole site.</p>
<p>And I know you&#8217;re a man who doesn&#8217;t like an anaemic font stack <img src='http://leonpaternoster.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I&#8217;m still searching for that perfect sans-serif Linux stack: there are just so many variables involved.</p>
<p>Oh, and if you need any help with the History Commons redesign, drop me an email.</p>
<p>Cheers,</p>
<p>Leon</p>
]]></content:encoded>
	</item>
</channel>
</rss>
