<?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>Web Design Ledger &#187; UX</title>
	<atom:link href="http://webdesignledger.com/tag/ux/feed" rel="self" type="application/rss+xml" />
	<link>http://webdesignledger.com</link>
	<description>A Publication for Web Designers</description>
	<lastBuildDate>Thu, 09 Feb 2012 05:00:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Usability Design for Online Web Forms</title>
		<link>http://webdesignledger.com/tips/usability-design-for-online-web-forms</link>
		<comments>http://webdesignledger.com/tips/usability-design-for-online-web-forms#comments</comments>
		<pubDate>Thu, 12 Jan 2012 05:35:04 +0000</pubDate>
		<dc:creator>Jake Rocheleau</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://webdesignledger.com/?p=13274</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=13274&c=1323584648' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=13274&c=1323584648' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br />Designers aren&#8217;t just creating pleasing graphics for the Internet anymore. As a web designer you need to consider other properties of user interaction and coding. UX design is possibly the most important topic to cover, and this is especially true designing web forms. All webmasters should understand this message. Your goal is to offer the [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=13274&c=675467151' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=13274&c=675467151' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br /><p>Designers aren&#8217;t just creating pleasing graphics for the Internet anymore. As a web designer you need to consider other properties of user interaction and coding. UX design is possibly the most important topic to cover, and this is especially true designing web forms. All webmasters should understand this message.<span id="more-13274"></span></p>
<p><a href="http://www.flickr.com/photos/drkigawa/5519392323/"><img class="aligncenter size-full wp-image-3448" src="http://webdesignledger.com/wp-content/uploads/2012/01/tokyo-prefecture-subway-station.jpg" alt="featured image - Tokyo subway station" /></a></p>
<p>Your goal is to offer the simplest path for your users to move from filling out input forms to hitting the submit button. There isn&#8217;t a lot of special effects required, although <a href="http://speckyboy.com/2010/06/22/50-jquery-plugins-for-form-functionality-validation-security-and-customisation/">jQuery form plugins</a> have always been a popular topic. In this article I&#8217;d like to focus on the user interaction and how each visitor is experiencing your forms. There are techniques you can use to streamline the process which converts to less frustration in your audience.</p>
<h3>Keep a Small Focus</h3>
<p>I&#8217;ve heard dozens of users complaining about signup forms which require too much info. If you&#8217;re looking to increase user registrations then you want the form to be as simple to complete as possible. The same goes for newsletter signups and other similar types of input data.</p>
<p>The minimum number of fields will vary depending on your objectives. Registration forms may ask for a username, e-mail address, and 2 password fields. This is certainly reasonable and users looking to signup will be expecting about this length. But consider other signup forms such as the <a href="http://destinyislands.com/wp-login.php?action=register">default WordPress</a> style.</p>
<p><img class="aligncenter size-full wp-image-3448" src="http://webdesignledger.com/wp-content/uploads/2012/01/wordpress-default-registration.jpg" alt="Default WordPress signup registration form" /></p>
<p>Here your visitors are only required a single username and e-mail address. The system then generates a password and sends an e-mail to the given address. This works to reduce original form size and keep spammers at bay. You don&#8217;t need to verify your e-mail through a link, but you do need access to your inbox to acquire your new login password!</p>
<h3>Perform Actions as Expected</h3>
<p>The one thing most users hate is unexpected page activity. You will absolutely want to keep your form behaving in a natural manner, and reduce any JavaScript extras to a minimum &#8211; popup guides and Ajax validation are key components. Usable forms shouldn&#8217;t be split into multiple columns and spanned across the page. This is just one example of poor technique.</p>
<p><a href="http://www.flickr.com/photos/gspidermac/299768367/"><img class="aligncenter size-full wp-image-3448" src="http://webdesignledger.com/wp-content/uploads/2012/01/macbook-keyboard-spanish.jpg" alt="Macbook Keyboard - web and digital keys" /></a></p>
<p>Another mistake I run into often is misuse of the <a href="http://reference.sitepoint.com/html/a/tabindex">tabindex HTML property</a>. This attribute is wonderful from a usability standpoint since your visitors can fill out forms even without a mouse. But if you have these numbered out of order, or only fill out a few input fields then the whole system is thrown off. This is certainly true with signup forms but even more-so with other types of input &#8211; especially online shopping carts.</p>
<h3>Security is Priority #1</h3>
<p>Whether you&#8217;re dealing with customer credit card numbers or simple e-mail addresses you should always put website security first. Visitors are trusting your website and backend code to process each form properly and store user data in a secure database.</p>
<p>If possible I recommend using an SSL certificate on your entire domain. This way users won&#8217;t just be protected during signup, but their entire viewing session will be protected via https. It can be a bit of work, but some web hosts like <a href="http://www.fatcow.com/">Fat Cow</a> will actually aide you in the setup process. It&#8217;s certainly not a requirement for every site but it doesn&#8217;t hurt to go that extra mile for security. Your users will feel much safer, and it builds a level of trust going forward.</p>
<p><a href="http://www.flickr.com/photos/fedoradave/4137280400/"><img class="aligncenter size-full wp-image-3448" src="http://webdesignledger.com/wp-content/uploads/2012/01/control-room-servers.jpg" alt="Security Control Room Photo" /></a></p>
<p>Additionally don&#8217;t fall for some of the more obvious ploys to detect data. Always use a POST data type in your forms unless the information isn&#8217;t exactly &#8220;private&#8221;. GET requests should only be used if the URL structure can benefit from the data(ex. search pages like search.php?q=my+search+terms).</p>
<p><a href="http://www.flickr.com/photos/kokkie5/3221514228/"><img class="aligncenter size-full wp-image-3448" src="http://webdesignledger.com/wp-content/uploads/2012/01/night-traffic-lights-japan.jpg" alt="Tokyo Night Traffic" /></a></p>
<p>Both of these methods will pass backend data in a similar fashion. But GET data is processed openly in the URL and is susceptible to hijacking. POST data is much more secure, especially behind an HTTPS connection. This fantastic <a href="http://thinkvitamin.com/code/the-definitive-guide-to-get-vs-post/">guide by Think Vitamin</a> explains the differences in an easy-to-digest format.</p>
<h3>Large, Spacious Inputs</h3>
<p>I have listened to a lot of arguments surrounding the sizes of web forms. Standard CMS brands including vBulletin, Joomla!, and Drupal use fairly smaller text sizes for input fields. These are generally default 10px-12px fonts with very little padding.</p>
<p><a href="https://secure.diigo.com/sign-up"><img class="aligncenter size-full wp-image-3448" src="http://webdesignledger.com/wp-content/uploads/2012/01/diigo-signup-register-online.jpg" alt="Diigo signup registration form" /></a></p>
<p>The signup form on Diigo has a very spacious layout! You need to alleviate room between the many different input elements. Also bold text lets you know which fields have been entered and which are still untouched. As you highlight each field the form responds with a faint blue tint &#8211; just a marker to let you know where your cursor stands.</p>
<p><a href="https://twitter.com/signup"><img class="aligncenter size-full wp-image-3448" src="http://webdesignledger.com/wp-content/uploads/2012/01/twitter-signup-form-2012.jpg" alt="" /></a></p>
<p>The classic Digg registration form was designed and built in a very similar way. <a href="https://twitter.com/signup">Twitter&#8217;s registration form</a> is also oversized so you can&#8217;t miss a beat. They are not afraid to use extra white space which gives prominence to the input fields. Their system of labels is also very unique by setting placeholder text when the field is empty. By dropping the color to a light grey you can easily distinguish between user-added text and the field presets.</p>
<h3>Conclusion</h3>
<p>There are a whole library of new trends emerging in web design. The newer CSS3 specs are still growing in popularity and we can see these properties in various layouts. Web forms are no different and deserve just as much attention from designers.</p>
<p>I hope these guiding principles behind user experience can invigorate you towards building better web forms. The process of handling backend data can be tricky even with simpler languages like PHP. But with just 1-2 weeks of practice you can likely figure out a system that works for you. Web developers both frontend and backend would do well to learn and understand these paradigms. If you&#8217;d like to share ideas on building accessible web forms please let us know your thoughts in the post discussion area.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignledger.com/tips/usability-design-for-online-web-forms/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Arranging and Designing Synchronized User Interfaces</title>
		<link>http://webdesignledger.com/tips/arranging-and-designing-synchronized-user-interfaces</link>
		<comments>http://webdesignledger.com/tips/arranging-and-designing-synchronized-user-interfaces#comments</comments>
		<pubDate>Tue, 16 Aug 2011 04:55:27 +0000</pubDate>
		<dc:creator>Jake Rocheleau</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://webdesignledger.com/?p=11072</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=11072&c=1862420796' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=11072&c=1862420796' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br />In the design field there is a deep understanding of intuition vs science. Often designers will stress when trying to perfect a layout. This could be within sizes, positioning, page structure, color theory, or a whole host of other categories. But as you mature your design senses grow with you, making it a lot easier [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=11072&c=2124692465' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=11072&c=2124692465' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br /><p>In the design field there is a deep understanding of intuition vs science. Often designers will stress when trying to perfect a layout. This could be within sizes, positioning, page structure, color theory, or a whole host of other categories. But as you mature your design senses grow with you, making it a lot easier to craft pixel-perfect interfaces.<span id="more-11072"></span></p>
