<?xml version="1.0"?>

<rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
>

<channel rdf:about="http://simon.incutio.com/syndicate/graphics/rss1.0">
  <title>Graphic Design</title>
  <link>http://simon.incutio.com/</link>
  <description>Simon Willison's Graphic Design cateory</description>
  <language>en-uk</language>
  <webMaster>simon@incutio.com</webMaster>
  <items>
    <rdf:Seq>
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2004/01/29/coldWar" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2003/11/25/collaborativeRedesign" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2003/11/09/fullPageZoom" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2003/11/01/halloween" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2003/10/20/podLob" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2003/09/09/andyInTheGarden" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2003/09/08/hinting" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2003/08/28/greatLiquidDesign" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2003/07/09/adaptivePathRedesign" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2003/07/09/linkPropogation" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2003/06/23/anotherFlashRant" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2003/06/17/gorgeousLinks" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2003/06/14/moreZenGarden" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2003/06/11/meyerweb" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2003/05/31/goldenMean" />
    </rdf:Seq>
  </items>
</channel>

<item rdf:about="http://simon.incutio.com/archive/2004/01/29/coldWar">
  <title>Cold War check point</title>
  <description>&lt;blockquote cite=&quot;http://www.7nights.com/asterisk/archives/flash_your_take.php#comments&quot;&gt;&lt;p&gt;
One main reason I detest 100% Flash-based sites so much is because they don't promote sharing and linking which are two big things to do on the Web. See a cool new game screenshot that you want to show your friend? Sorry, no can do with that 100% Flash-based site because everything is contained under one URL which is like a Cold War check point for the entire site.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Nollind Whachell in a &lt;a href=&quot;http://www.7nights.com/asterisk/archives/flash_your_take.php#comments&quot; title=&quot;Flash -- Your Take&quot;&gt;discussion on Asterisk*&lt;/a&gt;.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2004/01/29/coldWar</link>
  <dc:subject>Graphic Design</dc:subject>
  <dc:date>2004-01-29T01:08:20-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2003/11/25/collaborativeRedesign">
  <title>Collaborative Redesign</title>
  <description>&lt;p&gt;Out with the orange, in with the green. As with my &lt;a href=&quot;http://simon.incutio.com/archive/2003/04/09/halfHourRedesign&quot; title=&quot;Half Hour Redesign&quot;&gt;last redesign&lt;/a&gt;, only the &lt;acronym title=&quot;Cascading Style Sheets&quot;&gt;CSS&lt;/acronym&gt; changed. A fun deviation with this one was that it was a collaboration between myself and &lt;a href=&quot;http://blog.natbat.co.uk/&quot;&gt;Natalie&lt;/a&gt; over nearly 5,000 miles, using &lt;a href=&quot;http://www.squarefree.com/bookmarklets/webdevel.html#edit_styles&quot; title=&quot;The best bookmarklet ever&quot;&gt;edit styles&lt;/a&gt; and &lt;acronym title=&quot;AOL Instant Messenger&quot;&gt;AIM&lt;/acronym&gt; to pass each other snippets of &lt;acronym title=&quot;Cascading Style Sheets&quot;&gt;CSS&lt;/acronym&gt; and instantly try them out.&lt;/p&gt;

&lt;p&gt;I haven't tested it very thoroughly at all so if there are any glaring abominations leave me a comment - I know about the blogmarks looking slightly out of place in &lt;acronym title=&quot;Internet Explorer&quot;&gt;IE&lt;/acronym&gt; 6 but I haven't quite decided if I can be bothered to find a workaround yet.&lt;/p&gt;
</description>
  <link>http://simon.incutio.com/archive/2003/11/25/collaborativeRedesign</link>
  <dc:subject>Blogging, [X]HTML and CSS, Graphic Design</dc:subject>
  <dc:date>2003-11-25T01:29:51-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2003/11/09/fullPageZoom">
  <title>Full page zoom</title>
  <description>&lt;p&gt;For as long as I've understood the issue, I've been an advocate of liquid layouts over fixed widths for web page design. Liquid layouts are layouts like the one used by this site, where the page adjusts to fix the size of the user's browser window. Fixed widths on the other hand are sites such as &lt;a href=&quot;http://www.ljworld.com/&quot;&gt;LJWorld.com&lt;/a&gt; where the width of the page is fixed no matter how large or small the browser window gets.&lt;/p&gt;

