<?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"
	>

<channel>
	<title>aetherworld.org</title>
	<atom:link href="http://www.aetherworld.org/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aetherworld.org</link>
	<description></description>
	<pubDate>Thu, 17 Jul 2008 13:35:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Toggle the showing of hidden files in Mac OS X&#160;Finder</title>
		<link>http://www.aetherworld.org/2008/07/toggle-the-showing-of-hidden-files-in-mac-os-x-finder</link>
		<comments>http://www.aetherworld.org/2008/07/toggle-the-showing-of-hidden-files-in-mac-os-x-finder#comments</comments>
		<pubDate>Thu, 17 Jul 2008 13:35:54 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[aetherworld]]></category>

		<category><![CDATA[app]]></category>

		<category><![CDATA[dot-files]]></category>

		<category><![CDATA[finder]]></category>

		<category><![CDATA[hidden]]></category>

		<category><![CDATA[leopard]]></category>

		<category><![CDATA[os x]]></category>

		<category><![CDATA[toggle]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/?p=122</guid>
		<description><![CDATA[<div class='microid-bb18ee4ca4215239dabe47c9726da7518557bcc9'><p>At work, I often have to deal with hidden files - or <em>dot-files</em> - in the OS X Finder. I usually have a <a title="TextMate" href="http://www.macromates.com/">TextMate</a> project for every client website where I can open all files from the convenient project drawer but often I just have to quickly edit a line in a <code>.htaccess</code> or <code>.htpasswd</code> file and don&#8217;t feel like opening the whole TextMate project. On the other hand, I dont&#8217;t <em>always</em> want to see all hidden files in all folders. My home folder is littered with <code>.ssh</code>, <code>.gpg</code>, <code>.DS_Store</code>, <code>.localized</code>, <code>.bashrc</code>, <code>.Trash</code> etc. files which I don&#8217;t need to see most of the time.</p>
<p>Since it&#8217;s apparently impossible to modify the Finder so that it only shows hidden files in certain directories or it only shows hidden files matching certain criteria, I looked for another solution. Using <code>defaults write</code> in the Terminal, you can change the Finders settings and persuade it to display the hidden files on the filesystem, but I can also just use <code>ls -al</code> or <code>mate ~/Projects/myproject/.htaccess</code> to fire up TextMate directly with the <code>.htaccess</code> file opened, when I&#8217;m in the Terminal.</p>
<img class="size-full wp-image-123" title="Toggle Hidden Files " src="http://www.aetherworld.org/wp-content/uploads/2008/07/togglehidden.png" alt="Screenshot of the OS X Finder with the 'Toggle Hidden Files' button in the menu bar" width="500" height="266" />
<p>What I was looking for was a simple button in the Finder&#8217;s menu bar, that allowed me to toggle between hiding and showing those files. What I came up with is a small application that does just that. It doesn&#8217;t ask you whether you <em>really</em> want to toggle showing the hidden files, it doesn&#8217;t give you any options, you just click the button and can see all of your hidden files. And when you don&#8217;t need to see them anymore, they&#8217;re gone - at another click of the button. Convenient, isn&#8217;t it?</p>
<p>Here is how you use it:</p>
<ol>
<li>Download <a href="http://www.aetherworld.org/wp-content/uploads/2008/07/FinderToggleHiddenFiles.dmg">FinderToggleHiddenFiles.dmg</a> and mount it</li>
<li>Copy the &#8216;<strong>Toggle Hidden Files</strong>&#8217; application to your Applications folder</li>
<li>Go to your Applications folder and find the  &#8216;<strong>Toggle Hidden Files</strong>&#8217; application</li>
<li>Drag the  &#8216;<strong>Toggle Hidden Files</strong>&#8217; application to the free space on your Finder&#8217;s menu bar</li>
</ol>
<p><em>Note: When dragging, hold it for a while until you see the green + icon next to your cursor.</em></p>
<p>This works on Tiger (10.4) and Leopard (10.5) on both PPC and Intel.</p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2008. |
<a href="http://www.aetherworld.org/2008/07/toggle-the-showing-of-hidden-files-in-mac-os-x-finder">Permalink</a> |
<a href="http://www.aetherworld.org/2008/07/toggle-the-showing-of-hidden-files-in-mac-os-x-finder#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2008/07/toggle-the-showing-of-hidden-files-in-mac-os-x-finder&amp;title=Toggle the showing of hidden files in Mac OS X&nbsp;Finder">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/app" rel="tag">app</a>, <a href="http://www.aetherworld.org/topics/dot-files" rel="tag">dot-files</a>, <a href="http://www.aetherworld.org/topics/finder" rel="tag">finder</a>, <a href="http://www.aetherworld.org/topics/hidden" rel="tag">hidden</a>, <a href="http://www.aetherworld.org/topics/leopard" rel="tag">leopard</a>, <a href="http://www.aetherworld.org/topics/os-x" rel="tag">os x</a>, <a href="http://www.aetherworld.org/topics/toggle" rel="tag">toggle</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2008/07/toggle-the-showing-of-hidden-files-in-mac-os-x-finder/feed</wfw:commentRss>
		</item>
		<item>
		<title>Typography for&#160;Children</title>
		<link>http://www.aetherworld.org/2008/06/typography-for-children</link>
		<comments>http://www.aetherworld.org/2008/06/typography-for-children#comments</comments>
		<pubDate>Mon, 23 Jun 2008 01:06:24 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[aetherworld]]></category>

		<category><![CDATA[children]]></category>

		<category><![CDATA[fonts]]></category>

		<category><![CDATA[gill sans]]></category>

		<category><![CDATA[opentype]]></category>

		<category><![CDATA[projects]]></category>

		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/?p=121</guid>
		<description><![CDATA[<div class='microid-ccc3d4efc2cf86edc3f8245dad9b0b0cb9634b02'><p>For a project I&#8217;m currently working on, I needed to pick a good font. Now the target audience of this project is very different from the audience of the projects I was involved with so far: It&#8217;s going to a be a website for children.</p>
<p>Children are just in the process of learning to read and how written words relate to sounds and spoken words.<span id="bodyText"><span class="body"> The efforts of young readers need to be supported by making sure the texts are not only easy to understand but also are set in</span></span><span id="bodyText"><span class="body"> inviting, easy-to-read typefaces.</span></span></p>
<p><span id="authorSubTitle" class="copyright">Ilene Strizver&#8217;s article on <a href="http://www.fonts.com/aboutfonts/articles/fyti/typography+for+children.htm">Typography for Children</a> on <a href="http://www.fonts.com/">fonts.com</a> helped me a great deal in picking the right font. And</span> in case you&#8217;re interested, I went with <a href="http://www.fontshop.com/fonts/singles/monotype/gill_sans_schoolbook/">Gill Sans Schoolbook</a> (the Open Type version is called <a href="http://www.linotype.com/167205/gillsansinfantitalic-font.html">Gill Sans Infant</a>).</p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2008. |
<a href="http://www.aetherworld.org/2008/06/typography-for-children">Permalink</a> |
<a href="http://www.aetherworld.org/2008/06/typography-for-children#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2008/06/typography-for-children&amp;title=Typography for&nbsp;Children">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/children" rel="tag">children</a>, <a href="http://www.aetherworld.org/topics/fonts" rel="tag">fonts</a>, <a href="http://www.aetherworld.org/topics/gill-sans" rel="tag">gill sans</a>, <a href="http://www.aetherworld.org/topics/opentype" rel="tag">opentype</a>, <a href="http://www.aetherworld.org/topics/projects" rel="tag">projects</a>, <a href="http://www.aetherworld.org/topics/typography" rel="tag">typography</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2008/06/typography-for-children/feed</wfw:commentRss>
		</item>
		<item>
		<title>Innovation in Wine&#160;Labels</title>
		<link>http://www.aetherworld.org/2008/03/innovation-in-wine-labels</link>
		<comments>http://www.aetherworld.org/2008/03/innovation-in-wine-labels#comments</comments>
		<pubDate>Sun, 30 Mar 2008 21:47:58 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[aetherworld]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[labels]]></category>

		<category><![CDATA[packaging]]></category>

		<category><![CDATA[products]]></category>

		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/?p=117</guid>
		<description><![CDATA[<div class='microid-6c774342590a7d91b241bff285496f3b381df4ce'><p>I just stumbled across a really innovative design idea for wine labels via <a href="http://noisydecentgraphics.typepad.com/design/2008/03/little-ideas-ad.html">Noisy Decent Graphics</a>.</p>
<p style="text-align: center;"><a href="http://www.aetherworld.org/wp-content/uploads/2008/03/snc17528.jpg"><img class="alignnone size-medium wp-image-118" title="innovative_wine_labels_1" src="http://www.aetherworld.org/wp-content/uploads/2008/03/snc17528-300x225.jpg" alt="Innovative Wine Labels" width="300" height="225" /></a></p>
<p>If you&#8217;re at a friends place for dinner and you have a really, really nice bottle of wine, how often do you remember its name when you&#8217;re shopping for wine again? Most of us have better things to remember, anyway. Or maybe you&#8217;re a bit tipsy and won&#8217;t even remember whether it was a bottle of red or a bottle of white. Anyway, this is one of the ideas that makes you smack your head and ask yourself why <em>you</em> didn&#8217;t think of this</p>
<p style="text-align: center;"><a href="http://www.aetherworld.org/wp-content/uploads/2008/03/snc17532.jpg"><img class="alignnone size-medium wp-image-120" title="innovative_wine_labels_3" src="http://www.aetherworld.org/wp-content/uploads/2008/03/snc17532-300x225.jpg" alt="Innovative Wine Labels" width="300" height="225" /></a></p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2008. |
<a href="http://www.aetherworld.org/2008/03/innovation-in-wine-labels">Permalink</a> |
<a href="http://www.aetherworld.org/2008/03/innovation-in-wine-labels#comments">4 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2008/03/innovation-in-wine-labels&amp;title=Innovation in Wine&nbsp;Labels">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/design" rel="tag">design</a>, <a href="http://www.aetherworld.org/topics/labels" rel="tag">labels</a>, <a href="http://www.aetherworld.org/topics/packaging" rel="tag">packaging</a>, <a href="http://www.aetherworld.org/topics/products" rel="tag">products</a>, <a href="http://www.aetherworld.org/topics/wine" rel="tag">wine</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2008/03/innovation-in-wine-labels/feed</wfw:commentRss>
		</item>
		<item>
		<title>Do websites need to look exactly the same in every&#160;browser?</title>
		<link>http://www.aetherworld.org/2007/12/do-websites-need-to-look-exactly-the-same-in-every-browser</link>
		<comments>http://www.aetherworld.org/2007/12/do-websites-need-to-look-exactly-the-same-in-every-browser#comments</comments>
		<pubDate>Tue, 11 Dec 2007 09:39:28 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[aetherworld]]></category>

		<category><![CDATA[browsers]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/12/do-websites-need-to-look-exactly-the-same-in-every-browser</guid>
		<description><![CDATA[<div class='microid-ac4a3f7a3a3e0787eb07a45d8bf94a641d98fac3'><p>Finally, <a href="http://dowebsitesneedtolookexactlythesameineverybrowser.com/">an answer</a> to that almost biblical question.</p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/12/do-websites-need-to-look-exactly-the-same-in-every-browser">Permalink</a> |
<a href="http://www.aetherworld.org/2007/12/do-websites-need-to-look-exactly-the-same-in-every-browser#comments">4 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/12/do-websites-need-to-look-exactly-the-same-in-every-browser&amp;title=Do websites need to look exactly the same in every&nbsp;browser?">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/browsers" rel="tag">browsers</a>, <a href="http://www.aetherworld.org/topics/design" rel="tag">design</a>, <a href="http://www.aetherworld.org/topics/websites" rel="tag">websites</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/12/do-websites-need-to-look-exactly-the-same-in-every-browser/feed</wfw:commentRss>
		</item>
		<item>
		<title>Alberto&#160;Seveso</title>
		<link>http://www.aetherworld.org/2007/09/alberto-seveso</link>
		<comments>http://www.aetherworld.org/2007/09/alberto-seveso#comments</comments>
		<pubDate>Thu, 20 Sep 2007 13:08:42 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[albertoseveso]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[photography]]></category>

		<category><![CDATA[photomontage]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/09/alberto-seveso</guid>
		<description><![CDATA[<div class='microid-8915dc92fb8047f08eb1c066d52453ff393a36e0'><p><a href="http://www.recycledarea.co.uk/index.php">Alberto Seveso</a> is a freelance graphics designer living in Rome. I knew his <a href="http://www.recycledarea.co.uk/content/indexswf.htm">old site</a> but somehow forgot about it. Today I stumbled across his new portfolio via <a href="http://www.agenturblog.de/2007-09/alberto-seveso/">agenturblog</a>. Alberto has a few phantastic works on his page, almost all of them surreal photomontages.</p>
<p style="text-align: center"><img src="http://www.aetherworld.org/wp-content/uploads/2007/09/howto_sketch.jpg" alt="Howto Disappear" /></p>
<p>In his <a href="http://www.recycledarea.co.uk/shop.php">shop</a> you can buy great prints or even just the digital version as a PDF, where you have to organize the printing yourself. A neat idea.</p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/09/alberto-seveso">Permalink</a> |
<a href="http://www.aetherworld.org/2007/09/alberto-seveso#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/09/alberto-seveso&amp;title=Alberto&nbsp;Seveso">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/albertoseveso" rel="tag">albertoseveso</a>, <a href="http://www.aetherworld.org/topics/design" rel="tag">design</a>, <a href="http://www.aetherworld.org/topics/photography" rel="tag">photography</a>, <a href="http://www.aetherworld.org/topics/photomontage" rel="tag">photomontage</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/09/alberto-seveso/feed</wfw:commentRss>
		</item>
		<item>
		<title>Photoshop&#8217;s New&#160;Logo</title>
		<link>http://www.aetherworld.org/2007/09/photoshops-new-logo</link>
		<comments>http://www.aetherworld.org/2007/09/photoshops-new-logo#comments</comments>
		<pubDate>Thu, 20 Sep 2007 10:00:33 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[adobe]]></category>

		<category><![CDATA[brandname]]></category>

		<category><![CDATA[cs3]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[logos]]></category>

		<category><![CDATA[marketing]]></category>

		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/09/photoshops-new-logo</guid>
		<description><![CDATA[<div class='microid-c8fd742f4aa8d736f571224b62c207ac40ad18b4'><p>Since the last rebranding of Adobe&#8217;s design suite has been nine months ago (remember the <a href="http://blogs.adobe.com/jnack/2006/12/the_other_cs3_icons.html">Periodic Table o&#8217; Elements</a>?), apparently it&#8217;s time for another new logo, this time for the <em><a href="http://www.adobe.com/products/photoshop/family/">Photoshop &#8220;family&#8221; of applications</a></em>.</p>
<p style="text-align: center"><a href="http://www.adobe.com/products/photoshop/family/"><img src="http://www.aetherworld.org/wp-content/uploads/2007/09/ps_new.jpg" alt="Photoshop Logo" /></a></p>
<p>Opinions?  Well, apparenty it represents a P. At least according to <a href="http://blogs.adobe.com/jnack/2007/09/photoshop_gets.html">John Nack</a>, who also has more details on the whole rebranding thing. It&#8217;s a speech bubble. Yes, <a href="http://www.aetherworld.org/2007/08/speech_bubbles_the_web20_catch_all_symbol">another one</a>. Welcome to the bandwagon! And it&#8217;s in 3D with glossy finish, practically screaming <em>&#8220;photoshop filters!&#8221;</em>. Where&#8217;s the lens flare?</p>
<p>Anyway, while the logo might not please everybody (judging from a lot of not so nice <a href="http://blogs.adobe.com/jnack/2007/09/photoshop_gets.html#comments">comments on John&#8217;s post</a>), at least it seems Adobe has finally rediscovered Photoshop as a valuable brand.</p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/09/photoshops-new-logo">Permalink</a> |
<a href="http://www.aetherworld.org/2007/09/photoshops-new-logo#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/09/photoshops-new-logo&amp;title=Photoshop&#8217;s New&nbsp;Logo">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/adobe" rel="tag">adobe</a>, <a href="http://www.aetherworld.org/topics/brandname" rel="tag">brandname</a>, <a href="http://www.aetherworld.org/topics/cs3" rel="tag">cs3</a>, <a href="http://www.aetherworld.org/topics/design" rel="tag">design</a>, <a href="http://www.aetherworld.org/topics/logos" rel="tag">logos</a>, <a href="http://www.aetherworld.org/topics/marketing" rel="tag">marketing</a>, <a href="http://www.aetherworld.org/topics/photoshop" rel="tag">photoshop</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/09/photoshops-new-logo/feed</wfw:commentRss>
		</item>
		<item>
		<title>Speech Bubbles: The Web2.0 Catch All&#160;Symbol</title>
		<link>http://www.aetherworld.org/2007/08/speech-bubbles-the-web20-catch-all-symbol</link>
		<comments>http://www.aetherworld.org/2007/08/speech-bubbles-the-web20-catch-all-symbol#comments</comments>
		<pubDate>Thu, 16 Aug 2007 09:27:19 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[design]]></category>

		<category><![CDATA[logos]]></category>

		<category><![CDATA[marketing]]></category>

		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/08/speech-bubbles-the-web20-catch-all-symbol</guid>
		<description><![CDATA[<div class='microid-6c7a7531bfcbcc5109a23939fa58f55fcdba581d'><p>I just stumbled over <a href="http://blog.eachday.com/2007/8/1/bubble-logo-insanity">this roundup of web2.0 logos</a> all featuring a speech bubble. I didn’t realize it was that prevalent.</p>
<p style="text-align: center"><a href="http://blog.eachday.com/2007/8/1/bubble-logo-insanity"><img src="http://www.aetherworld.org/wp-content/uploads/2007/08/bubble_hell3.jpg" alt="Bubble Hell" /></a></p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/08/speech-bubbles-the-web20-catch-all-symbol">Permalink</a> |
<a href="http://www.aetherworld.org/2007/08/speech-bubbles-the-web20-catch-all-symbol#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/08/speech-bubbles-the-web20-catch-all-symbol&amp;title=Speech Bubbles: The Web2.0 Catch All&nbsp;Symbol">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/design" rel="tag">design</a>, <a href="http://www.aetherworld.org/topics/logos" rel="tag">logos</a>, <a href="http://www.aetherworld.org/topics/marketing" rel="tag">marketing</a>, <a href="http://www.aetherworld.org/topics/web20" rel="tag">web2.0</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/08/speech-bubbles-the-web20-catch-all-symbol/feed</wfw:commentRss>
		</item>
		<item>
		<title>Visualizing Inline&#160;Links</title>
		<link>http://www.aetherworld.org/2007/08/visualizing-inline-links</link>
		<comments>http://www.aetherworld.org/2007/08/visualizing-inline-links#comments</comments>
		<pubDate>Thu, 02 Aug 2007 16:18:58 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[accessibility]]></category>

		<category><![CDATA[ajax]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[usability]]></category>

		<category><![CDATA[userinterface]]></category>

		<category><![CDATA[web2.0]]></category>

		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/08/visualizing-inline-links</guid>
		<description><![CDATA[<div class='microid-dd44a2fe66ed088ab417923171126e2ced1c1c2d'><p>Joen of <a href="http://www.noscope.com/">Noscope</a> has just <a href="http://www.noscope.com/journal/2007/08/visualizing-inline-links">suggested</a>, what I&#8217;ve been trying to tell people for nearly a year. With the advent of pages commonly referred to as &#8220;Web 2.0&#8221; sites, the styling of <em>inline</em> or <em><a href="http://en.wikipedia.org/wiki/AJAX_(programming)">AJAX</a> links</em> became an issue. Usually links have to be indicated to the user, since clicking them slowly loads a whole different page and the user is unable to interact with the current page. The common indicator we use for links is the hand cursor.</p>
<p style="text-align: center"><img src="http://www.aetherworld.org/wp-content/uploads/2007/08/link_normal.jpg" alt="Normal Link" /></p>
<p style="text-align: left">AJAX or JavaScript links, however, <em>immediately</em> change a <em>part</em> of the page you&#8217;re looking at, without reloading the whole page and without disturbing the user experience. The user can still interact with the page. For example on <a href="http://www.pageflakes.com/">Pageflakes</a> - the personalized start page I&#8217;m using - you can find both types of links: normal ones that take you to another page and AJAX links that allow you to edit settings or reload embedded RSS feeds. The cursor for both types of links is the same, a hand. For the Web-savvy, this might not pose much of a problem, we intuitively know most of the time what type of link we deal with but for other users, this can be increasingly difficult to discern.</p>
<p style="text-align: center"><img src="http://www.aetherworld.org/wp-content/uploads/2007/08/link_ajax.jpg" alt="Inline Link" /></p>
<p>The solution Joen <a href="http://www.noscope.com/journal/2007/08/visualizing-inline-links">proposes</a>,  and what I have previously used in these cases, is simply <em>not changing the cursor</em> at all. In reality, it&#8217;s not a link, it&#8217;s more of a pushbutton that looks different, so why not use the same cursor we use for buttons?</p>
<p>The implementation is rather easy as it only requires a simple <code>cursor: default;</code> rule. To allow for fallback (if the user has no JavaScript, the AJAX link becomes a normal link), I just embedd the stylesheet with JavaScript so I get a hand cursor for people without JavaScript, where the link actually reloads the page and a default cursor (pointer) for people where the link only affects the current page.</p>
<p>Adding a stylesheet via Javascript is rather easy too:</p>
<pre id="line1">&lt;<span class="start-tag">script</span><span class="attribute-name"> type</span>=<span class="attribute-value">"text/javascript"</span>&gt;
<span class="comment">&lt;!--//--&gt;</span><span class="cdata">&lt;![CDATA[//&gt;&lt;!--
 	if( document.getElementById &amp;&amp; document.createElementNS &amp;&amp; document.getElementsByTagName ) {
		var javacss = document.createElementNS( "http://www.w3.org/1999/xhtml", "link" );
		if( javacss ) {
			javacss.setAttribute( "rel", "stylesheet" );
			javacss.setAttribute( "type", "text/css" );
			javacss.setAttribute( "href", "/_css/java.css" );
			javacss.setAttribute( "media", "all" );
			document.getElementsByTagName( "head" )[0].appendChild( javacss );
		}
	} else {	</span></pre>
<pre id="line1"><span class="cdata">		document.write( '&lt;link rel="stylesheet" href="/_css/java.css" type="text/css" media="all" /&gt;' );
	}

//--&gt;&lt;!]]&gt;</span></pre>
<pre id="line42">&lt;/<span class="end-tag">script</span>&gt;</pre>
</p>
<p>So, what do you think?</p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/08/visualizing-inline-links">Permalink</a> |
<a href="http://www.aetherworld.org/2007/08/visualizing-inline-links#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/08/visualizing-inline-links&amp;title=Visualizing Inline&nbsp;Links">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/accessibility" rel="tag">accessibility</a>, <a href="http://www.aetherworld.org/topics/ajax" rel="tag">ajax</a>, <a href="http://www.aetherworld.org/topics/css" rel="tag">css</a>, <a href="http://www.aetherworld.org/topics/design" rel="tag">design</a>, <a href="http://www.aetherworld.org/topics/usability" rel="tag">usability</a>, <a href="http://www.aetherworld.org/topics/userinterface" rel="tag">userinterface</a>, <a href="http://www.aetherworld.org/topics/web20" rel="tag">web2.0</a>, <a href="http://www.aetherworld.org/topics/webdesign" rel="tag">webdesign</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/08/visualizing-inline-links/feed</wfw:commentRss>
		</item>
		<item>
		<title>Jealous Computers: Nokia Viral&#160;Advertising</title>
		<link>http://www.aetherworld.org/2007/07/jealous-computers-nokia-viral-advertising</link>
		<comments>http://www.aetherworld.org/2007/07/jealous-computers-nokia-viral-advertising#comments</comments>
		<pubDate>Sun, 29 Jul 2007 16:07:07 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[ads]]></category>

		<category><![CDATA[advertising]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[marketing]]></category>

		<category><![CDATA[nokia]]></category>

		<category><![CDATA[viral]]></category>

		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/07/jealous-computers-nokia-viral-advertising</guid>
		<description><![CDATA[<div class='microid-65f8e1b26aabc7524823c8b12d916ed76c9a429c'><p>The latest <a href="http://www.jealouscomputers.com/">viral marketing campaign by Nokia</a> is again beautifully done, consisting of a <a href="http://www.jealouscomputers.com/">website</a> complete with videos, victim reports and posters warning of jealous computers attacking their owners when they buy or use a <a href="http://www.nseries.com/products/n95/">Nokia N95</a>. As a nice twist, users can upload their own videos, pictures or stories of attacks and <a href="http://www.jealouscomputers.com/victims-register.php?lang=uk_en">receive a specially designed T-Shirt</a>.</p>
<p style="text-align: center"><a href="http://www.jealouscomputers.com/"><img src="http://www.aetherworld.org/wp-content/uploads/2007/07/nokiaviral.jpg" alt="Nokia N95 Viral Advertising" /></a></p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/07/jealous-computers-nokia-viral-advertising">Permalink</a> |
<a href="http://www.aetherworld.org/2007/07/jealous-computers-nokia-viral-advertising#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/07/jealous-computers-nokia-viral-advertising&amp;title=Jealous Computers: Nokia Viral&nbsp;Advertising">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/ads" rel="tag">ads</a>, <a href="http://www.aetherworld.org/topics/advertising" rel="tag">advertising</a>, <a href="http://www.aetherworld.org/topics/design" rel="tag">design</a>, <a href="http://www.aetherworld.org/topics/marketing" rel="tag">marketing</a>, <a href="http://www.aetherworld.org/topics/nokia" rel="tag">nokia</a>, <a href="http://www.aetherworld.org/topics/viral" rel="tag">viral</a>, <a href="http://www.aetherworld.org/topics/website" rel="tag">website</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/07/jealous-computers-nokia-viral-advertising/feed</wfw:commentRss>
		</item>
		<item>
		<title>Kiss&#160;Me</title>
		<link>http://www.aetherworld.org/2007/07/kiss-me</link>
		<comments>http://www.aetherworld.org/2007/07/kiss-me#comments</comments>
		<pubDate>Sun, 29 Jul 2007 14:59:53 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[design]]></category>

		<category><![CDATA[kissing]]></category>

		<category><![CDATA[photography]]></category>

		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/07/kiss-me</guid>
		<description><![CDATA[<div class='microid-f331985cc67bb1bec481783ac85aec5c0b3ae134'><p>Digitally manipulated images of <a href="http://pupsam.free.fr/pupsam_selfkisss_diaporama.html">people kissing themselves</a>. <em>&#8220;Sort of disturbingly erotic, in an erotically disturbing way.&#8221;</em>, as <a href="http://www.kottke.org/remainder/07/06/13814.html">Kottke</a> said.</p>
<p align="center"> <a href="http://pupsam.free.fr/pupsam_selfkisss_diaporama.html"><img src="http://www.aetherworld.org/wp-content/uploads/2007/07/pupsam.jpg" alt="pupsam.jpg" /></a></p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/07/kiss-me">Permalink</a> |
<a href="http://www.aetherworld.org/2007/07/kiss-me#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/07/kiss-me&amp;title=Kiss&nbsp;Me">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/design" rel="tag">design</a>, <a href="http://www.aetherworld.org/topics/kissing" rel="tag">kissing</a>, <a href="http://www.aetherworld.org/topics/photography" rel="tag">photography</a>, <a href="http://www.aetherworld.org/topics/photoshop" rel="tag">photoshop</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/07/kiss-me/feed</wfw:commentRss>
		</item>
		<item>
		<title>5 Segons: Brilliant&#160;Ad</title>
		<link>http://www.aetherworld.org/2007/07/5-segons-brilliant-ad</link>
		<comments>http://www.aetherworld.org/2007/07/5-segons-brilliant-ad#comments</comments>
		<pubDate>Sun, 29 Jul 2007 13:09:24 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[ads]]></category>

		<category><![CDATA[advertising]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[minnim]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/07/5-segons-brilliant-ad</guid>
		<description><![CDATA[<div class='microid-07616401a668d52d856fb7384a6b3ceb745c913c'><p>The Spanish advertising agency <a href="http://www.minnim.tv/">minnim</a> made a great ad for <a href="http://www.5segons.com/">5 segons</a>, a campaign <font class="grisf11">of the <a href="http://www.bancsang.net/en/index.html">Banc de Sang i Teixits</a>, a Spanish public company that manages and administers the donation, transfusion and analysis of blood and blood plasma.</font></p>
<p style="text-align: center"><a href="http://www.5segons.com/"><img src="http://www.aetherworld.org/wp-content/uploads/2007/07/5segons.jpg" alt="5 Segons" /></a></p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/07/5-segons-brilliant-ad">Permalink</a> |
<a href="http://www.aetherworld.org/2007/07/5-segons-brilliant-ad#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/07/5-segons-brilliant-ad&amp;title=5 Segons: Brilliant&nbsp;Ad">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/ads" rel="tag">ads</a>, <a href="http://www.aetherworld.org/topics/advertising" rel="tag">advertising</a>, <a href="http://www.aetherworld.org/topics/design" rel="tag">design</a>, <a href="http://www.aetherworld.org/topics/flash" rel="tag">flash</a>, <a href="http://www.aetherworld.org/topics/minnim" rel="tag">minnim</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/07/5-segons-brilliant-ad/feed</wfw:commentRss>
		</item>
		<item>
		<title>Mr.&#160;Toledano</title>
		<link>http://www.aetherworld.org/2007/07/mr-toledano</link>
		<comments>http://www.aetherworld.org/2007/07/mr-toledano#comments</comments>
		<pubDate>Sat, 14 Jul 2007 17:14:37 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[photography]]></category>

		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/07/mr-toledano</guid>
		<description><![CDATA[<div class='microid-74746b8051257b32a5fee7eeb222669c2b751b37'><p>Have a look at New York-based conceptual photographer <a href="http://www.mrtoledano.com/" title="Phillip Toledano">Phillip Toledano&#8217;s portfolio</a> for some really nice and inspirational photographic work. Some limited edition prints can be purchased online at <a href="http://www.gildlilies.com/">Gild</a>.</p>
<p style="text-align: center"><img src="http://www.aetherworld.org/wp-content/uploads/2007/07/03.jpg" alt="03.jpg" /></p>
<p>Mr. Toledano (by the way, I just love the <a href="http://web.archive.org/web/20070519144858/http://www.mrtoledano.com/index.html" title="Mr. Toledano">entrance page</a>) thinks, that every photograph should be like an unfinished sentence or part of a story and in pursuit of this, he has amassed a dazzling portfolio of original photography. The stories the photographs tell are so thought through and engrossing, it&#8217;s definitely worth a look.</p>
<p style="text-align: center"><img src="http://www.aetherworld.org/wp-content/uploads/2007/07/13.jpg" alt="13.jpg" /></p>
<p>Phillip Toledano, a lover of photography since he was eleven, was born in London and currently resides and works in New York.</p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/07/mr-toledano">Permalink</a> |
<a href="http://www.aetherworld.org/2007/07/mr-toledano#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/07/mr-toledano&amp;title=Mr.&nbsp;Toledano">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/photography" rel="tag">photography</a>, <a href="http://www.aetherworld.org/topics/website" rel="tag">website</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/07/mr-toledano/feed</wfw:commentRss>
		</item>
		<item>
		<title>Preorder Art. Lebedev Optimus Maximus&#160;Keyboard</title>
		<link>http://www.aetherworld.org/2007/05/preorder-art-lebedev-optimus-maximus-keyboard</link>
		<comments>http://www.aetherworld.org/2007/05/preorder-art-lebedev-optimus-maximus-keyboard#comments</comments>
		<pubDate>Sun, 20 May 2007 12:30:41 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[keyboard]]></category>

		<category><![CDATA[maximus]]></category>

		<category><![CDATA[optimus]]></category>

		<category><![CDATA[patent]]></category>

		<category><![CDATA[review]]></category>

		<category><![CDATA[russia]]></category>

		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/05/preorder-art-lebedev-optimus-maximus-keyboard</guid>
		<description><![CDATA[<div class='microid-cf6f706c9b1b4cfbfdfbf6ba0aa7dabd3a5881ca'><p>Three days ago, I <a href="http://www.aetherworld.org/2007/05/preorder_optimus_maximus_the_1500_keyboard">posted about the imminent release</a> of the <a href="http://www.artlebedev.com/everything/optimus/">Optimus Maximus Keyboard</a> by the russian design studio Art. Lebedev. Now, the countdown on their website finally reached zero and we get to see the details of the 1500$ keyboard:</p>
<ul>
<li>Keyboard Dimensions: <strong>53.7cm </strong>x<strong> 17.3cm </strong>x<strong> 3.8cm</strong></li>
<li>Key Dimensions: <strong>2.02cm </strong>x<strong> 2.02cm</strong></li>
<li>Visible OLED area: <strong>1.01cm</strong></li>
<li>Resolution of each key: <strong>48px </strong>x<strong> 48px</strong></li>
<li>Frame Rate: <strong>min. 10 frames per second</strong></li>
<li>Color: <strong>65536</strong></li>
<li>Viewing Angle: <strong>160°</strong></li>
<li>Connection: <strong>USB2.0</strong></li>
<li>OS: <strong>Windows XP / Vista, Mac OS X 10.4.8 or higher</strong></li>
</ul>
<p style="text-align: center"><img src="http://www.aetherworld.org/wp-content/uploads/2007/05/optimus1.jpg" alt="Optimus Maximus" /></p>
<p>To enhance the life of the OLED displays and the ribbon cables used to control them, Art Lebedev Studios decided to make every button a module consisting of a chip, the OLED display and a moving, transparent cap. Since only the plastic cap is moving, the displays have a much higher lifespan.</p>
<p>Preorders can be placed now. The price is US$ 1564 or approximately € 1257.</p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/05/preorder-art-lebedev-optimus-maximus-keyboard">Permalink</a> |
<a href="http://www.aetherworld.org/2007/05/preorder-art-lebedev-optimus-maximus-keyboard#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/05/preorder-art-lebedev-optimus-maximus-keyboard&amp;title=Preorder Art. Lebedev Optimus Maximus&nbsp;Keyboard">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/keyboard" rel="tag">keyboard</a>, <a href="http://www.aetherworld.org/topics/maximus" rel="tag">maximus</a>, <a href="http://www.aetherworld.org/topics/optimus" rel="tag">optimus</a>, <a href="http://www.aetherworld.org/topics/patent" rel="tag">patent</a>, <a href="http://www.aetherworld.org/topics/review" rel="tag">review</a>, <a href="http://www.aetherworld.org/topics/russia" rel="tag">russia</a>, <a href="http://www.aetherworld.org/topics/usability" rel="tag">usability</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/05/preorder-art-lebedev-optimus-maximus-keyboard/feed</wfw:commentRss>
		</item>
		<item>
		<title>Simulate Color Blindness with Color&#160;Oracle</title>
		<link>http://www.aetherworld.org/2007/05/simulate-color-blindness-with-color-oracle</link>
		<comments>http://www.aetherworld.org/2007/05/simulate-color-blindness-with-color-oracle#comments</comments>
		<pubDate>Sat, 19 May 2007 21:56:55 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[accessibility]]></category>

		<category><![CDATA[color]]></category>

		<category><![CDATA[colorblindness]]></category>

		<category><![CDATA[colororacle]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[review]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[tools]]></category>

		<category><![CDATA[usability]]></category>

		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/05/simulate-color-blindness-with-color-oracle</guid>
		<description><![CDATA[<div class='microid-2d19624d748ee47ada55dc10d0ede9a44818dd66'><p>I just noticed an <a href="http://www.pixelgraphix.de/log/2007-05/farbfehlsichtigkeit-mit-color-oracle-simulieren.php">interesting article</a> on color blindness over at Pixelgraphix. <a href="http://colororacle.cartography.ch/">Color Oracle</a> helps webdesigners to view in real time, what a website would look like for people suffering from one of the various <a href="http://en.wikipedia.org/wiki/Color_blindness">color blindnesses</a>. The filter is applied to the whole screen so it&#8217;s completely independent from the browser and even works with images in Photoshop.</p>
<p style="text-align: center"><img src="http://www.aetherworld.org/wp-content/uploads/2007/05/colororacle.jpg" alt="Color Oracle" /></p>
<p>Color Oracle is free and available for <a href="http://colororacle.cartography.ch/index.html">Mac OS X</a>, <a href="http://colororacle.cartography.ch/windows/windows.html" title="Color Oracle for Windows (Beta)">Windows</a> and <a href="http://colororacle.cartography.ch/linux/linux.html" title="Color Oracle for Linux (Beta)">Linux</a>.</p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/05/simulate-color-blindness-with-color-oracle">Permalink</a> |
<a href="http://www.aetherworld.org/2007/05/simulate-color-blindness-with-color-oracle#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/05/simulate-color-blindness-with-color-oracle&amp;title=Simulate Color Blindness with Color&nbsp;Oracle">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/accessibility" rel="tag">accessibility</a>, <a href="http://www.aetherworld.org/topics/color" rel="tag">color</a>, <a href="http://www.aetherworld.org/topics/colorblindness" rel="tag">colorblindness</a>, <a href="http://www.aetherworld.org/topics/colororacle" rel="tag">colororacle</a>, <a href="http://www.aetherworld.org/topics/design" rel="tag">design</a>, <a href="http://www.aetherworld.org/topics/review" rel="tag">review</a>, <a href="http://www.aetherworld.org/topics/software" rel="tag">software</a>, <a href="http://www.aetherworld.org/topics/tools" rel="tag">tools</a>, <a href="http://www.aetherworld.org/topics/usability" rel="tag">usability</a>, <a href="http://www.aetherworld.org/topics/webdesign" rel="tag">webdesign</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/05/simulate-color-blindness-with-color-oracle/feed</wfw:commentRss>
		</item>
		<item>
		<title>Preorder Optimus Maximus: The $1500&#160;Keyboard</title>
		<link>http://www.aetherworld.org/2007/05/preorder-optimus-maximus-the-1500-keyboard</link>
		<comments>http://www.aetherworld.org/2007/05/preorder-optimus-maximus-the-1500-keyboard#comments</comments>
		<pubDate>Wed, 16 May 2007 22:12:19 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[design]]></category>

		<category><![CDATA[keyboard]]></category>

		<category><![CDATA[maximus]]></category>

		<category><![CDATA[optimus]]></category>

		<category><![CDATA[russia]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/05/preorder-optimus-maximus-the-1500-keyboard</guid>
		<description><![CDATA[<div class='microid-38960cd35ed7b11bed45630dbd257ed7767220e2'><p class="pages">We often see massively hyped products which then fail to emerge as their release date is postponed time and time again. The correct term for these products is<span id="inhalt"> <a href="http://en.wikipedia.org/wiki/Vaporware" target="_blank">Vaporware</a>.</span></p>
<p class="pages">The <span id="intelliTXT"><a href="http://www.artlebedev.com/everything/optimus/">Optimus Maximus</a> </span><span id="inhalt">Keyboard of Art. Lebedev Studio could fit this description. First announced in 2005, the release was postponed twice. To be more cost-effective, the technical specification of the keyboard changed and after another postponed release were changed back to the original.  </span></p>
<p class="pages"><span id="inhalt"></span>Especially at an estimated price tag of $1500 for a keyboard, noone would be interested in the product anymore. But the<span id="intelliTXT"> much-hyped and long-awaited <a href="http://www.artlebedev.com/everything/optimus/">Optimus Maximus</a> keyboard is different. Behind each of its 113 keys, a small 48x48 pixel OLED display works its magic, allowing the user to change the picture on each key. Custom keyboard layouts or shortcuts can be switched easily on a per-application basis. </span></p>
<p><a href="http://www.artlebedev.com/everything/optimus/" rel="attachment wp-att-74" title="Optimus Maximus"></a></p>
<p style="text-align: center"><a href="http://www.artlebedev.com/everything/optimus/" rel="attachment wp-att-74" title="Optimus Maximus"><img src="http://www.aetherworld.org/wp-content/uploads/2007/05/optimus.jpg" alt="Optimus Maximus" /></a></p>
<p>Today, <span id="intelliTXT">Art. Lebedev Studio announced via a countdown on their website that they will apparently start taking pre-orders from computer owners with more money than sense in roughly 3 days. Only 800 keyboards will be shipped until end of January 2008, ensuring that the price is kept high. </span></p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/05/preorder-optimus-maximus-the-1500-keyboard">Permalink</a> |
<a href="http://www.aetherworld.org/2007/05/preorder-optimus-maximus-the-1500-keyboard#comments">3 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/05/preorder-optimus-maximus-the-1500-keyboard&amp;title=Preorder Optimus Maximus: The $1500&nbsp;Keyboard">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/design" rel="tag">design</a>, <a href="http://www.aetherworld.org/topics/keyboard" rel="tag">keyboard</a>, <a href="http://www.aetherworld.org/topics/maximus" rel="tag">maximus</a>, <a href="http://www.aetherworld.org/topics/optimus" rel="tag">optimus</a>, <a href="http://www.aetherworld.org/topics/russia" rel="tag">russia</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/05/preorder-optimus-maximus-the-1500-keyboard/feed</wfw:commentRss>
		</item>
		<item>
		<title>Designed: Kickmap, The New NYC Subway&#160;Map</title>
		<link>http://www.aetherworld.org/2007/05/designed-kickmap-the-new-nyc-subway-map</link>
		<comments>http://www.aetherworld.org/2007/05/designed-kickmap-the-new-nyc-subway-map#comments</comments>
		<pubDate>Wed, 16 May 2007 21:33:00 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[cities]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[eddiejabbour]]></category>

		<category><![CDATA[kickmap]]></category>

		<category><![CDATA[map]]></category>

		<category><![CDATA[newyork]]></category>

		<category><![CDATA[service]]></category>

		<category><![CDATA[subway]]></category>

		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/05/designed-kickmap-the-new-nyc-subway-map</guid>
		<description><![CDATA[<div class='microid-6a030adc81e4fda664c65b193daf288a4debe33b'><p>About three years ago a new NYC subway map design by Eddie Jabbour, graphic designer for <a href="http://www.kickdesign.com/">Kick Design</a>,  started to find its way to the internet. It had issues but it was much better than the current MTA design in that it tried to focus on stations instead of trains. People using the subway want to get from <em>point A</em> to <em>point B</em> in the shortest possible time so they look for stations close to those points, not for specific trains.</p>
<p>Encouraged by the positive feedback, Eddie contacted the MTA but was quickly put off:</p>
<p align="left">&nbsp;</p>
<blockquote><p><em>&#8230; when he showed up at the agency’s Midtown offices with copies of his work, they were quick to find fault with it. According to Christopher Boylan, the transportation authority’s executive director of corporate and community affairs, who recalled the meeting, the main criticism was that Mr. Jabbour’s map, like Mr. Vignelli’s, was artistic but geographically inaccurate. &#8220;He’s a good designer and it’s an interesting map,&#8221; Mr. Boylan said. &#8220;The design is important, but the thing we’re concerned with is the best directional guidance. We design a map for use, not solely to look good, and we think it looks good.&#8221; </em></p></blockquote>
<p align="center"><a href="http://kickmap.com/pages/1_midmanhattan_comparison.html"><img src="http://www.aetherworld.org/wp-content/uploads/2007/05/nyc_subway_map.jpg" alt="NYC Subway Map" /></a></p>
<p align="center"><em>Original map on the left, the <a href="http://www.kickmap.com/">Kickmap</a> on the right. </em></p>
<p>But Eddie Jabbour is not a man easily deterred. He works on his maps on weekends and nights with the feedback of his 17-year old daughter.</p>
<p>Criticism that Eddie&#8217;s map is geographically inaccurate is inappropriate as most people use road maps or street signs for that type of information. As previously mentioned, the usability should focus on the key features of subway lines - something the Kickmap gets right.</p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/05/designed-kickmap-the-new-nyc-subway-map">Permalink</a> |
<a href="http://www.aetherworld.org/2007/05/designed-kickmap-the-new-nyc-subway-map#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/05/designed-kickmap-the-new-nyc-subway-map&amp;title=Designed: Kickmap, The New NYC Subway&nbsp;Map">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/cities" rel="tag">cities</a>, <a href="http://www.aetherworld.org/topics/design" rel="tag">design</a>, <a href="http://www.aetherworld.org/topics/eddiejabbour" rel="tag">eddiejabbour</a>, <a href="http://www.aetherworld.org/topics/kickmap" rel="tag">kickmap</a>, <a href="http://www.aetherworld.org/topics/map" rel="tag">map</a>, <a href="http://www.aetherworld.org/topics/newyork" rel="tag">newyork</a>, <a href="http://www.aetherworld.org/topics/service" rel="tag">service</a>, <a href="http://www.aetherworld.org/topics/subway" rel="tag">subway</a>, <a href="http://www.aetherworld.org/topics/usability" rel="tag">usability</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/05/designed-kickmap-the-new-nyc-subway-map/feed</wfw:commentRss>
		</item>
		<item>
		<title>Cork&#8217;d&#160;sold</title>
		<link>http://www.aetherworld.org/2007/05/corkd-sold</link>
		<comments>http://www.aetherworld.org/2007/05/corkd-sold#comments</comments>
		<pubDate>Wed, 16 May 2007 18:54:08 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[corkd]]></category>

		<category><![CDATA[danbenjamin]]></category>

		<category><![CDATA[dancederholm]]></category>

		<category><![CDATA[garyvaynerchuk]]></category>

		<category><![CDATA[hivelogic]]></category>

		<category><![CDATA[simplebits]]></category>

		<category><![CDATA[tundro]]></category>

		<category><![CDATA[webdesign]]></category>

		<category><![CDATA[website]]></category>

		<category><![CDATA[wine]]></category>

		<category><![CDATA[wltv]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/05/corkd-sold</guid>
		<description><![CDATA[<div class='microid-c093cce2c25d07f0ef05d4b11a8e927a8f4186ec'><p>What started as a side project for <a href="http://www.hivelogic.com/">Dan Benjamin</a> and <a href="http://www.simplebits.com/">Dan Cederholm</a> on a Mac Mini in a collocation facility has grown to be one of the largest online communities for wine tasting. In about one year the site amassed about 20.000 users. A lovely design paired with a big community got the site quite far.</p>
<p>This week, the creators of <a href="http://www.corkd.com/">Cork’d</a> <a href="http://hivelogic.com/narrative/articles/corkd-acquired">announced</a> <a href="http://www.simplebits.com/notebook/2007/05/14/corkd.html">the sale</a> of the site to <a href="http://tv.winelibrary.com/">Gary Vaynerchuk</a>, the host of  <abbr title="Wine Library TV"><span class="caps">WLTV</span></abbr>. A really nice outcome for everyone, especially since Gary seems to be a guy who understands the values of good design and a community. If you haven&#8217;t seen him before, watch this <a href="http://tv.winelibrary.com/2006/11/09/the-wine-videos-that-sum-up-wine-library-tv-instant-classic/">little summary</a> - it&#8217;s worth it.</p>
<p>Congratulations to they guys from the iceberg!</p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/05/corkd-sold">Permalink</a> |
<a href="http://www.aetherworld.org/2007/05/corkd-sold#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/05/corkd-sold&amp;title=Cork&#8217;d&nbsp;sold">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/corkd" rel="tag">corkd</a>, <a href="http://www.aetherworld.org/topics/danbenjamin" rel="tag">danbenjamin</a>, <a href="http://www.aetherworld.org/topics/dancederholm" rel="tag">dancederholm</a>, <a href="http://www.aetherworld.org/topics/garyvaynerchuk" rel="tag">garyvaynerchuk</a>, <a href="http://www.aetherworld.org/topics/hivelogic" rel="tag">hivelogic</a>, <a href="http://www.aetherworld.org/topics/simplebits" rel="tag">simplebits</a>, <a href="http://www.aetherworld.org/topics/tundro" rel="tag">tundro</a>, <a href="http://www.aetherworld.org/topics/webdesign" rel="tag">webdesign</a>, <a href="http://www.aetherworld.org/topics/website" rel="tag">website</a>, <a href="http://www.aetherworld.org/topics/wine" rel="tag">wine</a>, <a href="http://www.aetherworld.org/topics/wltv" rel="tag">wltv</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/05/corkd-sold/feed</wfw:commentRss>
		</item>
		<item>
		<title>Apple&#8217;s Unobscured&#160;Touchscreen</title>
		<link>http://www.aetherworld.org/2007/05/apples-unobscured-touchscreen</link>
		<comments>http://www.aetherworld.org/2007/05/apples-unobscured-touchscreen#comments</comments>
		<pubDate>Wed, 16 May 2007 18:08:30 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[apple]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[feedback]]></category>

		<category><![CDATA[patent]]></category>

		<category><![CDATA[touchscreen]]></category>

		<category><![CDATA[userinterface]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/05/apples-unobscured-touchscreen</guid>
		<description><![CDATA[<div class='microid-a1aa8957f8f96ea9a26e22c9ae77153c1f9602af'><p><a href="http://www.hipstomp.com/">Rain Noe</a> <a href="http://http://www.core77.com/blog/object_culture/new_invisible_interface_6296.asp">wrote an article</a> on Apple&#8217;s new Touchscreen patent:</p>
<p>Touchscreens have one single but, as of yet, unadressed design flaw: your finger on the screen is obscuring the very elements you&#8217;re interacting with. This has several implications for the user interface, for example buttons need to be quite large so you can still see them.</p>
<p>Never fear though, <a href="http://www.apple.com/" title="Apple">the clever designers from Cupertino</a> have come up with a solution for this particular dilemma. It&#8217;s still only a patent and I would be very surprised if this ever made it into a real product but it&#8217;s nevertheless a cool and unique idea.</p>
<p>Basically it&#8217;s an iPod or (i)Phone with a screen covering the whole front of the device. A transparent control layout on the screen allows interaction. The difference is, you&#8217;re not touching the screen, you touch the back, the opposite side of the controls. A cursor is shown to give you visual feedback on the position of your fingers and if you press harder, the device registers it as a click.</p>
<p align="center"><img src="http://www.aetherworld.org/wp-content/uploads/2007/05/applebacksidepatent.jpg" alt="Apple’s Unobscured Touchscreen" /></p>
<p>Since your fingers end up on the back of the iPod anyway, simply by virtue of holding the thing, it sounds like a pretty good idea. The whole thing, especially the cursor and &#8220;press harder to click&#8221; function might take a bit of getting used to but I&#8217;m sure Apple&#8217;s designers and engineers could come up with something.</p>
<p align="center">&nbsp;</p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/05/apples-unobscured-touchscreen">Permalink</a> |
<a href="http://www.aetherworld.org/2007/05/apples-unobscured-touchscreen#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/05/apples-unobscured-touchscreen&amp;title=Apple&#8217;s Unobscured&nbsp;Touchscreen">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/apple" rel="tag">apple</a>, <a href="http://www.aetherworld.org/topics/design" rel="tag">design</a>, <a href="http://www.aetherworld.org/topics/feedback" rel="tag">feedback</a>, <a href="http://www.aetherworld.org/topics/patent" rel="tag">patent</a>, <a href="http://www.aetherworld.org/topics/touchscreen" rel="tag">touchscreen</a>, <a href="http://www.aetherworld.org/topics/userinterface" rel="tag">userinterface</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/05/apples-unobscured-touchscreen/feed</wfw:commentRss>
		</item>
		<item>
		<title>Panic&#8217;s 10th Anniversary:&#160;Coda</title>
		<link>http://www.aetherworld.org/2007/04/panics-10th-anniversary-coda</link>
		<comments>http://www.aetherworld.org/2007/04/panics-10th-anniversary-coda#comments</comments>
		<pubDate>Sun, 29 Apr 2007 16:12:28 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[allinone]]></category>

		<category><![CDATA[coda]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[online]]></category>

		<category><![CDATA[panic]]></category>

		<category><![CDATA[review]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[webdesign]]></category>

		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/04/panics-10th-anniversary-coda</guid>
		<description><![CDATA[<div class='microid-ad9836edd3ecd1e240399f7aeebf839c935c0b52'><p>The stars finally seem to be in a good constellation for web designers this month. <a href="http://www.adobe.com/products/creativesuite/">Adobe shipped Creative Suite 3</a>, <a href="http://macrabbit.com/cssedit/">CSS Edit</a> was <a href="http://www.aetherworld.org/2007/04/css_edit">upgraded to 2.5</a> and we are seeing the first Alphas of <a href="http://www.mozilla.org/projects/firefox/3.0a1/releasenotes/">Firefox 3</a>. Iwas even more excited, when <a href="http://stevenf.com/2007/04/ten_years_and_counting.php" class="tla">Steven F. commented on Panic&#8217;s 10 Year Anniversary</a>:</p>
<blockquote><p><em>&#8220;It is by a more or less random coincidence that on the day after our company&#8217;s tenth birthday, we will be conducting by far our biggest, most ambitious new software launch of all time. I hope you&#8217;ll come by to check it out, especially if you make web sites.&#8221;</em></p></blockquote>
<p>What <a href="http://www.panic.com/">Panic</a> released a few days later reminded me once again why a Mac is the best platform for developing websites: <a href="http://panic.com/coda">Coda</a> is just the application I&#8217;ve been waiting for all my life. I&#8217;m not merely enthused, I&#8217;m seriously stunned.</p>
<p>Coda is a single, tiny application which handles all your webdesign needs. Editing (X)HTML and CSS, previewing, FTP (of course), Terminal access and a great reference book, all in one. The Panic team introduces Coda with the words:</p>
<blockquote><p><em>&#8220;So, we code web sites by hand. And one day, it hit us: our web   workflow was wonky. We’d have our text editor open, with Transmit   open to save files to the server. We’d be previewing in Safari,   running queries in Terminal, using a CSS editor, and reading   references on the web. &#8216;</em>This could be easier<em>,&#8217; we realized. &#8216;</em>And   much cooler<em>.&#8217;&#8221;</em></p></blockquote>
<p>You can read more by Panic co-founders <a href="http://stevenf.com/2007/04/announcing_coda_10.php">Steven Frank</a> and <a href="http://www.cabel.name/2007/04/coda-10.html">Cabel Sasser</a>. And John Gruber also has a nice <a href="http://daringfireball.net/2007/04/coda">review of Coda</a> on his web site.</p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/04/panics-10th-anniversary-coda">Permalink</a> |
<a href="http://www.aetherworld.org/2007/04/panics-10th-anniversary-coda#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/04/panics-10th-anniversary-coda&amp;title=Panic&#8217;s 10th Anniversary:&nbsp;Coda">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/allinone" rel="tag">allinone</a>, <a href="http://www.aetherworld.org/topics/coda" rel="tag">coda</a>, <a href="http://www.aetherworld.org/topics/css" rel="tag">css</a>, <a href="http://www.aetherworld.org/topics/design" rel="tag">design</a>, <a href="http://www.aetherworld.org/topics/html" rel="tag">html</a>, <a href="http://www.aetherworld.org/topics/online" rel="tag">online</a>, <a href="http://www.aetherworld.org/topics/panic" rel="tag">panic</a>, <a href="http://www.aetherworld.org/topics/review" rel="tag">review</a>, <a href="http://www.aetherworld.org/topics/software" rel="tag">software</a>, <a href="http://www.aetherworld.org/topics/webdesign" rel="tag">webdesign</a>, <a href="http://www.aetherworld.org/topics/xhtml" rel="tag">xhtml</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/04/panics-10th-anniversary-coda/feed</wfw:commentRss>
		</item>
		<item>
		<title>CSS&#160;Edit</title>
		<link>http://www.aetherworld.org/2007/04/css-edit</link>
		<comments>http://www.aetherworld.org/2007/04/css-edit#comments</comments>
		<pubDate>Sun, 29 Apr 2007 16:08:39 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[css]]></category>

		<category><![CDATA[cssedit]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[free]]></category>

		<category><![CDATA[macrabbit]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[tools]]></category>

		<category><![CDATA[update]]></category>

		<category><![CDATA[web2.0]]></category>

		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/04/css-edit</guid>
		<description><![CDATA[<div class='microid-498a869e90d928b6da2573712c7b27bfa6cf37c9'><p>Web 2.0 in style? Now it&#8217;s <a href="http://macrabbit.com/cssedit/">Web 2.5 in style</a>! Macrabbit has released version 2.5 of their great CSS editor. And best of all, it&#8217;s a free upgrade for owners of the previous version.</p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/04/css-edit">Permalink</a> |
<a href="http://www.aetherworld.org/2007/04/css-edit#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/04/css-edit&amp;title=CSS&nbsp;Edit">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/css" rel="tag">css</a>, <a href="http://www.aetherworld.org/topics/cssedit" rel="tag">cssedit</a>, <a href="http://www.aetherworld.org/topics/design" rel="tag">design</a>, <a href="http://www.aetherworld.org/topics/free" rel="tag">free</a>, <a href="http://www.aetherworld.org/topics/macrabbit" rel="tag">macrabbit</a>, <a href="http://www.aetherworld.org/topics/software" rel="tag">software</a>, <a href="http://www.aetherworld.org/topics/tools" rel="tag">tools</a>, <a href="http://www.aetherworld.org/topics/update" rel="tag">update</a>, <a href="http://www.aetherworld.org/topics/web20" rel="tag">web2.0</a>, <a href="http://www.aetherworld.org/topics/webdesign" rel="tag">webdesign</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/04/css-edit/feed</wfw:commentRss>
		</item>
		<item>
		<title>No One Belongs Here More Than&#160;You</title>
		<link>http://www.aetherworld.org/2007/04/no-one-belongs-here-more-than-you</link>
		<comments>http://www.aetherworld.org/2007/04/no-one-belongs-here-more-than-you#comments</comments>
		<pubDate>Sat, 28 Apr 2007 10:32:50 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[books]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[mirandajuly]]></category>

		<category><![CDATA[noonebelongsheremorethanyou]]></category>

		<category><![CDATA[review]]></category>

		<category><![CDATA[webdesign]]></category>

		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/04/no-one-belongs-here-more-than-you</guid>
		<description><![CDATA[<div class='microid-2d2219a4ff5ef246f334c9fbef138393fe99a999'><p><a href="http://mirandajuly.com/">Miranda July</a> has a new collection of short stories coming out in May, called <a href="http://www.amazon.de/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.de%2FOne-Belongs-Here-More-Than%2Fdp%2F0743299396%3Fie%3DUTF8%26s%3Dbooks-intl-de%26qid%3D1177753676%26sr%3D8-1&amp;site-redirect=de&amp;tag=aetherworld-21&amp;linkCode=ur2&amp;camp=1638&amp;creative=6742">No One Belongs Here More Than You</a>. But not only July&#8217;s Book is a gem of unconventional storytelling: The book has a <a href="http://noonebelongsheremorethanyou.com/">a stunning web site</a> that is more creative than I&#8217;ve ever seen. The site has no navigation, except for <em>forward</em> / <em>back</em> buttons and consists of a series of images. No real text, just the images scaling to the size of your browser.</p>
<p style="text-align: center"><img src="http://www.aetherworld.org/wp-content/uploads/2007/04/miranda_july_book_screen_2.jpg" alt="No One Belongs Here More Than You - Website" /></p>
<p>Of course, no serious webdesigner would ever consider making such a website for their client. The website is not accessible, doesn&#8217;t fall back if you can&#8217;t see images and is basically empty for search engines. It breaks every rule that contemporary web designers follow.</p>
<p style="text-align: center"><img src="http://www.aetherworld.org/wp-content/uploads/2007/04/miranda_july_book_screen_1.jpg" alt="No One Belongs Here More Than You - Website" /></p>
<p>The intrguing thing is, it works. No, not just technically. The site works as a narrative that pulls the visitor along, a narrative that is also used in July&#8217;s book. I loved the website so much, I couldn&#8217;t stop clicking until I was through. And isn&#8217;t this the point of a website like this?</p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/04/no-one-belongs-here-more-than-you">Permalink</a> |
<a href="http://www.aetherworld.org/2007/04/no-one-belongs-here-more-than-you#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/04/no-one-belongs-here-more-than-you&amp;title=No One Belongs Here More Than&nbsp;You">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/books" rel="tag">books</a>, <a href="http://www.aetherworld.org/topics/design" rel="tag">design</a>, <a href="http://www.aetherworld.org/topics/mirandajuly" rel="tag">mirandajuly</a>, <a href="http://www.aetherworld.org/topics/noonebelongsheremorethanyou" rel="tag">noonebelongsheremorethanyou</a>, <a href="http://www.aetherworld.org/topics/review" rel="tag">review</a>, <a href="http://www.aetherworld.org/topics/webdesign" rel="tag">webdesign</a>, <a href="http://www.aetherworld.org/topics/website" rel="tag">website</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/04/no-one-belongs-here-more-than-you/feed</wfw:commentRss>
		</item>
		<item>
		<title>I Took the 2007 Web Design&#160;Survey</title>
		<link>http://www.aetherworld.org/2007/04/i-took-the-2007-web-design-survey</link>
		<comments>http://www.aetherworld.org/2007/04/i-took-the-2007-web-design-survey#comments</comments>
		<pubDate>Tue, 24 Apr 2007 13:03:10 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[aneventapart]]></category>

		<category><![CDATA[conference]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[events]]></category>

		<category><![CDATA[statistics]]></category>

		<category><![CDATA[survey]]></category>

		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/04/i-took-the-2007-web-design-survey</guid>
		<description><![CDATA[<div class='microid-00302f4e798a02256baadc1d5fa9430e05fb6a63'><blockquote><p><em>&#8220;People who make websites have been at it for more than a dozen years, yet almost nothing is known, statistically, about our profession. Take the survey and change all that.&#8221;</em></p></blockquote>
<blockquote>
<p style="text-align: center"><img src="http://aneventapart.com/webdesignsurvey/templates/ala/images/i-took-the-2007-survey.gif" title="I Took The Survey" alt="I Took The Survey" height="45" width="180" /></p>
</blockquote>
<p>Since <a href="http://meyerweb.com/eric/thoughts/2007/04/24/i-took-the-2007-web-design-survey/">Eric Meyer asked nicely</a>, I just took <a href="http://alistapart.com/articles/webdesignsurvey" title="The Web Design Survey, 2007">the 2007 Web Design Survey</a>. It only takes 10 minutes and you get a nice badge and can even win a ticket to <a href="http://www.aneventapart.com/">An Event Apart</a>, an iPod or other nice stuff.</p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/04/i-took-the-2007-web-design-survey">Permalink</a> |
<a href="http://www.aetherworld.org/2007/04/i-took-the-2007-web-design-survey#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/04/i-took-the-2007-web-design-survey&amp;title=I Took the 2007 Web Design&nbsp;Survey">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/aneventapart" rel="tag">aneventapart</a>, <a href="http://www.aetherworld.org/topics/conference" rel="tag">conference</a>, <a href="http://www.aetherworld.org/topics/design" rel="tag">design</a>, <a href="http://www.aetherworld.org/topics/events" rel="tag">events</a>, <a href="http://www.aetherworld.org/topics/statistics" rel="tag">statistics</a>, <a href="http://www.aetherworld.org/topics/survey" rel="tag">survey</a>, <a href="http://www.aetherworld.org/topics/webdesign" rel="tag">webdesign</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/04/i-took-the-2007-web-design-survey/feed</wfw:commentRss>
		</item>
		<item>
		<title>Inherit Expression for&#160;IE?</title>
		<link>http://www.aetherworld.org/2007/04/inherit-expression-for-ie</link>
		<comments>http://www.aetherworld.org/2007/04/inherit-expression-for-ie#comments</comments>
		<pubDate>Mon, 23 Apr 2007 17:33:04 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[sideblog]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/04/inherit-expression-for-ie</guid>
		<description><![CDATA[<div class='microid-b18cd6047bcfdd45212316d51d51c57d786a4c23'><p><a href="http://meyerweb.com/">Eric Meyer</a> is <a href="http://meyerweb.com/eric/thoughts/2007/04/23/inherit-expression-for-ie/">looking for IE? expression-savvy webdevelopers</a> to find a solution for IE&#8217;s lack of support for the inherit property. Go help him out.</p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/04/inherit-expression-for-ie">Permalink</a> |
<a href="http://www.aetherworld.org/2007/04/inherit-expression-for-ie#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/04/inherit-expression-for-ie&amp;title=Inherit Expression for&nbsp;IE?">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/sideblog" rel="tag">sideblog</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/04/inherit-expression-for-ie/feed</wfw:commentRss>
		</item>
		<item>
		<title>Google Reader Theme by Jon&#160;Hicks</title>
		<link>http://www.aetherworld.org/2007/04/google-reader-theme-by-jon-hicks</link>
		<comments>http://www.aetherworld.org/2007/04/google-reader-theme-by-jon-hicks#comments</comments>
		<pubDate>Mon, 16 Apr 2007 21:07:54 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[browser]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[feed]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[hicksdesign]]></category>

		<category><![CDATA[jonhicks]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/04/google-reader-theme-by-jon-hicks</guid>
		<description><![CDATA[<div class='microid-ac85b2e1398343dcf07b09b3db70d5d03951af39'><p>If you use <a href="http://www.google.com/reader">Google Reader</a> to read your news feeds, you can spice it up now with <a href="http://www.hicksdesign.co.uk/journal/google-reader-theme">Jon Hicks&#8217; pretty theme</a>.</p>
<p><a href="http://www.flickr.com/photos/hicksdesign/458953978/"><img src="http://www.aetherworld.org/wp-content/uploads/2007/04/458953978_1c31d825cf_o.jpg" alt="Jon Hicks’ Google Reader Theme" /></a></p>
<p>Pity I use the excellent <a href="http://www.newsfirerss.com/">News Fire</a> for my syndication needs, the new theme really makes me want to switch.</p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/04/google-reader-theme-by-jon-hicks">Permalink</a> |
<a href="http://www.aetherworld.org/2007/04/google-reader-theme-by-jon-hicks#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/04/google-reader-theme-by-jon-hicks&amp;title=Google Reader Theme by Jon&nbsp;Hicks">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/browser" rel="tag">browser</a>, <a href="http://www.aetherworld.org/topics/css" rel="tag">css</a>, <a href="http://www.aetherworld.org/topics/design" rel="tag">design</a>, <a href="http://www.aetherworld.org/topics/feed" rel="tag">feed</a>, <a href="http://www.aetherworld.org/topics/google" rel="tag">google</a>, <a href="http://www.aetherworld.org/topics/hicksdesign" rel="tag">hicksdesign</a>, <a href="http://www.aetherworld.org/topics/jonhicks" rel="tag">jonhicks</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/04/google-reader-theme-by-jon-hicks/feed</wfw:commentRss>
		</item>
		<item>
		<title>New Trailer for Ocean&#8217;s&#160;13</title>
		<link>http://www.aetherworld.org/2007/04/new-trailer-for-oceans-13</link>
		<comments>http://www.aetherworld.org/2007/04/new-trailer-for-oceans-13#comments</comments>
		<pubDate>Wed, 11 Apr 2007 14:12:48 +0000</pubDate>
		<dc:creator>Alexander Graf</dc:creator>
		
		<category><![CDATA[sideblog]]></category>

		<guid isPermaLink="false">http://www.aetherworld.org/2007/04/new-trailer-for-oceans-13</guid>
		<description><![CDATA[<div class='microid-314795309be4b072dc10bdf32d29fb84bed8b583'><p>Watch it at <a href="http://www.apple.com/trailers/wb/oceans13/trailer2a/" title="Ocean's 13">Apple.com</a> [via <a href="http://www.kottke.org/" title="Kottke.org">Kottke</a>]</p>
</div><hr />
<p><small>&copy; Alexander Graf for <a href="http://www.aetherworld.org">aetherworld.org</a>, 2007. |
<a href="http://www.aetherworld.org/2007/04/new-trailer-for-oceans-13">Permalink</a> |
<a href="http://www.aetherworld.org/2007/04/new-trailer-for-oceans-13#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aetherworld.org/2007/04/new-trailer-for-oceans-13&amp;title=New Trailer for Ocean&#8217;s&nbsp;13">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aetherworld.org/topics/sideblog" rel="tag">sideblog</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://www.aetherworld.org/2007/04/new-trailer-for-oceans-13/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