<p><img class="aligncenter size-full" src="http://webdesignledger.com/wp-content/uploads/2011/08/01-san-francisco-skyline-dusk.jpg" alt="San Francisco, California skyline photo" /></p>
<p>Below I&#8217;ll be going into some great tips for UI designers. We&#8217;ll mostly be focusing on designing for the web (browser-based apps). But mobile designers may take to heart a lot of the same information. And since intuition can only carry you so far, it helps to take a step back and understand the more methodological processes of interface coordination. You don&#8217;t need to know anything about Adobe Photoshop or HTML to understand this article, but it certainly won&#8217;t hurt!</p>
<h3>Question your Processes</h3>
<p>We all get stuck into loops. Or as we prefer to call them, schedules. These are the daily routines we follow through to get our objectives completed. There&#8217;s nothing inherently wrong with this, but how often do you stop to question yourself? This is an important part of growing as an interface designer and as a person.</p>
<p><img class="aligncenter size-full" src="http://webdesignledger.com/wp-content/uploads/2011/08/02-app-page-sketches.jpg" alt="Sketches of design work for page layouts" /></p>
<p>Since we use tons of interfaces every day it seems like we&#8217;d understand how they work best. And from a designer&#8217;s perspective, analyzing websites can give you some great ideas towards structuring your own projects. But when you take a step back you begin to notice that not all interfaces are created equal. Below is a small list of some questions you should ponder:</p>
<ul>
<li>What are my users&#8217; goals on this page?</li>
<li>How can I make it easier for the user to complete their goal?</li>
<li>What are the most important aspects of this page? should I remove or add anything?</li>
<li>Is there possibly a better/quicker way to do this current task?</li>
<li>Who else has done something like this on their website? Should my functionality mimic theirs in any way?</li>
</ul>
<p>If you can put aside 5-10 minutes to think about these questions you&#8217;ll surely come to a sound conclusion. You should take note that ultimately any website is being created for the user&#8217;s sake. It doesn&#8217;t really matter how perfect or spicy the page looks, only that it works in simplicity.</p>
<h3>Lock Down your Objectives</h3>
<p>It helps to come into the process masking yourself as an anonymous user. Pretend you are any standard user logging onto your website. What goals are you looking to accomplish right from the home page? Can you currently find where you need to go for these?</p>
<p><img class="aligncenter size-full" src="http://webdesignledger.com/wp-content/uploads/2011/08/03-old-style-vintage-cameras.jpg" alt="Retro-style vintage cameras" /></p>
<p>The answers may surprise you. And they will vary from each type of website or web application. Sometimes users are looking to update their profile, or maybe upload photos. Other times visitors may be looking for a specific page. There are a lot of websites which strictly offer information &#8211; how quickly can you find the page you&#8217;re looking for? And subsequently, how quickly can you spot the information in text?</p>
<p>If it would be easier, try listing out a flow chart for a mock set of user interactions. Create a few aliases and give them objectives to complete on your website. Then either write or type a flow chart for each of their clicks and actions to get where they need to go. In this process you may notice some glaring flaws in your design work. This is by far one of the most useful techniques for nailing down some of your poorer interface choices.</p>
<p>While going through your pages also consider each section of typography. Are the fonts large enough, maybe even too small? This one is a bit more tricky since you likely can&#8217;t mimic the conditions of your users. Everybody is on a different type of system running many varying monitor resolutions. But you can at least get an idea of how your fonts display in the average web browser. From there you can update with <a href="http://webdesignledger.com/tips/practicing-the-basics-of-web-typography">slick new font styles</a> to match your template design.</p>
<h3>Arranging Page Elements</h3>
<p>This is a really big aspect to consider on each of your pages. Most likely you&#8217;ll be running a mock design template which mirrors itself on each page. This means many of the overhead details will stay the same from page-to-page: headers, navigation bar, any sidebars, etc.</p>
<p><img class="aligncenter size-full" src="http://webdesignledger.com/wp-content/uploads/2011/08/04-iphone-things-app-todo-list.jpg" alt="Things for iPhone - digital To-Do list" /></p>
<p>Since you&#8217;re always looking at the same template you may personally gloss over awkward layout elements. Try bringing in a colleague or friend for suggestions. You don&#8217;t need to apply their changes, but getting a 3rd party to look over your design gives you some external perspective into the issue. Just keeping things simple will always work in your favor. Users like things simple and easy to access, which also gives you less work.</p>
<p>Try also to remove cluttered areas with buttons and links scrunched together. When you first land on the page what grabs your attention? This should be whatever your users are most likely looking for! If that&#8217;s content, make sure your headings stand out <a href="http://webdesignledger.com/freebies/20-fonts-ideal-for-big-and-powerful-headings">bold and proud</a>. Maybe your users will be looking to register or log into your website. If that&#8217;s the case don&#8217;t throw a form down into your sidebar, make sure it&#8217;s easy to find and work with.</p>
<p><img class="aligncenter size-full" src="http://webdesignledger.com/wp-content/uploads/2011/08/05-instagram-team-headquarters.jpg" alt="Mobile App Instagram - Team HQ in San Francisco" /></p>
<p>If possible try <a href="http://webdesignledger.com/inspiration/18-great-examples-of-sketched-ui-wireframes-and-mockups">sketching a basic mockup</a> of your website components. You don&#8217;t need to match any color settings or detailed graphics. Just boxes with labels and maybe some arrows to describe the page flow (drop-down menus or other jQuery effects). Synchronicity is key here. Whatever changes you decide to apply should be site-wide. This rule can be excluded if you&#8217;re working with many different types of pages.</p>
<p>For example, a portfolio gallery will look much different than a user profile page. This is because the people viewing these pages will have completely opposing goals. You should certainly try to match colors, buttons, and at least your heading area to reduce confusion. Toying around with a mockup in Photoshop can give you a lot of ideas for these different page layouts.</p>
<h4>Gathering User Feedback</h4>
<p>Every web designer should understand that user feedback is vitally important. It may be the most important part of your contacts on any website. Without visitors, your website is just a lonely part of the World Wide Web. So their opinions may not always be perfect, or even good, but you should always make it possible for users to offer their feedback. <em>Particularly</em> in the simplest fashion you can.</p>
<p><img class="aligncenter size-full" src="http://webdesignledger.com/wp-content/uploads/2011/08/06-donald-duck-toy-shelf-neat.jpg" alt="Donald Duck synced in a Toy Shelf" /></p>
<p>If you know how to develop small contact forms PHP is a versatile language. Although for <a href="http://wordpress.org/extend/plugins/contact-form-7/">WordPress users</a> there are many alternatives. Even if you can&#8217;t use either, just adding an e-mail address somewhere onto your site makes it much simpler for user contact. If you&#8217;re a passionate UX designer you may even consider adding an entire page dedicated to user feedback and bug reports! It&#8217;s a great way for startups to pinpoint errors in their design with their userbase as a free market.</p>
<h3>Conclusion</h3>
<p>Arranging perfect and harmonious user interfaces is a very difficult task. By no means is anybody the perfect web designer. It does take years of practice to fully understand the mechanics behind digital graphics and design theory. But you don&#8217;t need a degree to understand how user experience works.</p>
<p>This article should have gotten you thinking into some new realms of creation. Approach each website you visit with a keen eye, and try to take away some perspective for your own designs. If you have suggestions or ideas for synchronizing web interfaces please offer them in the comments area below.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignledger.com/tips/arranging-and-designing-synchronized-user-interfaces/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>20 Design Blogs Worth Reading</title>
		<link>http://webdesignledger.com/resources/20-design-blogs-worth-reading</link>
		<comments>http://webdesignledger.com/resources/20-design-blogs-worth-reading#comments</comments>
		<pubDate>Tue, 03 Aug 2010 04:03:06 +0000</pubDate>
		<dc:creator>thardy</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://webdesignledger.com/?p=6255</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=6255&c=2082307398' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=6255&c=2082307398' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br />With so many web design blogs available on the Internet it can be hard to know which ones are worth checking out, so we have compiled a list of 20 web design/development blogs we think you should try and read. Some of the websites in this list you will have heard of but some are [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=6255&c=1790239494' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=6255&c=1790239494' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br /><p>With so many web design blogs available on the Internet it can be hard to know which ones are worth checking out, so we have compiled a list of 20 web design/development blogs we think you should try and read. Some of the websites in this list you will have heard of but some are small blogs with fantastic content that we hope you will check out.<span id="more-6255"></span></p>