&lt;p&gt;There are good arguments for both sides of the issue. Liquid layouts give control to the user and avoid wasted screen real estate; fixed width layouts give the site author greater control over the look of the site and (more importantly) ensure that text line widths remain sensible.&lt;/p&gt;

&lt;p&gt;In recent months, I've been seriously reconsidering my preference for liquid layouts. I'm currently using Windows at a resolution of 1280 x 1024 with my browser fully maximised, and reading liquid sites is a pain. The standard cry of liquid layout fans in this case is &quot;you don't have to surf with your browser window maximised&quot;, and I have repeated this myself many times. The problem is, I surf with my browser window maximised. I don't know why, but I just feel more comfortable with a maximised browser window (it may be related to the ridiculous number of tabs I normally have open). My solution so far has been a combination of &lt;a href=&quot;http://simon.incutio.com/archive/2003/08/02/readabilityBookmarklets&quot; title=&quot;Page Readability Bookmarks&quot;&gt;using these bookmarklets&lt;/a&gt; and increasing the text size of the page, but fixed width layouts are becoming more and more appealing.&lt;/p&gt;

&lt;p&gt;It turns out however that there is a third option. Load up &lt;a href=&quot;http://www.cednc.org/programs/engage/finance/&quot; title=&quot;CED's Engage: Finance Home Page&quot;&gt;this page&lt;/a&gt;, recently posted to Webdesign-L by Rick Cecil. Now increase and decrease your browser's text size. The &lt;em&gt;whole page&lt;/em&gt; scales with the text, thanks to extensive use of the em unit for setting the width of various page elements. I don't know if this technique even has a name yet but if it hasn't I suggest &quot;full page zoom&quot;. I will certainly be investigating it as an option for future projects.&lt;/p&gt;

&lt;p&gt;One final thought: if only the current pack of browsers supported the min-width and max-width &lt;acronym title=&quot;Cascading Style Sheets&quot;&gt;CSS&lt;/acronym&gt; properties, this whole issue could have been solved years ago.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; While experimenting with this idea further, I came up with &lt;a href=&quot;http://simon.incutio.com/code/js/scaling/&quot;&gt;this Javascript experiment&lt;/a&gt;. Make of it what you will.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2003/11/09/fullPageZoom</link>
  <dc:subject>[X]HTML and CSS, Graphic Design</dc:subject>
  <dc:date>2003-11-09T00:35:20-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2003/11/01/halloween">
  <title>Halloween Decorations</title>
  <description>&lt;p&gt;Spotted so far:&lt;/p&gt;

