<?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>Six Revisions &#187; Web Design</title>
	<atom:link href="http://sixrevisions.com/category/web_design/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixrevisions.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 03:46:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>The Proxority Principle in Web Design</title>
		<link>http://sixrevisions.com/web_design/proxority-principle/</link>
		<comments>http://sixrevisions.com/web_design/proxority-principle/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 13:27:11 +0000</pubDate>
		<dc:creator>Jacob Gube</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://sixrevisions.com/?p=6170</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=6170&c=572106411' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=6170&c=572106411' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/6989dd4b5220d0b14530453de7387991/zone/1259902' target='_blank'>Advertise here with BSA</a></p><br />In web design, the position of design elements and the layout of web pages is everything. So many cool, exciting techniques are available to help us lay out our designs (especially with CSS3 at our disposal) that we often forget that structure is as important as aesthetics. How do you determine where content should appear, [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=6170&c=42667703' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=6170&c=42667703' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/6989dd4b5220d0b14530453de7387991/zone/1259902' target='_blank'>Advertise here with BSA</a></p><br /><p><a href="http://sixrevisions.com/web_design/proxority-principle/"><img src="http://cdn.sixrevisions.com/0245-01-proxority_principle_thumbnail.jpg" width="550" height="200" /></a></p>
<p>In web design, the position of design elements and the <a href="http://sixrevisions.com/web_design/a-guide-on-layout-types-in-web-design/" title="A Guide on Layout Types in Web Design">layout of web pages</a> is everything. So many cool, exciting techniques are available to help us lay out our designs (especially with <a href="http://sixrevisions.com/css/embracing-and-using-css3-pragmatically/" title="Embracing and Using CSS3 Pragmatically">CSS3 at our disposal</a>) that we often forget that structure is as important as aesthetics.</p>
<p>How do you determine where content should appear, and how can a well-oiled interface increase website readability? This is what we&#8217;ll aim to uncover in this article.</p>
<p><span id="more-6170"></span></p>
<p>We&#8217;re going to examine a basic technique that could help you improve your general content flow, and, for lack of a better term, I&#8217;m going to call that technique the proxority principle (a portmanteau word that combines &quot;proximity&quot; and &quot;priority&quot;).</p>
<h3>Communication through Design</h3>
<p>Designers already understand that the relationships between objects on a page matter. That&#8217;s why when we create a design, we think about <a href="http://sixrevisions.com/web_design/using-power-structure-and-gestalt-for-visual-hierarchy/" title="Using Power Structure and Gestalt for Visual Hierarchy">visual hierarchy</a>, <a href="http://sixrevisions.com/graphics-design/visual-weight-designs/" title="Working with Visual Weight in Your Designs">visual weight</a>, <a href="http://sixrevisions.com/web_design/gestalt-principles-applied-in-design/" title="Gestalt Principles Applied in Design">Gestalt psychology</a>, the <a href="http://sixrevisions.com/web_design/the-art-of-distinction-in-web-design/" title="The Art of Distinction in Web Design">distinctiveness of important elements</a> and other principles that affect relationships between the various components of a web page. It&#8217;s one of the reasons why we tend to get neurotic when it comes to <a href="http://sixrevisions.com/user-interface/navigation-design-patterns/" title="Guide to Website Navigation Design Patterns">navigation menus</a>, headers or footers.</p>
<p>With so much going on inside the average web page, getting the right content to users in the right place and at the right time is quite an achievement!</p>
<p>If your content isn&#8217;t structured suitably, there can be a number of downsides, such as:</p>
<ul>
<li>Critical information getting lost or skipped</li>
<li>User interaction issues like error-proneness or confusion</li>
<li>Reduced web accessibility for screen readers</li>
</ul>
<p>The proxority principle, in a nutshell, puts forth the idea that if we can prioritize our content to ensure that the most relevant material is visible and appealing, users will immediately be drawn to it.</p>
<p>This principle asserts that all related, important content should be grouped or joined together whenever possible to allow flow and feedback.</p>
<p>The art of this technique isn&#8217;t in the theory, because we often lay out content logically as we write it (headings, subheadings, bullet points, etc.); instead, it&#8217;s in the planning stage.</p>
<h3>Proxority Principle in Site Navigation</h3>
<p>Consider something like a <a href="http://sixrevisions.com/design-showcase-inspiration/50-stylish-navigation-menus-for-design-inspiration/">navigation menu</a>. One of the first things we do when producing  the <a href="http://sixrevisions.com/usabilityaccessibility/information-architecture-101-techniques-and-best-practices/" title="Information Architecture 101: Techniques and Best Practices">information architecture</a> of a site is to organize pages and links into one cohesive structure, after which we add categories or subsections if appropriate.</p>
<p>This technique leads to the development of <a href="http://sixrevisions.com/design-showcase-inspiration/50-examples-of-drop-down-navigation-menus-in-web-designs/" title="50 Examples of Drop-Down Navigation Menus in Web Designs">drop-down menus</a> and other unique browsing aids which help us to further bind content that lacks proxority.</p>
<p>When planning navigation menus, one must pay particularly close attention to the value of pages and their connections, in order to make them a perfect example of proxority in action.</p>
<p>This particular technique works for any style of website, so whether you&#8217;re scaling a huge service-heavy but content-light layout (like Amazon) or a content-heavy but feature-light design (like a blog), the technique should be of use.</p>
<p>Better yet, the principle can help you organize your website&#8217;s information architecture; the proxority between pages is as important as what exists upon individual pages.</p>
<p>If you find yourself <strong>struggling to determine where stuff should be placed</strong>, this strategic guide will help you.</p>
<h3>Priority: Boost the Best, Weed out the Worst</h3>
<p>Many of us know only too well the benefits of prioritizing. The priority we give our content plays a huge part in the perceived value it has upon a page.</p>
<p>A site&#8217;s logo/name, for example, is recognizable because of its critically high placement, usually in the top left-hand corner, and it maintains visibility in that position on every page of a website.</p>
<p><img src="http://cdn.sixrevisions.com/0245-02_amazon.png" width="549" height="249" /><span class="figure-caption">A logo should be dominant over all other objects on a page. That&#8217;s its proxority.</span></p>
<h4>Rate Each Element&#8217;s Value</h4>
<p>To identify which pieces of a web page are most critical and important, we need to begin by examining every object in a layout, no matter how small.</p>
<p>Rate them based on their <em>perceived value</em> (according to what your visitors need to know or are likely to want to know) and their <em>functional value</em> (according to what contributions they make to the website, such as functionality or advertisements).</p>
<p>You can do this either by taking a screen capture (or printout) of the entire page and annotating it, or by producing a list of everything that appears on a page. This exercise will help you reassess the value of your website&#8217;s content.</p>
<p>Rate images, media, content (at a paragraph level), and everything else according to this numbering system:</p>
<table width="550" border="0" cellspacing="0" cellpadding="0">
<tr>
<th scope="col">Rating</th>
<th scope="col">Description of Element</th>
</tr>
<tr>
<td>1</td>
<td>The website cannot function without this.</td>
</tr>
<tr>
<td>2</td>
<td>This adds benefits but is non-essential.</td>
</tr>
<tr>
<td>3</td>
<td>This supplements or reiterates content.</td>
</tr>
<tr>
<td>4</td>
<td>This is redundant or wastes space in some other way.</td>
</tr>
</table>
<h4>Eliminate Unneeded Elements</h4>
<p>When you&#8217;ve gone through everything, review the results.</p>
<p>Before we go any further, it&#8217;s probably worth mentioning that if you find content, links or objects that are no longer useful or don&#8217;t contribute anything, remove them.</p>
<p>Eliminating clutter from an interface is tough, but <a href="http://sixrevisions.com/web_design/reductionism-in-web-design/">reductionism</a> improves the general user experience of a website.</p>
<p>For <strong>elements rated at a 3</strong>, removal might be a bit harsh, so consider rewording or attaching things together to add value.</p>
<p><a href="http://www.helpscout.net/"><img src="http://cdn.sixrevisions.com/0245-03_help_scout.png" width="550" height="259" /></a><span class="figure-caption">This website arranges its critical information into clearly defined segments for readability.</span></p>
<p>After you&#8217;ve identified the stuff that can be deleted, merged or moved, look at <strong>everything you&#8217;ve given a rating of 2</strong>. These elements can be the toughest to deal with because you want visitors to benefit from them, but you don&#8217;t want to overburden them.</p>
<p>One solution to giving these these needed, but non-essential elements an appropriate proxority is to use <a href="http://sixrevisions.com/user-interface/progressive-disclosure-in-user-interfaces/" title="Progressive Disclosure in User Interfaces">progressive disclosure</a>: make content appear on demand with drop-down menus or tooltips, or display it further down the page so that it&#8217;s still available but less prominent.</p>
<p><img src="http://cdn.sixrevisions.com/0245-04_angry_birds.png" width="550" height="300" /><span class="figure-caption">Many websites use progressive disclosure to avoid swamping their users with details.</span></p>
<h3>Proximity: Flow, Feedback and Functionality</h3>
<p>We&#8217;ve considered the importance of prioritizing every asset on your page, identifying which bits have more sway than others, eliminating the fluff that has accumulated, combining weak material into a strong structure and pushing the less critical data out of the field of vision.</p>
<p>We now need to take all the remaining content and follow through on the second part of the process: to connect everything logically and put it all back together, as if it were a jigsaw puzzle &#8212; or a storybook, wherein the plot develops at consecutive points.</p>
<p>You should be left with everything that needs to be on your website, in its most diluted form, with supplementary content either hidden down the page or waiting in tooltips and extensible data boxes.</p>
<h4>Rate Important Elements in Relation to Each Other</h4>
<p>Go back over everything to which you have assigned ranks of 1 and 2, and rank them again; number everything according to what order you believe readers need to know about it.</p>
<p>If everything ends up where it should end up, it will all make perfect sense when you read it aloud.</p>
<p><img src="http://cdn.sixrevisions.com/0245-05_your_project.png" width="550" height="301" /><span class="figure-caption">The developers and designers behind this website clearly understand the need for organization and feedback.</span></p>
<h4>Redesign</h4>
<p>Once you&#8217;ve got everything labeled, re-shuffle your source code to match the new reading order. Pay special attention to bits of content that connect to or depend on other pieces of content (such as image captions), and put them as close together as possible.</p>
<p>Then, make the necessary changes to your CSS and JavaScript.</p>
<h3>Proxority: Examples and Patterns in Action</h3>
<p>Many websites already exhibit what I&#8217;d define as high proxority in that they take great care to use techniques that account for both priority (bringing attention to certain elements) and proximity (making reactions happen directly next to or above the objects being interacted with).</p>
<p>Below is a showcase of a few examples of best practices in use. Some we&#8217;ve briefly mentioned before, and others are being introduced here. By following similar practices, you can avoid user confusion and increase reading efficiency.</p>
<p><strong>Using progressive disclosure to track the progress of a form:</strong></p>
<p><img src="http://cdn.sixrevisions.com/0245-06_buffalo.png" width="550" height="317" /></p>
<p><strong>Informing visitors of errors as they enter data:</strong></p>
<p><img src="http://cdn.sixrevisions.com/0245-07_twitter.png" width="550" height="247" /></p>
<p><strong>Drop-down menus expanding close to the cursor icon:</strong></p>
<p><img src="http://cdn.sixrevisions.com/0245-08_envato.png" width="550" height="261" /></p>
<p><strong>Input objects disabling once they&#8217;ve been submitted:</strong></p>
<p><img src="http://cdn.sixrevisions.com/0245-09_user_info.png" width="550" height="209" /></p>
<p><strong>Progress bars showing loading progress:</strong></p>
<p><img src="http://cdn.sixrevisions.com/0245-10_mockingbird.png" width="549" height="293" /></p>
<p><strong>Content or light boxes expanding upon user interaction:</strong></p>
<p><img src="http://cdn.sixrevisions.com/0245-11_we_were_sofa.png" width="550" height="301" /></p>
<h3>Proxority: Origami for the Web</h3>
<p>The proxority principle posits that everything you find on a web page can be assigned a value and a place in sequence, in relation to the objects that surround it. This idea has existed since the early days of the Web, but too few designers pay enough attention to it. Think through what is actually needed, where it is needed and when it should appear (as opposed to simply putting all of the content on the screen, in its entirety, in an order that &quot;looks pretty&quot;). The need for such techniques is increasing, especially given the proliferation of handheld devices and the idea of designing with a &quot;mobile-first&quot; philosophy.</p>
<p><img src="http://cdn.sixrevisions.com/0245-12_facebook.png" width="550" height="305" /><span class="figure-caption">If content isn&#8217;t worthy of a restrictive mobile layout, why is it needed in the desktop layout?</span></p>
<p>If you have ten spare minutes, give this simple activity a try. Go through your website and weed out anything that isn&#8217;t offering what it should. Make existing objects provide greater value to users (or use less space), and don&#8217;t be afraid to reorganize your code and its content to ensure that what&#8217;s needed is what appears. Oh, and if you do feel tempted to make actions elicit responses, ensure that users know that your website is responding; after all, you don&#8217;t want them clicking &quot;submit&quot; ten times in a row, only to fail.</p>
<h3>Related Content</h3>
<ul>
<li><a href="http://sixrevisions.com/web_design/overview-user-experience-webdesigners/">Quick Overview of User Experience for Web Designers</a></li>
<li><a href="http://sixrevisions.com/user-interface/is-it-time-to-rethink-website-navigation/">Is It Time to Rethink Website Navigation?</a></li>
<li><a href="http://sixrevisions.com/user-interface/10-important-ui-design-considerations-for-web-apps/">10 Important UI Design Considerations for Web Apps</a></li>
<li><em>Related categories</em>: <a href="http://sixrevisions.com/category/web_design/">Web Design</a> and <a href="http://sixrevisions.com/category/user-interface/">User Interface</a></li>
</ul>
<h3>About the Author</h3>
<p class="about-author"><img src="http://images.sixrevisions.com/authors/alexander_dawson_small.jpg" alt="" width="80" height="80" /><span class="author-bio-text"><strong>Alexander Dawson</strong> is a freelance web designer, author and recreational software developer specializing in web standards, accessibility and UX design. As well as running a business called <strong><a href="http://www.hitechy.com/">HiTechy</a></strong> and writing, he spends time on <strong><a href="http://twitter.com/AlexDawsonUK">Twitter</a></strong>, SitePoint&#8217;s forums and other places, helping those in need.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://sixrevisions.com/web_design/proxority-principle/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>A Review of a Web Designer&#8217;s 2011 Predictions</title>
		<link>http://sixrevisions.com/web_design/a-review-of-a-web-designers-2011-predictions/</link>
		<comments>http://sixrevisions.com/web_design/a-review-of-a-web-designers-2011-predictions/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 10:00:11 +0000</pubDate>
		<dc:creator>Jacob Gube</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://sixrevisions.com/?p=6150</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=6150&c=224391812' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=6150&c=224391812' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/6989dd4b5220d0b14530453de7387991/zone/1259902' target='_blank'>Advertise here with BSA</a></p><br />This will be the third year that I&#8217;ve sat down in front on my keyboard to write my predictions of things that will shape the Web industry in the coming year. Before I share my predictions with you for 2012 (which I&#8217;ll do in another article), I thought I&#8217;d look at my 2011 predictions first [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=6150&c=1218660070' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=6150&c=1218660070' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/6989dd4b5220d0b14530453de7387991/zone/1259902' target='_blank'>Advertise here with BSA</a></p><br /><p><a href="http://sixrevisions.com/web_design/a-review-of-a-web-designers-2011-predictions/"><img src="http://cdn.sixrevisions.com/0242-01_review_webdesigners_predictions2011_thumbnail.jpg" width="550" height="200" alt="A Review of a Web Designer's 2011 Predictions" /></a></p>