<h3><a href="http://designinstruct.com/">Design Instruct</a></h3>
<p><a href="http://designinstruct.com/"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/design_blogs/13.jpg" alt="design blogs" /></a></p>
<p>Design Instruct is a regularly updated web magazine for designers and digital artists where you can find and learn design tips and tricks.</p>
<p><a href="http://twitter.com/designinstruct">Twitter</a> &#8211; <a href="http://feeds.feedburner.com/designinstruct">RSS Feed</a></p>
<h3><a href="http://www.uxbooth.com/">UX Booth</a></h3>
<p><a href="http://www.uxbooth.com/"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/design_blogs/17.jpg" alt="design blogs" /></a></p>
<p>The UX Booth is a blog by and for the user experience community. Our readership consists mostly of beginning-to-intermediate user experience and interaction designers, but anyone interested in making the web a better place to be is welcome.</p>
<p><a href="http://www.twitter.com/uxbooth">Twitter</a> &#8211; <a href="http://feeds.feedburner.com/uxbooth">RSS Feed</a></p>
<h3><a href=""http://vandelaydesign.com/blog/>Vandelay Design Blog</a></h3>
<p><a href="http://vandelaydesign.com/blog/"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/design_blogs/18.jpg" alt="design blogs" /></a></p>
<p>Vandelay Design Blog is a blog which showcases the best in design and resources, it also runs regular giveaways.</p>
<p><a href="http://twitter.com/vandelaydesign">Twitter</a> &#8211; <a href="http://feeds2.feedburner.com/vandelay/">RSS Feed</a></p>
<h3><a href="http://www.thewebdesignblog.co.uk/">The Web Design Blog</a></h3>
<p><a href="http://www.thewebdesignblog.co.uk/"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/design_blogs/19.jpg" alt="design blogs" /></a></p>
<p>The Web Design Blog was setup in 2009 by freelance web designer Phil Matthews with the intention of providing web design news, articles, tutorials and interviews for everyone to enjoy!</p>
<p><a href="http://twitter.com/philmatthews">Twitter</a> &#8211; <a href="http://feeds.feedburner.com/the-web-design-blog">RSS Feed</a></p>
<h3><a href="http://justcreativedesign.com/">Just Creative Design</a></h3>
<p><a href="http://justcreativedesign.com/"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/design_blogs/1.jpg" alt="design blogs" /></a></p>
<p>Just Creative Design is the personal portfolio of Jacob Cass, the blog includes graphic design tips, articles and resources on most subjects of design.</p>
<p><a href="http://twitter.com/justcreative">Twitter</a> &#8211; <a href="http://feeds.feedburner.com/justcreativedesignblog">RSS Feed</a></p>
<h3><a href="http://sixrevisions.com/">Six Revisions</a></h3>
<p><a href="http://sixrevisions.com/"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/design_blogs/2.jpg" alt="design blogs" /></a></p>
<p>Six Revisions is a blog ran by Jacob Gube that publishes practical and useful articles for designers and web developers.</p>
<p><a href="http://twitter.com/sixrevisions">Twitter</a> &#8211; <a href="http://feeds2.feedburner.com/SixRevisions">RSS Feed</a></p>
<h3><a href="http://line25.com/">Line25</a></h3>
<p><a href="http://line25.com/"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/design_blogs/3.jpg" alt="design blogs" /></a></p>
<p>Line25 is a blog ran by Chris Spooner, the site is based around web design and includes a wide range of posts to help feed your creativity.</p>
<p><a href="http://twitter.com/line25blog">Twitter</a> &#8211; <a href="http://feeds2.feedburner.com/Line25">RSS Feed</a></p>
<h3><a href="http://www.tutorial9.net/">Tutorial9</a></h3>
<p><a href="http://www.tutorial9.net/"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/design_blogs/4.jpg" alt="design blogs" /></a></p>
<p>Tutorial9 is a collection of teachers, experts, and caring folk from around the world, all gathered in one place to pass along our knowledge to absolutely anyone interested in learning.</p>
<p><a href="http://twitter.com/tutorial9">Twitter</a> &#8211; <a href="http://feedproxy.google.com/tutorial9">RSS Feed</a></p>
<h3><a href="http://www.onextrapixel.com/">Onextrapixel</a></h3>
<p><a href="http://www.onextrapixel.com/"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/design_blogs/5.jpg" alt="design blogs" /></a></p>
<p>Onextrapixel is a blog dedicated to delivering useful, comprehensive and innovative information for designers and web developers.</p>
<p><a href="http://twitter.com/onextrapixel">Twitter</a> &#8211; <a href="http://feeds.feedburner.com/onextrapixel">RSS Feed</a></p>
<h3><a href="http://www.webdesignerdepot.com/">Webdesigner Depot</a></h3>
<p><a href="http://www.webdesignerdepot.com/"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/design_blogs/6.jpg" alt="design blogs" /></a></p>
<p>Webdesigner Depot is an exciting blog designed to explore different web and graphic design techniques, great examples and best practices.</p>
<p><a href="http://twitter.com/DesignerDepot">Twitter</a> &#8211; <a href="http://www.webdesignerdepot.com/rss.htm">RSS Feed</a></p>
<h3><a href="http://design-heaven.com/">Design Heaven</a></h3>
<p><a href="http://design-heaven.com/"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/design_blogs/7.jpg" alt="design blogs" /></a></p>
<p>Design Heaven is a new design blog which posts inspirational articles showcasing the best in design from around the web to help inspire designers.</p>
<p><a href="http://twitter.com/design_heaven">Twitter</a> &#8211; <a href="http://feeds.feedburner.com/design-heaven">RSS Feed</a></p>
<h3><a href="http://speckyboy.com/">Speckyboy</a></h3>
<p><a href="http://speckyboy.com/"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/design_blogs/8.jpg" alt="design blogs" /></a></p>
<p>Speckyboy Design Magazine was originally the personal portfolio for Paul Andrew but is soon grew into a blog. They cover a large variety of web design and development based topics.</p>
<p><a href="http://twitter.com/speckyboy">Twitter</a> &#8211; <a href="http://speckyboy.com/feed">RSS Feed</a></p>
<h3><a href="http://www.hongkiat.com/blog/">Hongkiat</a></h3>
<p><a href="http://www.hongkiat.com/blog/"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/design_blogs/9.jpg" alt="design blogs" /></a></p>
<p>Hongkiat is a technology and design blog that constantly showcase some of the best materials, resources from the Internet to inspire their readers.</p>
<p><a href="http://www.twitter.com/hongkiat">Twitter</a> &#8211; <a href="http://feeds2.feedburner.com/24thfloor">RSS Feed</a></p>
<h3><a href="http://www.designm.ag/">DesignM.ag</a></h3>
<p><a href="http://www.designm.ag/"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/design_blogs/10.jpg" alt="design blogs" /></a></p>
<p>DesignM.ag is a community-based website for web designers and developers. The site includes a popular blog, a user-submitted news section, a design gallery, and a design job board.</p>
<p><a href="http://twitter.com/designmagtweets">Twitter</a> &#8211; <a href="http://feeds2.feedburner.com/designmag">RSS Feed</a></p>
<h3><a href="http://designshack.co.uk/">Design Shack</a></h3>
<p><a href="http://designshack.co.uk/"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/design_blogs/11.jpg" alt="design blogs" /></a></p>
<p>Design Shack showcases inspiring web design, alongside resources and tutorials for you to succeed in the same way.</p>
<p><a href="http://twitter.com/designshack">Twitter</a> &#8211; <a href="http://feeds.feedburner.com/designshack">RSS Feed</a></p>
<h3><a href="http://colorburned.com/">Colorburned</a></h3>
<p><a href="http://colorburned.com/"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/design_blogs/12.jpg" alt="design blogs" /></a></p>
<p>Colorburned is a design blog featuring some of the best design news, resources, and tutorials from around the web.</p>
<p><a href="http://twitter.com/colorburned">Twitter</a> &#8211; <a href="http://feeds2.feedburner.com/Colorburned">RSS Feed</a></p>
<h3><a href="http://pelfusion.com/">PelFusion</a></h3>
<p><a href="http://pelfusion.com/"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/design_blogs/14.jpg" alt="design blogs" /></a></p>
<p>PelFusion is a design blog, which covers a large area of web design and development as well as running regular industry related giveaways.</p>
<p><a href="http://twitter.com/pelfusion">Twitter</a> &#8211; <a href="http://feeds2.feedburner.com/Pelfusioncom">RSS Feed</a></p>
<h3><a href="http://www.reencoded.com/">[Re]Encoded</a></h3>
<p><a href="http://www.reencoded.com/"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/design_blogs/15.jpg" alt="design blogs" /></a></p>
<p>[Re]Encoded is a resource both for active web designers/developers and for people who simply enjoy good design and want to learn more, see more and do more than they already do.</p>
<p><a href="http://www.twitter.com/reencoded">Twitter</a> &#8211; <a href="http://feeds2.feedburner.com/reencoded/tcwi">RSS Feed</a></p>
<h3><a href="http://tutorialzine.com/">Tutorialzine</a></h3>
<p><a href="http://tutorialzine.com/"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/design_blogs/16.jpg" alt="design blogs" /></a></p>
<p>Tutorialzine provides you with high-quality tutorials, freebies and resources that will help you with your day-to-day development needs.</p>
<p><a href="http://twitter.com/Tutorialzine">Twitter</a> &#8211; <a href="http://feeds.feedburner.com/Tutorialzine">RSS Feed</a></p>
<h3><a href="http://abduzeedo.com/">Abduzeedo</a></h3>
<p><a href="http://abduzeedo.com/"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/design_blogs/20.jpg" alt="design blogs" /></a></p>
<p>Abduzeedo is a blog about design. There are all sorts of articles for those who want to look for inspiration. They also include tutorials on Photoshop and Illustrator.</p>
<p><a href="http://twitter.com/abduzeedo">Twitter</a> &#8211; <a href="http://feeds.feedburner.com/abduzeedo">RSS Feed</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignledger.com/resources/20-design-blogs-worth-reading/feed</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>10 Free Online Books for Web Designers</title>
		<link>http://webdesignledger.com/freebies/10-free-online-books-for-web-designers</link>
		<comments>http://webdesignledger.com/freebies/10-free-online-books-for-web-designers#comments</comments>
		<pubDate>Mon, 26 Jul 2010 04:50:13 +0000</pubDate>
		<dc:creator>Henry Jones</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://webdesignledger.com/?p=6135</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=6135&c=1047056583' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=6135&c=1047056583' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br />There&#8217;s a never ending supply of information out there for us web designers. If there&#8217;s something we need to learn, we can find it in one form or another. Sometimes it may be on a blog or it could be in a book. While you may have to shell our some money for a good [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=6135&c=347927363' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=6135&c=347927363' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br /><p>There&#8217;s a never ending supply of information out there for us web designers. If there&#8217;s something we need to learn, we can find it in one form or another. Sometimes it may be on a blog or it could be in a book. While you may have to shell our some money for a good web design book, there are a number of them out that have online versions that are totally free. Here are 10 you should find very useful.<span id="more-6135"></span></p>