&lt;ul&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.ljworld.com/site/halloween03/&quot;&gt;Lawrence Journal-World&lt;/a&gt; (where I work) - check out the funky blinking red eyes&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.google.com/&quot;&gt;Google&lt;/a&gt; - naturally&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.radiac.net/&quot;&gt;Radiac.net&lt;/a&gt; - &quot;Randy Towers&quot; ;)&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.intertwingly.net/&quot;&gt;Sam Ruby&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Quite a poor showing really. I was going to add a bat to my top right hand corner but Halloween is already over in the &lt;acronym title=&quot;United Kingdom&quot;&gt;UK&lt;/acronym&gt; so it didn't seem worth it.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2003/11/01/halloween</link>
  <dc:subject>Graphic Design</dc:subject>
  <dc:date>2003-11-01T02:12:02-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2003/10/20/podLob">
  <title>Fun with DHTML and Flash</title>
  <description>&lt;p&gt;Travis Beckham's &lt;a href=&quot;http://www.podlob.com/&quot;&gt;podLob&lt;/a&gt; features 56 experiments in Flash and 19 in Javascript/&lt;acronym title=&quot;Dynamic HyperText Markup Language&quot;&gt;DHTML&lt;/acronym&gt;. I particularly liked the Flash image transitions. I'd probably complain bitterly I came across that kind of effect on a real site but as experiments they're fascinating and great fun to explore.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2003/10/20/podLob</link>
  <dc:subject>DHTML and Javascript, Graphic Design</dc:subject>
  <dc:date>2003-10-20T05:20:12-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2003/09/09/andyInTheGarden">
  <title>Andy in the Garden</title>
  <description>&lt;p&gt;My friend Andy's design skills &lt;a href=&quot;http://blog.mooncalf.me.uk/archive/2003/09/09#SecretsRevealed&quot; title=&quot;Secrets Revealed&quot;&gt;have been recognised&lt;/a&gt; by &lt;a href=&quot;http://www.csszengarden.com/?cssfile=042%2F042%2Ecss&quot;&gt;the CSS Zen Garden&lt;/a&gt;. Congratulations! He's number &lt;a href=&quot;http://www.google.com/search?q=answer+to+life+the+universe+and+everything&quot;&gt;42&lt;/a&gt;.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2003/09/09/andyInTheGarden</link>
  <dc:subject>Graphic Design</dc:subject>
  <dc:date>2003-09-09T10:15:51-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2003/09/08/hinting">
  <title>Hinting</title>
  <description>&lt;p&gt;I've always wondered how fonts work. I now have a much better understanding of the technology involved thanks to Microsoft's excellent &lt;a href=&quot;http://www.microsoft.com/typography/&quot;&gt;Typography site&lt;/a&gt;, in particular this &lt;a href=&quot;http://www.microsoft.com/typography/hinting/hinting.htm&quot;&gt;Introduction to hinting&lt;/a&gt; from 1997 (via ).&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2003/09/08/hinting</link>
  <dc:subject>Graphic Design</dc:subject>
  <dc:date>2003-09-08T20:38:24-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2003/08/28/greatLiquidDesign">
  <title>Great liquid design example</title>
  <description>&lt;p&gt;I've started browsing the web at 1600x1200, because I have a nice big monitor and a tendency to browse with my font size set to large. At this resolution you really begin to appreciate the argument put forward by fixed-width site design advocates that liquid designs can end up plain unreadable on some setups. I could just reduce the size of my browser window, but I'm lazy. Instead I'll point out that the &lt;a href=&quot;http://www.rmh-d.com/&quot;&gt;Rocky Mountain Harley-Davidson dealership&lt;/a&gt; is a liquid site that manages to look great even at ludicrously high resolutions. It's got some very decent &lt;acronym title=&quot;Cascading Style Sheets&quot;&gt;CSS&lt;/acronym&gt; and structural markup under the hood as well.&lt;/p&gt;
