<?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>RobPriceConsulting</title>
	<atom:link href="http://www.robpriceconsulting.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robpriceconsulting.com</link>
	<description>Providing website strategy, architecture and implementation</description>
	<lastBuildDate>Sat, 07 Mar 2009 17:00:14 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Website Accessibility Top 5</title>
		<link>http://www.robpriceconsulting.com/2009/03/07/website-accessibility-top-5/</link>
		<comments>http://www.robpriceconsulting.com/2009/03/07/website-accessibility-top-5/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 16:55:58 +0000</pubDate>
		<dc:creator>price61</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[accessibility]]></category>

		<guid isPermaLink="false">http://www.robpriceconsulting.com/?p=78</guid>
		<description><![CDATA[Website accessibility is the degree of which the content of a website can be reached by as many people as possible. Accessibility is about ensuring a screen reader for the blind can reach user interface, text can be resized for poor eyesight, and the navigation can be used without a mouse. As a web designer [...]]]></description>
			<content:encoded><![CDATA[<p>Website accessibility is the degree of which the content of a website can be reached by as many people as possible. Accessibility is about ensuring a screen reader for the blind can reach user interface, text can be resized for poor eyesight, and the navigation can be used without a mouse. As a web designer and developer, even making a minimal effort in this practice could mean quite a lot to people with disabilities or impairments. In some areas (US and Europe), it is actually a law that some standards be adhered to in certain circumstances. The good news is that designing an accessible interface is easy and the site gains some additional benefits of being search engine friendly, usable and mobile browsing friendly. Here are the five practices I have made a habit of in my career to at least address the basics. For further reading, I would suggest the <a href="http://www.w3.org/TR/WCAG20/">W3C&#8217;s Accessibility Guidelines 2.0</a>.</p>
<ol>
<li>Provide Alt Text for Images and Image Maps: It&#8217;s really easy to provide meaningful alternate text to an image. Do this; consider what you would want a visually impaired person to hear about an image and type that as your alt text. If you do it well, you also get some SEO benefit. If the image is just decoration, use empty quotes so the person doesn&#8217;t have to hear anything.</li>
<li>Use HTML Elements Correctly: When companies develop technology to help people use the internet, they do so thinking that an OL will always be an ordered list and is meant to contain a list of something. As you build a website, you should only use OL for an ordered list. The P tag is not used for creating two line breaks; it is for holding a paragraph. Don&#8217;t be lazy&#8230;use the HTML tags properly and use CSS to make it look good.</li>
<li>Create Meaningful Link Text: &#8220;Click here&#8221; and &#8220;Learn more&#8221; only look nice to designers. They offer no benefit to website users. Your link needs to be the same text as the title of the page you are sending the person to.</li>
<li>Allow Text to be Readable: Make sure your text is set in percentages or em&#8217;s and not in points or pixels. This will allow a user to resize the text based upon their needs. Also, make sure there is enough contrast between the text color and background color. Not only does medium gray text on white background look poor but it’s hard to read.</li>
<li>Provide a &#8220;Skip to Content&#8221; Link: If you using a drop-down menu or a left column for navigation, provide a link at the very top of the page to skip right to the title of the page without having to go through your list of 70 links and 4 ads. This has some great benefits for mobile browsing to.</li>
</ol>
<h2>Testing</h2>
<p>If you want to do some quick testing on your site, the first thing to do is lose the style sheet. Rename your style-sheet so the browser can&#8217;t find it and you should be looking at a perfectly accessible and usable HTML website. Then turn off the images. Any problems you have accessing your content are going to be experienced with mobile browsers, screen readers and technologies that don&#8217;t operate like a mouse does. Also, validate your HTML with the <a href="http://validator.w3.org/">W3C Validation Tool</a>. I also like to use Opera to view the site in its &#8220;small screen&#8221; mode, which turns the opera browser into a mobile browser.</p>
<p>This stuff is really easy and as stated earlier, even a little bit of work can go a long way to the people who need it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robpriceconsulting.com/2009/03/07/website-accessibility-top-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Usability Top 5</title>
		<link>http://www.robpriceconsulting.com/2009/02/19/website-usability-top-5/</link>
		<comments>http://www.robpriceconsulting.com/2009/02/19/website-usability-top-5/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 20:30:51 +0000</pubDate>
		<dc:creator>price61</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.robpriceconsulting.com/?p=73</guid>
		<description><![CDATA[Making a website usable is one of the most important and often overlooked aspects of servicing web visitors. It is incredibly easy to incorporate some of the basic disciplines of usability, accessibility and user-experience into a website. The slightest bit of attention to these areas will pay dividends in the end once you factor in [...]]]></description>
			<content:encoded><![CDATA[<p>Making a website usable is one of the most important and often overlooked aspects of servicing web visitors. It is incredibly easy to incorporate some of the basic disciplines of usability, accessibility and user-experience into a website. The slightest bit of attention to these areas will pay dividends in the end once you factor in support calls, redesign and lost traffic (that tree in the forest you didn’t hear fall). In my next few articles, I want to arm you with enough information acknowledge these areas as you develop and/or review your web design and content. While there is a ton of science behind these disciplines, I am not going to cite a lot of research here. You are more than welcome to dig into the areas that interest you most. First up is usability.</p>
<h2>Usability</h2>
<p>Usability simply measures the level of difficulty a person has interacting with your user interface. Maybe “simply” wasn’t right. Usability deals with how easy your website or software is for a person to use. Are the buttons labeled so they make sense to the user? This is a usability question. When someone searches my site, are they getting accurate results? That is a usability question. Obviously, you can look at each and every aspect of a web page and question how well it can be used. Nothing is sacred here…font size, font color, length of sentences. I’ve studied several checklists on this matter and here are my top five items to be aware of. It will get you started in the right direction.</p>
<ul>
<li><strong>Stick to conventions:</strong> As general rule, people expect the navigation to be at the top or left; they expect to see a search box; they expect to click the site/company’s logo and return home. Sometime in history, it was a good idea for a car to have four wheels and people have done well with that. If you want to make a five-wheeled car, don’t let me stop you but you will have to educate the world on how to use it.</li>
<li><strong>Common navigation theme:</strong> All pages should have some consistent navigation for the uppermost level of the site and access to a search engine and sitemap. It’s just common courtesy. That awesome idea about making the search box show up after I click on the “Find More” link actually stinks.</li>
<li><strong>Every page should be self-explanatory: </strong>Thanks to search engines, every page on your website has the potential to be the home page for somebody. Therefore, make sure the page title is clear, the body copy is scannable and that at a glance, a person can figure out what they are looking at.</li>
<li><strong>Clickable elements should be no-brainers:</strong> Let me adjust my soapbox for a second. Links that are in text need that underline and buttons need that drop shadow. Its how people know it’s a link and button. Also, the text that makes up a link needs to make sense out of context. “Learn more” and “Click here” are just lazy. Also, no precision clicking. If you want it clicked on, make it big enough for a person to do so. That 8-point font in the footer that I’m supposed to click to get to the sitemap drags the usability of the link way down. How would you like it if someone made the gas pedal in your car as small as possible so it wouldn’t interfere with the beauty of your floor mats?</li>
<li><strong>Don’t be difficult:</strong> There isn’t much more to say than that. Look at an element and ask someone else, “how hard is it to use that?” Don’t make people wonder what an element is or why it is on the screen or “why did they call it that?”</li>
</ul>
<h2>Testing</h2>
<p>Do it. Usability testing is beyond what I’m talking about here but somebody somewhere said “testing one person is 100% better than doing nothing.” So grab someone from accounting and another from customer relations, park them in front of your website and do some guerrilla testing.</p>
<p>Next up is accessibility.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robpriceconsulting.com/2009/02/19/website-usability-top-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Tools of the Trade</title>
		<link>http://www.robpriceconsulting.com/2009/02/04/the-tools-of-the-trade/</link>
		<comments>http://www.robpriceconsulting.com/2009/02/04/the-tools-of-the-trade/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 11:54:09 +0000</pubDate>
		<dc:creator>price61</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.robpriceconsulting.com/?p=60</guid>
		<description><![CDATA[While designing and developing a website, I usually end up going through the same process and increasingly I find that I end up at the same websites along the way. Now, the sites listed below are part of the process. Here’s how it goes:
Research
Once the deal is done and you have a creative brief in [...]]]></description>
			<content:encoded><![CDATA[<p>While designing and developing a website, I usually end up going through the same process and increasingly I find that I end up at the same websites along the way. Now, the sites listed below are part of the process. Here’s how it goes:</p>
<p><strong>Research</strong></p>
<p>Once the deal is done and you have a creative brief in hand, it’s time to get your hands dirty with some research. Start by investigating the competitive sites. Take note of the design style…some will be trendy, some will be bad and some will be right on. Try to get the tone of the sites as well. How do they talk to their customers? You’ll be talking to the same people soon so you want to find out who is doing it right. My next stop is to Template Monster and there I search out web templates based on the industry. Don’t steal anything but this is a place to check out some websites by other design professionals that spend quite a bit of time studying one particular industry. You generally won’t find anything cutting edge but you might get inspired.</p>
<ul>
<li><a href="http://www.google.com" target="_blank">www.google.com</a>: find the competition</li>
<li><a href="http://www.templatemonster.com" target="_blank">www.templatemonster.com</a>: find trends in the industry</li>
</ul>
<p><strong>Design</strong></p>
<p>Here you need pencil and paper. There are no links for that but I’m sure you know where to find them. At this point, I start sketching out layouts that begin as grids and then I add more flourishes and rough graphics to get an idea of scale. Scale is really easy to work out in pencil.</p>
<p>Navigation should be done at the same time and for that I use Optimal Sort. It is a great online card sorting tool that seems easy for your test subjects to use.</p>
<p>The next step is to create wireframes of your sketches and I use Gliffy for that since it is online. Visio is probably the standard here but I prefer anything online. Create your wireframes and test them on some users. After those are right, it&#8217;s time for Photoshop.</p>
<p>As far as colors go, I use two sites for finding schemes; Colour Lovers and Kuler. For images and illustrations, I use iStockphoto (no surprises there). It helps to create a lightbox for the project and keep dumping images in. Take a day off and then select an image from your lightbox. Nothing is more tiring than looking at hundreds of stock images and you don’t want to pick a bad image just because you are tired of looking.</p>
<p>In web design, there really aren’t that many fonts or font stacks to choose from. I use TypeTester and TypeChart to try out a few different combinations for the body and headings.</p>
<ul>
<li><a href="http://www.staples.com" target="_blank">www.staples.com</a>: pencil and paper</li>
<li><a href="http://www.optimalsort.com/pages/homebx.html">http://www.optimalsort.com</a>: for selecting navigation categories</li>
<li><a href="http://www.gliffy.com/">www.gliffy.com</a>: for wireframes</li>
<li><a href="http://www.colourlovers.com" target="_blank">www.colourlovers.com</a>: for color schemes</li>
<li><a href="http://kuler.adobe.com" target="_blank">kuler.adobe.com</a>: more color schemes</li>
<li><a href="http://www.istockphoto.com" target="_blank">www.istockphoto.com</a>: stock art and illustrations</li>
<li><a href="http://www.typechart.com" target="_blank">www.typechart.com</a>: for selecting a font</li>
<li><a href="http://www.typetester.org" target="_blank">www.typetester.org</a>: for comparing fonts side by side</li>
</ul>
<p><strong>Prototyping</strong></p>
<p>No mater how good your design is in Photoshop, it will different in HTML because of the text. For that reason, I set to work in HTML as early as possible. After I’ve sliced the graphics I need from the comp, I create the layout and CSS in an ASCII editor. I then use HTML Ipsum to grab the “Kitchen Sink” which has all the various HTML tags with text already in them. Now you can just work the style sheet until everything is right without having to find text or remembering all the tags you need.</p>
<ul>
<li><a href="http://www.html-ipsum.com" target="_blank">www.html-ipsum.com</a> : grab the text and HTML</li>
</ul>
<p><strong>Conclusion</strong></p>
<p>At this point, the work is pretty much done&#8230;just validate the template and clean-up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robpriceconsulting.com/2009/02/04/the-tools-of-the-trade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Color Scheme Selection</title>
		<link>http://www.robpriceconsulting.com/2009/01/14/website-color-scheme-selection/</link>
		<comments>http://www.robpriceconsulting.com/2009/01/14/website-color-scheme-selection/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 02:39:49 +0000</pubDate>
		<dc:creator>price61</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://robpriceconsulting.com/?p=22</guid>
		<description><![CDATA[I’ve been toying with the idea of a blog post about website color schemes for about two months but have procrastinated about it as much as I would have if I were actually picking colors. Once you’re past wire-frames for your website, you will eventually be faced with deciding on a color scheme which has [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been toying with the idea of a blog post about website color schemes for about two months but have procrastinated about it as much as I would have if I were actually picking colors. Once you’re past wire-frames for your website, you will eventually be faced with deciding on a color scheme which has a giant weight associated with it. This is not something you want to take lightly.</p>
<p>When your site loads for the first time in front of a new user, the most immediate impact on the user will be from color. I believe that it sets the tone and mood for everything the user experiences from that point forward — even before they have read the first word. I won’t get into all of the psychology of colors here, not only because it is beyond the scope of what I’m writing but it’s also beyond the scope of my knowledge. Just trust me when I say that sites putting off a “red” vibe seem to be more urgent but you can probably take your time on a “blue” site. A site with a black background seems “dark” and “unsafe.” Ever plug your credit card into a site with a black background? Probably not. White sites are described as “clean.” This is the psychology that the color scheme produces on the person in front of the monitor.</p>
<p>Now that the pressure is off, how do you select a color scheme? At one time, I would always revisit the sites I really enjoyed and eventually, I had a wishing well of color schemes to choose from. Unfortunately, my taste didn’t really change with the times so neither did the well. At some point, all of my sites had the same colors. Also, I was finding that I was using colors that I liked (or the client liked) and not the colors the user liked.</p>
<p>When selecting colors now, I really consider two things and it makes the process so much easier. The first thing I look at are spaces the site’s target audience already occupies and then I think of the kind of mood and experience that will help the user achieve the goals of the site. Clear? Let me explain.</p>
<p><strong>Spaces the User Occupies</strong><br />
<img title="T-Shirt" src="http://www.luckybrandjeans.com/cImages/Website_0/type_250/LBX13105_210171.jpg" alt="" width="250" height="330" align="right" />Each site design should have a target audience or a few of them. Sometimes a persona created early on in the process will cover all of the planned users. Once you know this target, let’s say it is “female, ages 16 to 26, middle class income,” you need to find the places this person occupies and see what marketing is already going after the same target. For this I really like to go offline to find colors. Considering the sample target mentioned above, I would start by looking at “Old Navy” advertisements, the colors in the shirts and patterns of clothes designed for these people, movie posters, magazines, etc. I essentially get my hands on anything I can that is already made for these people and try to see what kind of patterns and trends I can come up with. It may be “lots of brown and orange with a high contrasting third color” or something like that. You will find more color schemes in the clothes rack at a department store (and there is a section in the store for each of your targets) than a day’s worth of searching online.</p>
<p>The next thing I do is to think of the mood or experience I want to create for the user and that helps to arrange the colors a bit. If the site has a goal toward taking an action (purchasing, signing up, etc.) and my colors were brown, orange and white, I would use the hotter colors (orange) along the path to that action. If I want the user to slow down, I would go with more muted colors such as the brown or shades of. The idea is to find a color scheme that your user is already experienced with and then apply the colors to create the experience you want the person to have.</p>
<p>In closing, I would suggest that the best place to find a website color scheme is anywhere but online.</p>
<p>Thx.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robpriceconsulting.com/2009/01/14/website-color-scheme-selection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