<h3><a href="http://designingfortheweb.co.uk/book/index.php" target="_blank">A Practical Guide to Designing for the Web </a></h3>
<p><a href="http://designingfortheweb.co.uk/book/index.php" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/07/web_design_books_6.jpg" alt="web design books" /></a></p>
<p>A Practical Guide to Designing for the Web aims to teach you techniques for designing your website using the principles of graphic design. Featuring five sections, each covering a core aspect of graphic design: Getting Started, Research, Typography, Colour, and Layout.</p>
<h3><a href="http://gettingreal.37signals.com/" target="_blank">Getting Real</a></h3>
<p><a href="http://gettingreal.37signals.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/07/web_design_books_2.jpg" alt="web design books" /></a></p>
<p>Getting Real is the business, design, programming, and marketing philosophies of 37signals — a developer of web-based software used by over 1 million people and businesses in 70 countries. </p>
<h3><a href="http://webtypography.net/" target="_blank">The Elements of Typographic Style Applied to the Web</a></h3>
<p><a href="http://webtypography.net/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/07/web_design_books_1.jpg" alt="web design books" /></a></p>
<p>In order to allay some of the myths surrounding typography on the web, is structured to step through the principles found in Robert Bringhurst’s <em>The Elements of Typographic Style</em>, explaining how to accomplish each using techniques available in HTML and CSS.</p>
<h3><a href="http://jqfundamentals.com/book/" target="_blank">jQuery Fundamentals</a></h3>
<p><a href="http://jqfundamentals.com/book/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/07/web_design_books_8.jpg" alt="web design books" /></a></p>
<p>jQuery Fundamentals was written to help you understand the fundamentals of this JavaScript library and teach you how to complete basic tasks with jQuery. </p>
<h3><a href="http://www.webstyleguide.com/index.html" target="_blank">Web Style Guide, 3rd Edition</a></h3>
<p><a href="http://www.webstyleguide.com/index.html" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/07/web_design_books_3.jpg" alt="web design books" /></a></p>
<p>Consistently praised as the best volume on classic elements of web site design, Web Style Guide, now in its third edition, maintains an emphasis on fundamentals while bringing every chapter topic up-to-date.</p>
<h3><a href="http://universalusability.com/access_by_design/index.html" target="_blank">Access by Design</a></h3>
<p><a href="http://universalusability.com/access_by_design/index.html" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/07/web_design_books_4.jpg" alt="web design books" /></a></p>
<p>Access by Design offers guidelines for universal usability, and the online version includes examples and links to related articles and tutorials.</p>
<h3><a href="http://book.airgid.com/" target="_blank">Web Designer&#8217;s Success Guide</a></h3>
<p><a href="http://book.airgid.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/07/web_design_books_5.jpg" alt="web design books" /></a></p>
<p>Web Designer&#8217;s Success Guide is the definitive guide to starting your own freelance Web design business. This book gives you step-by-step instructions on how to do things like transition from full-time to self-employment and how to price your services appropriately.</p>
<h3><a href="http://www.the-web-book.com/index.php" target="_blank">The Web Book</a></h3>
<p><a href="http://www.the-web-book.com/index.php" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/07/web_design_books_7.jpg" alt="web design books" /></a></p>
<p>The Web Book contains all the information you need to create a Web site from scratch. It covers everything from registering a domain name and renting some hosting space, to creating your first HTML page, to building full online database applications with PHP and MySQL. It also tells you how to market and promote your site, and how to make money from it. </p>
<h3><a href="http://diveintohtml5.org/" target="_blank">Dive Into HTML 5</a></h3>
<p><a href="http://diveintohtml5.org/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/07/web_design_books_9.jpg" alt="web design books" /></a></p>
<p>This book seeks to elaborate on a hand-picked Selection of features from the HTML5 specification and other fine Standards.</p>
<h3><a href="http://www.uiaccess.com/accessucd/index.html" target="_blank">http://www.uiaccess.com/accessucd/index.html</a></h3>
<p><a href="http://www.uiaccess.com/accessucd/index.html" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/07/web_design_books_10.jpg" alt="web design books" /></a></p>
<p>This book will help you understand and apply principles to make your products more accessible.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignledger.com/freebies/10-free-online-books-for-web-designers/feed</wfw:commentRss>
		<slash:comments>53</slash:comments>
		</item>
		<item>
		<title>The Principle of Contrast in Web Design</title>
		<link>http://webdesignledger.com/tips/the-principle-of-contrast-in-web-design</link>
		<comments>http://webdesignledger.com/tips/the-principle-of-contrast-in-web-design#comments</comments>
		<pubDate>Wed, 03 Feb 2010 08:00:34 +0000</pubDate>
		<dc:creator>Henry Jones</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://webdesignledger.com/?p=3390</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=3390&c=21666126' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=3390&c=21666126' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br />A web design is made of many different elements, each having varying levels of importance and some demanding prominence over others. Some elements share a relationship, while others are not related at all. The tricky part is being able to communicate this visually and effectively. This is where the principle of contrast comes into play. [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=3390&c=552615289' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=3390&c=552615289' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br /><p>A web design is made of many different elements, each having varying levels of importance and some demanding prominence over others. Some elements share a relationship, while others are not related at all. The tricky part is being able to communicate this visually and effectively. This is where <strong>the principle of contrast</strong> comes into play.<span id="more-3390"></span> </p>