</description>
  <link>http://simon.incutio.com/archive/2003/08/28/greatLiquidDesign</link>
  <dc:subject>Graphic Design</dc:subject>
  <dc:date>2003-08-28T05:00:43-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2003/07/09/adaptivePathRedesign">
  <title>Adaptive Path Redesign</title>
  <description>&lt;p&gt;Doug Bowman and Adaptive Path have launched the redesign of the &lt;a href=&quot;http://www.adaptivepath.com/&quot;&gt;Adaptive Path site&lt;/a&gt;. It's well worth exploring: the site looks gorgeous, and is a great example of best practise structural markup, &lt;acronym title=&quot;Cascading Style Sheets&quot;&gt;CSS&lt;/acronym&gt; and web standards compliance. Doug has &lt;a href=&quot;http://www.stopdesign.com/log/2003/07/09/the_new_path.html&quot; title=&quot;The New Path&quot;&gt;an overview&lt;/a&gt; of the highlights of the new design, which includes a brief explanation of the brilliant &lt;acronym title=&quot;Cascading Style Sheets&quot;&gt;CSS&lt;/acronym&gt; double rollover effects used for the team photos on the home page.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2003/07/09/adaptivePathRedesign</link>
  <dc:subject>Web Standards, [X]HTML and CSS, Graphic Design</dc:subject>
  <dc:date>2003-07-09T14:45:21-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2003/07/09/linkPropogation">
  <title>CSS drop shadows</title>
  <description>&lt;p&gt;Yet another groovy &lt;acronym title=&quot;Cascading Style Sheets&quot;&gt;CSS&lt;/acronym&gt; demo: &lt;a href=&quot;http://nontroppo.org/test/shadow.html&quot;&gt;Drop shadow effects&lt;/a&gt; using only two nested divs and an alpha-transparent &lt;acronym title=&quot;Portable Network Graphics&quot;&gt;PNG&lt;/acronym&gt;. They look passable in &lt;acronym title=&quot;Internet Explorer&quot;&gt;IE&lt;/acronym&gt; as well. Another gem from Paul Hammond's &lt;a href=&quot;http://www.paranoidfish.org/links/&quot; title=&quot;paranoidfish.org/links&quot;&gt;link blog&lt;/a&gt;. Incidentally, Paul has written up some &lt;a href=&quot;http://www.paranoidfish.org/notes/2003/07/08/0924&quot; title=&quot;Chaos Theory and Link Propogation&quot;&gt;interesting observations&lt;/a&gt; on how a previous item from his link blog spread itself around the 'net after I linked to it a few days ago.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2003/07/09/linkPropogation</link>
  <dc:subject>[X]HTML and CSS, Graphic Design</dc:subject>
  <dc:date>2003-07-09T00:32:56-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2003/06/23/anotherFlashRant">
  <title>Another rant about Flash</title>
  <description>&lt;p&gt;Michael Pick has kicked off an &lt;a href=&quot;http://www.mikepick.com/news/archives/000097.html&quot; title=&quot;Flash Forward&quot;&gt;interesting discussion&lt;/a&gt; on the usefulness of Flash, which is &lt;a href=&quot;http://www.mezzoblue.com/cgi-bin/mt/mezzo/archives/000157.asp&quot; title=&quot;Reconciling Flash&quot;&gt;continued on mezzoblue&lt;/a&gt;. The key idea under discussion is that while Flash has its uses it remains a fundamentally bad choice for serving up text based content. I &lt;a href=&quot;http://simon.incutio.com/archive/2002/07/17/leaveMyTextAlone&quot; title=&quot;Flash: Leave my text alone!&quot;&gt;couldn't agree more&lt;/a&gt;. It's nice to see that some Flash designers think the same way.&lt;/p&gt;

&lt;p&gt;That said, a discussion with friends at Uni a while back made me reconsider my position on Flash to a certain extent. I was arguing that full Flash-based sites practically always make textual content slower and/or harder to access, and (with the notable exceptions of online cartoons and interactive graphical information) are thus a bad choice for practically any site containing textual information. I was then confronted with something I hadn't really considered: some people use the internet to look at pretty things and be entertained rather than just to find information. Over the past few years I have become reliant on the internet as a tool for finding information, so the idea of information being &quot;hidden&quot; behind a layer of eye candy lost its appeal a long time ago. I had never really considered that there are many people who log on to the 'net for half an hour every few evenings with the soul aim of entertainment rather than information retrieval.&lt;/p&gt;

&lt;p&gt;With that in mind, maybe the X2 Movie site wasn't quite as bad as &lt;a href=&quot;http://simon.incutio.com/archive/2003/06/12/filmSitesThatSuck&quot; title=&quot;Official film sites almost always suck&quot;&gt;I thought it was&lt;/a&gt;. It was just aimed at a completely different audience.&lt;/p&gt;

