<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Daniel Hardy &#187; Design</title>
	<atom:link href="http://www.danielhardy.com/blog/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danielhardy.com</link>
	<description>I speak usability &#38; developer to make amazing user experiences.</description>
	<lastBuildDate>Fri, 23 Jul 2010 04:36:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fun from the iPad</title>
		<link>http://www.danielhardy.com/blog/fun-from-the-ipad/</link>
		<comments>http://www.danielhardy.com/blog/fun-from-the-ipad/#comments</comments>
		<pubDate>Mon, 24 May 2010 03:20:09 +0000</pubDate>
		<dc:creator>Daniel Hardy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://www.danielhardy.com/?p=237</guid>
		<description><![CDATA[Made a couple of drawing while playing with the iPad and Sketchbook Pro. It is an amazing user experience&#8230; now if I could only get some amazing drawing skills. Enjoy!]]></description>
			<content:encoded><![CDATA[<p>Made a couple of drawing while playing with the iPad and Sketchbook Pro.  It is an amazing user experience&#8230; now if I could only get some amazing drawing skills.  Enjoy!</p>
<p><a href="http://www.flickr.com/photos/danielhardy/4633819109/" title="Burning by Daniel Hardy, on Flickr"><img src="http://farm5.static.flickr.com/4068/4633819109_f4d411d110.jpg" width="500" height="375" alt="Burning" /></a></p>
<p><span id="more-237"></span></p>
<p><a href="http://www.flickr.com/photos/danielhardy/4634417362/" title="Tag_DH by Daniel Hardy, on Flickr"><img src="http://farm5.static.flickr.com/4060/4634417362_75fa7937e7.jpg" width="500" height="375" alt="Tag_DH" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielhardy.com/blog/fun-from-the-ipad/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Yet another new design</title>
		<link>http://www.danielhardy.com/blog/yet-another-new-design/</link>
		<comments>http://www.danielhardy.com/blog/yet-another-new-design/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 03:34:47 +0000</pubDate>
		<dc:creator>Daniel Hardy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Redesign]]></category>

		<guid isPermaLink="false">http://www.danielhardy.com/?p=209</guid>
		<description><![CDATA[Alright I know it is horrible but I really didn&#8217;t like the last design and there was a lot behind the scenes I wanted to change. I decided I would update the site again and resolve some of the issues I had with the code. One thing I wanted to do was start converting the [...]]]></description>
			<content:encoded><![CDATA[<p>Alright I know it is horrible but I really didn&#8217;t like the last design and there was a lot behind the scenes I wanted to change. I decided I would update the site again and resolve some of the issues I had with the code.</p>
<p>One thing I wanted to do was start converting the site over to html5. Really there isn&#8217;t much of a point at this juncture other than it is more semantic and simple to make the change.</p>
<p>For example historically I would code something like this for the header.</p>
<div class="codecolorer-container html4strict vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;header&quot;</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;container_12 clearfix&quot;</span>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/h1.html"><span style="color: #000000; font-weight: bold;">h1</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;grid_5&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;logo&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Daniel Hardy<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/h1.html"><span style="color: #000000; font-weight: bold;">h1</span></a>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nav&quot;</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;grid_7&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;navList right&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#home&quot;</span>&gt;</span>Home<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#archives&quot;</span> &gt;</span>Archives<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span></div></div>
<p><span id="more-209"></span></p>
<p>In HTML5 it would be more semantic and may look like this&#8230;</p>
<div class="codecolorer-container html4strict vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;header <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;container_12 clearfix&quot;</span>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/h1.html"><span style="color: #000000; font-weight: bold;">h1</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;grid_5&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;logo&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Daniel Hardy<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/h1.html"><span style="color: #000000; font-weight: bold;">h1</span></a>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;nav <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;grid_7&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;navList right&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#home&quot;</span>&gt;</span>Home<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#archives&quot;</span> &gt;</span>Archives<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span>nav&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span>header&gt;</span></div></div>
<p>Pretty easy eh?</p>
<p>That takes care of the compliant browsers but to get the new HTML5 elements to work in IE you need to use a little javascript called <a href="http://ejohn.org/blog/html5-shiv/">HTML5 Shiv</a>.  I am lazy and want to make sure I always have a current version so I just placed the following in the head.</p>
<div class="codecolorer-container html4strict vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #808080; font-style: italic;">&lt;!--[if IE]&gt;</span><br />
<span style="color: #808080; font-style: italic;">&nbsp; &nbsp; &lt;script src=&quot;http://html5shiv.googlecode.com/svn/trunk/html5.js&quot;&gt;&lt;/script&gt;</span><br />
<span style="color: #808080; font-style: italic;">&lt;![endif]--&gt;</span></div></div>
<p>Obviously this is just a piece of the conversion.  I am still trying to iron out the final pieces but it should not impact the overall design.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielhardy.com/blog/yet-another-new-design/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>To Be a Designer</title>
		<link>http://www.danielhardy.com/blog/to-be-a-designer/</link>
		<comments>http://www.danielhardy.com/blog/to-be-a-designer/#comments</comments>
		<pubDate>Sun, 25 May 2008 15:15:08 +0000</pubDate>
		<dc:creator>Daniel Hardy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://www.danielhardy.com/?p=87</guid>
		<description><![CDATA[&#8220;As a designer, your job doesn&#8217;t stop when you leave the studio at 5 p.m.  That&#8217;s why our environment is key &#8211; it provides constant input, a constant stream of ideas,&#8221; &#8211; Jae Min, Audi Chief Designer, Audi Magazine 02/08 This statment rings true for me.  While I may not be designing something as complex [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><em>&#8220;As a designer, your job doesn&#8217;t stop when you leave the studio at 5 p.m.  That&#8217;s why our environment is key &#8211; it provides constant input, a constant stream of ideas,&#8221; &#8211; Jae Min, Audi Chief Designer, Audi Magazine 02/08</em></p></blockquote>
<p>This statment rings true for me.  While I may not be designing something as complex or complicated as an automobile, I certainly look for a constent stream of input and ideas.  This consent search allows me to find solutions to problems I have yet to encounter.  It also helps continuously refine ideas and views I have had about previously completed designs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielhardy.com/blog/to-be-a-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Change</title>
		<link>http://www.danielhardy.com/blog/site-change/</link>
		<comments>http://www.danielhardy.com/blog/site-change/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 03:14:48 +0000</pubDate>
		<dc:creator>Daniel Hardy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Redesign]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.danielhardy.com/blog/site-change/</guid>
		<description><![CDATA[Well, I said a while back that I would be changing the theme. Over the last several months I have struggled with creating a theme that I felt was good enough and fit my personal style. Today I have finally given up. This theme could be considerable better on multiple fronts and doesn&#8217;t fulfill the [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I said a while back that I would be changing the theme.  Over the last several months I have struggled with creating a theme that I felt was good enough and fit my personal style.  Today I have finally given up.  This theme could be considerable better on multiple fronts and doesn&#8217;t fulfill the previous statements but I decided it was finally time to just post something.  I am not sure how long it will stick around for but at least I got it up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielhardy.com/blog/site-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mystery of fonts</title>
		<link>http://www.danielhardy.com/blog/mystery-of-fonts/</link>
		<comments>http://www.danielhardy.com/blog/mystery-of-fonts/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 02:29:12 +0000</pubDate>
		<dc:creator>Daniel Hardy</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.danielhardy.com/blog/?p=53</guid>
		<description><![CDATA[I read a simple and sweet post today by Seth Godin and realized why I will never be a graphic designer. The gist of what he was saying is that most of the time a decent font will suffice but it will never compare to a GREAT font. To me fonts are like music, their [...]]]></description>
			<content:encoded><![CDATA[<p>I read a simple and sweet post today by Seth Godin and realized why I will never be a graphic designer.  The gist of what he was saying is that most of the time a decent font will suffice but it will never compare to a GREAT font.  To me fonts are like music, their are those who can make great music and their are those who can enjoy great music.  I fall into the latter group.  I feel that I can tell when the perfect font is being used but unfortunately couldn&#8217;t tell why it is perfect.  In the same way I can tell when a song has all the components of being successful but I can&#8217;t tell you what those components are.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielhardy.com/blog/mystery-of-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have found my twin</title>
		<link>http://www.danielhardy.com/blog/i-have-found-my-twin/</link>
		<comments>http://www.danielhardy.com/blog/i-have-found-my-twin/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 00:54:17 +0000</pubDate>
		<dc:creator>Daniel Hardy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.danielhardy.com/blog/?p=43</guid>
		<description><![CDATA[I recently found a site that looks an awful lot like mine. It uses a similar background and layout. To check it out cruise it over to www.sullr.com/us/. At first I was concerned I might some how be infringing on their copy write but after doing some research I have determined that this is unlikely [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sullr.com/us/"><img src="http://www.danielhardy.com/blog/wp-content/uploads/2007/08/screenshot.thumbnail.png" title="Similarity" alt="Similarity" align="left" border="1" hspace="5" vspace="5" /></a>I recently found a site that looks an awful lot like mine.  It uses a similar background and layout.  To check it out cruise it over to<a href="http://www.sullr.com/us/" title="View the similarity "> www.sullr.com/us/</a>.  At first I was concerned I might some how be infringing on their copy write but after doing some research I have determined that this is unlikely as their site wasn&#8217;t even registered until after I debuted my first iteration of this design.  It is important to note that in the first iteration I used a vibrant green closer to the one being used by by Sullr.  My original design can be viewed at <a href="http://www.danielhardy.com/wordpress/" title="View the original design">old blog</a>.  Needless to say I have started working on a new design and hope to have it up soon.  Until then enjoy a great looking reverse lookup engine ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielhardy.com/blog/i-have-found-my-twin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digg&#8217;s new look</title>
		<link>http://www.danielhardy.com/blog/diggs-new-look-5/</link>
		<comments>http://www.danielhardy.com/blog/diggs-new-look-5/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 02:50:56 +0000</pubDate>
		<dc:creator>Daniel Hardy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.danielhardy.com/blog/?p=41</guid>
		<description><![CDATA[Digg.com has recently unveiled its new look and it sure is a &#8220;humdinger.&#8221; There are some good points like inline images and a more prominent bury button but overall I believe it is a step backwards in both graphic and interaction design. On the graphics side the biggest mistake in my opinion is the failure [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.digg.com" title="Visit Digg!">Digg.com</a> has recently unveiled its new look and it sure is a &#8220;humdinger.&#8221; There are some good points like inline images and a more prominent bury button but overall I believe it is a step backwards in both graphic and interaction design.</p>
<p>On the graphics side the biggest mistake in my opinion is the failure to define a base font size.  This means that the size is dictated by the default browser configuration, something that most people never change.  For Windows <a href="http://www.firefox.com">Firefox </a>users the default size is 16pt which is typically a little large for Web text.   This gives the entire site a cartoon look.  I understand that this might have been done for accessibility reason but there are other alternatives that would have allowed for a better controlled experience.</p>
<p>From the interaction standpoint many of the common feature such as digging, commenting, and burying have remained mostly unchanged. Personally I think the big failure here is the integration of video into the front page.  This forced a redesign of the navigation which until now was excellent.  In fact I have pitched similar designs and people recognized the similarities and even referred to it as &#8220;Digg style navigation.&#8221;  While the new design maintains many of the elements of the previous it has added a drop-down menu system accessed through multifunction buttons.  This can be confusing to casual consumers.  With each click you may end up with different results.</p>
<p>Overall I think the previous design is better than this current iteration.  Sure there are some interesting additions but I think they are really just feature fluff.   I look forward to seeing how the public sees the new changes.</p>
<p><em><strong>[Update]</strong> I just found <a href="http://gpowered.blogspot.com/2007/08/new-digg-home-page-breaks-linux-section.html">this</a> post.  It looks like there might be other problems with the new Digg.com redesign.  </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielhardy.com/blog/diggs-new-look-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip for those pearly white pages.</title>
		<link>http://www.danielhardy.com/blog/tip-for-those-pearly-white-pages/</link>
		<comments>http://www.danielhardy.com/blog/tip-for-those-pearly-white-pages/#comments</comments>
		<pubDate>Mon, 20 Aug 2007 04:36:52 +0000</pubDate>
		<dc:creator>Daniel Hardy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.danielhardy.com/blog/?p=40</guid>
		<description><![CDATA[I have been using a unique theme for a while now and have noticed something strange. It appears that many people don&#8217;t code in the background color because they assume that the default is white. Well this is a fallacy, as it turns out the default is set by the window manager and there fore [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using a unique theme for a while now and have noticed something strange.  It appears that many people don&#8217;t code in the background color because they assume that the default is white.  Well this is a fallacy, as it turns out the default is set by the window manager and there fore your page may be broken.  I know I am a minority but it is not that hard to add one line of code to ensure your site is always at its full glory.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielhardy.com/blog/tip-for-those-pearly-white-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The arrogance of design.</title>
		<link>http://www.danielhardy.com/blog/the-arrogance-of-design/</link>
		<comments>http://www.danielhardy.com/blog/the-arrogance-of-design/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 04:17:54 +0000</pubDate>
		<dc:creator>Daniel Hardy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.danielhardy.com/blog/?p=24</guid>
		<description><![CDATA[First off the thoughts below are constructed around stereotypes.  If you are against stereotypes then there is no need to read on ;)  In my opinion stereotypes can be a useful tool in interacting with people.  The catch is to not let stereotypes impact your ability to give someone a chance.  Now on to the [...]]]></description>
			<content:encoded><![CDATA[<p>First off the thoughts below are constructed around stereotypes.  If you are against stereotypes then there is no need to read on ;)  In my opinion stereotypes can be a useful tool in interacting with people.  The catch is to not let stereotypes impact your ability to give someone a chance.  Now on to the good stuff&#8230;<br />
I have met a lot of types of designers in my life.  Many of them have had a common thread even though their fields of expertise have been wildly different. This thread is an air of arrogance.  This is not to say that all or even most of them have this trait, but instead that a large &#8220;per capita&#8221; ratio does.  I have often ponder why this phenomenon occurs and today I came up with my own hypothesis.   Design is intoxicating, particularly a successful design.</p>
<p>In a broad definition design could be viewed as an outward expression of a solution to any given problem.  The important part of this thought is that it is outward.  This is to say that the audience(customer) can see the design in action, be it an interaction or some graphics that build a &#8220;feel&#8221; or &#8220;attitude&#8221;.  This is in contrast to something like development where the user doesn&#8217;t see or consider the results of the hard work (unless it is broken).  As a designer when the application is a success it is easy to take it personal.</p>
<p>Think of if in terms of &#8220;buzz.&#8221;  Most of the time when people talk about how great a product is they say things like &#8220;It is so easy to use&#8221; or &#8220;I love the way it looks.&#8221;  Rarely do you hear someone discuss how well it was developed or how there isn&#8217;t any bugs in it.</p>
<p>Even when the reverse happens and a product is deemed a failure it is often blamed on the design, not the construction.</p>
<p>The interesting part is that none of it would be possible if someone didn&#8217;t have the amazing amounts of knowledge to build it (be it by code or content).  This alone should humble any designer.  But some how this concept continues to be lost on many in the design community.  Perhaps it is because many designers have never taken the time to learn how to develop the rest of the items needed to make a great application.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielhardy.com/blog/the-arrogance-of-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