<p>Contrast is the difference between two or more elements. With contrast, a designer can create visual interest and direct the attention of the user. But imagine if all of the elements on a web page were the same in style and appearance. There would be no organization, no flow, and definitely no hierarchy. Content would be nearly impossible to digest. This makes contrast an essential part of effective web design.</p>
<p>In this article, we&#8217;re going to see how contrast can be achieved by creating differences in three aspects of design: <a href="http://webdesignledger.com/tag/color">color</a>, size, and alignment. </p>
<h3>Contrast in Color</h3>
<p>When most people hear the word contrast, they think of color. Even though the principle of contrast is not limited to color, it can go a long way in helping the user differentiate page elements from one another. </p>
<p>It&#8217;s a given that almost all web designs have a header, a content area, and a footer. These are three completely different areas that should have a clear visual separation. Using contrast in background color is an excellent way to achieve this.</p>
<p>Here you will see that the <a href="http://www.churchmedia.cc/index.php">Church Media Group&#8217;s website</a> is an excellent example. The header and footer have dark background colors, while the content area is white. This clearly establishes the content as being different and even more important than the other areas. If we look a little further there is another level of background contrast within the content area. The &#8220;Featured Project&#8221; area has a light blue background. Since the amount of contrast between this area and the rest of the content is minimal, it tells us that the two are related.</p>
<p><a href="http://www.churchmedia.cc/index.php" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/02/contrast_1.jpg" alt="contrast in web design" /></a></p>
<p><a href="http://riotindustries.com/">Phil Renaud&#8217;s portfolio</a> has a unique layout and an incredible color scheme. He uses a gold-yellow color to create contrast between the vertical navigation and the rest of the predominantly brown design.</p>
<p><a href="http://riotindustries.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/02/contrast_2.jpg" alt="contrast in web design" /></a></p>
<p>Color can also be used within text to create contrast. <a href="http://www.billytamplin.com/">Billy Tamplin</a> does an excellent job of creating separation and hierarchy by giving the headings, subheadings, and paragraph text all different colors. For a blog style layout, establishing contrast between post headings and body text is critical. It helps the user easily see where articles begin and end as they scroll down the page.</p>
<p><a href="http://www.billytamplin.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/02/contrast_3.jpg" alt="contrast in web design" /></a> </p>
<h3>Contrast in Size</h3>
<p>Another way to create contrast in web design is to use size differences between elements. In other words, make some things bigger than others. </p>
<p>Creating contrast through size becomes very important when you can&#8217;t rely on color. <a href="http://www.designtaxi.com/#">Taxi</a> has a lot going on within it&#8217;s layout and has a minimal color scheme. So in order to establish a hierarchy among the three columns, the designer used a much larger width on the middle column &#8211; over two times that of the left and right columns. This makes it apparent to the user that the middle column is the most important area of the page.</p>
<p><a href="http://www.designtaxi.com/#" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/02/contrast_4.jpg" alt="contrast in web design" /></a></p>
<p>Just as color can be applied to typographic headings to create contrast, so can size. <a href="http://webdesignledger.com/freebies/20-fonts-ideal-for-big-and-powerful-headings">Big headings</a> are a great way to establish hierarchy within the content of a website. The website of <a href="http://imaginariacreative.com/">Imaginaria Creative</a>, uses big headings to catch the visitor&#8217;s attention and draw them in so that they read more of the smaller paragraphs below.  </p>
<p><a href="http://imaginariacreative.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/02/contrast_5.jpg" alt="contrast in web design" /></a></p>
<p><a href="http://imaginariacreative.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/02/contrast_6.jpg" alt="contrast in web design" /></a></p>
<h3>Contrast in Alignment</h3>
<p>Good alignment plays a big part in creating a quality web design. Things just look better when they line up. This is why I think using different alignments to create contrast is tricky and should be used sparingly. However, when done well it can be very effective in creating separation.</p>
<p><a href="http://legistyles.com/">LegiStyles</a> uses a large left margin on the content blocks below each heading. Along with the the large size of the headings, this creates a good amount of contrast. If you are going to use this kind of difference in alignment, be sure to make it a big difference. Otherwise it will end looking like a mistake of poor design.</p>
<p><a href="http://legistyles.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/02/contrast_7.jpg" alt="contrast in web design" /></a></p>
<p>Centering large paragraphs is a big typography no-no. It makes text very hard to read. However, don&#8217;t be afraid to mix left aligned paragraphs with centered headings. It&#8217;s another good way to use difference in alignment to create contrast. Combined with a nice serif font, it can also give your typography a classic look.</p>
<p><a href="http://colly.com/">Simon Collison</a> uses centered headings paired with left aligned paragraphs in each of the content boxes. Since the font size of the headings isn&#8217;t much larger than that of the paragraphs, this helps set the headings apart. </p>
<p><a href="http://colly.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/02/contrast_8.jpg" alt="contrast in web design" /></a></p>
<p><a href="http://www.alistapart.com/">A List Apart</a> is another great example of using centered heading with left aligned paragraphs.</p>
<p><a href="http://www.alistapart.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/02/contrast_9.jpg" alt="contrast in web design" /></a></p>
<h3>Now Go and Be Different</h3>
<p>Learning to create the right amount of contrast in your designs is just like mastering any other principle of design &#8211; it takes practice. Take time to study the work of talented designers and see how they are using contrast in their designs. Remember that contrast is all about differences. If two elements are very different in nature, be sure to make their visual differences very obvious.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignledger.com/tips/the-principle-of-contrast-in-web-design/feed</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Whitespace: The Underutilized Design Element</title>
		<link>http://webdesignledger.com/tips/whitespace-the-underutilized-design-element</link>
		<comments>http://webdesignledger.com/tips/whitespace-the-underutilized-design-element#comments</comments>
		<pubDate>Tue, 12 Jan 2010 07:27:34 +0000</pubDate>
		<dc:creator>Henry Jones</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://webdesignledger.com/?p=2979</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2979&c=469544076' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2979&c=469544076' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br />There are a number of elements that make up a great web design, but probably one of the most overlooked and underutilized is whitespace. Every design has whitespace, but the problem is that not every design has enough. This could be due to the fact that inexperienced designers and their clients see whitespace as empty [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2979&c=2104042259' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2979&c=2104042259' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br /><p>There are a number of elements that make up a <a href="http://webdesignledger.com/tips/the-four-key-components-of-a-great-web-design">great web design</a>, but probably one of the most overlooked and underutilized is whitespace. Every design has whitespace, but the problem is that not every design has enough. This could be due to the fact that inexperienced designers and their clients see whitespace as empty space and therefore a waste of valuable screen real estate. The truth is, whitespace might be one of the most valuable parts of your design.<span id="more-2979"></span></p>
<h3>What is Whitespace?</h3>
<p>Even though its name seems to suggest otherwise, whitespace doesn&#8217;t actually have to be white. It gets its name from the early days of graphic design where most printing was done on white paper. Whitespace is simply the empty space between and around the elements of a design or page layout. This can include: space around graphics and images, margins and gutters, space between columns, and even the space between lines of type. Whitespace is also referred to as &#8220;negative space&#8221;. </p>
<p>Whitespace is made of nothing, but shouldn&#8217;t be treated that way. There are several benefits that a generous dose of whitespace can bring to a design. Simply by increasing the space between elements in a layout, a design can take on a more elegant appearance, and by injecting more whitespace into a web design&#8217;s typography, content becomes more legible.</p>
<h3>Elegance and Sophistication</h3>
<p>In print design, paper is a valuable resource and clients will usually want you to use every square inch of it. After all, it costs them money and they want to get their money&#8217;s worth. Similar value is placed on screen real estate in web design. They both have set dimensions and represent limited space in which a message can be presented by displaying text and graphics. This is why being generous with your whitespace will speak volumes about your brand. By using large amounts of it, you&#8217;re saying that your content is far more important than the screen real estate that it rests on, and you can afford to sacrifice that space in order to better present your message.</p>
<p>Luxury brands use this concept to convey an image of sophistication and elegance. Let&#8217;s take these two furniture companies for example. <a href="http://www.potterybarn.com/">Pottery Barn</a>, being the more upscale of the two, uses lots of white space between the various elements. Notice even the logo uses large amounts of whitespace between each character.</p>
<p><a href="http://www.potterybarn.com/"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/whitespace_1.jpg" alt="whitespace" /><br />
</a></p>
<p><a href="http://www.potterybarn.com/"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/whitespace_2.jpg" alt="whitespace" /></a></p>
<p><a href="http://www.roomstogo.com/">Rooms To Go</a>, on the other hand, is a lower end furniture store and it shows in their web design. There are several factors that contribute to this, and a lack of whitespace plays a major role.  With so little space between elements, I won&#8217;t even attempt to insert the little red arrows.</p>
<p><a href="http://www.roomstogo.com/"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/whitespace_3.jpg" alt="whitespace" /><br />
</a><br />
Notice how the list of category links is crammed up against the left border. Things like this can make a design look sloppy and unprofessional.</p>
<p><img src="http://webdesignledger.com/wp-content/uploads/2010/01/whitespace_4.jpg" alt="whitespace" /></p>
<p>Lets&#8217;s take a look at two other brands that you will probably recognize. Below is a comparison of the Apple home page and the Microsoft home page. You will notice that Apple, being the epitome of elegance and sophistication, uses plenty of whitespace. While the layout of the Microsoft home page is a bit more crowded, resulting in a not-so-elegant feel. This is right in line with each company&#8217;s general brand perceptions.</p>
<p><a href="http://www.apple.com/"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/whitespace_5.jpg" alt="whitespace" /></a></p>
<p><a href="http://www.microsoft.com/en/us/default.aspx"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/whitespace_6.jpg" alt="whitespace" /></a></p>
<h3>Better Legibility and Usability</h3>
<p>On a micro level, whitespace plays a major role in typography and even usability. Text that is cramped with minimal line spacing can be very difficult to read. By adding more whitespace between lines of text, content becomes easier to scan and digest. </p>
<p><a href="http://informationhighwayman.com/home/">Information Highwayman</a> is the portfolio of D Bnonn Tennant, and it&#8217;s an excellent example of great use of whitespace within text. The large amount of spacing between lines makes the content a joy to read.</p>
<p><a href="http://informationhighwayman.com/home/" rel="nofollow"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/whitespace_7.jpg" alt="whitespace" /><br />
</a></p>
<p><a href="http://informationhighwayman.com/home/" rel="nofollow"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/whitespace_8.jpg" alt="whitespace" /><br />
</a></p>
<p>Micro whitespace not only makes text easier to read, but also helps separate blocks of content from one another. This can help a user differentiate where content starts and stops.</p>
<p><a href="http://analog.coop/">Analog</a> is a single page website. So it&#8217;s important to create enough separation between the various blocks of content so that they stand out from one another. Here, the Analog team uses varying amounts to create separation and flow within the content. A larger amount of whitespace is used to separate the content blocks, then a smaller amount is used between the paragraphs within each block.</p>
<p><a href="http://analog.coop/" rel="nofollow"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/whitespace_9.jpg" alt="whitespace" /><br />
</a></p>
<p><a href="http://analog.coop/" rel="nofollow"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/whitespace_10.jpg" alt="whitespace" /><br />
</a></p>
<h3>Develop an Eye for Whitespace</h3>
<p>Like so many other aspects of design, there is no set guidelines or rules for calculating the right amount of whitespace. All designs are different so the amount you use will vary from project to project. The best way to learn is experiment and study the work of other designs that seem to be getting it right. Eventually you will develop an eye and feel for what is the right amount of whitespace.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignledger.com/tips/whitespace-the-underutilized-design-element/feed</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>11 Blogs to Help You Become a User Experience Expert</title>
		<link>http://webdesignledger.com/resources/11-blogs-to-help-you-become-a-user-experience-expert</link>
		<comments>http://webdesignledger.com/resources/11-blogs-to-help-you-become-a-user-experience-expert#comments</comments>
		<pubDate>Tue, 29 Dec 2009 07:44:52 +0000</pubDate>
		<dc:creator>Henry Jones</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://webdesignledger.com/?p=2491</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2491&c=954922747' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2491&c=954922747' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br />In today&#8217;s web design world, so much emphasis is put on SEO, which forces us to design for machines. Even though this is a necessity for web designers, the focus of a design should be on that of the user &#8211; the breathing, typing, mouse clicking kind of user. The user experience (UX) design portion [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2491&c=114163705' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2491&c=114163705' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br /><p>In today&#8217;s web design world, so much emphasis is put on SEO, which forces us to design for machines. Even though this is a necessity for web designers, the focus of a design should be on that of the user &#8211; the breathing, typing, mouse clicking kind of user. The <a href="http://webdesignledger.com/tag/ux">user experience (UX)</a> design portion of the website building process is often overlooked, usually due to a lack of knowledge in the area. Luckily, there are UX focused blogs out there that are loaded with info, tips, and insights that can help you in your journey to becoming a user experience expert. Here are 11 of the best.<span id="more-2491"></span></p>