&lt;p&gt;This does nothing to change my overall opinion of Flash as a tool for serving textual content. I'll believe Flash is a good choice for textual content when I can access that content using &lt;a href=&quot;http://lynx.browser.org/&quot;&gt;Lynx&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;N.B. An issue I haven't touched upon at all is Flash as a tool for serving up &quot;Rich Media Applications&quot;, aka web-based GUIs that provide proper interaction as opposed to the current click-wait-reload cycle provided by &lt;acronym title=&quot;HyperText Markup Language&quot;&gt;HTML&lt;/acronym&gt; forms. I agree that Flash has huge potential here, although I have yet to see an application that really uses this capability to an advantage over more accessible &lt;acronym title=&quot;HyperText Markup Language&quot;&gt;HTML&lt;/acronym&gt;. And I won't believe Flash is truly accessible until I can use Flash based web apps from a command line. I'm hard to please like that.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2003/06/23/anotherFlashRant</link>
  <dc:subject>Graphic Design, Rants</dc:subject>
  <dc:date>2003-06-23T19:21:20-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2003/06/17/gorgeousLinks">
  <title>Gorgeous CSS Rollovers</title>
  <description>&lt;p&gt;I've been planning a follow-up to my &lt;a href=&quot;http://simon.incutio.com/archive/2003/05/27/funWithLinks&quot;&gt;basic link styling tutorial&lt;/a&gt; for over a week now, but it's going to be a lot shorter now thanks to Al Sparber's excellent &lt;a href=&quot;http://www.projectseven.com/tutorials/css_menus/list_01/&quot;&gt;Uberlink CSS Rollover tutorial&lt;/a&gt;, which covers a lot of useful concepts and ends up with a truly gorgeous looking result. Thoroughly recommended.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2003/06/17/gorgeousLinks</link>
  <dc:subject>Graphic Design, CSS ain't Rocket Science</dc:subject>
  <dc:date>2003-06-17T23:57:46-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2003/06/14/moreZenGarden">
  <title>More CSS Zen Garden submissions</title>
  <description>&lt;p&gt;The &lt;a href=&quot;http://www.csszengarden.com/&quot;&gt;CSS Zen Garden&lt;/a&gt; is growing at a pretty impressive rate, with another three submissions since I last checked it a few days ago: &lt;a href=&quot;http://www.csszengarden.com/?cssfile=020%2F020%2Ecss&quot;&gt;Friendly Beaches&lt;/a&gt;, &lt;a href=&quot;http://www.csszengarden.com/?cssfile=021%2F021%2Ecss&quot;&gt;Calm &amp;amp; Smooth&lt;/a&gt; and &lt;a href=&quot;http://www.csszengarden.com/?cssfile=022%2F022%2Ecss&quot;&gt;Viridity&lt;/a&gt;. Also added recently is &lt;a href=&quot;http://www.csszengarden.com/?cssfile=019%2F019%2Ecss&quot;&gt;What Lies Beneath&lt;/a&gt;, which is unique in being the first horizontally rather than vertically oriented layout. It's a shame there's no automated way of tracking the garden (an &lt;acronym title=&quot;Really Simple Syndication&quot;&gt;RSS&lt;/acronym&gt; feed of new submissions for example) as I keep on forgetting to check back for new material.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2003/06/14/moreZenGarden</link>
  <dc:subject>Graphic Design</dc:subject>
  <dc:date>2003-06-14T14:17:21-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2003/06/11/meyerweb">
  <title>Eric Meyer Redesigns</title>
  <description>&lt;p&gt;Eric Meyer has &lt;a href=&quot;http://www.meyerweb.com/eric/thoughts/2003b.html#t20030610&quot; title=&quot;Eos Rising&quot;&gt;released&lt;/a&gt; a new selection of designs over on &lt;a href=&quot;http://www.meyerweb.com/&quot;&gt;Meyerweb&lt;/a&gt;. The designs are inspiring, and Eric's CSS is well worth perusing for style tips and insights in to reliable methods of creating relatively complex layouts.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2003/06/11/meyerweb</link>
  <dc:subject>[X]HTML and CSS, Graphic Design</dc:subject>
  <dc:date>2003-06-11T23:59:43-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2003/05/31/goldenMean">
  <title>Golden Mean</title>
  <description>&lt;p&gt;&lt;a href=&quot;http://www.csszengarden.com/?cssfile=017/017.css&amp;amp;page=0&quot;&gt;Golden Mean&lt;/a&gt; is Doug Bowman's first contribution to the &lt;a href=&quot;http://www.csszengarden.com/&quot;&gt;CSS Zen Garden&lt;/a&gt;, and it's a very nice piece of work. Even better is the fact that Doug has provided &lt;a href=&quot;http://www.stopdesign.com/log/default.asp?date=20030527&quot; title=&quot;In the Garden&quot;&gt;extensive coverage&lt;/a&gt; of the design process (including technical &lt;acronym title=&quot;Cascading Style Sheets&quot;&gt;CSS&lt;/acronym&gt; details) on his blog.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2003/05/31/goldenMean</link>
  <dc:subject>Graphic Design</dc:subject>
  <dc:date>2003-05-31T23:51:45-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>

</rdf:RDF>