<?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>Jeff Voigt</title>
	<atom:link href="http://www.jeffvoigt.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffvoigt.com</link>
	<description>User Interface Architect / Usability Advocate</description>
	<lastBuildDate>Tue, 31 Aug 2010 06:57:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>New Look for the Website</title>
		<link>http://www.jeffvoigt.com/new-look-for-the-website/</link>
		<comments>http://www.jeffvoigt.com/new-look-for-the-website/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 14:49:01 +0000</pubDate>
		<dc:creator>Jeff Voigt</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.jeffvoigt.com/?p=85</guid>
		<description><![CDATA[I finally got around to uploading my custom WordPress theme.  I doubt it will ever be &#8220;complete&#8221;, but it&#8217;s definitely at a point where it looks better than the current theme and the bugs are acceptable enough to throw in front of people. I plan on writing a high level article reviewing the design process I went [...]]]></description>
			<content:encoded><![CDATA[<p>I finally got around to uploading my custom WordPress theme.  I doubt it will ever be &#8220;complete&#8221;, but it&#8217;s definitely at a point where it looks better than the current theme and the bugs are acceptable enough to throw in front of people.</p>
<p>I plan on writing a high level article reviewing the design process I went through.  In the meantime, I only have time to post that the theme is now up and doing it&#8217;s thing.  Feel free to poke around and list off the millions of holes that are most definitely present.</p>
<p>I was going to title this post &#8220;The Emperor&#8217;s New Clothes&#8221; but resisted.</p>
<p><span id="more-85"></span></p>
<p><a href="http://www.jeffvoigt.com/wp-content/uploads/2010/07/WebsitePreview.jpg"><img class="aligncenter size-medium wp-image-87" title="Thumbnail of the new website look." src="http://www.jeffvoigt.com/wp-content/uploads/2010/07/WebsitePreview-300x202.jpg" alt="" width="300" height="202" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffvoigt.com/new-look-for-the-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Timezone Choices&#8230;Inuvik?</title>
		<link>http://www.jeffvoigt.com/timezone-choices/</link>
		<comments>http://www.jeffvoigt.com/timezone-choices/#comments</comments>
		<pubDate>Wed, 12 May 2010 05:38:13 +0000</pubDate>
		<dc:creator>Jeff Voigt</dc:creator>
				<category><![CDATA[Real World Examples]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[time zones]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://www.jeffvoigt.com/?p=69</guid>
		<description><![CDATA[I&#8217;ve been trying to become a better member of the Interaction Design Association (IxDA).  They recently reworked their site, so I re-registered for it.  The confirmation email went right to my spam mailbox, which I didn&#8217;t see right away.  I just assumed the site was broken.  However I did notice that I started receiving 10+ [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying to become a better member of the <a title="IxDA (Home)" href="http://www.ixda.org/">Interaction Design Association</a> (IxDA).  They recently reworked their site, so I re-registered for it.  The confirmation email went right to my spam mailbox, which I didn&#8217;t see right away.  I just assumed the site was broken.  However I did notice that I started receiving 10+ emails a day from IxDA topics / forums, so I dug around my inbox and finally found my login link.</p>
<p>On the account settings page, I was shown this:</p>
<p><a href="http://www.jeffvoigt.com/wp-content/uploads/2010/05/ixda.png"><img class="aligncenter size-full wp-image-70" title="IxDA - Settings Page" src="http://www.jeffvoigt.com/wp-content/uploads/2010/05/ixda.png" alt="IxDA - Settings Page" width="416" height="678" /></a></p>
<p><span id="more-69"></span>Web applications are hosted on servers that are rarely in the same time zone as you.  This means that any events scheduled using the system will be displayed with the wrong time unless you&#8217;ve set your local time zone in your account preferences.  My expectation would be what I find in Microsoft Windows, which is a list one city per relevant time zone and a <a title="Definition: Greenwich Mean Time" href="http://en.wikipedia.org/wiki/Greenwich_Mean_Time">GMT</a> offset.  Instead I found choices like:</p>
<ul>
<li>America/Indiana/Indianapolis</li>
<li>America/Indianapolis</li>
<li>America/North_Dakota/New_Salem</li>
<li>Antarctica/South_Pole</li>
<li>Asia/Jerusalem</li>
<li>Atlantic/Reykjavik</li>
</ul>
<p>We have some U.S. States included, but not all.  Some U.S. cities are listed twice.  Some U.S. cities are so small I&#8217;ve never heard of them.  Geography is sorted by Continent or Ocean.  Just an odd taxonomy choice.</p>
<p>Setting my personal timezone is important to me for this site.  The organization hosts events in San Francisco, so I want to make sure I have the right times for them.  Taking a quick look at the screenshot above should quickly tell you that this simple task became complicated, since the default is Chicago (central time).  I eventually spotted Los Angeles after going through the list 3 times, but I doubt others are as patient as me.</p>
<p>Ideally when you use a drop-down menu either <a title="Jacob Nielsen: Drop-Down Menus" href="http://www.useit.com/alertbox/20001112.html">all the items should be visible once opened</a>, or the content of it should be so familiar that the user already knows what to expect in it.  An example of familiar content would be a drop-down that contained a list of U.S. States.  Neither of these cases are true for this example.</p>
<p>Another option worth noting is that the &#8220;Automatically enable notifications for any groups that I join&#8221; was the source of my 224 IxDA spam emails in my inbox.  I quickly unchecked it.</p>
<p>Most people may wonder why this option would be enabled by default if it results in this much spam.  Most usability / user experience members would push for this to be an <a title="Definition: Opt In" href="http://en.wikipedia.org/wiki/Opt_in_e-mail">opt-in</a> setting, rather than an opt-out (for this spam centered reason).  However having worked with a lot of project managers, my educated guess is that there was a fear that if it was opt-in, no one would bother.  (AKA: The community would fail.)  In my experience thoughts like these terrify product managers, like haunting nightmares and cold sweats bad.  So I can understand the thinking, if not agree with it.</p>
<p>With all design choices, I tend to agree with the general practice that you should use established conventions unless your method is significantly better.  I think this design falls under &#8220;needs more work&#8221;.</p>
<p><em><span style="color: #888888;">Disclaimer: These are my opinions and insights, and are intended to improve the example being studied.  Like all things in life, there’s a good chance I’m just wrong.  So take it all with a grain of salt.</span></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffvoigt.com/timezone-choices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comcast: How to Make a Bad First Impression</title>
		<link>http://www.jeffvoigt.com/comcast/</link>
		<comments>http://www.jeffvoigt.com/comcast/#comments</comments>
		<pubDate>Mon, 03 May 2010 08:01:39 +0000</pubDate>
		<dc:creator>Jeff Voigt</dc:creator>
				<category><![CDATA[Real World Examples]]></category>
		<category><![CDATA[Comcast]]></category>
		<category><![CDATA[Fail]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.jeffvoigt.com/?p=64</guid>
		<description><![CDATA[I try my best to appreciate usability outside the world of web technology.  One of my frequent fascinations is the lack of thought applied to entrances. The visual affordance of the door says to me &#8220;pull&#8221;.  Handles are meant to be grabbed.  Yet one of the doors can only be pushed.  What&#8217;s worse is that [...]]]></description>
			<content:encoded><![CDATA[<p>I try my best to appreciate usability outside the world of web technology.  One of my frequent fascinations is the lack of thought applied to entrances.</p>
<p><a href="http://www.jeffvoigt.com/wp-content/uploads/2010/05/Comcast.jpg"><img class="aligncenter size-full wp-image-65" title="Comcast - Confusing Doors" src="http://www.jeffvoigt.com/wp-content/uploads/2010/05/Comcast.jpg" alt="Comcast - Confusing Doors" width="480" height="320" /></a></p>
<p>The visual <a title="Definition: Affordance" href="http://en.wikipedia.org/wiki/Affordance">affordance</a> of the door says to me &#8220;pull&#8221;.  Handles are meant to be grabbed.  Yet one of the doors can only be pushed.  What&#8217;s worse is that it&#8217;s the right door, which is usually the one people go to first to enter a building (due to the US driving preference).  So I have to imagine it catches a number of people off-guard everyday.</p>
<p>Please don&#8217;t follow this example.  Make your customers and users feel smart by not upsetting their world view, even at this level.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffvoigt.com/comcast/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Case Study: nickfinck.com</title>
		<link>http://www.jeffvoigt.com/case-study-nickfinck-com/</link>
		<comments>http://www.jeffvoigt.com/case-study-nickfinck-com/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 07:25:52 +0000</pubDate>
		<dc:creator>Jeff Voigt</dc:creator>
				<category><![CDATA[Case Studies]]></category>
		<category><![CDATA[case study]]></category>
		<category><![CDATA[Nick Finck]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://www.jeffvoigt.com/?p=32</guid>
		<description><![CDATA[I hate Nick Finck.  Or, more appropriately I hate Things That Are Brown.  And by &#8220;hate&#8221; I of course mean &#8220;envy&#8221;. I find competitive analysis to be an essential tool for design.  In my quest to design a more appropriate layout and theme for my blog, I did my due diligence and searched the web high [...]]]></description>
			<content:encoded><![CDATA[<p>I hate <a title="I wish my site was this awesome" href="http://www.nickfinck.com/">Nick Finck</a>.  Or, more appropriately I hate <a title="Great designers like these breed pure envy and loathing" href="http://thingsthatarebrown.com/">Things That Are Brown</a>.  And by &#8220;hate&#8221; I of course mean &#8220;envy&#8221;.</p>
<p>I find competitive analysis to be an essential tool for design.  In my quest to design a more appropriate layout and theme for my blog, I did my due diligence and searched the web high and low for portfolio sites from which to get ideas from.  This analysis not only grounds you with a firm baseline of what is expected of your design, but often yields a nice list of action items that can be used to outdo your competitors.</p>
<p>I&#8217;m a big fan of simple and direct.  I believe that if you can take something away from a design and it still works, do it.  Which is why I immediately envied <a title="nickfinck.com" href="http://www.nickfinck.com/">Nick Finck&#8217;s website</a>.  The scribbles on my quad-ruled pad and my chosen color palette to that point were very similar to what he already had decided to place in front of me.  What&#8217;s more is that he&#8217;s also in the same field as I am, so it would be bad taste to copy him.  Instead I&#8217;ll use his website as a case study.<br />
<span id="more-32"></span></p>
<h2>Home Page</h2>
<p><a href="http://www.jeffvoigt.com/wp-content/uploads/2010/04/tmb_nickfinck_abovethefold.jpg"><img class="aligncenter size-full wp-image-35" title="nickfinck.com: Above the Fold" src="http://www.jeffvoigt.com/wp-content/uploads/2010/04/tmb_nickfinck_abovethefold.jpg" alt="nickfinck.com: Above the Fold" width="400" height="264" /></a></p>
<p>His home page is nearly flawless when it comes to the <a title="Definition: Above the Fold" href="http://en.wikipedia.org/wiki/Above_the_fold">above the fold</a> area:</p>
<ul>
<li>Professional quality photo immediately letting me know who Nick is.</li>
<li>Large and simple navigation scheme: About, Blog, Speaking</li>
<li>Clear calls to action: &#8220;Read My Blog&#8221;, &#8220;Get in Touch&#8221;, &#8220;Follow me on twitter&#8221;</li>
<li>Immediate association with companies that look to be respected.</li>
<li>Area has lots of whitespace so the page doesn&#8217;t feel cluttered.</li>
</ul>
<p>Having said this, I find a few things that seem disruptive:</p>
<ul>
<li>Unestablished link color.  If you were to ask me based on my gut reaction what color indicates what is interactive on the page, my immediate response is &#8220;light blue&#8221;.  However, upon inspection the correct answer is: orange, blue, green, dark tan, black, and white.  The lack of link consistency is probably the page&#8217;s biggest failing.</li>
</ul>
<p><a href="http://www.jeffvoigt.com/wp-content/uploads/2010/04/tmb_nickfinck_links.jpg"><img class="aligncenter size-full wp-image-38" title="nickfinck.com: Links" src="http://www.jeffvoigt.com/wp-content/uploads/2010/04/tmb_nickfinck_links.jpg" alt="nickfinck.com: Links" width="400" height="243" /></a></p>
<ul>
<li>In addition the underlining of links is inconsistent:</li>
</ul>
<p><a href="http://www.jeffvoigt.com/wp-content/uploads/2010/04/tmb_nickfinck_links2.jpg"><img class="aligncenter size-full wp-image-39" title="nickfinck.com: More Links" src="http://www.jeffvoigt.com/wp-content/uploads/2010/04/tmb_nickfinck_links2.jpg" alt="nickfinck.com: More Links" width="400" height="218" /></a></p>
<ul>
<li>The tagline &#8220;UX/IA Pro, Speaker &amp; Community Cultivator&#8221; seems a bit too large.  My eyes were actually drawn to the photo and the size of the tagline text resulted in a bit of <a title="Definition: Banner Blindness" href="http://en.wikipedia.org/wiki/Banner_blindness">banner blindness</a> at first.</li>
<li>When you hover over the two companies under his photo, a huge information bubble appears.  This was unexpected and actually subconsciously prevented me from wanting to click on the company links.  While it&#8217;s a cool use of jQuery, I think it detracts from the overall experience.</li>
</ul>
<h2><a href="http://www.jeffvoigt.com/wp-content/uploads/2010/04/nickfinck_infobubble.jpg"><img class="aligncenter size-full wp-image-36" title="nickfinck.com: Info Bubble" src="http://www.jeffvoigt.com/wp-content/uploads/2010/04/nickfinck_infobubble.jpg" alt="nickfinck.com: Info Bubble" width="400" height="373" /></a></h2>
<h2>About Page</h2>
<p><a href="http://www.jeffvoigt.com/wp-content/uploads/2010/04/tmb_nickfinck_about.jpg"><img class="aligncenter size-full wp-image-40" title="nickfinck.com: About Page" src="http://www.jeffvoigt.com/wp-content/uploads/2010/04/tmb_nickfinck_about.jpg" alt="nickfinck.com: About Page" width="400" height="263" /></a></p>
<p>The About page is also very well done:</p>
<ul>
<li>Clear page title, which is set on a tan banner that ties into the Home page&#8217;s design.</li>
<li>Very personable and professional photo.  I want to meet and/or talk to this guy.</li>
<li>Journalists are given due consideration with a ready press kit.  Anyone who reads Jacob Nielsen&#8217;s insights should know the importance of <a title="Don't make journalists hunt for stuff" href="http://www.useit.com/alertbox/pr.html">Press Area Usability</a>.</li>
</ul>
<p>There are very few negatives:</p>
<ul>
<li>The &#8220;Read More&#8230;&#8221; link hides 2 extra paragraphs, that slid into view when clicked on.  Presumably this is to help ensure the &#8220;Testimonials&#8221; header creeps in above the fold.  I would have shaved another paragraph off since browser chrome may still hide it.</li>
<li>The Facebook and Linked In buttons fall far below the fold.  I missed seeing these items quite often.</li>
<li>Same link issue as on the Home page.  &#8221;Testimonials&#8221; is not a link, but &#8220;Download press kit&#8221; is.  This is confusing.</li>
</ul>
<h2>Blog Page</h2>
<p><a href="http://www.jeffvoigt.com/wp-content/uploads/2010/04/tmb_nickfinck_blog.jpg"><img class="aligncenter size-full wp-image-41" title="nickfinck.com: Blog" src="http://www.jeffvoigt.com/wp-content/uploads/2010/04/tmb_nickfinck_blog.jpg" alt="nickfinck.com: Blog" width="400" height="263" /></a></p>
<p>The Blog page is probably the worst designed member of the website.  This is a shame as it is definitely the one I&#8217;m most interested in, since I am an avid consumer of usability and user experience information.</p>
<ul>
<li>50% of the page is wasted on non-blog content.  This is a perfect example of not <a title="jeffvoigt.com: Put Your Best Foot Forward" href="http://www.jeffvoigt.com/put-your-best-foot-forward/">putting your best foot forward</a>.  Instead of making the hard decision as to what was more important, everything is included instead.</li>
<li>Instead of having 2 columns of supplementary content, probably only one should have been chosen.  If I were to make the decision, I would omit the Flickr and Delicious sections.  Flickr albums can be linked to via a blog post when photos are uploaded, and my expectation is that less than 5% of the web community understands <a title="What is Delicious?" href="http://www.penny-arcade.com/comic/2006/7/12/">what is Delicious</a>.</li>
<li>I&#8217;d definitely keep the Twitter feed and the Ad.  Twitter feeds are updated regularly, so there&#8217;s always fresh content waiting for a visitor.  And let&#8217;s face it I&#8217;d want to tout and flaunt my own services on this key page as well (so the ad stays).</li>
<li>I&#8217;d also omit or condense the speaking events section.  My assumption is that it is present on the page because the Blog is a frequent destination, so extra exposure is good.  But having said that, if it were up to me I&#8217;d omit it and pimp my speaking events in the Twitter feed.  Less is more.</li>
</ul>
<h2>Summary</h2>
<p>Overall I think this is a fantastic website, and excellent at presenting a professional face to the UX/IA community.  The majority of the website practices what he likely preaches in his speaking engagements.  There is very little clutter and each page seems to hit the goal that was laid out for it.</p>
<p>Having said that, there are only a few key areas that should still be addressed:</p>
<ul>
<li>The Blog page should eliminate one of the supplementary side columns and omit or condense much of affected content.</li>
<li>A better separation should be made between links that are interactive and headers that are not.  In addition, link behaviors in general should be made more consistent.</li>
</ul>
<p>But yes, I will likely be using Nick Finck&#8217;s website as a model example of a professional portfolio site.  As should you.</p>
<p><em><span style="color: #888888;">Disclaimer: These are my opinions and insights, and are intended to improve the example being studied.  Like all things in life, there&#8217;s a good chance I&#8217;m just wrong.  So take it all with a grain of salt.</span></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffvoigt.com/case-study-nickfinck-com/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Put Your Best Foot Forward&#8230;</title>
		<link>http://www.jeffvoigt.com/put-your-best-foot-forward/</link>
		<comments>http://www.jeffvoigt.com/put-your-best-foot-forward/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 01:29:26 +0000</pubDate>
		<dc:creator>Jeff Voigt</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[web content]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.jeffvoigt.com/?p=20</guid>
		<description><![CDATA[Because you&#8217;ll fall flat on your face if you try putting both feet out at once.  Let me elaborate by asking some related questions: Is it easier to find fault in your best 5 examples, or your most recent 100? Is it easier to find fault in your best 1-2 examples of each category type, [...]]]></description>
			<content:encoded><![CDATA[<p>Because you&#8217;ll fall flat on your face if you try putting both feet out at once.  Let me elaborate by asking some related questions:</p>
<ul>
<li>Is it easier to find fault in your best 5 examples, or your most recent 100?</li>
<li>Is it easier to find fault in your best 1-2 examples of each category type, or letting me choose a category and then seeing 10 examples of it?</li>
<li>Are your best examples presented to me, or are they waiting for me to find them (if I can find them)?</li>
</ul>
<p><span id="more-20"></span></p>
<p>Doesn&#8217;t really sound too complicated, does it?  The conscious act of deciding that one thing is more important than another, and going with it.  And yet nearly everywhere I go on the web, many websites prefer to inundate a visitor with every possible choice, every possible option, and every possible example.  Instead of making a design decision to give the user &#8220;something&#8221;, and then letting them poke around or customize it further, we give them &#8220;everything&#8221;.</p>
<p>You&#8217;re probably confused, so I&#8217;ll give you some concrete examples.  Since I&#8217;ve decided to update my website and turn it into something other than a glorified placeholder, I&#8217;ve been looking at portfolio sites in an attempt to get ideas and inspiration.  My thought process was, &#8220;web design firms do this for a living, so I bet they have some examples I could mimic/copy/borrow/pilfer.&#8221;</p>
<p>Web design firms do indeed have examples that I can get ideas from, however very few of them ever do personal portfolios.  This fact, upon reflection, actually makes sense as I don&#8217;t know too many people who&#8217;d shell out good money for a respectable website.  Most of their examples are corporate or professional organization websites.  This didn&#8217;t bother me, as I can still look for good ideas on these sites too.</p>
<p>What did bother me, was the total lack of thought that went into the presentation of these portfolio pieces to the visitor.  Some websites decided the best approach was to overwhelm me with numbers (<a title="Too many examples" href="http://portfolio.spinxwebdesign.com/">Example 1</a>, <a title="Too many examples" href="http://www.bluefountainmedia.com/portfolio.php?tcid=1">Example 2</a>).  Some websites required that I know exactly what I was looking for first (<a title="Choose or perish" href="http://www.imageworksstudio.com/portfolio/portfolio.php?q=portfolio/index.php">Example 4</a>, <a title="Choose or perish" href="http://www.bluefountainmedia.com/portfolio-landing.php">Example 5</a>, <a title="Choose or Perish" href="http://www.studio678.com/portfolio.php">Example 6</a>).  One website even went so far as to tell me to <a title="We are busy and not accepting new clients at the moment" href="http://ooyes.net/">GO AWAY</a>!  Very few of the websites made conscious decisions as to which examples to showcase (<a title="Here's our best stuff" href="http://thingsthatarebrown.com/portfolio/">Example 7</a>, <a title="Here's our best stuff" href="http://www.finerdesign.com/web-design-portfolio/">Example 8</a>).</p>
<p>The point being that in overwhelming me with examples of their work, or interrogating me before providing me anything of value, they are passing the burden of legwork onto me.  By giving the power of decision to me, there is a good chance I will discover a lesser value example.</p>
<p>As a web content provider, you will both do me (the visitor) and yourself (the website owner) a huge favor by ferrying me to your best content in a quick and painless manner.  If I am a discerning visitor, I may ask to see more examples, or inquire which project leaders ran the websites that I find exceptional, but I doubt I will leave based on your best work.</p>
<p>Some may argue that by only presenting a small subset of examples to choose from, you are presenting an incomplete picture.  That you are being deceptive in your capabilities.  I disagree.  Being selective does not mean that the portfolios are misleading, since they did in fact actually do the work.  It simply means that what is being presented represents the high watermark of your capabilities.  To that effect I think it saves the visitor a great deal of time.  And in this world of <a title="Users scan fast, no faster than that" href="http://www.useit.com/alertbox/percent-text-read.html">4 second attention spans</a>, saving a visitor time is a very good thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffvoigt.com/put-your-best-foot-forward/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>And so it begins&#8230;</title>
		<link>http://www.jeffvoigt.com/beginnings/</link>
		<comments>http://www.jeffvoigt.com/beginnings/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 00:12:31 +0000</pubDate>
		<dc:creator>Jeff Voigt</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.jeffvoigt.com/?p=9</guid>
		<description><![CDATA[Translation: Hello World!]]></description>
			<content:encoded><![CDATA[<p>After much deliberation and retraction on what I should do with this website, I finally decided on attempting to maintain a blog.  I shall attempt to find things to write about, mainly with an eye towards usability.  This could involve items I run into on a daily basis, articles that I elaborate on, or eureka moments I have that may make no sense whatsoever to anyone besides me.  The point being&#8230;that I write about something.</p>
<p>I also intend on updating the theme of the site to better suit my personality.  I find stealing a WordPress theme to be a form of cheating, but I need to start somewhere.  This will give me something to do when I have inevitable writer&#8217;s block.  So I have quite a bit of work cut out for me!</p>
<p>We shall soon see how well I fare&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffvoigt.com/beginnings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