<h3><a href="http://www.uxmag.com/" target="_blank">UX Magazine</a></h3>
<p>UX Magazine was created to deliver a central place to discuss the critical disciplines that all enhance user experience.</p>
<p><a href="http://www.uxmag.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/usability_1.jpg" alt="user experience" /></a></p>
<h3><a href="http://37signals.com/svn" target="_blank">Signal vs. Noise</a></h3>
<p>Signal vs. Noise is the blog of 37signals. Having built popular web apps like Basecamp, they know a thing or two about user experience.</p>
<p><a href="http://37signals.com/svn" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/usability_6.jpg" alt="user experience" /></a></p>
<h3><a href="http://www.uxbooth.com/" target="_blank">UX Booth</a></h3>
<p>The UX Booth is a blog by and for the User Experience Community. It&#8217;s full of useful articles and resources on usability, user experience, and interaction design.</p>
<p><a href="http://www.uxbooth.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/usability_4.jpg" alt="user experience" /></a></p>
<h3><a href="http://www.adaptivepath.com/blog/" target="_blank">Adaptive Path Blog</a></h3>
<p>Adaptive Path creates user driven products that deliver great experiences. Their blog allows them to share what they&#8217;ve learned with others.</p>
<p><a href="http://www.adaptivepath.com/blog/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/usability_8.jpg" alt="user experience" /></a></p>
<h3><a href="http://www.usabilitypost.com/" target="_blank">UsabilityPost</a></h3>
<p>The Usability Post is a blog about design &#8211; not about what it looks like, but about how it works. The aim of The Usability Post is to provide relevant resources, tips and insights into good design in order to help you make great products.</p>
<p><a href="http://www.usabilitypost.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/usability_2.jpg" alt="user experience" /></a></p>
<h3><a href="http://www.inspireux.com/" target="_blank">inspireUX</a></h3>
<p>inspireUX is a blog that posts quotes relating to user experience (UX). Every quote on inspireUX focuses on the impact that user experience has on people, business, or the world. You can even download and print them out on 4&#215;6&#8243; index cards.</p>
<p><a href="http://www.inspireux.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/usability_9.jpg" alt="user experience" /></a></p>
<h3><a href="http://www.456bereastreet.com/" target="_blank">456 Berea Street</a></h3>
<p>456 Berea Street is the blog of Swedish web professional, Roger Johansson. He writes about web standards, accessibility, usability, and other UX related topics.</p>
<p><a href="http://www.456bereastreet.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/usability_11.jpg" alt="user experience" /></a></p>
<h3><a href="http://www.lukew.com/ff/index.asp" target="_blank">Functioning Form</a></h3>
<p>Functioning Form is a blog about interface design. That is to say, it is where art and technology emerge as experience, where message and medium meld, and where interactions are useful, usable, and enjoyable.</p>
<p><a href="http://www.lukew.com/ff/index.asp" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/usability_12.jpg" alt="user experience" /></a></p>
<h3><a href="http://www.alistapart.com/" target="_blank">A List Apart</a></h3>
<p>A List Apart Magazine is loaded with insightful articles exploring the design, development, and meaning of web content, with a special focus on web standards and best practices.</p>
<p><a href="http://www.alistapart.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/usability_15.jpg" alt="user experience" /></a></p>
<h3><a href="http://boxesandarrows.com/" target="_blank">Boxes and Arrows</a></h3>
<p>Boxes and Arrows is devoted to the practice, innovation, and discussion of design; including graphic design, interaction design, information architecture and the design of business. Since 2001, it’s been a peer-written journal promoting contributors who want to provoke thinking, push limits, and teach a few things along the way.</p>
<p><a href="http://boxesandarrows.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/usability_13.jpg" alt="user experience" /></a></p>
<h3><a href="http://www.everydayux.com/" target="_blank">EverydayUX</a></h3>
<p>EverydayUX is a blog that focuses on the design that we encounter on a day-to-day basis, especially as it relates to interaction design.</p>
<p><a href="http://www.everydayux.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/usability_14.jpg" alt="user experience" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignledger.com/resources/11-blogs-to-help-you-become-a-user-experience-expert/feed</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>30 Website Navigations that Make You Wanna Click It</title>
		<link>http://webdesignledger.com/inspiration/30-website-navigations-that-make-you-wanna-click-it</link>
		<comments>http://webdesignledger.com/inspiration/30-website-navigations-that-make-you-wanna-click-it#comments</comments>
		<pubDate>Wed, 16 Dec 2009 07:56:06 +0000</pubDate>
		<dc:creator>Henry Jones</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://webdesignledger.com/?p=2327</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2327&c=1874378574' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2327&c=1874378574' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br />The navigation might be the single most important aspect of a web design&#8217;s usability. Without a navigation, you would be stuck on the home page for a very long time. I believe a navigation or menu must be easy to use, but this doesn&#8217;t mean it has to be boring. In fact, it helps to [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2327&c=78116103' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2327&c=78116103' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br /><p>The navigation might be the single most important aspect of a web design&#8217;s usability. Without a navigation, you would be stuck on the home page for a very long time. I believe a navigation or menu must be easy to use, but this doesn&#8217;t mean it has to be boring. In fact, it helps to add a little flair to your navigation. It entices visitors to click and hang around your site a little longer. Here are thirty examples of beautifully designed web design navigation for your inspiration.<span id="more-2327"></span></p>