<p>This will be the third year that I&#8217;ve sat down in front on my keyboard to write my predictions of things that will shape the Web industry in the coming year. </p>
<p>Before I share my predictions with you for 2012 (which I&#8217;ll do in another article), I thought I&#8217;d look at my 2011 predictions first and see how they panned out.</p>
<p><span id="more-6150"></span></p>
<h3>Previous Predictions for 2011</h3>
<p>At the start of 2011, I wrote about what I thought would be the <a href="http://sixrevisions.com/web-technology/five-things-that-will-keep-shaping-the-web-in-2011/">five things that will shape the Web this year</a>. If you missed that article, you could check it out first to give you a bit of context for the things I&#8217;ll be talking about below.</p>
<p>In the article, I predicted these five things would be influential in our industry:</p>
<ol>
<li>Flash</li>
<li>Print media</li>
<li>Hardware-accelerated browsers</li>
<li>Television</li>
<li>Location-based services</li>
</ol>
<p>Let&#8217;s talk about those five things, and see if they did, in fact, make an impact this year.</p>
<h3>1. Flash</h3>
<p>At the start of this year, I said:</p>
<blockquote><p>&quot;<strong>Expect to see something out of Flash this year</strong>, whether it&#8217;s innovation, a repurposing of the technology, or a <strong>significant drop in usage.</strong>&quot;</p>
</blockquote>
<p>I think we&#8217;ve mainly seen more of the latter &#8212; a drop in usage &#8212; than anything else. For instance, as of August this year, <a href="http://appendto.com/jquery-overtakes-flash" title="jQuery Overtakes Flash on World's Top Websites">jQuery was used on more top websites than Flash</a>.</p>
<p><img src="http://cdn.sixrevisions.com/0242-02_flash_chart.png" width="550" height="285" /></p>
<p>Even Adobe, the company that owns and develops Flash, announced that they would <a href="http://online.wsj.com/article/SB10001424052970204358004577027923205009352.html" title="Adobe Drops Flash for Phones, in Reversal - online.wsj.com">no longer develop Flash for mobile</a>, opting instead to focus on HTML5.</p>
<p>As 2011 marched on, HTML5 and JavaScript chipped away at Flash&#8217;s place on the Web as a facilitator of rich interaction. Designer/developer Aral Balkan, who covered the <a href="http://www.netmagazine.com/node/1606" title="Is Flash dead? - netmagazine.com">possible demise of Flash</a> for .net magazine earlier this month, suggests that &quot;if you&#8217;re starting a new web project, do not use Flash for it.&quot;</p>
<h3>2. Print Media</h3>
<p>Just how much of an impact have traditional print publication companies &#8212; magazines, newspapers, books and so forth &#8212; had on the Web?</p>
<p>It does seem that all the experiments and ventures rolled out by print media on the Web are still going strong. The Times, for example, still sits behind a pay wall and appears to be doing fine. The iPad-only <a href="http://itunes.apple.com/us/app/project-magazine/id404942717?mt=8" title="Project Magazine for iPad on the iTunes App Store - itunes.apple.com">Project Magazine</a> I mentioned in my predictions is now rolling out issue 11. Pay walls and premium content are popping up on many sites around the Web, and appear to be a sensible way to monetize content.</p>
<p><a href="http://itunes.apple.com/us/app/project-magazine/id404942717?mt=8"><img src="http://cdn.sixrevisions.com/0242-03_project_magazine.jpg" width="550" height="300" /></a></p>
<p>The future of traditional print-based media companies moving onto the Web is still very much focused on the tablet market, and iOS5 brought a new angle to this model with the <a href="http://gizmodo.com/5849301/ios-5s-newsstand-is-awesome-than-you-think" title="iOS 5's Newsstand Is More Awesome than it Seems - gizmodo.com">Newsstand feature</a> aimed at digital versions of popular print newspapers and magazines.</p>
<p><a href="http://gizmodo.com/5849301/ios-5s-newsstand-is-awesome-than-you-think"><img src="http://cdn.sixrevisions.com/0242-04_newsstand_ios5.jpg" width="550" height="273" alt="http://gizmodo.com/5849301/ios-5s-newsstand-is-awesome-than-you-think" /></a></p>
<p>More and more people are putting down their newspapers and magazines, opting instead to use their tablets and smartphones. <a href="http://technolog.msnbc.msn.com/_news/2011/12/13/9418503-were-reading-our-phones-not-print" title="We're reading our phones, not print - technolog.msnbc.msn.com">Research by eMarketer</a> showed that Americans spent more time on their mobile devices versus reading newspapers and magazines; over 1 hour per day on mobile devices compared to only 44 minutes on newspapers and magazines.</p>
<h3>3. Hardware-Accelerated Browsers</h3>
<p>Hardware acceleration has probably had an impact on the Web that most people don&#8217;t even realize. Most modern browsers now ship with some kind of acceleration running in the background, but as far as users are concerned, it isn&#8217;t really noticed except when used in cutting-edge experiments and demos such as <a href="http://www.allisnotlo.st/index_en.html" title="All Is Not Lost">OK Go&#8217;s video website for All is not Lost</a>.</p>
<p><a href="http://www.allisnotlo.st/index_en.html"><img src="http://cdn.sixrevisions.com/0242-05_allnotlost_video.jpg" width="550" height="414" alt="" /></a></p>
<p>However, the run-of-the-mill hardware acceleration was trumped with a new technology called <strong>cloud acceleration</strong>, which we saw on <a href="http://www.amazon.com/gp/help/customer/display.html/ref=hp_left_ac?ie=UTF8&amp;nodeId=200729650">Amazon Silk</a>, a new web browser for Kindle Fire.</p>
<p><a href="http://www.amazon.com/gp/help/customer/display.html/ref=hp_left_ac?ie=UTF8&amp;nodeId=200729650"><img src="http://cdn.sixrevisions.com/0242-06_kindle_fire.jpg" width="506" height="385" /></a></p>
<p>How does a cloud-accelerated web browser work? To reduce the processing power needed on the tablet, Amazon decided to leverage their <a href="http://aws.amazon.com/">Amazon Web Services (AWS)</a>. The Amazon Silk web browser, for those not familiar with it, offloads the processing required to render web pages and JavaScript to AWS, which compresses the output and shoots it down the interwebs to your Kindle Fire, therefore removing the need to process a lot of stuff on the tablet.</p>
<p>There was a bit of a problem though, as it turned out that it wasn&#8217;t quite as fast as everyone hoped; <a href="http://www.extremetech.com/computing/105585-kindle-fire-silk-browser-benchmarked-its-slow" title="Kindle Fire's Silk web browser speed tested: It's slow - extremetech.com">tests</a> showed that web pages loaded more slowly when the cloud-accelerated feature was turned on. This may well change as AWS caches more and more web content. Amazon also promises a speed boost with their next release of the browser.</p>
<h3>4. Television</h3>
<p>The Internet TV wave isn&#8217;t quite upon us yet, and the bottleneck may be Apple. There is talk and rumor of an Apple TV hitting stores in 2012, and consumers and manufacturers may be holding their breath and waiting to see what the technology giant will release before moving into this space.</p>
<p><img src="http://cdn.sixrevisions.com/0242-07_apple_tv.jpg" width="550" height="383" /></p>
<p>In the same way that Apple made the tablet market, speculators are saying that Apple TV could <a href="http://www.thedeadbolt.com/1003024182-how-apple-may-change-tv-forever.html" title="How Apple May Change TV Forever">revolutionize the way we use our TVs</a>.</p>
<p>We&#8217;re also seeing traditional television moving onto the Internet more and more, as shown by the continual growth of web-based services such as iPlayer, Hulu and Netflix (well, at least until <a href="http://theweek.com/article/index/220171/netflixs-qwikster-debacle-can-the-damage-be-undone" title="Netflix's Qwikster debacle: Can the damage be undone? - theweek.com">Netflix shot themselves in the foot</a>).</p>
<p>Live coverage is also popping up on the Web, where we used to expect them to be on our television sets. YouTube, for example, <a href="http://www.mirror.co.uk/news/royal-wedding/2011/04/29/royal-wedding-video-feed-goes-live-on-youtube-115875-23094510/">showed live coverage of the British Royal Wedding</a>. Facebook now streams numerous live events, <a href="http://www.sherdog.com/news/articles/UFC-TO-STREAM-LIVE-SPORTING-EVENT-ON-FACEBOOK-THIS-SATURDAY-29873">including UFC fights</a>.</p>
<p><a href="http://www.mirror.co.uk/news/royal-wedding/2011/04/29/royal-wedding-video-feed-goes-live-on-youtube-115875-23094510/"><img src="http://cdn.sixrevisions.com/0242-08_royalwedding_on_youtube.jpg" width="550" height="383" alt="" /></a></p>
<p>TV shows are increasingly leveraging social media for live discussions with fans; many shows even include hashtags for Twitter.</p>
<p>In my opinion, it seems that the Television and the Internet are on a steady crash course to blend into an integrated, on-demand medium.</p>
<h3>5. Location-Based Services</h3>
<p>A quick look on your smartphone, and you&#8217;ll know that pretty much all apps ask for access to your location data.</p>
<p>One of the most interesting implementations of geolocation I saw this year was from Apple with the <a href="http://www.apple.com/iphone/built-in-apps/reminders.html" title="Make unforgettable to-dos with Reminders - apple.com">Reminders feature on the iPhone</a>. This is how the Reminders feature works: You set your iPhone to remind you to do something (e.g. &quot;get milk from Supermarket X&quot;) and when you&#8217;re close to the location, it will remind you of a to-do you created for that area.</p>
<p><a href="http://www.apple.com/iphone/built-in-apps/reminders.html"><img src="http://cdn.sixrevisions.com/0242-09_reminders.jpg" width="550" height="439" alt="" /></a></p>
<p>In fact, you can tell a technology is getting serious when big companies put money behind it: <a href="http://articles.businessinsider.com/2011-12-13/tech/30510755_1_facebook-shares-gowalla-sean-parker">Facebook acquired location-based social network Gowalla for a cool $3 million</a> so that they can improve their own location-based services.</p>
<h3>Conclusion</h3>
<p>There&#8217;s my look back at the five things I thought would shape the Web industry this year. I&#8217;ll be back in a later article to have a look at what I think will affect our industry in 2012.</p>
<p><strong><em>What things will shape the Web in 2012?</em></strong> Share your own predictions in the comments!</p>
<h3>Related Content</h3>
<ul>
<li><a href="http://sixrevisions.com/web-technology/the-mythical-paperless-world-why-print-will-stick-around/">The Mythical Paperless World: Why Print Will Stick Around</a></li>
<li><a href="http://sixrevisions.com/web-technology/building-the-3d-web/">Building the 3D Web</a></li>
<li><a href="http://sixrevisions.com/web-development/five-technologies-that-will-keep-shaping-the-web-in-2010/">Five Technologies That Will Keep Shaping the Web in 2010</a></li>
<li><em>Related categories</em>: <a href="http://sixrevisions.com/category/web-technology/">Web Technologies</a> and <a href="http://sixrevisions.com/category/web-development/">Web Development</a></li>
</ul>
<h3>About the Author</h3>
<p class="about-author"><img src="http://images.sixrevisions.com/authors/dave_sparks_small.jpg" alt="" width="80" height="80" /><span class="author-bio-text"><strong>Dave Sparks</strong> is a web designer and developer working for <a href="http://www.armitageonline.co.uk" target="_blank"><strong>Armitage Online</strong></a> in the Lake District. He can be found writing about various web topics on his blog at <a href="http://www.kamikazemusic.com" target="_blank"><strong>Kamikazemusic.com</strong></a>, twittering as <a href="http://www.twitter.com/dsparks83" target="_blank"><strong>twitter.com/dsparks83</strong></a> and working on his website analytics project &#8211; <a href="http://www.statshare.net/" target="_blank"><strong>Stat Share</strong></a>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://sixrevisions.com/web_design/a-review-of-a-web-designers-2011-predictions/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Minimalist Web Design: How Minimal is Too Minimal?</title>
		<link>http://sixrevisions.com/web_design/minimalist-how-minimal/</link>
		<comments>http://sixrevisions.com/web_design/minimalist-how-minimal/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 10:00:42 +0000</pubDate>
		<dc:creator>Jacob Gube</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://sixrevisions.com/?p=6107</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=6107&c=746885012' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=6107&c=746885012' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/6989dd4b5220d0b14530453de7387991/zone/1259902' target='_blank'>Advertise here with BSA</a></p><br />Minimalism, interestingly enough, is usually born out of excess. In all arts, in all ways of life, we start out by taking and adding whatever we can. When we start to realize that more is not necessarily better, and that we can get by with less stuff, we try to simplify by removing unnecessary elements [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=6107&c=514031571' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=6107&c=514031571' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/6989dd4b5220d0b14530453de7387991/zone/1259902' target='_blank'>Advertise here with BSA</a></p><br /><p><a href="http://sixrevisions.com/web_design/minimalist-how-minimal/"><img src="http://cdn.sixrevisions.com/0237-01_minimal_too_minimal_thumbnail.png" width="550" height="200" alt="Minimalist Web Design: How Minimal is Too Minimal?" /></a></p>
<p><a href="http://sixrevisions.com/web_design/minimalism-in-web-design-a-guide/" title="Minimalism in Web Design: A Guide">Minimalism</a>, interestingly enough, is usually born out of excess. In all arts, in all ways of life, we start out by taking and adding whatever we can.</p>
<p>When we start to realize that more is not necessarily better, and that we can get by with less stuff, we try to simplify by removing unnecessary elements so we can focus on what&#8217;s truly important.</p>
<p><span id="more-6107"></span></p>
<h3>What is Minimalism?</h3>
<p>Minimalism, in its purest form, is the reduction of something to its bare essentials.</p>
<p>Think of a car. It only needs a few critical components &#8212; engine, wheels, gas, and so on &#8212; for it to run. As long as it has these parts, you can take out many non-essential elements such as its audio system, heated leather seats and cup holders, and the car will still get you to where you&#8217;re going.</p>
<p>In web design, minimalism translates to producing a site from the basics. Instead of including everything but the kitchen sink and then paring it down to only the necessary features, a better approach would be to start with a blank slate and only include the essentials.</p>
<p>Minimalism is an exercise in restraint, with the eventual goal being a design that helps the user focus and accomplish their tasks as quickly as possible.</p>
<p>When designing <a href="http://sixrevisions.com/design-showcase-inspiration/40-beautiful-examples-of-minimalism-in-web-design/" title="40 Beautiful Examples of Minimalism in Web Design">minimalist websites</a>, you should keep three things in mind:</p>
<ul>
<li><strong>Subject:</strong> What&#8217;s the most important thing on the web page? Is it effectively keeping the user engaged and focused?</li>
<li><strong>Usability:</strong> What things burden the user experience? What missing elements can enhance user-friendliness?</li>
<li><strong>Balance:</strong> Does the web page have the appropriate <a href="http://sixrevisions.com/web_design/using-power-structure-and-gestalt-for-visual-hierarchy/" title="Using Power Structure and Gestalt for Visual Hierarchy">visual hierarchy</a> and do components have appropriate <a href="http://sixrevisions.com/graphics-design/visual-weight-designs/">visual weights</a>?</li>
</ul>
<p><img src="http://cdn.sixrevisions.com/0237-07_three_minimalist_things.png" width="550" height="341" /></p>
<p>These three elements are actually the most important elements in all styles of web design, but whereas other visual styles may beg for additional aesthetic layers, minimalism does not.</p>
<h3>Why Use Minimalism?</h3>
<p>This minimalist thinking is the basis of modern web design &#8212; we begin with content, perhaps a brand, but nothing else. By adding in only what&#8217;s necessary, we create a website that caters specifically and solely to its mission.</p>
<p>There are many benefits to designing a minimalist website.</p>
<p>First is the obvious: Minimalist web designs usually end up with fewer code and site assets. A minimalist site will often have fewer CSS rules, HTML elements, images, JavaScript, and so on. This ultimately means<a href="http://sixrevisions.com/web-development/10-ways-to-improve-your-web-page-performance/" title="10 Ways to Improve Your Web Page Performance"> increased front-end web performance</a> and, in turn, enhanced usability and a better user experience.</p>
<p>This doesn&#8217;t mean the design stage is any easier &#8212; minimalism takes just as much thought, planning and production as any other type of website. And perhaps even more, if my theory about our innate desire for &quot;more stuff&quot; is correct.</p>
<p><a href="http://zenhabits.net/archives/"><img src="http://cdn.sixrevisions.com/0237-02_zenhabits.jpg" width="550" height="376" /></a><span class="figure-caption"><a href="http://zenhabits.net/archives/">Zen Habits&#8217;s archive page</a> shows how easy it can be to build a minimalist website once the concept is there.</span></p>
<p>It&#8217;s also harder to mess up minimalism, in my opinion. By proactively leaving out superfluous elements, your design becomes more open and free. When there&#8217;s less to see, there will be fewer distractions. As long as you give ample consideration to balance, <a href="http://sixrevisions.com/css/css-typography-01/" title="CSS Typography: The Basics">typography</a> and white space, your design will look pretty good. This is much easier than wrangling with a PSD template with dozens of layers.</p>
<p>And for those who have little artistic skill or proficiency in Photoshop, minimalism is a perfect way to create a site using only a strong understanding of typography, white space, and balance.</p>
<p>While not the most minimalist of examples in this article, <a href="http://www.julienlavallee.com/">Julien Lavallée&#8217;s site</a> (featured below) demonstrates how interesting and visually appealing simple websites can be.</p>
<p><a href="http://www.julienlavallee.com/"><img src="http://cdn.sixrevisions.com/0237-03_julien_lavallee.jpg" width="550" height="328" /></a></p>
<p>However, the most important reason to design minimally is that, without extraneous design elements, the site&#8217;s content is emphasized. By adding more white space, the various sections of a website are given breathing room.</p>
<p>On <a href="http://www.danielgray.com/">Daniel Gray&#8217;s site</a>, notice how enough white space is given around each content section so that readers can quickly focus on the content without being distracted by much else.</p>
<p><a href="http://www.danielgray.com/"><img src="http://cdn.sixrevisions.com/0237-04_daniel_gray.jpg" width="550" height="336" /></a></p>
<p>The one problem with the site is that the reader&#8217;s eye focuses on the content in an odd order. My eyes go from the navigation bar, to the image of the unicorn, then to &quot;Daniel Gray&quot;, and then finally to the &quot;Hello, I&#8217;m a designer and writer based in York.&quot; tagline. But because there aren&#8217;t a whole lot of visual elements to distract the reader, this order doesn&#8217;t matter so much. In a visually busier site, some of this content would get lost, but here, although I see things in a different order than what&#8217;s probably optimal, I still consider each content element in turn.</p>
<h3>Don&#8217;t Sacrifice Usability for Minimalism</h3>
<p>As we&#8217;ve all heard by now, &quot;content is king&quot;, and although there are some that might disagree with that, there are very few who would say content is not important at all. Every line of code you write is to serve the page&#8217;s content in some way.</p>
<p>Just as important as content is how <em>accessible</em> that content is &#8212; without adequate consideration of usability, content can be difficult to find and read.</p>
<p>Now that we have new web standards and technologies like CSS3 and <a href="http://sixrevisions.com/html/the-only-html5-resources-you-need-for-getting-up-to-speed/" title="The Only HTML5 Resources You Need for Getting Up to Speed">HTML5</a> at our disposal, we must deeply consider what is necessary so that we avoid the overuse of these things. (I wrote <a href="http://sixrevisions.com/css/using-css3-appropriately/">something about this</a> before.)</p>
<p>My suspicion is that as web technology grows tantalizingly better and more complex, minimalists are going to have a harder time paring down their designs to the essentials, especially as certain superfluous design patterns have become almost expected, like using CSS transitions to make links hover a little softer.</p>
<p>But always in the back of your mind should be considerations of usability. Chances are &#8212; unless you&#8217;re a big, established and well-recognized company like Apple, Starbucks or Nike &#8212; you should probably include the name of your company with your logo. And don&#8217;t think you can reduce your navigation menu to a set of enigmatic icons; even if it doesn&#8217;t confuse most readers, it will confuse some.</p>
<h3>Don&#8217;t Worry, You Can Still Be Pretty</h3>
<p>Designing minimally doesn&#8217;t always have to mean a reduction to the barest essentials. To the contrary, many minimalist sites include subtle design elements that manifest themselves beautifully and more remarkably because of fewer competing, distractive elements.</p>
<p><a href="http://mr.chancegraham.com/">Chance Graham&#8217;s site</a>, for example, has great use of color, iconography and subtle visual effects (like the box shadow on the navigation items at the top-left of the web page layout) that add enough nuances to intrigue the user without them being a disturbance.</p>
<p><img src="http://cdn.sixrevisions.com/0237-05_chance_graham3.jpg" width="550" height="278" /></p>
<h3>Are You Designing Minimally for a Good Reason?</h3>
<p>Minimalism on the Web could be thought of <em>not</em> as an aesthetic, but as the lack of one. If you &quot;go minimal&quot; just for its looks without understanding the purpose of minimalism, you will be lost, and your designs will turn out less than stellar.</p>
<p>Just as any other art genre or design style, minimalism must be well understood in order to be well executed &#8212; don&#8217;t let simple-looking web designs fool you; there is more going on with them than what can be seen on the surface.</p>
<p>In addition, minimalism shouldn&#8217;t be arbitrarily confusing or enigmatic. Many people see minimalist websites as a way to make their brand seem more mysterious, but this isn&#8217;t the goal, and there are much more effective ways to build a mythos around your brand than designing it inappropriately.</p>
<p>When any design is confusing, or enigmatic in its structure, or uncomfortable in its balance, it throws the viewer off. The last thing you want is a confused user, unable to find what they&#8217;re looking for.</p>
<p>In general, you should avoid ambiguity and confusion when designing in any style. Minimalism is no exception. In fact, minimalism is the design style where ambiguity must be avoided like the plague, and usability embraced, analyzed and perfected to the point where no user could possibly be confused in any instance when visiting your site.</p>
<p>Most importantly, make sure you clearly understand the goal of minimalist design before you plunge right in. Without proper direction, your creations could end up something like the piece below, which is great for many things <em>except</em> for conveying information in a clear and effective way.</p>
<p><img src="http://cdn.sixrevisions.com/0237-06_james_turrel_space_that_sees.jpg" width="550" height="369" /><span class="figure-caption"><a href="http://en.wikipedia.org/wiki/James_Turrell#Works">James Turrell&#8217;s Space That Sees</a> demonstrates <a href="http://sixrevisions.com/web_design/difference-between-design-art/">the difference</a> between minimalist <em>art</em> and minimalist <em>design</em>.</span></p>
<p>The goal that you should strive for, when employing minimalism in your designs, is to enhance readability, improve navigation and usability, and, as always, create the most pleasant user experience possible.</p>
<h3>Is Your Design Too Minimal?</h3>
<p>Your design might be too minimal if:</p>
<ul>
<li>You&#8217;re using minimalism for the wrong reason</li>
<li>If you&#8217;re sacrificing usability in any way</li>
</ul>
<p>These problems are easy to fix as long as you understand the goal of visual design in general: To clearly and effectively convey information. Constantly consider how your design decisions affect your users.</p>
<p>At the core of every design is minimalist thinking: the idea that few things are actually necessary and critical.</p>
<h3>Related Content</h3>
<ul>
<li><a href="http://sixrevisions.com/web_design/reductionism-in-web-design/">Reductionism in Web Design</a></li>
<li><a href="http://sixrevisions.com/web_design/gestalt-principles-applied-in-design/">Gestalt Principles Applied in Design</a></li>
<li><a href="http://sixrevisions.com/web_design/symmetry-design/">Symmetry in Design: Concepts, Tips and Examples</a></li>
<li><em>Related categories</em>: <a href="http://sixrevisions.com/category/web_design/">Web Design</a> and <a href="http://sixrevisions.com/category/design-showcase-inspiration/">Design Inspiration/Showcase</a></li>
</ul>
<h3>About the Author</h3>
<p class="about-author"><img src="http://cdn.sixrevisions.com/authors/delwin_campbell_small.jpg" alt="" width="80" height="80" /><strong>Delwin Campbell</strong> is a web developer (among <a href="http://soundcloud.com/enceladus/">other</a> <a href="http://flickr.com/thecampbell/">things</a>) at <a href="http://noenemies.com/">No Enemies</a>, based in Austin, Texas. He is a crazy person with too many hobbies; right now he&#8217;s learning Swedish! Check out his <a href="http://delw.in/">personal site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sixrevisions.com/web_design/minimalist-how-minimal/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Quick Overview of User Experience for Web Designers</title>
		<link>http://sixrevisions.com/web_design/overview-user-experience-webdesigners/</link>
		<comments>http://sixrevisions.com/web_design/overview-user-experience-webdesigners/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 10:00:51 +0000</pubDate>
		<dc:creator>Jacob Gube</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://sixrevisions.com/?p=6059</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=6059&c=320965135' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=6059&c=320965135' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/6989dd4b5220d0b14530453de7387991/zone/1259902' target='_blank'>Advertise here with BSA</a></p><br />How many times have you been in the following situation? You just spent two weeks working on a design that you&#8217;re showing to a client. He likes it, but he wants to make a couple of changes that would take a couple more hours of work. Why? You don&#8217;t know. He doesn&#8217;t know. Nobody knows. [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=6059&c=1302270855' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=6059&c=1302270855' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/6989dd4b5220d0b14530453de7387991/zone/1259902' target='_blank'>Advertise here with BSA</a></p><br /><p><a href="http://sixrevisions.com/web_design/overview-user-experience-webdesigners/"><img src="http://cdn.sixrevisions.com/0229-01_ux_guide_webdesigners_thumbnail.png" width="550" height="200" /></a></p>
<p>How many times have you been in the following situation? You just spent two weeks working on a design that you&#8217;re showing to a client. He likes it, but he wants to make a couple of changes that would take a couple more hours of work. Why? You don&#8217;t know.</p>
<p>He doesn&#8217;t know. Nobody knows. He just thinks that adding an embedded map on the right side of the web page is cool. He really likes his own idea and wants you to make the change, and you&#8217;re left with one of two options: make the client happy, or make users happy.</p>
<p><span id="more-6059"></span></p>
<p>We all know who signs the check.</p>
<p>Luckily, there is a third option: Using <a href="http://en.wikipedia.org/wiki/User_experience" title="User experience - en.wikipedia.org">User experience</a> (UX) to back your arguments. </p>
<p>In my design career, there hasn&#8217;t been a project where the client didn&#8217;t request to make design changes that felt subjective and unjustifiable, and there hasn&#8217;t been a case where UX hadn&#8217;t come to the rescue. </p>
<p>UX takes clients off the center of their own arguments, and puts users back in the center of the design, therefore turning subjective (and sometimes egotistic) design change requests into rational arguments that benefit the user. </p>
<p>User experience not only guarantees that designers and clients are moving forward on a common ground, but also aligns future changes and product updates with the original product vision, hence ensuring long term design integrity. </p>
<h3>What is UX?</h3>
<p>It is a framework where beautiful designs happen as a result of identifying the right problems and finding the best solutions for them.</p>
<p>Contrary to popular belief, UX is not a pure creative process, but rather a rational sequential repeatable process that can be applied to solving design challenges. It is concerned with how users feel when they use the end-product.</p>
<h3>Integrating UX into Your Design Process</h3>
<p>So before launching <a href="http://sixrevisions.com/category/photoshop/" title="All content under Photoshop category on Six Revisions">Photoshop</a>, or even creating sketches and <a href="http://sixrevisions.com/user-interface/website-wireframing/" title="Ultimate Guide to Website Wireframing">wireframes</a>, take the following steps to guarantee that you&#8217;re solving the right design problems.</p>
<p><img src="http://cdn.sixrevisions.com/0229-02_ux_flowchart.png" alt="" width="550" height="695" /></p>
<h4>User Research</h4>
<p>Start by doing some user research to identify the target audience. Whether you&#8217;re designing a website or a mobile app, create simple descriptions of the ideal users, their demographics, their technical proficiency, and their goals.</p>
<h4>User Stories and Personas</h4>
<p>Then write a couple of short stories about how they will use the product to accomplish these goals. At this stage, don&#8217;t be concerned with too much detail, but rather try to identify high-level use case scenarios. This activity is called creating personas.</p>
<h4>System Flow</h4>
<p>Based on these stories, draw a diagram of the system:  a snapshot of the main entities and how they relate to, and interact with, each other.</p>
<p>For instance, I am working on a web app that enables companies to find the right users for early testing, so I created entities for users, companies, and studies.</p>
<p>Then I draw arrows between these entities to indicate relationships such as &quot;a company can create/edit/delete a study&quot; and &quot;users can browse/view/apply to a study&quot;.</p>
<p>If you&#8217;re familiar with database design, this is similar to creating an Entity Relationship Diagram (ERD).</p>
<p>So far, we&#8217;ve been working in problem space: We&#8217;re staying at a high level, and we&#8217;re not concerned with too much detail. At this stage, momentum is more important than trying to get everything right in each step before moving to the next. Because the process is iterative, you can always go back to a previous step to add or modify something.</p>
<p>Now that the problem and its attributes are defined, it&#8217;s time to move into solution space.</p>
<h4>Wireframes</h4>
<p>Start by outlining all the screens needed, and how users will transition between them. For each screen, identify one or two task to be accomplished, and the next steps to be reached.</p>
<p>Then sketch high-level block designs for each screen, stepping back every once in a while to do a quick walkthrough of the design using the stories you wrote in the second step.</p>
<p>Once the high-level design is congruent with the previous steps, add more detail to each screen, still doing design walkthroughs whenever possible to ensure that the users flow intuitively through the screens. </p>
<p>I often go through all these steps using pen and paper, or a whiteboard. This helps me stay focused on what I want to do rather than being constrained by what an app can or cannot do.</p>
<h4>Prototypes</h4>
<p>The final step is to prototype some screens, and click through them to get some feedback for how the design feels when it&#8217;s live. I usually use Apple Keynote and <a href="http://keynotopia.com/">Keynotopia</a>, and it doesn&#8217;t take more than a couple of hours to put something together that I can show to clients and prospective users and get quick feedback about.</p>
<h3>Conclusion</h3>
<p>Now that you&#8217;ve had the client&#8217;s consensus throughout the process (or even better, involved the client in the UX process), you have a good foundation to launch your favorite design program and create high fidelity screens. </p>
<p>You&#8217;ve also got a great reference to go back to whenever you&#8217;re faced with another <em>but-I-like-it-this-way</em> client.</p>
<p>I&#8217;d like to end by leaving you with the following quote by systems theorist <a href="http://en.wikipedia.org/wiki/Buckminster_Fuller">Buckminster Fuller</a>:</p>
<blockquote><p>&quot;When I am working on a problem, I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong.&quot;</p></blockquote>
<h3>Related Content</h3>
<ul>
<li><a href="http://sixrevisions.com/usabilityaccessibility/creating-a-timeless-user-experience/">Creating a Timeless User Experience</a></li>
<li><a href="http://sixrevisions.com/usabilityaccessibility/privacy-and-the-user-experience/">Privacy and the User Experience</a></li>
<li><a href="http://sixrevisions.com/usabilityaccessibility/cognitive-bias-user-experience/">How Cognitive Biases Shape User Experience</a></li>
<li><em>Related categories</em>: <a href="http://sixrevisions.com/category/web_design/">Web Design</a> and <a href="http://sixrevisions.com/category/usabilityaccessibility/">Usability</a></li>
</ul>
<h3>About the Author</h3>
<p class="about-author"><img src="http://cdn.sixrevisions.com/authors/amir_khella_small.jpg" alt="" width="80" height="80" /><span class="author-bio-text"><strong>Amir Khella</strong> is a user experience designer, startup advisor, and founder of <a href="http://keynotopia.com/">Keynotopia</a>. Over the past 3 years, he&#8217;s designed more than 12 startup products, and several of which have already been acquired. You can get in touch Amir on Twitter @<a href="http://www.twitter.com/amirkhella">amirkhella</a> and through <a href="http://www.amirkhella.com/">his blog</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://sixrevisions.com/web_design/overview-user-experience-webdesigners/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Staying Passionate and Motivated as a Web Designer</title>
		<link>http://sixrevisions.com/web_design/stay-passionate-motivated/</link>
		<comments>http://sixrevisions.com/web_design/stay-passionate-motivated/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 10:00:13 +0000</pubDate>
		<dc:creator>Jacob Gube</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://sixrevisions.com/?p=5950</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5950&c=482116664' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5950&c=482116664' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/6989dd4b5220d0b14530453de7387991/zone/1259902' target='_blank'>Advertise here with BSA</a></p><br />The Web is an odd industry to work for when you take the time to think about it. I can&#8217;t think of many professions where a person&#8217;s job becomes such a large part of their lifestyle. The 9-to-5 job is commonplace for the majority of the working population, with few taking their work home with [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5950&c=917002161' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5950&c=917002161' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/6989dd4b5220d0b14530453de7387991/zone/1259902' target='_blank'>Advertise here with BSA</a></p><br /><p><a href="http://sixrevisions.com/web_design/stay-passionate-motivated/"><img src="http://cdn.sixrevisions.com/0211-01_passionate_motivated_webdesigner_thumbnail.jpg" width="550" height="200" alt="Staying Passionate and Motivated as a Web Designer" /></a></p>
<p>The Web is an odd industry to work for when you take the time to think about it. I can&#8217;t think of many professions where a person&#8217;s job becomes such a large part of their lifestyle.</p>
<p>The 9-to-5 job is commonplace for the majority of the working population, with few taking their work home with them. Can you imagine a tax accountant doing her work at home simply for fun?</p>
<p><span id="more-5950"></span></p>
<p>Yet, for us &#8212; web designers, web developers, UI/UX designers and the like &#8212; it&#8217;s not uncommon to get home and immediately jump into the computer or undertake something else Web-related, even when we&#8217;re off the clock.</p>
<p>These activities could be as time-consuming as freelance project work, volunteer work, contributing to our favorite open source project, participating and contributing in community forums such as Stack Overflow or as simple as reading the <a href="http://sixrevisions.com/graphics-design/16-genuine-authentic-designers-on-twitter/" title="16 Genuine, Authentic Designers on Twitter">latest news on Twitter</a> and catching up with our RSS feeds to keep up with the industry.</p>
<p>Working within the Web is most certainly a lifestyle choice, and all this time spent immersed in our working environment can affect our passion and motivation for it. But, at the same time, it&#8217;s also our passion and motivation that drives us to spend so much time in our medium, and something that I think is vital to our success within the industry. It&#8217;s like a feedback cycle.</p>
<p>However, so much time surrounded by our work can be difficult and straining. Too much of <em>anything</em> isn&#8217;t good.</p>
<p>As well, to keep motivated and passionate all the time is impossible. At times, external influences (family, friends, relationships) and our own personality traits can lead to a point where we simply wish we could do anything but work on (or even look at) a website.</p>
<p>This isn&#8217;t something we have any control of, nor should we shy away from the fact that we can simply lose interest in what we&#8217;re doing. That&#8217;s life.</p>
<p>What we can do instead is try and recognize the reasons why we&#8217;ve lost that interest and learn how best to reignite our passion, not only to ensure that our work and income does not suffer, but also to help our own state of mind.</p>
<p>I&#8217;ll share with you a few things that might help maintain and reignite your passion for your craft.</p>
<h3>Try New Tools and Techniques</h3>
<p>At times, it can feel like your next project is no different from the last. It&#8217;s just the same code with a new lick of paint. Rather than let this be the case, why not inject something new into your next website build?</p>
<p>On the Web, there is always something new to try and we&#8217;ve never had it so good. Between <a href="http://sixrevisions.com/html/the-only-html5-resources-you-need-for-getting-up-to-speed/">HTML5</a>, <a href="http://sixrevisions.com/css/css3-techniques-you-should-know/">CSS3</a>, <a href="http://sixrevisions.com/web-development/mobile-web-design-best-practices/">designing for mobile devices</a>, <a href="http://sixrevisions.com/web_design/understanding-the-elements-of-responsive-web-design/">responsive design</a>, <a href="http://sixrevisions.com/web-development/getting-started-with-the-iphone-sdk/" title="Getting Started with the iPhone SDK">iPhone app development</a>, numerous JavaScript libraries created by our peers and so on, there are lots of new tools and techniques you can try out in your projects. Just don&#8217;t feel you have to do them all at once.</p>
<p>By adding something new to your repertoire that you&#8217;ve never tried before, you place something challenging within the project that differentiates it from the previous sites you&#8217;ve created.</p>
<p>The challenge will not only continue to pique your interest in the website project but also give you practical experience that you can use in other endeavors.</p>
<h3>Switch It Up and Do Something Different</h3>
<p>It&#8217;s an annoyance of mine, but I&#8217;m easily bored and  distracted. So when it comes to working on a large website project, it can be difficult to get through the whole thing without wishing it was finished already.</p>
<p>But as a generalist myself, I have the handy ability to swap job roles to find something new and interesting when the mood takes me.</p>
<p>Changing focus onto something else &#8212; hopefully something more interesting &#8212; will not only improve your state of mind but also ensure a project does not suffer from being rushed as you try to get it finished as quickly as possible.</p>
<p>Simply look for something that can engross your interest, and return to the &quot;uninteresting&quot; stuff when you&#8217;re in a better frame of mind to tackle it.</p>
<p>As well, when starting a project, try to avoid doing all the fun stuff at the start; try and mix this in with some of the more mundane activities so there&#8217;s always something fun left to move on to. You can use these &quot;fun&quot; activities as a sort of reward system and tell yourself, &quot;If I finish writing up this <a href="http://sixrevisions.com/user-interface/basic-tips-for-designing-a-quote-request-web-form/" title="Basic Tips for Designing a Quote Request Web Form">RFP</a>, then I get to write a <a href="http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/" title="Create a Slick and Accessible Slideshow Using jQuery">jQuery image slider</a> script/[insert fun task here] later on.&quot;</p>
<h3>Attend Conferences</h3>
<p><a href="http://sixrevisions.com/project-management/how-to-host-the-perfect-design-conference/" title="How to Host the Perfect Design Conference">Conferences</a> are an excellent environment in which to &quot;top-up&quot; your passion for the craft. I can almost guarantee you that at least one speaker will present something new to you or give you a new perspective on something that will have you wanting to adopt the same in your own work process.</p>
<p>In fact, you&#8217;ll feel like you can&#8217;t get back to work fast enough to try out the new things you&#8217;ve learned. Honest!</p>
<p>But conferences aren&#8217;t all about learning. There&#8217;s the networking, the socialization element and the enjoyment of being able to speak to (and perhaps grab drinks with) other Web geeks. This can further motivate you in your work, and make you <a href="http://sixrevisions.com/project-management/reminding-yourself-that-you-love-what-you-do/" title="Reminding Yourself That You Love What You Do">remember why what you&#8217;re doing is awesome</a>.</p>
<p>Just because attending a conference/workshop/event feels like it&#8217;s work (especially if your employer is footing the bill to get you to there) don&#8217;t forget to take the time to have fun, recharge and relax. Doing so will make it feel like you&#8217;re returning to work after a holiday.</p>
<p><a href="http://futureofwebdesign.com/new-york-2011/"><img src="http://cdn.sixrevisions.com/0211-02_fowd_nyc.jpg" width="550" height="367" /></a></p>
<p>Here are some conference, events and related resources you might want to check out:</p>
<ul>
<li><a href="http://futureofwebdesign.com/new-york-2011/">Future of Web Design</a></li>
<li><a href="http://aneventapart.com/">An Event Apart</a></li>
<li><a href="http://2011.buildconf.com/conference">Build</a></li>
<li><a href="http://gainconference2010.aiga.org/">AIGA Gain</a></li>
<li><a href="http://sxsw.com/">SXSW</a></li>
<li><a href="http://www.ted.com/">TED</a></li>
<li><a href="http://disrupt.techcrunch.com/">TechCrunch Disrupt</a></li>
<li><a href="http://www.smashingmagazine.com/2011/09/12/upcoming-web-design-and-development-conferences-in-2011-12/">Upcoming Web Design and Development Conferences in 2011-12</a></li>
</ul>
<h3>Go to Meet-ups</h3>
<p>Conferences are expensive, especially when you have to go out of pocket. Sure, there are some that are cheaper than others, but then you have to consider the travel and hotel costs. Not all of us work for companies willing to pay for conference-related expenses, so we might not be able to afford to go to them any time we wish.</p>
<p>Instead of paying an arm and a leg to attend a conference, you could consider spending an evening with like-minded people at one of the numerous meet-ups that are held around the world.</p>
<p>Much like a conference, there may be speakers to inspire you, other geeks to chat with and most likely something alcoholic to make things go all that more smoothly.</p>
<p><a href="http://www.meetup.com/"><img src="http://cdn.sixrevisions.com/0211-03_meetup_frontpage.jpg" width="550" height="367" /></a></p>
<p>Take a gander at these meet-up resources for ideas:</p>
<ul>
<li>Use <a href="http://www.meetup.com/">Meetup</a> to find meet-ups near you.</li>
<li><a href="http://usability.meetup.com/">Usability meet-up groups</a></li>
<li><a href="http://meetups.jquery.com/">jQuery Meetups</a></li>
<li>Browse <a href="http://lanyrd.com/">Lanyrd</a>, a social conference directory.</li>
</ul>
<h3>Start a Personal Project</h3>
<p>If you work full time for a web design agency, you will probably have little influence on the type of projects you undertake whilst you&#8217;re at the office. This can get a little frustrating if these projects don&#8217;t give you the opportunity to expand your expertise, cultivate your passion for the work or if they make you feel unmotivated because of the repetitiveness of the tasks.</p>
<p>If this gets you down, try to look for a <a href="http://sixrevisions.com/project-management/6-reasons-why-you-should-do-personal-design-projects/" title="6 Reasons Why You Should Do Personal Design Projects">personal project to work on</a> in your own time that you can really feel passionate about.</p>
<p>Here are some ideas:</p>
<ul>
<li>Learn how to <a href="http://sixrevisions.com/web-applications/designing-web-apps-for-the-ipad/">create an iPad app</a>.</li>
<li><a href="http://sixrevisions.com/web-development/getting-started-with-ruby-on-rails-installation/">Learn Rails</a> and then create a subscription-based web app (read <a href="http://sixrevisions.com/web-development/why-making-web-apps-with-rails-is-awesome/" title="Why Making Web Apps with Rails Is Awesome">this story</a> for inspiration).</li>
<li>Build an <a href="http://sixrevisions.com/web-applications/building-mobile-web-apps-the-right-way-tips-and-techniques/" title="Building Mobile Web Apps the Right Way: Tips and Techniques">app for mobile devices</a>.</li>
<li>Design your own font.</li>
<li>Create and share <a href="http://sixrevisions.com/category/freebies/" title="Freebies category on Six Revisions">freebies</a>.</li>
<li>Do <a href="http://sixrevisions.com/web_design/volunteer-work-in-web-design/" title="Volunteer Work in Web Design">volunteer work</a> for non-profits and struggling <a href="http://sixrevisions.com/web_design/public-school-websites-dont-have-to-suck/" title="Public School Websites Don’t Have to Suck">public education institutions</a>.</li>
<li>Develop a <a href="http://sixrevisions.com/javascript/20-fresh-jquery-plugins-to-enhance-your-user-interface/" title="20 Fresh jQuery Plugins to Enhance your User Interface">jQuery plugin</a>, learn how to use a <a href="http://sixrevisions.com/web-development/introductory-guide-to-git-version-control-system/" title="Introductory Guide to Git Version Control System">version control system</a> and put it up on GitHub.</li>
<li>Create or expand your blog. (Six Revisions started as a personal project.)</li>
<li><a href="http://designinstruct.com/writing-guidelines/" title="Writing Guidelines of Design Instruct">Contribute tutorials and articles</a> on design-related sites.</li>
<li>Read &quot;<a href="http://sixrevisions.com/project-management/reminding-yourself-that-you-love-what-you-do/" title="Reminding Yourself That You Love What You Do">Reminding Yourself That You Love What You Do</a>&quot; for ideas and inspiration.</li>
</ul>
<h3>Work on an Internal Project</h3>
<p>I&#8217;m sure every web professional has <a href="http://sixrevisions.com/web_design/ways-to-horrify-website-designers/" title="Ways to Horrify Website Designers">their own horror stories</a> about clients; it&#8217;s simply something that&#8217;s unavoidable, even for the largest of agencies.</p>
<p>So sometimes, it&#8217;s a pleasant relief to be able to take the client out of the picture and create something without the constraints associated with client work, such as their needs, cost and schedules.</p>
<p>An internal project, for some, can be a success and evolve to become their sole company job responsibility. For others, it&#8217;s for a little bit of fun and a chance to do something out of the box.</p>
<p>No matter what happens at the end of the process, it&#8217;s the journey that matters. So long as an internal project doesn&#8217;t become a source of stress, it will most certainly be a process you will enjoy and be passionate about.</p>
<h3>Learn</h3>
<p><a href="http://sixrevisions.com/project-management/becoming-a-better-web-designer/" title="Becoming a Better Web Designer">Becoming better and widening our knowledge</a> is, I feel, a <a href="http://sixrevisions.com/web_design/how-to-stay-ahead-of-the-curve-as-a-designer/" title="How to Stay Ahead of the Curve as a Designer">critical requirement of the job.</a> You cannot simply enter a job as a web designer and expect to sail through your career with the same knowledge that you had at the start. <a href="http://sixrevisions.com/web_design/the-evolution-of-web-design/" title="The Evolution of Web Design">Web design evolves at a lighting-fast pace</a>, and it would be detrimental to your success not to keep up.</p>
<p>The <a href="http://sixrevisions.com/web_design/how-to-teach-web-design-using-optimal-learning-and-gestalt/" title="How to Teach Web Design Using Optimal Learning and Gestalt">process of learning about web design</a> not only gives you something to do if your daily tasks are a little dull, but it also gives you something to potentially use in your projects.</p>
<h3>Become a Specialist</h3>
<p>You may currently be working in somewhat of a generalist role, but within this, you&#8217;re probably also undertaking tasks that you might not be all that passionate about. You may be a <a href="http://sixrevisions.com/web_design/why-designers-should-learn-how-to-code/" title="Why Designers Should Learn How to Code">web designer that also codes</a> &#8212; which, of course, is a great thing &#8212; but you might be coding more than designing and would rather move into a more specialist role as just a designer working within a graphics application like <a href="http://sixrevisions.com/category/photoshop/" title="Read articles related to Photoshop.">Photoshop</a>.</p>
<p>By specializing (even just on a temporary basis) you can remove some of the tasks you are less interested in and thus spend more time doing the work that you are really passionate about.</p>
<h3>Become a Generalist</h3>
<p>Specialists are great. Specialists can know the most detailed things about their role &#8212; what they may lack in breadth, they more than make up for in depth.</p>
<p>But sometimes this can feel limiting. A specialist may not know much about the whole <a href="http://sixrevisions.com/web-development/a-6-step-general-process-for-producing-a-website/" title="A 6-Step General Process for Producing a Website">website production process</a> because they may be too honed in on their own job role and segment of the site build.</p>
<p>If being a specialist feels constricting and you want to learn about some of the areas that you have less experience in, then move to become a web generalist and find that passion in all the areas you&#8217;ve yet to explore.</p>
<p>Both specialists and generalist are important to the industry. Choosing which you are is a personal choice and will ensure you enjoy your job more.</p>
<h3>Take a Break</h3>
<p>Web designers have to be the most wired-in people in the world because we&#8217;re exposed to the Internet more than most professions. Thus, our work is constantly within an arm&#8217;s reach.</p>
<p>And, for many of us, <a href="http://sixrevisions.com/productivity/is-being-permanently-connected-to-social-networks-good/" title="Is Being Permanently Connected to Social Networks Good?">disconnecting is difficult and seemingly impossible</a>, even when on a holiday.</p>
<p>But taking a holiday and disconnecting for even a short time can re-energize you so that you are better able to tackle the stresses of your daily life when you return. It is also an effective preventative measure against <a href="http://sixrevisions.com/creativity/avoiding-design-burnout/" title="Avoiding Design Burnout">design burnout</a>.</p>
<p>If you start to feel low while at work, try to find a late deal on a holiday. Taking a break and coming back refreshed and motivated can increase productivity.
</p>
<h3>Start Freelancing Part Time</h3>
<p>Sometimes being the master of your own domain can help. Cutting out the possibly endless hierarchy within a company and having greater control over a project can be enough to satisfy a person&#8217;s personal desires.</p>
<p>When freelancing part time, it gives you greater control without so much of the administrative burdens linked with freelancing full time. It also allows you the benefit of being able to be choosier with the projects you undertake.</p>
<p>As a supplement to a stable salary, you can take the projects that interest you most.</p>
<p><a href="https://tinyproj.com/"><img src="http://cdn.sixrevisions.com/0211-04_tinyproj_homepage.png" width="550" height="367" /></a></p>
<p>Here are resources and ideas for part-time/intermittent freelancers:</p>
<ul>
<li><a href="https://tinyproj.com/">Tinyproj</a> is a site that connects designers, developers and other creatives with paid, small projects.</li>
<li><a href="http://www.weekendhacker.net/">WeekendHacker</a> is a design/development network for getting help on (very) small projects.</li>
<li><a href="http://beta.coffeeandpower.com/">Coffee &amp; Power</a> is a marketplace for buying and selling small jobs.</li>
<li><a href="http://www.taskrabbit.com/">TaskRabbit</a> is a marketplace for community projects. </li>
<li>Check out the <a href="http://jobs.freelanceswitch.com/">freelance jobs</a> at the FreelanceSwitch blog.</li>
<li>See Smashing Magazine&#8217;s <a href="http://jobs.smashingmagazine.com/freelance">Freelance Job</a> listings.</li>
<li>Use <a href="http://sixrevisions.com/project-management/social-networking-strategies-for-finding-more-work/" title="Social Networking Strategies for Finding More Work">social networks for finding work</a>.</li>
<li>Check out these <a href="http://sixrevisions.com/resources/40-great-resources-for-a-complete-roadmap-to-freelancing/">great resources on freelancing</a>.</li>
<li>Do you know of <a href="http://sixrevisions.com/resources/5_unconventional_places_web_work_jobs/" title="5 Unconventional Places to Scout for Web Work">unconventional places to find web work</a>?</li>
<li>Subscribe to  <a href="http://sixrevisions.com/resources/10-rss-feeds-for-design-and-development-job-seekers/">RSS feeds for design and development job seekers</a>.</li>
</ul>
<h3>Work for Another Company</h3>
<p>There are times where a few hours of freelancing aren&#8217;t enough to get you out of feeling as if your time at your current workplace is coming to an end. There can be a multitude of reasons for wishing to leave a company &#8212; from poor management through to a lack of influence in being able to work on jobs that excite you.</p>
<p>If staying with a company is no longer challenging or negatively affecting your passion for your craft, then finding another company to provide you what you seek is the best next step.</p>
<p>In this current economic climate, this is a very risky proposition. It&#8217;s certainly a big step and a decision not to be taken lightly. However, in some situations, it may be the only choice.</p>
<p>Another option is to start your own company. Read the stories of <a href="http://money.cnn.com/galleries/2011/smallbusiness/1109/gallery.unemployment_startup/index.html?section=money_smbusiness" title="From unemployment to startup - Take this job and shove it - money.cnn.com">entrepreneurs who&#8217;ve chosen to go their own way</a> despite the tumultuous economy.</p>
<h3>Start Freelancing Full Time</h3>
<p>Changing the company you work for may indeed provide that new challenge that refocuses the mind and brings about a renewed passion for the job you do. But if it&#8217;s the trappings of company life that are affecting you, then going freelance may be the next logical step.</p>
<p>This one&#8217;s even bigger than simply changing workplaces and should never be undertaken from a standing start.</p>
<p>Going full-on freelance works best as a progression from having done freelancing part-time. You need that knowledge, experience and clients to help ease you in. Some savings will help, as it can be very hard to come across scratch when first starting out.</p>
<p>But once you&#8217;re there, you will have full control of your fate. Your passion is your own to influence. Anything that affects that is certainly yours to change.</p>
<h3>Is Web Design For You?</h3>
<p>If getting out of bed and going to work is becoming an ever-increasing challenge, then hopefully, one of the above suggestions will help reignite your passion in your craft.</p>
<p>But if none of them seem like they&#8217;re for you, then you should look within yourself and ask if being a web designer is what you really want to do.</p>
<p>Like all jobs, there are those of us who are a perfect fit for this profession and lifestyle, and others who aren&#8217;t.</p>
<p>It&#8217;s always been my opinion that if we have to spend so much of our life at work, then we have to do something we love, something we&#8217;re passionate about and in an environment we feel comfortable in.</p>
<p>Life is simply too short to be stuck somewhere that makes you miserable.</p>
<p>Throughout the Web, you can see people&#8217;s passion by way of the things they do and write.</p>
<p><em>Do you do anything different when your passion waivers? Please let us know in the comments.</em></p>
<h3>Related Content</h3>
<ul>
<li><a href="http://sixrevisions.com/web_design/from-nothing-to-something-story-of-a-self-taught-designer/">From Nothing to Something: Story of a Self-Taught Designer</a></li>
<li><a href="http://sixrevisions.com/web_design/craftsmanship-in-designing-websites/">Craftsmanship in Designing Websites</a></li>
<li><a href="http://sixrevisions.com/web_design/how-to-stay-ahead-of-the-curve-as-a-designer/">How to Stay Ahead of the Curve as a Designer</a></li>
<li><em>Related categories</em>: <a href="http://sixrevisions.com/category/web_design/">Web Design</a> and <a href="http://sixrevisions.com/category/project-management/">Project Management</a></li>
</ul>
<h3>About the Author</h3>
<p class="about-author"><img src="http://images.sixrevisions.com/authors/kean_richmond_small.jpg" alt="" width="80" height="80" /><span class="author-bio-text"><strong>Kean Richmond</strong> is a full-time web designer and developer based in Yorkshire, UK. Working as a generalist in most areas of web design and development he currently works at <strong><a href="http://www.bronco.co.uk/">Bronco</a></strong>, tweets as <strong>@<a href="http://www.twitter.com/keanrichmond">keanrichmond</a></strong> and rants on his <strong><a href="http://www.keanrichmond.com/">personal blog</a></strong>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://sixrevisions.com/web_design/stay-passionate-motivated/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Designing a Website&#8217;s Introductory Text: Tips and Examples</title>
		<link>http://sixrevisions.com/web_design/website-introductory-text-tips-examples/</link>
		<comments>http://sixrevisions.com/web_design/website-introductory-text-tips-examples/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 10:00:46 +0000</pubDate>
		<dc:creator>Jacob Gube</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://sixrevisions.com/?p=5879</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5879&c=1843525523' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5879&c=1843525523' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/6989dd4b5220d0b14530453de7387991/zone/1259902' target='_blank'>Advertise here with BSA</a></p><br />Many websites choose to display a short explanatory text in a prominent position of their web page layouts to inform visitors what the purpose of the site is. This introductory text, when crafted well, can help users quickly decide whether they&#8217;re in the right place or not. A website has mere seconds to let visitors [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5879&c=1453524997' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5879&c=1453524997' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/6989dd4b5220d0b14530453de7387991/zone/1259902' target='_blank'>Advertise here with BSA</a></p><br /><p><a href="http://sixrevisions.com/web_design/website-introductory-text-tips-examples/"><img src="http://cdn.sixrevisions.com/0199-01_site_intro_text_thumbnail.jpg" width="550" height="200" alt="Designing a Website's Introductory Text: Tips and Examples" /></a></p>
<p>Many websites choose to display a short explanatory text in a prominent position of their web page layouts to inform visitors what the purpose of the site is. This introductory text, when crafted well, can help users quickly decide whether they&#8217;re in the right place or not.</p>
<p>A website has mere seconds to let visitors know that they&#8217;ve found what they&#8217;re looking for, and your site introduction is your brief elevator pitch towards that.</p>
<p><span id="more-5879"></span></p>
<p>We&#8217;ll explore the use of website introductory text in various types of websites to gain a better understanding of trends and techniques for effectively designing them.</p>
<p>At the end of this article, there&#8217;s also a showcase of some excellent web designs that have great website introductory text for our further exploration of the topic.</p>
<h3>Design Goals</h3>
<p>There needs to be a purpose for every component of a website. They each have to support the goals and purpose of the site.</p>
<p>In this way, a thoughtful approach to the design and the copy of your website introductory text is important.</p>
<p>The goals of your site introduction are:</p>
<ol>
<li>To let the visitor know, as quickly as possible, what the website is about.</li>
<li>To give hints as to what action (or actions) they can take immediately (call to action).</li>
<li>To provide contextual information regarding what to expect should the visitor decide to spend more time on the site.</li>
</ol>
<p>What follows are some design considerations congruent to the three goals above.</p>
<h3>The Text Should Be Concise and Useful</h3>
<p>Your copy should be clear and succinct &#8212; 1 to 3 sentences should suffice &#8212; akin to the abstract of a scientific paper or an excerpt of a blog post.</p>
<p>Short intro text improves usability by giving the web page some context, but if it&#8217;s too long, users tend to skip it <a href="http://www.useit.com/alertbox/intro-text.html/">according to an article</a> by leading usability expert, Jakob Nielsen.</p>
<p>A thoughtfully designed and informative introduction helps first-time site visitors swiftly determine what the site is about. A well-crafted site introduction text is actionable.</p>
<p>The example below from <a href="http://www.ipolecat.com/">Polecat</a> is an example that highlights the importance and effectiveness of being concise. In only five words, the site intro text successfully encapsulates what the site is. Despite the brevity of the copy, it clearly informs visitors that it&#8217;s the site of iOS developers.</p>
<p><a href="http://www.ipolecat.com/"><img src="http://cdn.sixrevisions.com/0199-02_polecat.jpg" width="550" height="387" /></a></p>
<h4>Show Off Your Company&#8217;s Personality</h4>
<p>Since a site&#8217;s introductory text is commonly the first thing a new site visitor will see when they land on your web pages, it&#8217;s a great chance to display your company&#8217;s personality, just like how your website&#8217;s design theme (e.g. <a href="http://sixrevisions.com/web_design/50-beautifully-dark-web-designs/" title="50 Beautifully Dark Web Designs">dark</a>, <a href="http://sixrevisions.com/design-showcase-inspiration/60-beautiful-clean-and-light-web-designs-for-inspiration/" title="60 Beautiful Clean and Light Web Designs for Inspiration">clean</a>, <a href="http://sixrevisions.com/web_design/30-beautiful-examples-of-grunge-in-web-design/" title="30 Beautiful Examples of Grunge in Web Design">grunge</a>, <a href="http://sixrevisions.com/design-showcase-inspiration/40-beautiful-examples-of-minimalism-in-web-design/" title="40 Beautiful Examples of Minimalism in Web Design">minimalist</a>, etc.) embodies your company&#8217;s personality.</p>
<p>Below is <a href="http://www.bythepond.co.uk/">friendly duck</a>&#8216;s site introduction: It&#8217;s short, simple, catchy and written with personality.</p>
<p><a href="http://www.bythepond.co.uk/"><img src="http://cdn.sixrevisions.com/0199-03_friendly_duck.jpg" width="550" height="387" /></a></p>
<h4>Be Direct</h4>
<p>Internet users don&#8217;t have a lot of time; they want to know as quickly as possible why they&#8217;re on your site. You can do this by being clear and to-the-point with your message. For example, the introductory text of <a href="http://www.thinkfa.com/">FreeAssociation</a> tells visitors who they work with and what they do.</p>
<p><a href="http://www.thinkfa.com/"><img src="http://cdn.sixrevisions.com/0199-04_freeassociation.jpg" width="550" height="387" /></a></p>
<h4>Offer Your Value Proposition</h4>
<p>Informing visitors what you have to offer is a good idea. This is referred to as your <strong>value proposition</strong>. What value do you provide your customers? What makes you unique?</p>
<p>The <a href="http://www.project365.co.uk/">Project365</a> site, for example, promises their customers that they&#8217;re not an ordinary new media agency and that they can deliver clever designs that attract visitors to their clients&#8217; web properties &#8212; a promise not all design agencies can confidently make.</p>
<p><a href="http://www.project365.co.uk/"><img src="http://cdn.sixrevisions.com/0199-05_project365.jpg" width="550" height="387" /></a></p>
<h3>Place It in a Distinctive Layout Position</h3>
<p>The site introductory text is something you&#8217;d want your visitors to see immediately. Typically, the goal is to have it be seen first.</p>
<h4>Distinctive Design Techniques</h4>
<p>There are many <a href="http://sixrevisions.com/web_design/the-art-of-distinction-in-web-design/" title="The Art of Distinction in Web Design">distinctive design techniques</a> you can employ to draw the user&#8217;s attention.</p>
<p>You can apply methods related to <a href="http://sixrevisions.com/graphics-design/visual-weight-designs/">visual weight</a>, <a href="http://sixrevisions.com/web_design/using-power-structure-and-gestalt-for-visual-hierarchy/">visual hierarchy</a>, <a href="http://sixrevisions.com/web_design/negative-space-in-webpage-layouts-a-guide/" title="Negative Space in Webpage Layouts: A Guide">negative space</a> and even the Figure-Ground <a href="http://sixrevisions.com/web_design/gestalt-principles-applied-in-design/" title="Gestalt Principles Applied in Design">Gestalt principle</a>.</p>
<p>Additionally, you can use a tool like Google&#8217;s <a href="http://browsersize.googlelabs.com/" target="_blank" title="Browser Size">Browser Size</a> to determine what percentage of the Internet population will see your site intro text on the initial page load.</p>
<h4>Top Left</h4>
<p>One technique that will almost always work is placing the site intro text at the top of the layout. Whether by ingrained Internet convention or actual human tendency, web users look towards the top of web page layouts when they&#8217;re in search for important site components such as primary <a href="http://sixrevisions.com/css/30-exceptional-css-navigation-techniques/" title="30 Exceptional CSS Navigation Techniques">navigation menus</a> and search features.</p>
<p>The top-left of a web page&#8217;s layout, according to an <a href="http://www.useit.com/alertbox/horizontal-attention.html" title="Horizontal Attention Leans Left - useit.com">eye-tracking study</a> done by Jakob Nielsen, is a prime location because user attention leans to the left.</p>
<p>Notice how the <a href="http://www.campaignmonitor.com/">Campaign Monitor</a> site has their site&#8217;s introductory  text at the top-left of the layout. They use other distinctive design techniques such as spacing (its distance away from other design elements enhances its distinctiveness), a unique type treatment and visual hierarchy.</p>
<p><a href="http://www.campaignmonitor.com/"><img src="http://cdn.sixrevisions.com/0199-06_campaignmonitor.jpg" width="550" height="387" /></a></p>
<h4>Top Center</h4>
<p>Another prominent location is top-and-center. The <a href="http://www.fork-cms.com/">Fork</a> website shows how placing your site&#8217;s intro text at the top-center of the web page layout helps to garner it attention.</p>
<p><a href="http://www.fork-cms.com/"><img src="http://cdn.sixrevisions.com/0199-07_fork.jpg" width="550" height="387" /></a></p>
<h4>Leverage Surrounding Visuals</h4>
<p>Another way you can grab the eyes of site visitors is through the use of surrounding visual elements that reinforce and direct the eye gaze towards your message. Notice the three illustrations that all help to reflow your eyes towards the site introductory text on <a href="http://carbonmade.com/">Carbonmade</a>&#8216;s home page.</p>
<p><a href="http://carbonmade.com/"><img src="http://cdn.sixrevisions.com/0199-08_carbon_made.jpg" width="550" height="387" /></a></p>
<h3>Draw User Attention Using Typography Techniques</h3>
<p>There are several typography composition techniques you can employ to further enhance the attractiveness of your site&#8217;s introductory text. Let&#8217;s discuss a couple.</p>
<h4>Typography Size </h4>
<p>One typography styling technique is <strong>size.</strong> Bigger objects are easier to get to (according to <a href="http://sixrevisions.com/usabilityaccessibility/improving-usability-with-fitts-law/" title="Improving Usability with Fitts' Law">Fitt&#8217;s Law</a>) and the Gestalt principle of Similarity indicates that if an object is significantly bigger than other objects around it, it will stand out as a distinct object.</p>
<p>Notice how big the site intro text is on <a href="http://www.teehanlax.com/">Teehan+Lax</a>. Regardless of its low contrast versus its background and the vividness of surrounding areas, it still manages to attract your attention due to its relative scale.</p>
<p><a href="http://www.teehanlax.com/"><img src="http://cdn.sixrevisions.com/0199-09_teehan_lax.jpg" width="550" height="396" /></a></p>
<h4>Text Styling</h4>
<p>A unique text effect that has a high contrast against its<strong> background</strong> can also go a long way towards a site intro text being able to garner attention. Notice the simple gradient text effect on the <a href="http://greatbibletales.com/">Great Bible Tales</a> site and how it&#8217;s able to help draw your eyes toward their site&#8217;s value proposition.</p>
<p><a href="http://greatbibletales.com/"><img src="http://cdn.sixrevisions.com/0199-10_greatbibletales.jpg" width="550" height="387" /></a></p>
<h3>Consider Using a Short Heading</h3>
<p>Some messages need further explanation. A popular strategy in this situation is to use a brief, keyword-rich heading followed by a short paragraph. <a href="http://twitter.com/">Twitter</a> demonstrates this technique with a big, bold heading followed by a short sentence.</p>
<p><a href="http://twitter.com/"><img src="http://cdn.sixrevisions.com/0199-11_twitter.jpg" width="550" height="348" /></a></p>
<h3>Close Proximity to Calls-to-Action</h3>
<p>The worst thing that can happen after reading a site&#8217;s intro text is to fail to realize what the next potential action can be. Decrease the chances of the site visitor hitting their browser&#8217;s back button by having relevant calls-to-action close to your message.</p>
<p>As shown below, <a href="http://clearleft.com/">Clearleft</a> gives you the link to their <a href="http://sixrevisions.com/content-strategy/about-page-guidelines/" title="Guidelines for Writing a Good About Page">About page</a> through a call-to-action (&quot;<em>See what Clearleft can do for you.</em>&quot;) immediately after their site&#8217;s intro text.</p>
<p><a href="http://clearleft.com/"><img src="http://cdn.sixrevisions.com/0199-12_clearleft.jpg" width="550" height="387" /></a></p>
<p><a href="http://mailchimp.com/">MailChimp</a> does the same by providing an eye-catching <a href="http://sixrevisions.com/tutorials/web-development-tutorials/create-an-animated-call-to-action-button/" title="Create an Animated 'Call to Action' Button">call-to-action button</a> that you can click on to register an account with their web service.</p>
<p><a href="http://mailchimp.com/"><img src="http://cdn.sixrevisions.com/0199-13_mailchimp.jpg" width="550" height="387" /></a></p>
<h3>Showcase of Introductory Text in Websites</h3>
<p>Let&#8217;s look at how the design goals, trends and techniques we&#8217;ve discussed above are applied to other websites by dissecting other real-world examples of well-designed site introductory text.</p>
<h4><a href="http://bellstrike.com/">Bellstrike</a></h4>
<p>A succinct, direct-to-the-point site intro text can be found on the Bellstrike website. The text styling is unique and the font size is huge &#8212; two popular visual design strategies to achieve distinctiveness, like we talked about earlier. Two beautiful call-to-action buttons sit ready and waiting at the foot of the introductory text once the site visitor has finished reading. The content is useful, offering the site&#8217;s unique value proposition of quickly providing websites to non-profit organizations. Positioned at the top-left of the layout, the site intro text is guaranteed not to be missed by incoming site visitors. Also, notice the surrounding visual &#8212; the hanging bell on the left of the site logo &#8212; that helps direct eye flow downwards toward the text.</p>
<p><a href="http://bellstrike.com/"><img src="http://cdn.sixrevisions.com/0199-14_bellstrike.jpg" width="550" height="395" /></a></p>
<h4><a href="https://squareup.com/">Square</a></h4>
<p>Square&#8217;s site introduction is a concise value proposition: you can start accepting credit cards using your mobile device if you use their service. The text is situated at a visible top-left position in the layout using a big, striking font style. A convenient call-to-action web form for signing up for a free account below the site&#8217;s intro text makes it easy to take action. Take note of how the surrounding visual &#8212; the index finger and thumb  points to the left &#8212; redirects your eye flow to their sign up web form and site intro text in case it strays too far to the right.</p>
<p><a href="https://squareup.com/"><img src="http://cdn.sixrevisions.com/0199-15_square.jpg" width="550" height="395" /></a></p>
<h4><a href="http://www.fishrestaurantcharleston.com/">Fish</a></h4>
<p>This site has the introductory text on the left of the layout (a prominent location since, as stated earlier, our attention leans to the left of web pages). The introductory text is short, concise and useful, with the value proposition of combining and reimagining French and Asian cuisines. Below the introductory text, you can find a call to action enticing you to view the restaurant&#8217;s menu.</p>
<p><a href="http://www.fishrestaurantcharleston.com/"><img src="http://cdn.sixrevisions.com/0199-16_fish.jpg" width="550" height="395" /></a></p>
<h4><a href="http://www.fatburgr.com/">Fatburgr</a></h4>
<p>Fatburgr uses a captivating headline that utilizes a simple but effective gradient text style as well as a large font size. The headline is followed by a short and personable sentence describing what Fatburgr does as well as proposing their value to the customer (&quot;<em>Do you know the nutritional content of what you&#8217;re ordering? &#8230;Fatburgr gives you nutritional information&#8230;</em>&quot;). Two huge call-to-action buttons can be found in an eye-gaze-drawing location at the foot of the site intro text.</p>
<p><a href="http://www.fatburgr.com/"><img src="http://cdn.sixrevisions.com/0199-17_fatburgr.jpg" width="550" height="395" /></a></p>
<h4><a href="http://31three.com/">31Three</a></h4>
<p>31Three&#8217;s value proposition is that it offers creative services to developers. We can see the site intro text positioned at the prominent top-left of the layout, using a large font size as well as more-than-ample empty space surrounding the message.</p>
<p><a href="http://31three.com/"><img src="http://cdn.sixrevisions.com/0199-18_31three.jpg" width="550" height="395" /></a></p>
<h4><a href="http://www.culinaryculture.com/">CulinaryCulture</a></h4>
<p>The site intro text of this site is concise and useful. Within 10 words, they&#8217;ve managed to describe what the site is and for whom the site is for. The short intro text is followed by a three-column thumbnail gallery that outlines some of the things you can do on the site (such as sharing and reviewing your favorite eateries) followed by a call-to-action link to sign up for an account on the site. Aside from that, we can see the use of a beautiful, eye-grabbing <a href="http://sixrevisions.com/photoshop/photoshop-text-effect-tutorials/" title="Photoshop Text Effect Tutorials">text effect</a>, the use of a large font size and a placement for the text in a distinctive layout position, top-and-centered.</p>
<p><a href="http://www.culinaryculture.com/"><img src="http://cdn.sixrevisions.com/0199-19_culinaryculture.jpg" width="550" height="395" /></a></p>
<h4><a href="http://bluepixel.net/">Blue Pixel</a></h4>
<p>A three-word heading using a big, bold font style is followed by a one-sentence value proposition in this site&#8217;s intro text. Notice how the surrounding visual, an electric guitar, is angled in such a way as to aid eye flow towards the site introductory text.</p>
<p><a href="http://bluepixel.net/"><img src="http://cdn.sixrevisions.com/0199-20_bluepixel.jpg" width="550" height="395" /></a></p>
<h4><a href="http://webtypographyforthelonely.com/">Web Typography for the Lonely</a></h4>
<p>A simple statement of what the site is serves as this website&#8217;s concise site introductory text.</p>
<p><a href="http://webtypographyforthelonely.com/"><img src="http://cdn.sixrevisions.com/0199-21_webtypolonely.jpg" width="550" height="395" /></a></p>
<h4><a href="http://sundaybestdesigns.com/">Sunday Best Websites</a></h4>
<p>A big and high-contrast headline contains the value proposition of Sunday Best Websites. Two paragraphs follow the headline describing in greater detail what service they provide and what their design style is like. The site&#8217;s intro text, as can be seen in many of the examples we&#8217;ve already talked about, is followed by a call-to-action link that describes their project methodology. The use of a surrounding visual helps direct eye flow to the left, with the arms of the illustrated gentleman outstretched, serving to place the attention back towards the text.</p>
<p><a href="http://sundaybestdesigns.com/"><img src="http://cdn.sixrevisions.com/0199-22_sundaybest.png" width="550" height="395" /></a></p>
<h4><a href="http://www.vegasuncorked.com/">Vegas Uncork&#8217;d</a></h4>
<p>The site introductory text of Vegas Uncork&#8217;d, a website aimed at promoting a Las-Vegas-based wine and food festival, has a captivatingly big headline, followed by a two-paragraph description. The headline features a distinctive text style, making it very attractive to the eyes relative to its surrounding elements.</p>
<p><a href="http://www.vegasuncorked.com/"><img src="http://cdn.sixrevisions.com/0199-23_vegasuncorked.png" width="550" height="395" /></a></p>
<h4><a href="http://www.zagnienski.com/">Igor Zagnienski</a></h4>
<p>A concise introductory text written in the first-person voice is situated on the top-left of Igor Zagnienski&#8217;s site layout. The introductory text&#8217;s high contrast against its background as well as plenty of space surrounding it makes it eye grabbing.</p>
<p><a href="http://www.zagnienski.com/"><img src="http://cdn.sixrevisions.com/0199-24_igorzagneinski.jpg" width="550" height="395" /></a></p>
<h4><a href="http://electricpulp.com/">Electric Pulp</a></h4>
<p>It&#8217;s hard to miss the site intro text in this website: it&#8217;s humongous and has a high contrast against surrounding elements. The site&#8217;s intro text is personable and, most importantly, concise; in three words, new site visitors already know what the company does.</p>
<p><a href="http://electricpulp.com/"><img src="http://cdn.sixrevisions.com/0199-25_electricpulp.jpg" width="550" height="395" /></a></p>
<h4><a href="http://www.assistly.com/">Assistly</a></h4>
<p>Assistly summarizes their value proposition in 9 words with the emphasis on what they do, which is to provide users with the facility to manage their customer support department. A large font size, the use of a drop-shadow text style and a prominent top-center location serves to attract the user&#8217;s attention.</p>
<p><a href="http://www.assistly.com/"><img src="http://cdn.sixrevisions.com/0199-26_assistly.jpg" width="550" height="395" /></a></p>
<h4><a href="http://bitfoundry.ca/">Bitfoundry</a></h4>
<p>A big, eye-grabbing heading styled uniquely and attractively, followed by a two-sentence intro paragraph describing who, what and where Bitfoundry is, serves as this site&#8217;s introductory text. The text is placed at the top-center of the layout. Space, a high-contrasting color and size is used as visual design devices to provide the text some distinction against surrounding elements.</p>
<p><a href="http://bitfoundry.ca/"><img src="http://cdn.sixrevisions.com/0199-27_bitfoundry.jpg" width="550" height="395" /></a></p>
<h4><a href="http://ndesign-studio.com/">N.Design Studio</a></h4>
<p>Nick La&#8217;s design blog uses big, bold fonts in its site intro text. In a handful of words, the intro text manages to answer who the site owner is, what the purpose of the site is and where the site owner operates from. He uses a surrounding visual of a koi fish to anchor the message to an attractive image.</p>
<p><a href="http://ndesign-studio.com/"><img src="http://cdn.sixrevisions.com/0199-28_ndesignstudio.jpg" width="550" height="395" /></a></p>
<h4><a href="http://www.tapparatus.com/isaidwhat/">iSaidWhat?!</a></h4>
<p>There are a ton of mobile apps out there, and thus, an <a href="http://sixrevisions.com/design-showcase-inspiration/35-beautiful-iphone-app-website-designs/" title="35 Beautiful iPhone App Website Designs">iOS app&#8217;s website</a> needs to get to the point quickly or risk the user looking elsewhere. At the top-center of iSaidWhat&#8217;s mobile app website is a short intro text detailing the value proposition of the app.</p>
<p><a href="http://www.tapparatus.com/isaidwhat/"><img src="http://cdn.sixrevisions.com/0199-29_isaidwhat.jpg" width="550" height="395" /></a></p>
<h4><a href="http://kickoffapp.com/">Kickoff</a></h4>
<p>Here you can see this web-based collaboration tool&#8217;s simple site introduction located at the top-center of the web layout. The surrounding image below it helps focus your eyes towards the center of the page layout.</p>
<p><a href="http://kickoffapp.com/"><img src="http://cdn.sixrevisions.com/0199-30_kickoff.jpg" width="550" height="395" /></a></p>
<h4><a href="http://www.blueskyresumes.com/">Blue Sky Resumes</a></h4>
<p>At the center of this site&#8217;s layout, you can see the Blue Sky Resume&#8217;s site intro text. It consists of a captivating heading that plays on the wants of potential clients to be one-of-a-kind (the site&#8217;s value proposition), followed by a short paragraph describing what they can bring to the table if you choose to hire them. The text has big fonts and a drop-shadow text style to give it prominence. The surrounding visual of a cookie helps ensure that the intro text is anchored with a distinctive image that will help bring the text attention.</p>
<p><a href="http://www.blueskyresumes.com/"><img src="http://cdn.sixrevisions.com/0199-31_blueskyresumes.jpg" width="550" height="395" /></a></p>
<h4><a href="http://analog.coop/">Analog</a></h4>
<p>Positioned at the top-center of Analog&#8217;s web layout is a concise site intro text outlining what they do for their clients. Space surrounding the text is an effective tool for gaining a viewer&#8217;s attention.</p>
<p><a href="http://analog.coop/"><img src="http://cdn.sixrevisions.com/0199-32_analog.jpg" width="550" height="395" /></a></p>
<h4><a href="http://www.cocollective.com/">co: collective</a></h4>
<p>The site intro text here is short and to-the-point. A more-than-ample amount of whitespace surrounding the text, the top-center text placement as well as the web page layout&#8217;s visual hierarchy arrangement serves to give the text block its distinctiveness.</p>
<p><a href="http://www.cocollective.com/"><img src="http://cdn.sixrevisions.com/0199-33_cocollective.png" width="550" height="395" /></a></p>
<h3>Conclusion</h3>
<p>Designing your site introductory text, if you choose to have one, is important because it&#8217;s one of the first things visitors will see when they visit your site.</p>
<p>Using succinct copy, placing the intro text in a highly visible position, using common typographic styling and leveraging surrounding visuals to your advantage are among the popular trends used in today&#8217;s site introductory text.</p>
<h3>Related Content</h3>
<ul>
<li><a href="http://sixrevisions.com/web_design/smarter-web-designs-responsive-and-customizable/">Smarter Web Designs: Responsive and Customizable</a></li>
<li><a href="http://sixrevisions.com/web_design/situational-design-for-the-web/">Situational Design for the Web</a></li>
<li><a href="http://sixrevisions.com/web_design/symmetry-design/">Symmetry in Design: Concepts, Tips and Examples</a></li>
<li><em>Related categories</em>: <a href="http://sixrevisions.com/category/web_design/">Web Design</a> and <a href="http://sixrevisions.com/category/user-interface/">User Interface</a></li>
</ul>
<h3>About the Author</h3>
<p class="about-author"><img src="http://images.sixrevisions.com/authors/jacob_gube_small.jpg" alt="" width="80" height="80" /><span class="author-bio-text"><strong>Jacob Gube</strong> is the Founder and Chief Editor of <strong><a href="http://sixrevisions.com/">Six Revisions</a></strong>. He&#8217;s also a web developer/designer who specializes in front-end development (JavaScript, HTML, CSS) and also a <a href="http://www.amazon.com/gp/product/1847194583?ie=UTF8&amp;tag=sixrevi-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1847194583"><strong>book author</strong></a>. If you&#8217;d like to connect with him, head on over to the <a href="http://sixrevisions.com/contact/"><strong>contact page</strong></a> and follow him on Twitter: <strong>@<a href="http://twitter.com/sixrevisions">sixrevisions</a></strong>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://sixrevisions.com/web_design/website-introductory-text-tips-examples/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>The Difference Between Design and Art</title>
		<link>http://sixrevisions.com/web_design/difference-between-design-art/</link>
		<comments>http://sixrevisions.com/web_design/difference-between-design-art/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 11:00:22 +0000</pubDate>
		<dc:creator>Jacob Gube</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://sixrevisions.com/?p=5824</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5824&c=1302220806' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5824&c=1302220806' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/6989dd4b5220d0b14530453de7387991/zone/1259902' target='_blank'>Advertise here with BSA</a></p><br />Good web design is far more than a beautiful site, it&#8217;s where art meets an interactive user interface and where, in my opinion, superfluous aesthetics takes a backseat to usability and the user experience. Ensuring that user interactions are as smooth as possible is good design &#8212; don&#8217;t ever be satisfied with art alone. Although [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5824&c=1829851835' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5824&c=1829851835' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/6989dd4b5220d0b14530453de7387991/zone/1259902' target='_blank'>Advertise here with BSA</a></p><br /><p><a href="http://sixrevisions.com/web_design/difference-between-design-art/"><img src="http://cdn.sixrevisions.com/0191-01_difference_design_art_thumbnail.jpg" width="550" height="200" alt="The Difference Between Design and Art" /></a></p>
<p>Good web design is far more than a beautiful site, it&#8217;s where art meets an interactive user interface and where, in my opinion, superfluous aesthetics takes a backseat to usability and the user experience.</p>
<p>Ensuring that user interactions are as smooth as possible is good design &#8212; don&#8217;t ever be satisfied with art alone.</p>
<p><span id="more-5824"></span></p>
<p>Although the <a href="http://sixrevisions.com/web_design/are-dribbble-users-blurring-the-line-between-art-and-design/" title="Are Dribbble Users Blurring the Line Between Art and Design?">design vs. art debate is nothing new</a>, it&#8217;s ripe for a revisiting as <a href="http://sixrevisions.com/css/embracing-and-using-css3-pragmatically/" title="Embracing and Using CSS3 Pragmatically">new CSS3 features</a> and <a href="http://sixrevisions.com/category/javascript/" title="JavaScript category on Six Revisions">JavaScript</a> (and particularly front-end web development libraries like <a href="http://sixrevisions.com/javascript/getting-started-with-jquery/" title="Getting Started with jQuery">jQuery</a>) begin to edge their way deeper into our everyday lives.</p>
<p>These new capabilities, however revolutionary they may seem, have changed nothing about how we should approach web design in general.</p>
<h3>Where Design and Art Clash</h3>
<p>Art is a problematically inclusive term; anything in the world can be called &quot;art.&quot; The main difference between art and design, then, is that design is simply more restrained.</p>
<p>Any artist can look at their work and see it as an extension of themselves, but designers don&#8217;t have that liberty.</p>
<p>As designers, our work has to be interactive, accessible and consistent. In this way, art goes beyond design because no one would expect someone to say that all art has to be consistent and follow a pattern. That would be absurd! What if cubists set the rules? Our art museums would be terribly dull and without variation.</p>
<p><img src="http://cdn.sixrevisions.com/0191-02_cubism_example.jpg" width="500" height="338" /><span class="figure-caption">Examples of Cubism, a 20th century art movement. Above: (01) <em>Les Demoiselles d&#8217;Avignon</em> and (02) <em>Le guitariste</em> by Pablo Picasso.</span></p>
<p>This is what design is: It&#8217;s art with expectations, <a href="http://sixrevisions.com/user-interface/user-interface-patterns-for-dealing-with-interactive-content/" title="User Interface Patterns for Dealing with Interactive Content">patterns</a> and consistency. It&#8217;s art meeting science.</p>
<p>Yes, it&#8217;s limiting, and yes, UI designers have to be trained to think <em>inside</em> the box a little. But get over it. You are a designer, not an artist. If you want complete freedom and no friction between your creativity and your work, you are working in the wrong field.</p>
<p>Artists can work to their whim, eschewing standards and refuting expectations, whereas designers <a href="http://www.w3.org/standards/">gobble them up</a> and abide by their every word.</p>
<p>Market forces and trends influence designers far more than artists (with some notable exceptions like pop singers and freelance illustrators).</p>
<p>With web design, there are so many more things to take account of: your site goals, your brand, your users. These expectations shape every bit of web design, while art remains untouched.</p>
<h3>Design and Aesthetics</h3>
<p>Another important distinction to make is the difference between design and pure aesthetics. While all design incorporates aesthetic &#8212; and truly, everything in the world has some form of aesthetic &#8212; some designs do it better than others.</p>
<p>Take a look at <a href="http://google.com/">Google&#8217;s home page</a>:</p>
<p><img src="http://cdn.sixrevisions.com/0191-03_google_homepage.png" width="550" height="389" /></p>
<p>Google has looked like this (with the exception of few small changes throughout the years) since we can all remember. And it&#8217;s designed perfectly because it fulfills the expectations of the site&#8217;s users. It looks nice without being obtrusive and obnoxious towards the user experience. Google, throughout all their websites, has mastered the difference between design and aesthetics.</p>
<p>Although the term &quot;aesthetics&quot; has broad and varying definitions, I&#8217;m using it here to refer to &quot;eye-candy.&quot; Superficial designs that exist for the sake of beauty. If we were to put it on a scale, I would say most art is near 100% aesthetics (which is not a bad thing, eye-candy can be meaningful too) and Google is somewhere around 5%. Your browser&#8217;s default style sheet is 0%.</p>
<p>So this is something designers need to keep in mind: balancing form with function. Function is at the heart of the Web. Almost everything we do online has a purpose and a meaning. We engage with web designs every day, and the good ones are usually more functional than they are beautiful.</p>
<p>Below are some more designs with minimal eye-candy that are actually designed really well.</p>
<p><a href="http://www.delicious.com/">Delicious</a> does a great job of balancing their layout. Without getting too deep into eye-candy, they make a giant torrent of information manageable.</p>
<p><img src="http://cdn.sixrevisions.com/0191-04_delicious_design_example.jpg" width="550" height="380" /></p>
<p><a href="http://zenhabits.net/">Zen Habits</a> has a super minimal site design, but it coincides perfectly with the content&#8217;s theme and goals.</p>
<p><img src="http://cdn.sixrevisions.com/0191-05_zenhabits_homepage_example.png" width="550" height="381" /></p>
<p><a href="http://getcloudapp.com/">CloudApp</a> is a little more visually exciting than the ones above, but the design is still subtle. This combination of minimalism and great use of visuals reflects the design of their product perfectly.</p>
<p><img src="http://cdn.sixrevisions.com/0191-06_cloudapp_design_example.jpg" width="550" height="344" /></p>
<p>These sites probably wouldn&#8217;t do so well in your <a href="http://sixrevisions.com/web_design/16-best-web-design-galleries-for-inspiration/">favorite web design galleries</a>. They&#8217;re not incredible to look at, and they won&#8217;t blow your mind.</p>
<p>However, they do exactly what they are supposed to do: they provide their site visitors with tools and specific information in a logical order (using concepts like <a href="http://sixrevisions.com/graphics-design/visual-weight-designs/" title="Working with Visual Weight in Your Designs">visual weight</a> and <a href="http://sixrevisions.com/web_design/gestalt-principles-applied-in-design/" title="Gestalt Principles Applied in Design">gestaltism</a>) and then they get out of your way. And that is why they are so well-designed.</p>
<h3>Expectations of a Design</h3>
<p>The most important user expectation is that design should look like design. Website design should be immediately recognizable as at least one thing: <strong>not art</strong>.</p>
<p>Look at the screenshot below, <a href="http://demo.northkingdom.com/ihuvudetpatoyota/index_en.html">taken from a Toyota minisite</a>.</p>
<p><img src="http://cdn.sixrevisions.com/0191-07_toyota_minisite_design_example.jpg" width="550" height="419" /></p>
<p>When I first visited the site, I didn&#8217;t know what its purpose was. After poking around a bit, it seems like some sort of way to promote new technology from Toyota, but there are a million better ways to do this. It&#8217;s far from user-friendly and my expectations were shattered immediately.</p>
<p>These expectations define user interactions on every site. We put <a href="http://sixrevisions.com/user-interface/navigation-design-patterns/" title="Guide to Website Navigation Design Patterns">site navigation</a> and logos near the top of the design. We provide common site components like search features, social media integration and web forms in a predictable way.</p>
<p>Why? Not because this is an innate human expectation, but because design has evolved in such a way to foster and reinforce these standards.</p>
<p>Art and design aren&#8217;t mutually exclusive, even if <a href="http://www.aiga.org/art-vs-design/">there&#8217;s a clear line between the two</a>. Beautiful sites can still be usable, and they can still surprise us without being disorienting.</p>
<p>But there will always be noticeable constraints in web design that are bound by things such as technology limitations, accessibility, usability, site speed, and so on.</p>
<p><img src="http://cdn.sixrevisions.com/0191-08_ndesign_homepage_example.jpg" width="550" height="316" /><span class="figure-caption">From <a href="http://ndesign-studio.com/">N.Design Studio</a>.</span></p>
<h3>Objectives of Design</h3>
<p>One of the great divides between art and design is the objective. <a href="http://www.webdesignerdepot.com/2009/09/the-difference-between-art-and-design/">John O&#8217;Nolan wrote on Webdesigner Depot</a>:</p>
<blockquote>
<p>Typically, the process of creating a work of art starts with nothing, a blank canvas. A work of art stems from a view or opinion or feeling that the artist holds within him or herself. They create the art to share that feeling with others, to allow the viewers to relate to it, learn from it or be inspired by it.</p>
<p>By contrast, when a designer sets out to create a new piece, they almost always have a fixed starting point, whether a message, an image, an idea or an action.</p>
</blockquote>
<p>I will have to disagree with O&#8217;Nolan here: Artists, just like designers, sometimes start out with a message, idea or an action they want to motivate. Every work of art and design has a message, but each has its own agenda.</p>
<p>Art doesn&#8217;t need to be understood &#8212; it&#8217;s digested and interpreted differently by each viewer (another point O&#8217;Nolan brought up in his article, which I agree with).</p>
<p>The accuracy of the statement that a piece of art makes is not always so important; artists often leave their work open-ended.</p>
<p>On the other hand, design is meant to be understood and interpreted uniformly by everyone. As I said before, it has to be consistent.</p>
<p>Is this too limiting? It really isn&#8217;t. The consistency that design requires is not aesthetic. It&#8217;s functional. That&#8217;s why it&#8217;s not important to have your design display exactly the same in every browser. Although art is information in itself, web design is a gateway to information. That&#8217;s all the user cares about.</p>
<p>So the consistency required on a website is only user-specific. A user is rarely going to use Firefox and Internet Explorer to access the same website and be surprised by the inconsistency. Where the issue of consistency gets interesting is mobile design. But that&#8217;s a whole other story for another day.</p>
<h3>Evolving from Art to Design</h3>
<p>The face of the Web would be interesting if the unrestrained creativity allowed in the art world was also permitted in web design. But this isn&#8217;t the case, and as designers, we&#8217;re responsible for creating great design that meet user expectations and site objectives.</p>
<p>Forget your newfangled CSS3, forget your jQuery for a while and <a href="http://forrst.com/posts/Getting_Back_to_Zero-Ipz">get back to zero</a>.</p>
<p>Here are some tips to separate your design from art:</p>
<ul>
<li><strong>Balance usability and content.</strong> Although <a href="http://twitter.com/zeldman/statuses/804159148">content precedes design</a>, inaccessible content is useless.</li>
<li><strong>Always write code to a standard and follow <a href="http://sixrevisions.com/web-standards/20-html-best-practices-you-should-follow/">best practices</a>.</strong> The Web can only advance if we stick together and move forward as a whole.</li>
<li>Even though the Web is full of <a href="http://sixrevisions.com/web_design/designing-websites-under-information-technology-restrictions/" title="Designing Websites Under Information Technology Restrictions">limiting technology considerations</a>, <strong>we can&#8217;t stop being creative.</strong> In fact, to push pass these barriers and expectations, we have to be even more imaginative than before.</li>
<li><strong>Start from scratch and keep it simple.</strong> Keep <a href="http://sixrevisions.com/web_design/reductionism-in-web-design/">reductionism</a> and <a href="http://sixrevisions.com/web_design/minimalism-in-web-design-a-guide/">minimalism</a> in mind for clutter-free designs.</li>
<li>And once you&#8217;ve mastered good design, keep <strong>pushing through and <a href="http://sixrevisions.com/web_design/the-difference-between-good-design-and-great-design/">make it great</a>.</strong></li>
</ul>
<h3>Related Content</h3>
<ul>
<li><a href="http://sixrevisions.com/web-technology/evolution-of-websites-a-darwinian-tale/">Evolution of Websites: A Darwinian Tale</a></li>
<li><a href="http://sixrevisions.com/usabilityaccessibility/creating-a-timeless-user-experience/">Creating a Timeless User Experience</a></li>
<li><a href="http://sixrevisions.com/web_design/are-current-web-design-trends-pushing-us-back-to-1999/">Are Current Web Design Trends Pushing Us Back to 1999?</a></li>
<li><em>Related categories</em>: <a href="http://sixrevisions.com/category/web_design/">Web Design</a> and <a href="http://sixrevisions.com/category/user-interface/">User Interface</a></li>
</ul>
<h3>About the Author</h3>
<p class="about-author"><img src="http://cdn.sixrevisions.com/authors/delwin_campbell_small.jpg" alt="" width="80" height="80" /> <strong>Delwin Campbell</strong> is a web developer (among <a href="http://soundcloud.com/enceladus/">other</a> <a href="http://flickr.com/thecampbell/">things</a>) at <a href="http://noenemies.com/">No Enemies</a>, based in Austin, Texas. He is a crazy person with too many hobbies; right now he&#8217;s learning Swedish! Check out his <a href="http://delw.in/">personal site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sixrevisions.com/web_design/difference-between-design-art/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>An Exploration of Website Redesigns: Tips and Examples</title>
		<link>http://sixrevisions.com/web_design/an-exploration-of-website-redesigns-tips-and-examples/</link>
		<comments>http://sixrevisions.com/web_design/an-exploration-of-website-redesigns-tips-and-examples/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 11:27:30 +0000</pubDate>
		<dc:creator>Jacob Gube</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://sixrevisions.com/?p=5574</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5574&c=802064764' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5574&c=802064764' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/6989dd4b5220d0b14530453de7387991/zone/1259902' target='_blank'>Advertise here with BSA</a></p><br />Website redesigns &#8212; whether for your own website or clients &#8212; seem like exciting and interesting projects. It&#8217;s challenging to create a new design while retaining the site&#8217;s existing brand and content. And for most web designers, these types of challenges are motivating. However, website redesigns are tricky to plan and execute. There are several [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5574&c=1572277306' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5574&c=1572277306' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/6989dd4b5220d0b14530453de7387991/zone/1259902' target='_blank'>Advertise here with BSA</a></p><br /><p><a href="http://sixrevisions.com/web_design/an-exploration-of-website-redesigns-tips-and-examples/"><img src="http://cdn.sixrevisions.com/0152-01_exploration_website_redesign.jpg" width="550" height="200" alt="An Exploration of Website Redesigns: Tips and Examples" /></a></p>
<p>Website redesigns &#8212; whether for your own website or clients &#8212; seem like exciting and interesting projects. It&#8217;s challenging to create a new design while retaining the site&#8217;s existing brand and content. And for most web designers, these types of challenges are motivating.</p>
<p><span id="more-5574"></span></p>
<p>However, website redesigns are tricky to plan and execute. There are several <a href="http://sixrevisions.com/web_design/the-three-golden-rules-of-site-redesigns/" title="The Three Golden Rules of Site Redesigns">constraints involved in redesigning a website</a> that might not normally exist if you were to start with a blank canvas. I would even argue that a redesign is often more difficult than starting from scratch because of these boundaries.</p>
<p>We will delve into the subject of website redesigns by reviewing and discussing redesign efforts of sites such as Yellow Pages, Mozilla and Blinksale.</p>
<h3>Why Redesign a Website?</h3>
<p>It&#8217;s important to note that Design, in one of its most fundamental forms, is the act of solving a problem. Whether it&#8217;s to address durability and signal strength issues while still maintaining the beauty of a mobile phone (like with the <a href="http://www.apple.com/iphone/design/#band" target="_blank" title="Apple - iPhone 4 - Design of the display, A4 chip, and more">iPhone 4&#8242;s stainless steel band</a>) or coming up with a solid <a href="http://sixrevisions.com/user-interface/navigation-design-patterns/" title="Guide to Website Navigation Design Patterns">navigation design</a> that improves findability of site content, the act of designing should be purposeful.</p>
<p>When the motivation to redesign an existing site is driven merely by aesthetics, I believe that the incentive of the redesign initiative is insufficient.</p>
<p>There are many costs involved in a website redesign, both to its users and to its owner.</p>
<p>For example, creating a new site navigation scheme or the reconfiguration of the <a href="http://sixrevisions.com/web_design/a-guide-on-layout-types-in-web-design/" title="A Guide on Layout Types in Web Design">web page layout</a> requires existing users to get used to the new web design.</p>
<p>It requires a lot of time, planning and decision-making to ensure that the present content integrates well with the new design. It might also require updating existing content to fit the new design.</p>
<p>The outcome of the redesign project should justify these costs.</p>
<p>Here are a few reasons why you would want to redesign a website:</p>
<ul>
<li>The site is not user-friendly</li>
<li>The redesign can increase site profits</li>
<li>When objective information, such as those gathered by <a href="http://sixrevisions.com/web_design/designing-by-numbers-data-analysis-for-web-designers/" title="Designing By Numbers: Data Analysis for Web Designers">data analysis</a>, clearly indicates something is wrong with the design</li>
<li>The redesign can improve the site&#8217;s speed and performance</li>
<li>The site is built using outdated web design practices that burden the user experience (table-based layouts, animated GIF backgrounds, outmoded interactions that can be improved using Ajax techniques)</li>
<li>It lacks features that, when adopted, can profoundly enhance the user experience</li>
<li>It has information architecture flaws (poor findability, navigation, categorization, etc.) </li>
<li>It doesn&#8217;t fit with the existing company brand</li>
</ul>
<h4>Component Redesign</h4>
<p>Does the site need a complete design overhaul or can existing issues be solved through the redesign or realignment of certain components? With the opportunity for us to iterate rapidly and seamlessly on a production site, a partial redesign might be enough.</p>
<p>For example, when a checkout web form of an e-commerce site makes the user&#8217;s experience cumbersome, we can use our resources more efficiently by focusing on that troublesome component  instead of spreading our efforts thin by trying to tackle everything.</p>
<h3>Redesign Mindset: Focus on Solving Issues</h3>
<p>It&#8217;s a fact that the most important element of a website&#8217;s success is its content and purpose. Whether it&#8217;s to provide a venue for people to connect with each other (like Craigslist) or to disseminate information (like Wikipedia), success is measured &#8212; and attained &#8212; based on utility, not  aesthetics.</p>
<p>The redesign must be in line with the intended purpose of the site. The design must support the site&#8217;s objectives.</p>
<p>Deficiencies in the site&#8217;s content and utility will never be resolved by making the site look more beautiful.</p>
<h3>Real-World Examples of Website Redesigns</h3>
<p>To explore the topic further, let us examine some website redesign efforts.</p>
<h4><a href="http://www.yellowpages.com/">Yellow Pages</a></h4>
<p>According to the site&#8217;s <a href="http://www.yellowpages.com/about">About</a> page, one of Yellow Pages&#8217; goals is &quot;to be a utility for the people: the one-stop site that, in fewer clicks, helps everyone live more.&quot;</p>
<p>Therefore, it makes sense that the outcome of their redesign effort should be to enhance findability; to lower the clicks required to reach the desired information. Does the redesign achieve this goal? Let&#8217;s take a look.</p>
<p><strong>Old Design</strong></p>
<p><img src="http://cdn.sixrevisions.com/0152-02_old_yellowpages.png" width="550" height="401" /></p>
<p><strong>New Design</strong></p>
<p><a href="http://www.yellowpages.com/"><img src="http://cdn.sixrevisions.com/0152-03_new_yellowpages.jpg" width="550" height="603" /></a></p>
<p>The redesign of the website has a similar appearance to the original design. It retains much of the original colors (most notably the company colors of yellow and black).</p>
<p>In the new design, localization is used to populate the front page with more relevant content based on where you live. This helps reduce the amount of work users need to perform in order to select the locality they&#8217;re most likely interested in.</p>
<p>Other than that, the redesign is predominantly aesthetic, and old features that were potentially  useful were taken out.</p>
<p>For example, the &quot;More Tools&quot; tab was moved to a less convenient-to-access spot. The &quot;search tips&quot; link, which could help new and existing users improve their search queries, was removed.</p>
<p>Rich images used in the front page &#8212; although they make the page more attractive &#8212; can slow down front-end performance and if they don&#8217;t enhance the user experience and support the site&#8217;s goal, then their inclusion is superficial.</p>
<h4><a href="http://www.blinksale.com/">Blinksale</a></h4>
<p>Blinksale, being a web app, would want a site layout that <a href="http://sixrevisions.com/usabilityaccessibility/how-to-increase-conversions-on-any-website-in-45-minutes/" title="How to Increase Conversions on any Website in 45 Minutes">optimizes conversion rates</a> so that new visitors can quickly see how the tool works and quickly discover the path to signing up. In this respect, Blinksale&#8217;s new design has several advantages over old one.</p>
<p><strong>Old Design</strong></p>
<p><img src="http://cdn.sixrevisions.com/0152-04_old_blinksale.png" width="550" height="327" /></p>
<p><strong>New Design</strong></p>
<p><a href="http://www.blinksale.com/"><img src="http://cdn.sixrevisions.com/0152-05_new_blinksale.png" width="550" height="354" /></a></p>
<p>The new design makes it easy to spot the primary call to action on the page, using the <a href="http://sixrevisions.com/web_design/the-art-of-distinction-in-web-design/" title="The Art of Distinction in Web Design">art of distinction</a> to highlight its location and direct the eye gaze of the user. It&#8217;s also easier to learn about the app&#8217;s selling points &#8212; how much it costs and unique features that sets it apart from its competitors &#8212; because of the succinct bulleted list and price information on the left.</p>
<p>In the old design, the eye flow is slightly flawed, if we were to assume that most of their visitors are left-to-right readers.</p>
<p>The logical sequence of a visitor wanting to sign up is to first understand what the web app can do and how much it costs before making the decision to sign up.</p>
<p><img src="http://cdn.sixrevisions.com/0152-06_new_blinksale_eyeflow.jpg" width="550" height="316" /></p>
<p>The layout of the old design reverses this ideal eye flow.</p>
<h4><a href="http://www.sixapart.com/">Six Apart</a></h4>
<p>Six Apart has changed the page layout structure and the colors used in the design.</p>
<p><strong>Old Design</strong></p>
<p><img src="http://cdn.sixrevisions.com/0152-07_old_sixapart.png" width="550" height="396" /></p>
<p><strong>New Design</strong></p>
<p><a href="http://www.sixapart.com/"><img src="http://cdn.sixrevisions.com/0152-08_new_sixapart.png" width="550" height="524" /></a></p>
<p>The look and feel of the new design is more subtle and elegant than before. The search box in the header of new design is a well-positioned new feature.</p>
<h4><a href="http://www.plaxo.com/">Plaxo</a></h4>
<p>In this example, we can see both positive and (potentially) negative results of a website redesign effort.</p>
<p><strong>Old Design</strong></p>
<p><img src="http://cdn.sixrevisions.com/0152-09_old_plaxo.png" width="550" height="313" /></p>
<p><strong>New Design</strong></p>
<p><a href="http://www.plaxo.com/"><img src="http://cdn.sixrevisions.com/0152-10_new_plaxo.png" width="550" height="506" /></a></p>
<p>In the old design, Plaxo had a prominent horizontal navigation bar and a home page that was shorter.</p>
<p>The navigation menu  in the old design was omitted, which means existing users who relied on this feature now have to relearn how to navigate the site. The new design exceeds the previous page length, which requires many users to scroll down more to access the desired information.</p>
<p>However, the new design has a clear call to action optimized towards new site visitors. It has a clean layout that highlights important site features. It has better content that answers many of the questions a potential new user might have about the app.</p>
<h4><a href="http://www.thinkgeek.com/">ThinkGeek</a></h4>
<p>The latest version of ThinkGeek is a good redesign example.</p>
<p><strong>Old Design</strong></p>
<p><img src="http://cdn.sixrevisions.com/0152-11_old_thinkgeek.png" width="550" height="317" /></p>
<p><strong>New Design</strong></p>
<p><a href="http://www.thinkgeek.com/"><img src="http://cdn.sixrevisions.com/0152-12_new_thinkgeek.png" width="550" height="441" /></a></p>
<p>The components that were effective in the old design were retained and then slightly improved. For example, the left-positioned vertical navigation menu was kept in its place, and just received a typographic redesign to make it easier to read and visually more appealing.</p>
<p>The search box was relocated to reduce the needed eye and mouse movements of people searching for a particular product on the site. It&#8217;s now appropriately grouped with the vertical navigation menu because these components complement each other.</p>
<p>Moreover, new features like the horizontal navigation bar and a shopping cart status information have been added.</p>
<p>The design not only makes the site more beautiful, but it also fixes the page layout and incorporates useful features.</p>
<h4><a href="http://www.joyent.com/">Joyent</a></h4>
<p>When I first saw the old design of Joyent, I didn&#8217;t realize what the company provided until I read their site&#8217;s content. The old site&#8217;s design theme &#8212; though unique and visually appealing &#8212; didn&#8217;t seem to clearly support and indicate what the company did.</p>
<p><strong>Old Design</strong></p>
<p><img src="http://cdn.sixrevisions.com/0152-13_old_joyent.png" width="550" height="328" /></p>
<p><strong>New Design</strong></p>
<p><a href="http://www.joyent.com/"><img src="http://cdn.sixrevisions.com/0152-14_new_joyent.png" width="550" height="672" /></a></p>
<p>The refreshed design is brilliant. It keeps the useful site navigation of old design. The new design is cleaner in aesthetics and probably more appealing to their typical audience of IT managers, CTOs, server administrators and the like. The new design adds useful components such as the company&#8217;s contact information (prominently located in the site header), a call-to-action button at the side bar and navigation to internal pages in the footer that&#8217;s useful to existing and potential users.</p>
<h4><a href="http://www.mozilla.org/">Mozilla</a></h4>
<p>Mozilla sites always seem to have notable designs. A Mozilla redesign often incorporates innovative design techniques and additions of helpful features.</p>
<p><strong>Old Design</strong></p>
<p><img src="http://cdn.sixrevisions.com/0152-15_old_mozilla.png" width="550" height="400" /></p>
<p><strong>New Design</strong></p>
<p><a href="http://www.mozilla.org/"><img src="http://cdn.sixrevisions.com/0152-16_new_mozilla.png" width="550" height="673" /></a></p>
<p>Practical features remain unchanged, and some new ones are added; namely, an email newsletter sign-up form and a slideshow highlighting featured content. The new web page layout looks less cluttered, mainly due to the reduction of hyperlinks and the use of whitespace between design elements.</p>
<h4><a href="http://www.rei.com/">REI</a></h4>
<p>REI is an excellent example of redesigning a site to include useful new technologies and techniques.</p>
<p><strong>Old Design</strong></p>
<p><img src="http://cdn.sixrevisions.com/0152-17_old_rei.png" width="550" height="418" /></p>
<p><strong>New Design</strong></p>
<p><a href="http://www.rei.com/"><img src="http://cdn.sixrevisions.com/0152-18_new_rei.png" width="550" height="641" /></a></p>
<p>The main navigation scheme and information architecture is kept relatively unchanged. As an e-commerce site, upsetting loyal customers by changing things they might have grown accustomed to means that things such as navigation should be approached with caution in a site redesign.</p>
<p>Using an image slider and a multi-level horizontal navigation bar are the two main changes of the new web design.</p>
<h4><a href="http://www.thinkdave.com/">Dave Wilkinson</a></h4>
<p>Here we have an example of a redesign of a web developer&#8217;s portfolio site. Web developers and web designers are known for rapidly redesigning their own websites, often to reflect the most current design trends.</p>
<p><strong>Old Design</strong></p>
<p><img src="http://cdn.sixrevisions.com/0152-19_old_thinkdave.png" width="550" height="399" /></p>
<p><strong>New Design</strong></p>
<p><a href="http://www.thinkdave.com/"><img src="http://cdn.sixrevisions.com/0152-20_new_thinkdave.png" width="550" height="551" /></a></p>
<p>The difference between the old design and new design is remarkably vast. Almost everything has changed. The logo and tagline, the colors, the design style, the layout, the personality of the site&#8217;s copy, the information density &#8212; they have all been improved.</p>
<h4><a href="http://www.etrade.com/">Etrade</a></h4>
<p>The Etrade redesign effort is more like a realignment rather than a full-blown redesign.</p>
<p><strong>Old Design</strong></p>
<p><img src="http://cdn.sixrevisions.com/0152-21_old_etrade.png" width="550" height="397" /></p>
<p><strong>New Design</strong></p>
<p><a href="http://www.etrade.com/"><img src="http://cdn.sixrevisions.com/0152-22_new_etrade.png" width="550" height="559" /></a></p>
<p>Most of the layout&#8217;s components didn&#8217;t change, and if they did, the modifications were minor.</p>
<p>However, what has happened is that some design elements have been relocated. Whilst the left-hand vertical navigation menu was eliminated, the links were relocated to its proper place, the primary horizontal navigation bar, reducing possible confusion as to which menu a link might be located and freeing up some space.</p>
<h3>Conclusion</h3>
<p>The idea of redesigning a website is an alluring one. Before we commit ourselves to this endeavor, we must first take care to plan and think about some important considerations.</p>
<p>Mainly, we should determine if a redesign is something we really need to do.  A website redesign doesn&#8217;t just mean changing the site&#8217;s appearance, it&#8217;s to add missing features, address design flaws, reorganize the information architecture, remove unnecessary components to de-clutter the user interface and to enhance functionality.    </p>
<h3>Resources and Further Reading</h3>
<ul>
<li><a href="http://www.getfinch.com/finch/entry/long-live-the-redesign/" title="Permanent Link to Long Live the Redesign">Long Live the Redesign</a></li>
<li><a href="http://www.alistapart.com/articles/redesignrealign">Good Designers Redesign, Great Designers Realign</a> </li>
<li><a href="http://blog.hubspot.com/blog/tabid/6307/bid/4226/7-Website-Redesign-Tips.aspx">7 Website Redesign Tips</a></li>
</ul>
<h3>Related Content</h3>
<ul>
<li><a href="http://sixrevisions.com/usabilityaccessibility/creating-a-timeless-user-experience/">Creating a Timeless User Experience</a></li>
<li><a href="http://sixrevisions.com/web_design/are-current-web-design-trends-pushing-us-back-to-1999/">Are Current Web Design Trends Pushing Us Back to 1999?</a></li>
<li><a href="http://sixrevisions.com/web_design/reductionism-in-web-design/">Reductionism in Web Design</a></li>
<li><em>Related categories</em>: <a href="http://sixrevisions.com/category/web_design/">Web Design</a> and <a href="http://sixrevisions.com/category/user-interface/">User Interface</a></li>
</ul>
<h3>About the Author</h3>
<p class="about-author"><img src="http://cdn.sixrevisions.com/authors/mohammad_moradi_small.jpg" alt="" width="80" height="80" /><span class="author-bio-text"><strong>Mohammad Moradi</strong> is an undergraduate in computer engineering. He spends his free time studying and researching web-related topics such semantic web and search engines. Moreover, he is a web/graphic designer. Contact him via moradi.c85@gmail.com. (He likes email among others!)</span></p>
]]></content:encoded>
			<wfw:commentRss>http://sixrevisions.com/web_design/an-exploration-of-website-redesigns-tips-and-examples/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Colors in Web Design: An Exploration</title>
		<link>http://sixrevisions.com/web_design/colors-in-web-design-an-exploration/</link>
		<comments>http://sixrevisions.com/web_design/colors-in-web-design-an-exploration/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 10:00:20 +0000</pubDate>
		<dc:creator>Jacob Gube</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://sixrevisions.com/?p=5555</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5555&c=812475214' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5555&c=812475214' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/6989dd4b5220d0b14530453de7387991/zone/1259902' target='_blank'>Advertise here with BSA</a></p><br />Creating the perfect color palette for each design project can be a time-consuming task. We might settle on a color scheme, only to change our minds five minutes later. Sometimes we&#8217;ll feel like we&#8217;ve found a solid set of colors, but don&#8217;t know how to make them work together in the project we&#8217;re working on. [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5555&c=233402534' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5555&c=233402534' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/6989dd4b5220d0b14530453de7387991/zone/1259902' target='_blank'>Advertise here with BSA</a></p><br /><p><a href="http://sixrevisions.com/web_design/colors-in-web-design-an-exploration/"><img src="http://cdn.sixrevisions.com/0148-01_colors_web_design_thumbnail.png" width="550" height="200" /></a></p>
<p>Creating the perfect color palette for each design project can be a time-consuming task. We might settle on a color scheme, only to change our minds five minutes later.</p>
<p>Sometimes we&#8217;ll feel like we&#8217;ve found a solid set of colors, but don&#8217;t know how to make them work together in the project we&#8217;re working on. Sometimes it seems like we don&#8217;t have enough colors or too many colors or the wrong combination of colors.</p>
<p><span id="more-5555"></span></p>
<p>How is it that some web designers seem to be able to come up with the perfect color combinations in the work <a href="http://sixrevisions.com/web-development/a-6-step-general-process-for-producing-a-website/" title="A 6-Step General Process for Producing a Website">they produce</a>? How much of a role does choosing the right color palette play in web design?</p>
<p>We&#8217;re going to explore some of the most popular colors being used in modern web design in the hopes of understanding why certain colors are used for particular websites. At the end, we will conclude with a list of tools to help you select colors.</p>
<h3>Why Color Matters</h3>
<p>Color is a strong influencing factor in design and in the world around us. Each color has its own meaning to us based on <a href="http://sixrevisions.com/web_design/how-web-designers-can-adopt-a-global-mindset/" title="How Web Designers Can Adopt a Global Mindset">culture</a>, education, personality and a myriad of other factors. Thus, colors can strongly influence us in subconscious, natural ways.</p>
<p>Some people may trust a company more simply by their brand colors. Certain emotions and feelings can be evoked simply by seeing colors, such as &quot;danger&quot; for red, &quot;cleanliness&quot; for white, or &quot;tranquility&quot; for green.</p>
<p>An experienced designer knows that choosing the right colors isn&#8217;t just essential for aesthetics; colors can be used as a tool to convey a certain message. </p>
<h3>When Color Doesn&#8217;t Matter</h3>
<p>Most of us intuitively know why color matters, so before each design, we painstakingly develop a color palette, and then we adjust it, and then we adjust it some more.</p>
<p>We obsess over our color selections ad nauseam. Sometimes, the &quot;perfect&quot; color or set of colors never feels right. It needs to be a bit <a href="http://sixrevisions.com/web_design/50-beautifully-dark-web-designs/" title="50 Beautifully Dark Web Designs">darker</a> or a tad bit <a href="http://sixrevisions.com/design-showcase-inspiration/30-light-and-sleek-web-designs-for-inspiration/" title="30 Light and Sleek Web Designs for Inspiration">lighter</a> or more <a href="http://sixrevisions.com/web_design/how-to-use-retro-colors-in-your-designs/" title="How to Use Retro Colors in Your Designs">saturated</a> and a bit more <a href="http://sixrevisions.com/web_design/30_beautifully_blue_web_designs/" title="30 Beautifully Blue Web Designs">blue</a>.</p>
<p>Before we know it, it&#8217;s midnight (and we&#8217;ve been up since 6:00 AM) and we still haven&#8217;t come up with a color scheme.</p>
<p>It&#8217;s at this point when color doesn&#8217;t matter so much; the point in which we lose productive time over picking colors instead of just deciding and tweaking later if need be. It&#8217;s when we strive for perfection that picking colors becomes an act of futility because we find that there&#8217;s <a href="http://designinstruct.com/articles/project-management/scratching-the-perfectionists-itch/" title="Scratching the Perfectionist’s Itch">no such thing as a perfect anything</a>; we&#8217;ll always find a flaw in our decisions.</p>
<p>Usually, your first instinct on color selection will be to get as close to &quot;perfect&quot; as you can get. Your instinct is smarter than you think, so trust it and see where it takes you.</p>
<p>The goal, then, is to put together a color palette based on intelligent decision from what you know about the design project, and then work with it.</p>
<h3>Color Is Powerful</h3>
<p>The hue, saturation, darkness, lightness of a color can affect its intended meaning and message. And if color can mean something, then it has the power to influence those viewing it.</p>
<p>If you would like to learn more about the meaning of popular colors, read <a href="http://sixrevisions.com/web_design/a-look-into-color-theory-in-web-design/">A Look into Color Theory in Web Design</a>.</p>
<p>Next, let&#8217;s go over some popular colors in web design, as well as briefly discuss their commonly held meanings in western culture.</p>
<h3>Red Web Designs</h3>
<p>Bright red gets attention pretty fast, and it can be used in elements at top levels of the <a href="http://sixrevisions.com/web_design/using-power-structure-and-gestalt-for-visual-hierarchy/" title="Using Power Structure and Gestalt for Visual Hierarchy">visual hierarchy</a> in a design.</p>
<p>In terms of <a href="http://sixrevisions.com/graphics-design/visual-weight-designs/" title="Working with Visual Weight in Your Designs">visual weight</a>, <a href="http://scienceblogs.com/mixingmemory/2006/12/does_red_weigh_more_than_blue_1.php" target="_blank" title="Does Red Weigh More Than Blue?">some studies conclude</a> that it&#8217;s one of the heaviest colors.</p>
<p>However, because red is such a powerful and heavy color, it shouldn&#8217;t be overused, because it can invoke a sense of urgency, and in most situations, you don&#8217;t want to make the viewer constantly feel this way.</p>
<p><a href="http://www.holisticonline.com/Color/color_red.htm" title="Red, Color Therapy, HolisticOnLine">Some believe</a> red can enhance metabolism, increase blood circulation and stimulation.</p>
<p>Whether by culture, standardization or psychology, red is oftentimes used in situations warranting your attention, such as in stop signs, ambulance and police sirens, stop lights, fire trucks, and so on.</p>
<p>Red is used in many fast food restaurants because it&#8217;s believed to stimulate appetite.</p>
<h4><a href="http://www.caferouge.co.uk/">Café Rouge</a></h4>
<p>The red website of Café Rouge below works well as the site is food-related, and as stated earlier, red has been credited with being able to increase appetite. The darker red also creates a sense of luxuriousness, passion and quality.</p>
<p><a href="http://www.caferouge.co.uk/"><img src="http://cdn.sixrevisions.com/0148-02_caferouge.jpg" width="550" height="395" /></a></p>
<h4><a href="http://space.carrotmedialtd.com/">Carrot Media</a></h4>
<p>Sharp lines and creative angles make the Carrot Media web design more intense. The strong intensity of these features complements the bright red used throughout the majority of the design.</p>
<p><a href="http://space.carrotmedialtd.com/"><img src="http://cdn.sixrevisions.com/0148-04_carrotspace.jpg" width="550" height="400" /></a></p>
<h4><a href="http://www.lbi.co.uk/">LBi</a></h4>
<p>Using red may make users more actionable as highlighted in the LBi web design. The bright color creates strong emotions and the type of heightened feeling that can make users move. This design is for a marketing and technology company that focuses much of their content around &quot;powerful&quot; marketing methods and highlighting case studies indicating strong change in their client&#8217;s lives.</p>
<p><a href="http://www.lbi.co.uk/"><img src="http://cdn.sixrevisions.com/0148-05_lbi.jpg" width="550" height="400" /></a></p>
<h4><a href="http://www.codebutton.com/index.php">codebutton.com</a></h4>
<p>The darker red of the design below isn&#8217;t quite as intense as some of the ones above, although it&#8217;s still powerful. A set of productivity tools for developers are featured in the design; since red can indicate action, this site&#8217;s usage of red symbolically is effective.</p>
<p><a href="http://www.codebutton.com/index.php"><img src="http://cdn.sixrevisions.com/0148-06_codebutton.jpg" width="550" height="400" /></a></p>
<h4><a href="http://www.redweb.com/">RedWeb</a></h4>
<p>RedWeb is a design agency that provides practical design solutions. The company focuses on what a design needs for efficiency and usability. Red for their design works well for the company&#8217;s straightforward, productive approach to design.</p>
<p><a href="http://www.redweb.com/"><img src="http://cdn.sixrevisions.com/0148-07_redweb.jpg" width="550" height="400" /></a></p>
<h3>Orange Web Designs</h3>
<p>Orange is like a muted form of red, giving energy but not at such an intense level. Orange is great for creative designs, or designs that need to give off a very positive and active energy.</p>
<p>Orange is often seen in web designs that attract a younger audience. It&#8217;s also great for portraying any emotion in design that require energy, as well as alertness and happiness. You may notice that many productivity apps use orange as an accent color.</p>
<h4><a href="http://www.copimaj.ro/">Copimaj Interactive</a></h4>
<p>The Copimaj Interactive design is very energetic, and uses orange to help convey that theme. Another thing to note is that the brand surrounds technology, and would thus do well if they appealed to a youthful audience.</p>
<p><a href="http://www.copimaj.ro/"><img src="http://cdn.sixrevisions.com/0148-08_copimaj.jpg" width="550" height="400" /></a></p>
<h4><a href="http://www.haloagency.net/">HALO Creative Agency</a></h4>
<p>This website uses hints of orange to help create a sense of motion and energy. The orange compliments the young, energetic, and creative feel the company is going for.</p>
<p><a href="http://www.haloagency.net/"><img src="http://cdn.sixrevisions.com/0148-09_halo.jpg" width="550" height="312" /></a></p>
<h4><a href="http://www.eighty8four.com/">Eighty 8 Four</a></h4>
<p>Eighty 8 Four is another creative agency using the same principles to attract the right kind of clients. Their work is targeted at clients who want fresh, innovative, energetic and useful designs. The darker orange gives a more professional feel while still maintaining the playfulness.</p>
<p><a href="http://www.eighty8four.com/"><img src="http://cdn.sixrevisions.com/0148-10_eighty8four.jpg" width="550" height="363" /></a></p>
<h4><a href="http://www.rufus.co.uk/">Rufus</a></h4>
<p>Being such a bright color, orange works great as a contrasting color with a dark color like black, as can be seen on this website. This company site also tries to focus mostly on creative and innovative methods &#8212; something orange is great at representing.</p>
<p><a href="http://www.rufus.co.uk/"><img src="http://cdn.sixrevisions.com/0148-11_rufus.jpg" width="550" height="400" /></a></p>
<h4><a href="http://www.citrus-seo.com/">Citrus SEO</a></h4>
<p>&quot;Citrus SEO&quot; was branded around the theme of bright and energetic feelings, and the Citrus SEO website uses orange to enhance that point. We often think of orange when thinking of the word citrus, so the website color matches the brand well.</p>
<p><a href="http://www.citrus-seo.com/"><img src="http://cdn.sixrevisions.com/0148-12_citrusseo.jpg" width="550" height="400" /></a></p>
<h3>Yellow Web Designs</h3>
<p>As we move to yellow, we can see that because the color is still close to orange, at a psychological level, it retains many of the same properties. Yellow can mean energetic and youthfulness. Yellow is a happy color, and creates feelings of energy without stress or alertness.</p>
<p>Like orange, yellow can be used in designs that require a positive energetic feeling.</p>
<h4><a href="http://www.espiratecnologias.com/">ESPIRA</a></h4>
<p>Below, on the ESPIRA website, yellow is used for a creative portfolio, and gives off the impression that working with this designer would be a pleasant experience. There&#8217;s a lot of happy and positive energy in this web design.</p>
<p><a href="http://www.espiratecnologias.com/"><img src="http://cdn.sixrevisions.com/0148-13_espira.jpg" width="550" height="400" /></a></p>
<h4><a href="http://strangenative.com/">Strange Native</a></h4>
<p>Yellow can be a very bright and bold color, but the Strange Native website design uses a pastel yellow for a very happy and carefree feel without being too intense. The feel of the color works well with the <a href="http://sixrevisions.com/web_design/minimalism-in-web-design-a-guide/" title="Minimalism in Web Design: A Guide">minimalist</a> approach to the layout as well.</p>
<p><a href="http://strangenative.com/"><img src="http://cdn.sixrevisions.com/0148-14_strangenative.jpg" width="550" height="400" /></a></p>
<h4><a href="http://www.garethdickey.com/">Gareth Dickey</a></h4>
<p>Like orange, yellow makes black or dark colors stand out well as shown on this site. It can even make colors of other hues and intensities more vibrant. The content is really focused in this design and gains more attention by simply being placed against a yellow background. Also, the design gives off a great impression for this designer &#8212; youthful (innovative), creative, and happy (easy/pleasant to work with).</p>
<p><a href="http://www.garethdickey.com/"><img src="http://cdn.sixrevisions.com/0148-15_garethdickey.jpg" width="550" height="400" /></a></p>
<h4><a href="http://showcase.ucf.edu/">Showcase of Undergraduate Research</a></h4>
<p>On this subsection of the University of Central  Florida site, the yellow in the middle of this page brings attention right to that point, and helps the text and imagery in the middle of it stand out more. Hints of yellow throughout the site provide the overall design with a unique feel, while still maintaining professionalism and a light and innovative feeling.</p>
<p><a href="http://showcase.ucf.edu/"><img src="http://cdn.sixrevisions.com/0148-16_undergrad.jpg" width="550" height="400" /></a></p>
<h4><a href="http://beercamp.com/2010/">BeerCamp</a></h4>
<p>Youthful and bold &#8212; exactly the impression BeerCamp needs to make. The play on different shades of yellow creates a lot of good contrast in the design as well, and while it may all be yellow, the various shapes and shades make it interesting.</p>
<p><a href="http://beercamp.com/2010/"><img src="http://cdn.sixrevisions.com/0148-17_beercamp.jpg" width="550" height="400" /></a></p>
<h3>Green Web Design</h3>
<p>Green in design is a safety net of colors. Because it&#8217;s so closely tied to nature, it&#8217;s very calming and relaxing. <a href="http://sixrevisions.com/design-showcase-inspiration/30-beautiful-web-designs-inspired-by-nature/" title="30 Beautiful Web Designs Inspired by Nature">Nature-inspired websites</a> have been a trend in recent years, and while there are many colors that can come from nature &#8212; earth tones &#8212; green is the most popular.</p>
<p>Green in almost any shade can be calming &#8212; even in the brightest shades. Brighter shades act like yellow &#8212; happy and playfully energetic. Green can also convey energy, yet in a more calming way than yellow.</p>
<p>Some great types of websites that would benefit from a green color palette are websites that relate to health, the environment, self-improvement or growth.</p>
<h4><a href="http://www.acuwellsolutions.com/">Acupuncture Wellness Solutions</a></h4>
<p>Note that this website is related to health, and nature is very closely related to health. Also, acupuncture is an alternative healing method, that is also more natural than modern healing methods. The website above gives off a calming sense of wellbeing and encourages self-growth.</p>
<p><a href="http://www.acuwellsolutions.com/"><img src="http://cdn.sixrevisions.com/0148-18_acupuncture.jpg" width="550" height="400" /></a></p>
<h4><a href="http://clearleft.com/">Clear Left</a></h4>
<p>Clear Left uses a bright green to create an energetic and forward-thinking appeal. The energetic green color helps create that tone, while using such a bright shade implies positivity and creativity.</p>
<p><a href="http://clearleft.com/"><img src="http://cdn.sixrevisions.com/0148-19_clearleft.jpg" width="550" height="400" /></a></p>
<h4><a href="http://www.lesycr.cz/cs/">Lesy ČR</a></h4>
<p>A nature-inspired site works well with green, like in this example. Specifically, this design hones in on a forest theme. Using green can bring out this nature-inspired theme and can create a soothing effect.</p>
<p><a href="http://www.lesycr.cz/cs/"><img src="http://cdn.sixrevisions.com/0148-20_lesycr.jpg" width="550" height="400" /></a></p>
<h4><a href="http://www.milestone-solutions.com/">Milestone Solutions</a></h4>
<p>The dark green used in this website makes the design appear professional and reliable, while the hue creates a soothing effect the reassures potential clients.</p>
<p><a href="http://www.milestone-solutions.com/"><img src="http://cdn.sixrevisions.com/0148-21_milestonesolutions.jpg" width="550" height="400" /></a></p>
<h4><a href="http://morellc.com/">MORE</a></h4>
<p>The brightest green in our showcase makes this website appeal to a creative and energetic audience. This company combines design and marketing services for businesses. The bright green works well with the minimalist design.</p>
<p><a href="http://morellc.com/"><img src="http://cdn.sixrevisions.com/0148-22_more.jpg" width="550" height="400" /></a></p>
<h3>Blue Web Designs</h3>
<p>Blue is one of the most stable, structural, and dependent colors available at our disposal. Brighter shades can give off a more creative feeling, while darker shades give off a feeling of a stronger, yet calm presence.</p>
<p>Many websites that need to portray quality and stability will use blue for their website and branding material. Large corporate sites, like IBM for example, win over customers because a dark blue is a trustworthy and quality-related color.</p>
<p>However, many other websites use light blue for a lighter feel, with many of the same calming and confidence-boosting benefits of blue.</p>
<h4><a href="http://www.freshnotcanned.com/">Jar Design</a></h4>
<p>Using blue in a <a href="http://sixrevisions.com/web_design/five-popular-design-portfolio-website-styles/">portfolio website</a> may make clients feel more comfortable hiring this freelancer, because blue is a stable color. There is less risk involved, and blue creates a calm decision-making process. The lighter shade in this design also takes on a less serious approach.</p>
<p><a href="http://www.freshnotcanned.com/"><img src="http://cdn.sixrevisions.com/0148-23_jardesign.jpg" width="550" height="315" /></a></p>
<h4><a href="http://www.adventuredrop.com/">Adventure Drop</a></h4>
<p>Blue can also be a very nature-inspired color, as we can see from it representing the water in this web design. Bright hues of blue create an energetic feeling.</p>
<p><a href="http://www.adventuredrop.com/"><img src="http://cdn.sixrevisions.com/0148-24_adventuredrop.jpg" width="550" height="400" /></a></p>
<h4><a href="http://www.indiqo.eu/">indiqo.media</a></h4>
<p>A theme of a night sky is perfect with blue hues. As this designer is also offering creative services, blue also creates a sense of stability.</p>
<p><a href="http://www.indiqo.eu/"><img src="http://cdn.sixrevisions.com/0148-25_indiqo.jpg" width="550" height="400" /></a></p>
<h4><a href="http://www.agenciap4.com.br/">Agência P4</a></h4>
<p>Look at how they have combined blue, which can be nature-inspired, with similar nature-inspired hues (green and brown). While the web design itself is not nature-themed, it creates a similar effect.</p>
<p><a href="http://www.agenciap4.com.br/"><img src="http://cdn.sixrevisions.com/0148-26_p4.jpg" width="550" height="400" /></a></p>
<h4><a href="http://www.getballpark.com/">Ballpark</a></h4>
<p>Clean lines and a beautiful interface are not the only things that make this design look so professional. The deep and rich blue also helps create the effect. A brighter blue also helps establish a visual hierarchy.</p>
<p><a href="http://www.getballpark.com/"><img src="http://cdn.sixrevisions.com/0148-27_ballpark.jpg" width="550" height="400" /></a></p>
<h3>Purple Web Designs</h3>
<p>Purple is often associated with royalty. As such, it&#8217;s often used to convey luxuriousness.</p>
<p>This color can also mean independence.</p>
<h4><a href="http://klar.as/">KLAR</a></h4>
<p>This design is purposeful, valuable and rich. Purple gives off the feeling of wealth and value over other colors.</p>
<p><a href="http://klar.as/"><img src="http://cdn.sixrevisions.com/0148-28_k.jpg" width="550" height="401" /></a></p>
<h4><a href="http://www.womantowomangyn.com/">Woman to Woman Gynecology</a></h4>
<p>Culturally, purple is a very womanly color, so it works well with the nature of this site. </p>
<p><a href="http://www.womantowomangyn.com/"><img src="http://cdn.sixrevisions.com/0148-29_womantowoman.jpg" width="550" height="400" /></a></p>
<h4><a href="http://www.celtica-wales.com/">Celtica</a></h4>
<p>Celtica combines purple with blue hues to create a very professional design.</p>
<p><a href="http://www.celtica-wales.com/"><img src="http://cdn.sixrevisions.com/0148-30_celtica.jpg" width="550" height="379" /></a></p>
<h4><a href="http://www.kentcov.org/">KentCov.org</a></h4>
<p>This design mixes purple with blue masterfully. Using deeper colors and blending the color in gradients create a mysterious theme. </p>
<p><a href="http://www.kentcov.org/"><img src="http://cdn.sixrevisions.com/0148-31_kentcovenant.jpg" width="550" height="373" /></a></p>
<h4><a href="http://www.72outlets.com/">72 thinking</a></h4>
<p>For this design, blue almost takes over, yet the purple is at a prime visual location and therefore makes a large impact. This design implies a company that is creative, yet also reliable, valuable and strong.</p>
<p><a href="http://www.72outlets.com/"><img src="http://cdn.sixrevisions.com/0148-32_72.jpg" width="550" height="400" /></a></p>
<h3>White Web Designs</h3>
<p>White is often used in design for functional purposes (it&#8217;s a safe color to use as a background).</p>
<p>Being the lightest color, it gives off the most refreshing and cleanest feeling. Designs that want to portray concepts of cleanliness, order and purity may best be served with white.</p>
<h4><a href="http://weblog.cynosura.eu/">Cynosura</a></h4>
<p>This web design puts a lot of emphasis on beautiful type and other delicate design elements. A sense of cleanliness and a positive tone emanates from this design.</p>
<p><a href="http://weblog.cynosura.eu/"><img src="http://cdn.sixrevisions.com/0148-33_cyanosura.jpg" width="550" height="400" /></a></p>
<h4><a href="http://www.rodrigogalindez.com/">The Old Fashioned</a></h4>
<p>Using mostly white on this blog makes the visuals stand out. A more creative composition of <a href="http://sixrevisions.com/web_design/20-websites-with-beautiful-typography/" title="20 Websites with Beautiful Typography">typography</a> and layout can be used on a white background because the color is unobtrusive and doesn&#8217;t clash with a lot of colors.</p>
<p><a href="http://www.rodrigogalindez.com/"><img src="http://cdn.sixrevisions.com/0148-34_theoldfashioned.jpg" width="550" height="400" /></a></p>
<h4><a href="http://www.madebysofa.com/">Made by Sofa</a></h4>
<p>Made by Sofa has always been one of the best <a href="http://sixrevisions.com/design-showcase-inspiration/40-beautiful-examples-of-minimalism-in-web-design/" title="40 Beautiful Examples of Minimalism in Web Design">examples of minimalism in web design</a>, and the use of plenty of white space makes for a very open and airy design.</p>
<p><a href="http://www.madebysofa.com/"><img src="http://cdn.sixrevisions.com/0148-35_wearesofa.jpg" width="550" height="392" /></a></p>
<h4><a href="http://www.airportbags.com/">Airportbags Plus</a></h4>
<p>Using white gives opportunities for using colors with great contrasts between them while still maintaining a design that looks clean and sleek as can be seen in this example.</p>
<p><a href="http://www.airportbags.com/"><img src="http://cdn.sixrevisions.com/0148-36_plus.jpg" width="550" height="400" /></a></p>
<h4><a href="http://themartinishaker.com/">the MARTINI SHAKER</a></h4>
<p>A simple design and color scheme make this design clear and to-the-point. A plain white background works well in this instance.</p>
<p><img src="http://cdn.sixrevisions.com/0148-37_martinishaker.jpg" width="550" height="400" border="0" /></p>
<h3>Black Web Designs</h3>
<p>Black can have a very heavy feel emotionally, and may be used in design when strong emotions are needed to be portrayed. Black is a powerful and mysterious color.</p>
<p>While black can have negative connotations in some cultures, it&#8217;s also great for website designs that need a sleek, professional, and powerful tone.</p>
<h4><a href="http://anderbose.com/">Anderbose</a></h4>
<p>This design  uses black and darker shades of color to make a sleek and profound impact. Because it&#8217;s a portfolio site, the dark color also helps reinforce the colorful portfolio pieces.</p>
<p><a href="http://anderbose.com/"><img src="http://cdn.sixrevisions.com/0148-38_anderbose.jpg" width="550" height="437" /></a></p>
<h4><a href="http://www.theoldstate.com/">The Old State</a></h4>
<p>A darker background mixed with strong typography and graphic details make this design look old and modern at the same time. Elegance is the feeling the designer was going for here.</p>
<p><a href="http://www.theoldstate.com/"><img src="http://cdn.sixrevisions.com/0148-39_theoldstate.jpg" width="550" height="400" /></a></p>
<h4><a href="http://www.madetokill.com/">MadeToKill</a></h4>
<p>A dark and comical theme is created for this site, with a dark background enforcing the dark theme. A more literal theme is also used here, using a dark background to act as a blackboard along with the typography and illustration.</p>
<p><a href="http://www.madetokill.com/"><img src="http://cdn.sixrevisions.com/0148-40_madetokill.jpg" width="550" height="400" /></a></p>
<h4><a href="http://www.webleeddesign.com/">Bryan Katzel</a></h4>
<p>The use of black in this example creates a very sleek and professional feel. Using bright colors to contrast the dark colors is good for readability. The bright colors invoke feelings of creativity and variety, while the darker colors create a feeling of stability.</p>
<p><a href="http://www.webleeddesign.com/"><img src="http://cdn.sixrevisions.com/0148-41_webleeddesign.jpg" width="550" height="400" /></a></p>
<h4><a href="http://www.vyniknite.sk/">Vyniknite.sk</a></h4>
<p>The illustration is unique and creative, and the design overall is very well organized. The dark background helps foreground design elements stand out.</p>
<p><a href="http://www.vyniknite.sk/"><img src="http://cdn.sixrevisions.com/0148-42_vyniknite.jpg" width="550" height="371" /></a></p>
<h3>Mixing Colors</h3>
<p>Many websites have a primary color that is used, based on the color&#8217;s meaning and what the website needs to accomplish. However, many designers prefer to use multiple colors.</p>
<p>Below we&#8217;ll look into three ways multiple colors can be used in a web design.</p>
<h4>Color Accents</h4>
<p>If you use a strong color as a primary color in a design, using hints of another contrasting color will help highlight important areas.</p>
<p>Links, active navigation, and calls-to-action are often the elements you may wish to make distinguished.</p>
<h4><a href="http://www.heyhush.com/">Hush Studios, Inc.</a></h4>
<p><a href="http://www.heyhush.com/"><img src="http://cdn.sixrevisions.com/0148-43_hush.jpg" width="550" height="400" /></a></p>
<h4><a href="http://www.psd2html.com/">PSD2HTML</a></h4>
<p><a href="http://www.psd2html.com/"><img src="http://cdn.sixrevisions.com/0148-44_p2h.jpg" width="550" height="400" /></a></p>
<h4><a href="http://www.getfinch.com/">FINCH</a></h4>
<p><a href="http://www.getfinch.com/"><img src="http://cdn.sixrevisions.com/0148-45_finch.jpg" width="550" height="400" /></a></p>
<h4>Simple Combinations</h4>
<p>Two or more colors can be used in such a way that no single color dominates over the other. Instead, they play together to create a visually interesting and harmonious design.</p>
<h4><a href="http://www.incub.ro/">InCub</a></h4>
<p><a href="http://www.incub.ro/"><img src="http://cdn.sixrevisions.com/0148-46_incub.jpg" width="550" height="333" /></a></p>
<h4><a href="http://www.justburns.com/">Justin Burns</a></h4>
<p><a href="http://www.justburns.com/"><img src="http://cdn.sixrevisions.com/0148-47_justburns.jpg" width="550" height="400" /></a></p>
<h4><a href="http://www.bikingboss.com/">Get my boss to North Cape</a></h4>
<p><a href="http://www.bikingboss.com/"><img src="http://cdn.sixrevisions.com/0148-48_getmyboss.jpg" width="550" height="400" /></a></p>
<h4>Many Colors</h4>
<p>Other designs may use a wide range of colors. This can create a very vivid look; using a mix of colors can create a very energetic, active, and busy design.</p>
<h4><a href="http://www.imaginamos.com/">imaginamos</a></h4>
<p><a href="http://www.imaginamos.com/"><img src="http://cdn.sixrevisions.com/0148-49_imaginamos.jpg" width="550" height="400" /></a></p>
<h4><a href="http://www.haafe.com/">Haäfe &amp; Haph</a></h4>
<p><a href="http://www.haafe.com/"><img src="http://cdn.sixrevisions.com/0148-50_haafe.jpg" width="550" height="400" /></a></p>
<h4><a href="http://f91w.com/">F91W</a></h4>
<p><a href="http://f91w.com/"><img src="http://cdn.sixrevisions.com/0148-52_f91w.jpg" width="550" height="400" /></a></p>
<h3>Resources and Tools</h3>
<p>Here are some color tools to help you generate color palettes for your next web design.</p>
<h4><a href="http://www.aviary.com/tools/toucan">Toucan</a></h4>
<p><a href="http://www.aviary.com/tools/toucan"><img src="http://cdn.sixrevisions.com/0148-53_toucan.jpg" width="500" height="341" /></a></p>
<h4><a href="http://www.colorsontheweb.com/colorwizard.asp">Color Wizard</a></h4>
<p><a href="http://www.colorsontheweb.com/colorwizard.asp"><img src="http://cdn.sixrevisions.com/0148-54_colorwizard.jpg" width="500" height="341" /></a></p>
<h4><a href="http://www.colorsontheweb.com/colorwheel.asp">Color Wheel</a></h4>
<p><a href="http://www.colorsontheweb.com/colorwheel.asp"><img src="http://cdn.sixrevisions.com/0148-55_colorwheel.jpg" width="500" height="341" /></a></p>
<h4><a href="http://colorschemedesigner.com/">Color Scheme Designer</a></h4>
<p><a href="http://colorschemedesigner.com/"><img src="http://cdn.sixrevisions.com/0148-56_colorschemedesigner.jpg" width="500" height="341" /></a></p>
<h4><a href="http://colorexplorer.com/">Color Explorer</a></h4>
<p><a href="http://colorexplorer.com/"><img src="http://cdn.sixrevisions.com/0148-57_colorexplorer.jpg" width="500" height="341" /></a></p>
<h4><a href="http://www.colorjack.com/sphere/">Color Jack</a></h4>
<p><a href="http://www.colorjack.com/sphere/"><img src="http://cdn.sixrevisions.com/0148-58_colorjack.jpg" width="500" height="341" /></a></p>
<h4><a href="http://www.dasplankton.de/ContrastA/">Contrast-A</a></h4>
<p><a href="http://www.dasplankton.de/ContrastA/"><img src="http://cdn.sixrevisions.com/0148-59_contrasta.jpg" width="500" height="341" /></a></p>
<h4><a href="http://www.colorotate.org/">Color Rotate</a></h4>
<p><a href="http://www.colorotate.org/"><img src="http://cdn.sixrevisions.com/0148-60_colorrotate.jpg" width="500" height="341" /></a></p>
<h4><a href="http://www.degraeve.com/color-palette/">Color Palette Generator</a></h4>
<p><a href="http://www.degraeve.com/color-palette/"><img src="http://cdn.sixrevisions.com/0148-61_degraeve.jpg" width="500" height="400" /></a></p>
<h4><a href="http://modernl.com/article/web-2.0-colour-palette">Web 2.0 Color Palette</a></h4>
<p><a href="http://modernl.com/article/web-2.0-colour-palette"><img src="http://cdn.sixrevisions.com/0148-62_web20colors.jpg" width="500" height="341" /></a></p>
<h3>Conclusion</h3>
<p>Color can have a profound impact on design. Always consider color carefully. Choosing which colors to use are just as important as choosing not to use a certain color. Color is one of the most powerful design concepts and it can greatly influence how a web design is perceived.</p>
<h3>Related Content</h3>
<ul>
<li><a href="http://sixrevisions.com/web_design/a-guide-on-layout-types-in-web-design/">A Guide on Layout Types in Web Design</a></li>
<li><a href="http://sixrevisions.com/web_design/top-five-web-design-tools/">Top Five Web Design Tools</a></li>
<li><a href="http://sixrevisions.com/tools/20_web_development_tools/">20 Useful Tools to Make Web Development More Efficient</a></li>
<li><em>Related categories</em>: <a href="http://sixrevisions.com/category/web_design/">Web Design</a> and <a href="http://sixrevisions.com/category/tools/">Tools</a></li>
</ul>
<h3>About the Author</h3>
<p class="about-author"><img src="http://images.sixrevisions.com/authors/kayla_knight_small.jpg" alt="" width="80" height="80" /><strong>Kayla Knight</strong> is a web designer and web developer who loves coding way too much for her own good. She does freelance design/development work and helps run the <a href="http://xhtmlshop.com/">XHTML Shop</a>. Connect with her by visiting <a href="http://kaylaknight.com/">her website</a> and following her on Twitter @ <a href="http://twitter.com/KaylaMaeKnight">KaylaMaeKnight</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sixrevisions.com/web_design/colors-in-web-design-an-exploration/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Creating Focal Points in Your Web Design</title>
		<link>http://sixrevisions.com/web_design/creating-focal-points/</link>
		<comments>http://sixrevisions.com/web_design/creating-focal-points/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 10:00:18 +0000</pubDate>
		<dc:creator>Jacob Gube</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://sixrevisions.com/?p=5527</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5527&c=647816164' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5527&c=647816164' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/6989dd4b5220d0b14530453de7387991/zone/1259902' target='_blank'>Advertise here with BSA</a></p><br />Web designers don&#8217;t have much time to impress website visitors and persuade them to stay on the websites we craft. They want to find things quickly, and we should design sites to aid them do just that. One of the most important ways to do this is with focal points. A focal point is a [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5527&c=1146521356' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1259902&k=6989dd4b5220d0b14530453de7387991&a=5527&c=1146521356' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/6989dd4b5220d0b14530453de7387991/zone/1259902' target='_blank'>Advertise here with BSA</a></p><br /><p><a href="http://sixrevisions.com/web_design/creating-focal-points/"><img src="http://cdn.sixrevisions.com/0143-01_focal_point_webdesign_thumbnail.jpg" width="550" height="200" alt="Creating Focal Points in Your Web Design" /></a></p>
<p>Web designers don&#8217;t have much time to impress website visitors and persuade them to stay on the websites we craft. They want to find things quickly, and we should design sites to aid them do just that. One of the most important ways to do this is with focal points.</p>
<p>A focal point is a prominent section on a web page that we want to guide the user&#8217;s attention to. The focal point is the eye-catching centerpiece of the page; it stands out and is distinct than other components.</p>
<p><span id="more-5527"></span></p>
<p>Here&#8217;s the rationale: By designing such an area of interest, we&#8217;re able to emphasize the most significant aspect(s) of the web page and convey the main purpose of the website.</p>
<h3>The Basics</h3>
<p>It&#8217;s best to have a single focal point. Find the most important thing on the page, and then accentuate it. The focal point should relate directly to the goals and priorities of the website and to the website owner&#8217;s expectations.</p>
<p>It&#8217;s possible to have more than one focal point, but I recommend focusing on one main call-to-action. Having many focal points on a page is the same as having none at all because, then, users won&#8217;t be able to discern which one&#8217;s the most important.</p>
<p>If you must have more than one focal point, they should be distinguishable. Create a <a href="http://sixrevisions.com/web_design/using-power-structure-and-gestalt-for-visual-hierarchy/" title="Using Power Structure and Gestalt for Visual Hierarchy">visual hierarchy</a> to denote which focal point is more important. Differentiate them from one another with variety in size, color, position, <a href="http://sixrevisions.com/graphics-design/visual-weight-designs/" title="Working with Visual Weight in Your Designs">visual weight</a> and other <a href="http://sixrevisions.com/web_design/the-art-of-distinction-in-web-design/" title="The Art of Distinction in Web Design">distinction techniques</a>.</p>
<h3>Where to Put Focal Points</h3>
<p>Most users see the <a href="http://sixrevisions.com/web_design/essential-tips-for-designing-an-effective-homepage/" title="Essential Tips for Designing an Effective Homepage">home page</a> first, so that&#8217;s probably the best page for your focal point. But creating a focal point only on the home page is a common mistake. All web pages should have a focal point that gives the user quick access to the most important piece of information on the page.</p>
<p>On a scrollable page, for example, put the focal point above the fold (the <a href="http://sixrevisions.com/web_design/five-types-of-effective-headers-in-web-design/" title="Five Types of Effective Headers in Web Design">header</a> is a good candidate location).</p>
<p>On a non-scrollable page (i.e. a page that is visible all at once), you have more freedom. Use elements that already exist, but use them well. Make something simple elaborate; make something ordinary impressive.</p>
<p>If you can, imply a narrative. Inform your design work with a story.</p>
<h3>How to Create Focal Points</h3>
<p>Here are design elements you can tweak for establishing your focal points. I&#8217;ve included some real-world examples and counter-examples of each element.</p>
<h4>Typography</h4>
<p>Textual elements have strong potential to become attention grabbers, but typical websites are crammed with large amounts of text, so particular parts must be emphasized.</p>
<p>Size, color, spacing (between characters and lines) and typeface are the factors that can be manipulated for increased emphasis of textual elements.</p>
<p><a href="http://www.delarocque.com.br/">Eduardo de la Rocque</a> uses different typefaces and sizes to make three level of visibility.</p>
<p><img src="http://cdn.sixrevisions.com/0143-02_de_la_rocque.jpg" width="550" height="219" /></p>
<p>The huge typography on <a href="http://www.fajnechlopaki.com/">Fajne Chlopaki</a>&#8216;s website catches the eye.</p>
<p><img src="http://cdn.sixrevisions.com/0143-03_fajne_chlopaki.jpg" width="550" height="271" /></p>
<p>Music band <a href="http://www.theautumnfilm.com/">The Autumn Film</a> announces a special offer with bold type, creating a true focal point.</p>
<p><img src="http://cdn.sixrevisions.com/0143-04_the_autumn_film.jpg" width="550" height="261" /></p>
<p><a href="http://www.liveatsandstone.com/">Sandstone</a> shows why good labeling provides a captivating focal point.</p>
<p><img src="http://cdn.sixrevisions.com/0143-11_sandstone.jpg" width="550" height="299" /></p>
<p>Diversity in font sizes can do a lot, but colors are what really draw the eye. The header on the website for <a href="http://www.flashgamingsummit.com/">Flash Gaming Summit 2011</a> is a good example.</p>
<p><img src="http://cdn.sixrevisions.com/0143-05_flash_gaming_summit.jpg" width="550" height="143" /></p>
<h4>Illustration</h4>
<p>Graphical components convey messages quickly and without needing much description. They also work as visual hooks to grab the user&#8217;s attention. It can also be used to show steps in a process, being so vividly descriptive and memorable. Most of the time, graphic elements are silver bullets: save them for the right moment and don&#8217;t overuse them.</p>
<p><a href="http://www.wpcoder.com/">WPCoder</a> has an appropriate and descriptive focal point. It&#8217;s a beauty.</p>
<p><img src="http://cdn.sixrevisions.com/0143-06_wp_coder.jpg" width="550" height="387" /></p>
<p>The home page for <a href="http://betyourfollowers.com/">Bet Your Followers</a> has several focal points, but the main illustration (of the gorilla) is predominant and guides the eye to other points. Notice its arms and the space just below them &#8212; a good example of how to handle several focal points.</p>
<p><img src="http://cdn.sixrevisions.com/0143-07_bet_your_followers.jpg" width="550" height="433" /></p>
<p><a href="http://www.aka-acid.com/">Aka-Acid</a> has a beautiful design, but the lack of a particular focal point is a drawback.</p>
<p><img src="http://cdn.sixrevisions.com/0143-08_aka_acid.jpg" width="550" height="430" /></p>
<h4>Buttons</h4>
<p>One of the most popular elements in web design in recent years is the call-to-action button. Big buttons are on almost every website. They are effective because of their high visibility (due to their size), familiarity and descriptive labeling. Buttons are attractive elements, but overuse or misuse will detract from their effectiveness.</p>
<p>On <a href="http://www.fatburgr.com/">Fatburgr</a>, two simple buttons catch the user&#8217;s attention. Their size and color are effective.</p>
<p><img src="http://cdn.sixrevisions.com/0143-09_fatburgr.jpg" width="550" height="240" /></p>
<p><a href="http://www.solidshops.com/">SolidShops</a> uses clear and obvious buttons to create focal points both above and below the fold.</p>
<p><img src="http://cdn.sixrevisions.com/0143-10_solidshops.jpg" width="550" height="688" /></p>
<h4>Whitespace</h4>
<p>Using whitespace is one of the simplest ways to draw the eye to specific areas of the page without resorting to visible elements.</p>
<p><a href="http://www.apple.com/">Apple</a> uses whitespace perfectly to make the featured product obvious.</p>
<p><img src="http://cdn.sixrevisions.com/0143-12_apple.jpg" width="550" height="382" /></p>
<p><a href="http://www.ask.com/">Ask</a> hits the spot by leaving enough whitespace around the search box.</p>
<p><img src="http://cdn.sixrevisions.com/0143-13_ask.jpg" width="550" height="240" /></p>
<h4>Decoration</h4>
<p>A way to distinguish something from its surroundings is to use simple decoration. Color and positioning go a long way towards creating great effects, and the effectiveness of other elements greatly depends on how well these basic elements are used.</p>
<p>On <a href="http://www.3rdm.org/">3rdM</a>, the only thing that immediately attracts attention is the color blue. After that, the eye goes to the largest item in between the blue icons. Simple but effective.</p>
<p><img src="http://cdn.sixrevisions.com/0143-14_3rdm.jpg" width="550" height="294" /></p>
<p>The part of the page that is biggest and has the highest contrast in color usually stands out the most. <a href="http://www.uxmag.com/">UX Magazine</a>&#8216;s home page has several focal points on different levels.</p>
<p><img src="http://cdn.sixrevisions.com/0143-15_ux_magazine.jpg" width="550" height="460" /></p>
<p>As demonstrated by <a href="http://www.train-ee.com/">Train-ee</a>, tag clouds are a good way to arrange focal points by size.</p>
<p><img src="http://cdn.sixrevisions.com/0143-16_trainee.jpg" width="550" height="343" /></p>
<p>Basic decoration can bring out certain elements in the text. <a href="http://www.danviv.net/">Dan Viveiros</a>&#8216; website is minimalist and elementary, but it works.</p>
<p><img src="http://cdn.sixrevisions.com/0143-17_dan_viveiros.jpg" width="550" height="235" /></p>
<p>Pages like this one on <a href="http://www.posttypography.com/">Post Typography</a> distract users; the eye has nowhere to rest, and, frankly, it&#8217;s confusing.</p>
<p><img src="http://cdn.sixrevisions.com/0143-18_post_typography.jpg" width="550" height="606" /></p>
<h3>Conclusion</h3>
<p>Every web page has to present something useful and attractive to its users. A variety of methods can be used to emphasize certain sections of a web page, and I&#8217;ve gone over some of them with you.</p>
<h3>Related Content</h3>
<ul>
<li><a href="http://sixrevisions.com/graphics-design/visual-weight-designs/">Working with Visual Weight in Your Designs</a></li>
<li><a href="http://sixrevisions.com/web_design/designing-websites-with-personality/">Designing Websites with Personality</a></li>
<li><a href="http://sixrevisions.com/web_design/craftsmanship-in-designing-websites/">Craftsmanship in Designing Websites</a></li>
<li><em>Related categories</em>: <a href="http://sixrevisions.com/category/web_design/">Web Design</a> and <a href="http://sixrevisions.com/category/user-interface/">User Interface</a></li>
</ul>
<h3>About the Author</h3>
<p class="about-author"><img src="http://cdn.sixrevisions.com/authors/mohammad_moradi_small.jpg" alt="" width="80" height="80" /><span class="author-bio-text"><strong>Mohammad Moradi</strong> is an undergraduate in computer engineering. He spends his free time studying and researching web-related topics such semantic web and search engines. Moreover, he is a web/graphic designer. Contact him via moradi.c85@gmail.com. (He likes email among others!)</span></p>
]]></content:encoded>
			<wfw:commentRss>http://sixrevisions.com/web_design/creating-focal-points/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