<h3><a href="http://www.billytamplin.com/" target="_blank">Billy Tamplin</a></h3>
<p><a href="http://www.billytamplin.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_26.jpg" alt="website navigation" /></a></p>
<h3><a href="http://ismaelburciaga.com/" target="_blank">Burciaga</a></h3>
<p><a href="http://ismaelburciaga.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_27.jpg" alt="website navigation" /></a></p>
<h3><a href="http://theswishlife.com/" target="_blank">The Swish Life</a></h3>
<p><a href="http://theswishlife.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_1.jpg" alt="website navigation" /></a></p>
<h3><a href="http://www.missionbicycle.com/" target="_blank">Mission Bicycle Company</a></h3>
<p><a href="http://www.missionbicycle.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_2.jpg" alt="website navigation" /></a></p>
<h3><a href="http://www.typejockeys.com/" target="_blank">Typejockeys</a></h3>
<p><a href="http://www.typejockeys.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_3.jpg" alt="website navigation" /></a></p>
<h3><a href="https://www.redvelvetart.com/" target="_blank">Red Velvet Art</a></h3>
<p><a href="https://www.redvelvetart.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_4.jpg" alt="website navigation" /></a></p>
<h3><a href="http://www.metalabdesign.com/" target="_blank">MetaLab</a></h3>
<p><a href="http://www.metalabdesign.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_5.jpg" alt="website navigation" /></a></p>
<h3><a href="http://www.authenticjobs.com/" target="_blank">Authentic Jobs</a></h3>
<p><a href="http://www.authenticjobs.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_6.jpg" alt="website navigation" /></a></p>
<h3><a href="http://icondock.com/" target="_blank">Icon Dock</a></h3>
<p><a href="http://icondock.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_7.jpg" alt="website navigation" /></a></p>
<h3><a href="http://www.morphix.si/" target="_blank">Morphix Design Studio</a></h3>
<p><a href="http://www.morphix.si/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_8.jpg" alt="website navigation" /></a></p>
<h3><a href="http://sushiandrobots.com/" target="_blank">Sushi &#038; Robots</a></h3>
<p><a href="http://sushiandrobots.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_9.jpg" alt="website navigation" /></a></p>
<h3><a href="http://www.utah.travel/" target="_blank">Utah.travel</a></h3>
<p><a href="http://www.utah.travel/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_10.jpg" alt="website navigation" /></a></p>
<h3><a href="http://www.robalan.com/" target="_blank">Robert Alan</a></h3>
<p><a href="http://www.robalan.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_11.jpg" alt="website navigation" /></a></p>
<h3><a href="http://www.hdlive09.co.uk/" target="_blank">Hull Digital Live 09</a></h3>
<p><a href="http://www.hdlive09.co.uk/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_12.jpg" alt="website navigation" /></a></p>
<h3><a href="http://www.nosotroshq.com/" target="_blank">NOSOTROS</a></h3>
<p><a href="http://www.nosotroshq.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_13.jpg" alt="website navigation" /></a></p>
<h3><a href="http://www.artua.com/" target="_blank">Artua Design Studios</a></h3>
<p><a href="http://www.artua.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_14.jpg" alt="website navigation" /></a></p>
<h3><a href="http://www.netdreams.co.uk/" target="_blank">Internet Dreams</a></h3>
<p><a href="http://www.netdreams.co.uk/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_15.jpg" alt="website navigation" /></a></p>
<h3><a href="http://www.strutta.com/" target="_blank">Strutta</a></h3>
<p><a href="http://www.strutta.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_16.jpg" alt="website navigation" /></a></p>
<h3><a href="http://www.piratalondon.com/" target="_blank">Pirata London</a></h3>
<p><a href="http://www.piratalondon.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_17.jpg" alt="website navigation" /></a></p>
<h3><a href="http://tapbots.com/" target="_blank">Tapbots</a></h3>
<p><a href="http://tapbots.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_18.jpg" alt="website navigation" /></a></p>
<h3><a href="http://weightshift.com/" target="_blank">Weightshift</a></h3>
<p><a href="http://weightshift.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_19.jpg" alt="website navigation" /></a></p>
<h3><a href="http://www.guifx.com/" target="_blank">Guifx</a></h3>
<p><a href="http://www.guifx.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_20.jpg" alt="website navigation" /></a></p>
<h3><a href="http://owltastic.com/" target="_blank">Owltastic</a></h3>
<p><a href="http://owltastic.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_21.jpg" alt="website navigation" /></a></p>
<h3><a href="http://inkd.com/" target="_blank">inkd</a></h3>
<p><a href="http://inkd.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_22.jpg" alt="website navigation" /></a></p>
<h3><a href="http://www.bohemiancoding.com/" target="_blank">Bohemian Coding</a></h3>
<p><a href="http://www.bohemiancoding.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_23.jpg" alt="website navigation" /></a></p>
<h3><a href="http://www.thinkorange.pt/" target="_blank">Think Orange</a></h3>
<p><a href="http://www.thinkorange.pt/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_24.jpg" alt="website navigation" /></a></p>
<h3><a href="http://www.culinaryculture.com/" target="_blank">Culinary Culture</a></h3>
<p><a href="http://www.culinaryculture.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_25.jpg" alt="website navigation" /></a></p>
<h3><a href="http://www.speaklight.com/" target="_blank">Light CMS</a></h3>
<p><a href="http://www.speaklight.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_28.jpg" alt="website navigation" /></a></p>
<h3><a href="http://www.toggle.uk.com/" target="_blank">Toggle</a></h3>
<p><a href="http://www.toggle.uk.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_29.jpg" alt="website navigation" /></a></p>
<h3><a href="http://www.atebits.com/" target="_blank">atebits</a></h3>
<p><a href="http://www.atebits.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/navigation_30.jpg" alt="website navigation" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignledger.com/inspiration/30-website-navigations-that-make-you-wanna-click-it/feed</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>10 Tips for Creating Compelling Web Copy</title>
		<link>http://webdesignledger.com/tips/10-tips-for-creating-compelling-web-copy</link>
		<comments>http://webdesignledger.com/tips/10-tips-for-creating-compelling-web-copy#comments</comments>
		<pubDate>Thu, 10 Dec 2009 12:46:40 +0000</pubDate>
		<dc:creator>Jacqueline Thomas</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://webdesignledger.com/?p=2242</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2242&c=1089800829' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2242&c=1089800829' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br />You are the most important person in the world. Wow, I got you to read the second sentence. Your interest is now piqued and you want to read more. If you do read this article, you will learn exactly how important it is to create compelling web copy. Between you and me, most readers just [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2242&c=464952245' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2242&c=464952245' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br /><p>You are the most important person in the world. Wow, I got you to read the second sentence. Your interest is now piqued and you want to read more. If you do read this article, you will learn exactly how important it is to create compelling web copy. Between you and me, most readers just scan, but if you find a way to hook them in the first sentence and reel them in on the second sentence, you have a good chance that they will read the third. They may even read the entire article.<span id="more-2242"></span></p>
<p>Don&#8217;t listen to those naysayers who tell you that website visitors only scan headlines and look at cute pictures. It&#8217;s a fact that visitors are more interested in what you write than every other aspect on the page. The problem is that most web writing is dreadfully boring, and oddly self-gratifying. Under the premise of helping you, the visitor, the writing is geared more towards establishing the writer as some sort of authority. Most web writing is very didactic, or teacher-student. I&#8217;m the first to admit I&#8217;m guilty of it, but not anymore. Here are some useful tips in creating words that people will want to read:</p>
<h3>1. Be Personal</h3>
<p><img style="float:left; margin: 0 15px 10px 0;" src="http://webdesignledger.com/wp-content/uploads/2009/12/compelling_copy/1.jpg" border="0" /> Stodgy paragraphs written in third person are no longer in fashion. The internet is extremely personal, and getting more personal by the moment. People come to the internet to explore in a relaxed nature, not to feel like they are reading from an encyclopedia. I admit, sometimes Wikipedia is too difficult for me to understand, and that&#8217;s okay because I can always find another website that can explain it in simpler terms. <strong>You want to have that website where visitors can go to explore without pressure.</strong></p>
<p>Being personal also means revealing your personal side to the visitor. Besides placing your photo on the &#8220;About Me&#8221; page, your web copy needs to convey your personality. I don&#8217;t want to go to your blog or your Twitter page to get a sense of who you are, I&#8217;d like to read it directly on your site. Reach users by speaking directly to them. Do you notice how much more invested you are in this article than if I had gone into a third-person point of view?</p>
<h3>2. Use Language Yo Mama Would Understand.</h3>
<p>Oh, I went there. There&#8217;s nothing worst than visiting an authority website as a newbie and not understanding all the different terminology. Accommodate all visitors to your site, and try not to get so academic that you lose potential subscribers.</p>
<h3>3. Draw on Common Metaphors or Experiences.</h3>
<p>One way that people relate to each other is through shared experiences. For example, when I said earlier that I felt inferior to Wikipedia, I&#8217;m sure some of you agree. The point is that by me sharing a painful realization, it creates bonding. Find a way to connect with your readers so that they understand that you are them. <strong>You are engaging in a dialogue between friends, and not a lecture.</strong></p>
<h3>4. Use Pictures That Compliment Your Composition.</h3>
<p>Reiterating what I said earlier, your words are the most important part of your article or blog post, but that&#8217;s not to say that pictures are unnecessary. To the contrary, pictures make a big difference in how people will connect to what you write. Think of pictures as a way of conveying a tone to your words. Because words are flat, <strong>pictures add an emotional component</strong> that&#8217;s much needed, and helps move the story along. </p>
<h3>5. Read It Out Loud.</h3>
<p>This can&#8217;t be stressed enough. Reading your words out loud helps you become more personal in your writing. If your writing does not sound like your natural speech, it is way too stodgy for web writing. Even if you prefer a more professional type of writing, your words should always match the rhythm of speech.</p>
<h3>6. Don&#8217;t Edit Until The End.</h3>
<p><img style="float:left; margin: 0 15px 10px 0;" src="http://webdesignledger.com/wp-content/uploads/2009/12/compelling_copy/6.jpg" border="0" /> A common mistake many writers make is to edit as they go along. Editing before finishing is like cutting hair without looking at the entire head. Only until you see the whole picture should you start removing undesired elements from it. Cut from the whole. By stopping to edit, you potentially sever your tie to creativity. </p>
<h3>7. Remember That Sarcasm is Hard to Pull Off.</h3>
<p>I know you&#8217;re funny, but it&#8217;s hard to read sarcasm or humor into web copy. At best, people will think that you&#8217;re not funny (which is probably what you&#8217;re thinking about me). At worst, people will think that English is not your first language. Only infuse humor when it&#8217;s unmistakable. You can still be personal without it.</p>
<h3>8. Tidy Up Your Speech.</h3>
<p><img style="float:left; margin: 0 15px 10px 0;" src="http://webdesignledger.com/wp-content/uploads/2009/12/compelling_copy/8.jpg" border="0" /> I know that the internet is free of all sorts of traditional boundaries, and that tip #1 told you to be personal, but there is such a thing as &#8220;getting carried away.&#8221; Getting too colloquial, or using foul language, only hurts your brand. There is a portion of your visitors who will, without a doubt, be offended at your use of distasteful words. </p>
<h3>9. SEO is King.</h3>
<p>Keywords are a stupid little brother, but they are a necessary evil. If you want to draw a crowd, you need to enrich your writing with keywords that will draw the right web surfers to your site. Keywords are not difficult. It goes back to being personal. If you were trying to find your site or an article on your site, <strong>what words would you use to search online?</strong> Perfect, those are the words you need to cram into your article.</p>
<h3>10. Be Scannable.</h3>
<p>Humans love headings in bold black. We love short bursts of text and a balance of white space. Your web copy should be all of these things so that if a reader is in a pinch, they can scan your information easily. Hopefully, they will encounter a headline that makes them stop and read and maybe double back. To add to the scannability of your text, be sure to bold important points in your article. It is another &#8220;stop sign&#8221; and compels users to read it.</p>
<p>What do you think of this list? Do you have any other tips to include?</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignledger.com/tips/10-tips-for-creating-compelling-web-copy/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>An Idiot’s Guide To Accessible Website Design</title>
		<link>http://webdesignledger.com/tips/an-idiot%e2%80%99s-guide-to-accessible-website-design</link>
		<comments>http://webdesignledger.com/tips/an-idiot%e2%80%99s-guide-to-accessible-website-design#comments</comments>
		<pubDate>Tue, 08 Dec 2009 07:06:26 +0000</pubDate>
		<dc:creator>sbutler</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://webdesignledger.com/?p=2199</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2199&c=614653172' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2199&c=614653172' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br />If you are designing web sites in the UK, you probably already know that the Disability Discrimination Act (DDA) mandates web sites be accessible by visually and physically disabled persons. But even if you work in a locale that doesn’t have any accessibility requirements yet, web designers have an obligation to make their clients’ web [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2199&c=439941414' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2199&c=439941414' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br /><p>If you are designing web sites in the UK, you probably already know that the <a target="_blank" href="http://www.direct.gov.uk/en/DisabledPeople/RightsAndObligations/DisabilityRights/DG_4001068">Disability Discrimination Act (DDA)</a> mandates web sites be accessible by visually and physically disabled persons. But even if you work in a locale that doesn’t have any accessibility requirements yet, web designers have an obligation to make their clients’ web sites available and accessible to anyone who wishes to visit.  <span id="more-2199"></span></p>
<p>Why? According to a report by the Danish Center for Accessibility, as many as 25% of the world’s Internet users have some sort of visual, auditory or mobility disability. </p>
<p>Fail to take into the consideration the needs of these people and you are depriving your client the opportunity to connect with a huge audience. Not only doesn’t that make good business sense, but also you could end up breaking the law. For example, if you’re working for an organization that is hoping to do business with the U.S. government, you’re going to run up against the “<a target="_blank" href="http://www.section508.gov/index.cfm?FuseAction=Content&#038;ID=3">508 Act</a>”.  </p>
<p>This regulation requires all Federal agencies that “develop, procure, maintain, or use electronic and information technology”, to provide access to disabled users that is comparable to access available to everyone else. </p>
<h3>How To Meet Accessibility Requirements</h3>
<p>In order to provide for the access needs of the disabled, it’s important to understand the technology challenges these users face everyday. </p>
<ul>
<li>Use of non-standard browsers, earlier versions of mainstream browsers, or specially designed text-to-speech and text-to-brail readers that do not function in the way we normally understand browsers to function. </li>
<li>Lower screen resolutions, the need for larger fonts, and reduced screen size. </li>
<li>Colorblind users who cannot easily “Click the red button to cancel your order.” </li>
<li>Users with motor impairment may use non-standard pointing devices and keywords.</li>
</ul>
<h3>Fortunately, The Guesswork Has Been Eliminated </h3>
<p>The World Wide Web Consortium (W3C) maintains accessibility standards and best practices on their <a target="_blank" href="http://www.w3.org/TR/">All Standards and Drafts</a> page; of particular interest are the <a target="_blank" href="http://www.w3.org/TR/2008/REC-WCAG20-20081211/">Web Content Accessibility Guidelines (WCAG) 2.0</a>. </p>
<p><a href="http://www.w3.org/TR/2008/REC-WCAG20-20081211/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/accessible_1.jpg" alt="Accessible Website Design" /></a></p>
<p>That is the document that provides accessibility recommendations and guidelines designed to accommodate people with a wide range of disabilities.  </p>
<h3>You Can Take Advantage Of Web Accessibility Design Tools </h3>
<p>Recognizing the need to provide support for the world’s disabled Internet users, a number of companies have developed free and low cost tools to help designers comply with accessibility guidelines. Here are a few of the available tools that will turn you into an accessibility expert. </p>
<h4><a href="http://wave.webaim.org/">WAVE</a> </h4>
<p><a href="http://wave.webaim.org/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/accessible_2.jpg" alt="Accessible Website Design" /></a> </p>
<p>For those of you that hate reading reports, and believe a picture really is worth 1,000 words, <a href="http://wave.webaim.org/">WAVE</a> is an excellent tool for you. Rather than produce reports, WAVE displays the actual web page with embedded icons and other visual indicators that point out where potential accessible issues exist. </p>
<p>WAVE provides an amazing number of ways you can use this tool. In addition to actually embedding WAVE validation code into your designs, you can use any of these options: </p>
<ul>
<li>Enter the URL of the page to be checked into a form on WAVE’s site. </li>
<li>Copy and paste the code to be checked into a form on WAVE’s site. </li>
<li>Install the <a href="http://wave.webaim.org/toolbar">Firefox Toolbar</a>.</li>
</ul>
<h4><a href="http://colororacle.cartography.ch/index.html">Color Oracle</a></h4>
<p><a href="http://colororacle.cartography.ch/index.html" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/accessible_5.jpg" alt="Accessible Website Design" /></a></p>
<p>Color Oracle is a colorblindness simulator for Window, Mac and Linux. It takes the guesswork out of designing for color blindness by showing you in real time what people with common color vision impairments will see. </p>
<h4><a href="http://juicystudio.com/services/image.php">Image Analyser</a></h4>
<p><a href="http://juicystudio.com/services/image.php" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/accessible_4.jpg" alt="Accessible Website Design" /></a></p>
<p>This service examines all images found on a web page to check for any accessibility issues. Simply enter the URL of any website, and it does the rest. The width, height, alt, and longdesc attributes are examined for appropriate values. </p>
<h4><a href="http://www.etre.com/tools/colourblindsimulator/">Colour Blindness Simulator</a></h4>
<p><a href="http://www.etre.com/tools/colourblindsimulator/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/12/accessible_3.jpg" alt="Accessible Website Design" /></a> </p>
<p>Colour Blindness Simulator is a web based tool that reveals how your images may appear to users with a variety of color blindness conditions. </p>
<h4><a href="http://www.online-utility.org/english/readability_test_and_improve.jsp">Readability Testing</a></h4>
<p>This online tool will perform tests on your text to determine it&#8217;s level of readability. Your text will be penalized for polysyllabic words and long, complex sentences. Your writing will score better when you use simpler diction and write short sentences.</p>
<h3>Don’t Overlook Web Accessibility Evaluation Tools </h3>
<p>In addition to the accessibility design tools, there area number of free and low-cost accessibility evaluation tools that perform in-depth evaluations of Web pages and generate extensive reports pertaining to accessibility issues. </p>
<p>Some of the tools are highly specialized and focus on specific disabilities, such as blindness, while others provide information on accessibility issues in general. </p>
<p>The W3C maintains a <a href="http://www.w3.org/WAI/ER/tools/complete">complete list</a> of most commonly used accessibility evaluation tools. </p>
<h3>Is Accessibility Design In Your Future? </h3>
<p>It should be, if it isn’t already. In addition to the UK’s legal requirements, many other countries and local governments are becoming more involved in ensuring equal Internet access to everyone regardless of physical disabilities. The W3C maintains a regularly updated <a href="http://www.w3.org/WAI/Policy/">list</a> of new legal requirements worldwide. </p>
<p>In addition to simply staying legal, discussing accessibility with your clients could be a great way to set you apart from your competitors who may not be as knowledgeable about the subject as you now are. </p>
<h3>Here’s How To Really Understand How Important Your Job Is </h3>
<p>If you really want to see firsthand how much a difference you can make in the lives of disabled people by designing Web sites that are accessible, spend a few hours sitting next to a blind or physically challenged user.  </p>
<p>Once you witness for yourself how difficult the Internet can be when designers ignore 25% of the Internet user population, you’ll keep accessibility top-of-mind whenever you sit down to design. </p>
<h3>About the Author</h3>
<p><strong>Sandy Butler</strong> is a research analyst at <a href="http://www.accreditedsupplier.co.uk/">Accredited Supplier</a>, where she researches <a href="http://www.accreditedsupplier.co.uk/web-design">website design companies</a> and their practices and trends. Sandy’s research has been featured on top websites including TechCrunch, Brand Republic and SitePoint.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignledger.com/tips/an-idiot%e2%80%99s-guide-to-accessible-website-design/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>

