<?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>Lateral Code &#187; design</title>
	<atom:link href="http://www.lateralcode.com/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lateralcode.com</link>
	<description>A Web Development Blog Focused on Code and Technology</description>
	<lastBuildDate>Thu, 26 Aug 2010 22:29:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Tips on Styling Online Content</title>
		<link>http://www.lateralcode.com/tips-styling-content/</link>
		<comments>http://www.lateralcode.com/tips-styling-content/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 12:00:20 +0000</pubDate>
		<dc:creator>Patrick Lin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.lateralcode.com/?p=1069</guid>
		<description><![CDATA[On the Internet, content is king. Content is what puts you on search engines like Google and Bing. Content is what brings readers to your site. Words, words, and more words structured into coherent, meaningful phrases. But have you ever stopped and considered how you are presenting your content? What use is your content if [...]]]></description>
			<content:encoded><![CDATA[<p>On the Internet, content is king. Content is what puts you on search engines like Google and Bing. Content is what brings readers to your site. Words, words, and more words structured into coherent, meaningful phrases.</p>
<p>But have you ever stopped and considered how you are presenting your content? What use is your content if you have it set at at 6pt font with no visible paragraphs? No one will read it if you don’t make it readable.</p>
<p>Here are a few tips on improving the presentation of your online content:</p>
<h2>#1 &#8211; Line Length</h2>
<p>Human eyes are conditioned towards reading lines of certain length, of between 40-80 words per line in print, and between 60-100 online. If you ever pick up a textbook or a newspaper, you will notice that they often print in columns. This is because it reduces the number of characters, thus making it easier for the readers to read.</p>
<p><span id="more-1069"></span></p>
<p>For example, the textbook pictured below limits its columns to approximately fifty characters per line.<br />
<img class="alignnone size-full wp-image-1075 list-post-img" src="http://www.lateralcode.com/wp-content/uploads/text.jpg" alt="" width="320" height="240" /></p>
<p>By picking a width for your content area that makes reading comfortable, you make it good for your readers, and therefore good for yourself.</p>
<h2>#2 &#8211; Line Spacing</h2>
<p>Equally as important as the length of the line is the height of the line. Just as readers are conditioned to reading lines of certain length, they are also conditioned to reading lines that are reasonably spaced apart. A good line-height for online content should be around 1.25x to 1.75x the font size.</p>
<p>Here are some examples of different line-heights:</p>
<div style="background:#eee; padding-left:10px; font-family:Arial; line-height:1;">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</div>
<p><code>line-height: 1</code></p>
<div style="background:#eee; padding-left:10px; font-family:Arial; line-height:1.25;">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</div>
<p><code>line-height: 1.25</code></p>
<div style="background:#eee; padding-left:10px; font-family:Arial; line-height:1.5;">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</div>
<p><code>line-height: 1.5</code></p>
<div style="background:#eee; padding-left:10px; font-family:Arial; line-height:1.75;">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</div>
<p><code>line-height: 1.75</code></p>
<div style="background:#eee; padding-left:10px; font-family:Arial; line-height:2;">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</div>
<p><code>line-height: 2</code></p>
<p>1x line height is too squished to make reading comfortable, while 2x line height is overkill. Find a happy medium that not only you feel comfortable with, but your friends and family.</p>
<h2>#3 &#8211; Letter Spacing</h2>
<p>One of the most often ignored elements of content styling is letter spacing. While it may not seem like that big of a deal, a small change in letter spacing can make a huge difference in terms of readability and presentation.</p>
<p>Here are some examples of different letter spacings with the Arial font:</p>
<div style="background:#eee; padding-left:10px; font-family:Arial; letter-spacing: 2px">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</div>
<p><code>letter-spacing: 2px</code></p>
<div style="background:#eee; padding-left:10px; font-family:Arial; letter-spacing: 1px">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</div>
<p><code>letter-spacing: 1px</code></p>
<div style="background:#eee; padding-left:10px; font-family:Arial; letter-spacing: 0px">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</div>
<p><code>letter-spacing: 0px</code></p>
<div style="background:#eee;  padding-left:10px; font-family:Arial; letter-spacing: -1px">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</div>
<p><code>letter-spacing: -1px</code></p>
<p>While the 2px letter spacing makes the words clear and easy to read for one or two lines of text, huge blocks of text at 2px spacing would be annoying and obnoxious. -1px can make a cool stylistic effect, but clumps letters together so tightly that it renders it hard to read.</p>
<p>Pick a letter-spacing that matches the font and the length of the content that you are delivering.</p>
<h2>#4 &#8211; Font</h2>
<p>It is extremely hard to stress enough how important font choice is.</p>
<p>There are a lot of sites on the web that use Comic Sans MS throughout the internet, as the result of the now-defunct GeoCities. While there’s nothing inherently truly bad about Comic Sans MS, there is nothing good about it.</p>
<p>Comic Sans MS looks like a font that a grade-school teacher would use. If your content is geared towards grade-school students, by all means, use Comic Sans MS.</p>
<p>However, if you are going presenting towards a more general audience, you want a more serious and neutral font. Who wants to read a block of text written in French Script MT?<br />
<div id="attachment_1134" class="wp-caption aligncenter" style="width: 410px"><img class="size-full wp-image-1134" src="http://www.lateralcode.com/wp-content/uploads/frenchscriptmt.jpg" alt="French Script MT" width="400" height="240" /><p class="wp-caption-text">French Script MT</p></div><br />
Popular, neutral fonts for web content include Georgia, Arial, Times, and Trebuchet MS.</p>
<p>Another thing to keep in mind is web-safety: certain computers possess certain fonts, so just because you have a font doesn’t mean your readers have them. A good resource for seeing if the font you want to use is web-safe is <a href="http://www.fonttester.com/help/list_of_web_safe_fonts.html">this list of web-safe fonts</a>. If you really want to use a font that is not web-safe, you can use certain text-replacement methods such as <a href="http://www.lateralcode.com/text-replacement-with-cufon/">cufón</a>.</p>
<h3>Font Size</h3>
<p>A key element of the font you use is the font size. If you expect your readers to mostly be a bit older, set your font size a bit higher to improve readability, as most older people have bad eyes. If you are writing for a younger audience, feel free to use a slightly smaller size. However, be reasonable with your font sizes. Fonts that are too large or too small are obnoxious and will drive readers away.</p>
<p>Of course, if your readership comes from a variety of ages, you want to have a more neutral font size to avoid alienating either group. A neutral font size is between 10pt and 14pt.</p>
<p>Another note is that certain fonts look better at different sizes. Sans-serif fonts usually look better at smaller and neutral sizes, while serif fonts usually look better at larger sizes. However, this is not always the case &#8211; many sites use Georgia, a serif font, at a slightly smaller font, and it can look great.</p>
<p>Experiment with your fonts and sizes, and always be sure to get a second opinion, especially from someone in a different age group.</p>
<h2>Extra Notes</h2>
<h4>Emphasis on Emphasis</h4>
<p>Most people are familiar with italicizing and bolding words for emphasis. In fact, the HTML tags for italicizing and bolding, <code>&lt;em&gt;</code> and <code>&lt;strong&gt;</code>, are short for <em>emphasis</em> and <em>strong emphasis</em>, respectively.</p>
<p>This means that when you want to put some emphasis on a word or phrase in order to <em>catch a reader’s attention</em>, you should italicize using <code>&lt;em&gt;</code>, and when you want to put strong emphasis on a word or phrase to <strong>show a key point</strong>, you should bold using <code>&lt;strong&gt;</code>.</p>
<p>For example, textbooks often use bolding in order to highlight keywords that students should know and remember.</p>
<p>Keep in mind that you should never bold and italicize something at the same time. This is over-emphasis and overkill. This is the same with capitalization: the only words that should be typed in full caps are acronyms and words that are actually spelled in full caps, such as HTML, JAVA, or ROFLMAO.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lateralcode.com/tips-styling-content/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>10 Great Minimalist WordPress Themes</title>
		<link>http://www.lateralcode.com/10-great-minimalist-wordpress-themes/</link>
		<comments>http://www.lateralcode.com/10-great-minimalist-wordpress-themes/#comments</comments>
		<pubDate>Sat, 09 May 2009 23:35:12 +0000</pubDate>
		<dc:creator>Karthik Viswanathan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.lateralcode.com/?p=951</guid>
		<description><![CDATA[WordPress is one of the preferred choices for bloggers today due to its simplicity and features. Users may customize their site up to the last pixel. They can choose themes, add plugins, create polls, organize posts, and so much more. It is no wonder why WordPress is the most used blog software. In this article, [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress is one of the preferred choices for bloggers today due to its simplicity and features. Users may customize their site up to the last pixel. They can choose themes, add plugins, create polls, organize posts, and so much more. It is no wonder why WordPress is <strong>the most used blog software</strong>.</p>
<p><img src="http://www.lateralcode.com/wp-content/uploads/wrdp-imgs/wrdp.jpg"  alt="WordPress" class="list-post-img"/></p>
<p>In this article, we will present <strong>10 great minimalist WordPress themes</strong>. Minimalistic designs not only look pleasing, but they also provide visitors with short download times. Because these themes use few distracting images, users can really focus on the content itself.</p>
<p><span id="more-951"></span></p>
<h3>1. <a href="http://wordpress.org/extend/themes/tlight">Tlight</a></h3>
<p><a href="http://wordpress.org/extend/themes/tlight"><img src="http://www.lateralcode.com/wp-content/uploads/wrdp-imgs/theme-1.jpg"  alt="Tlight WordPress Theme" class="list-post-img"/></a></p>
<h3>2. <a href="http://wordpress.org/extend/themes/omegax">OmegaX</a></h3>
<p><a href="http://wordpress.org/extend/themes/omegax"><img src="http://www.lateralcode.com/wp-content/uploads/wrdp-imgs/theme-2.jpg"  alt="OmegaX WordPress Theme" class="list-post-img"/></a></p>
<h3>3. <a href="http://wordpress.org/extend/themes/the-buffet-framework">The Buffet Framework</a></h3>
<p><a href="http://wordpress.org/extend/themes/the-buffet-framework"><img src="http://www.lateralcode.com/wp-content/uploads/wrdp-imgs/theme-3.jpg"  alt="The Buffet Framework WordPress Theme" class="list-post-img"/></a></p>
<h3>4. <a href="http://wordpress.org/extend/themes/karappo-style">Karappo Style</a></h3>
<p><a href="http://wordpress.org/extend/themes/karappo-style"><img src="http://www.lateralcode.com/wp-content/uploads/wrdp-imgs/theme-4.jpg"  alt="Karappo Style WordPress Theme" class="list-post-img"/></a></p>
<h3>5. <a href="http://wordpress.org/extend/themes/magatheme">MagaTheme</a></h3>
<p><a href="http://wordpress.org/extend/themes/magatheme"><img src="http://www.lateralcode.com/wp-content/uploads/wrdp-imgs/theme-5.jpg"  alt="MagaTheme WordPress Theme" class="list-post-img"/></a></p>
<h3>6. <a href="http://wordpress.org/extend/themes/zeeb">Zeeb</a></h3>
<p><a href="http://wordpress.org/extend/themes/zeeb"><img src="http://www.lateralcode.com/wp-content/uploads/wrdp-imgs/theme-6.jpg"  alt="Zeeb WordPress Theme" class="list-post-img"/></a></p>
<h3>7. <a href="http://wordpress.org/extend/themes/openark-blog">OpenArk Blog</a></h3>
<p><a href="http://wordpress.org/extend/themes/openark-blog"><img src="http://www.lateralcode.com/wp-content/uploads/wrdp-imgs/theme-7.jpg"  alt="OpenArk Blog WordPress Theme" class="list-post-img"/></a></p>
<h3>8. <a href="http://wordpress.org/extend/themes/love-the-orange">Love The Orange</a></h3>
<p><a href="http://wordpress.org/extend/themes/love-the-orange"><img src="http://www.lateralcode.com/wp-content/uploads/wrdp-imgs/theme-8.jpg"  alt="Love The Orange WordPress Theme" class="list-post-img"/></a></p>
<h3>9. <a href="http://wordpress.org/extend/themes/wp-framework">WP Framework</a></h3>
<p><a href="http://wordpress.org/extend/themes/wp-framework"><img src="http://www.lateralcode.com/wp-content/uploads/wrdp-imgs/theme-9.jpg"  alt="WP Framework WordPress Theme" class="list-post-img"/></a></p>
<h3>10. <a href="http://wordpress.org/extend/themes/js-o3-lite">JS O3 Lite</a></h3>
<p><a href="http://wordpress.org/extend/themes/js-o3-lite"><img src="http://www.lateralcode.com/wp-content/uploads/wrdp-imgs/theme-10.jpg"  alt="JS O3 Lite WordPress Theme" class="list-post-img"/></a></p>
<p>Do you know any other great minimalist themes? Post them as a comment below!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lateralcode.com/10-great-minimalist-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Popular Twitter Links</title>
		<link>http://www.lateralcode.com/popular-twitter-links/</link>
		<comments>http://www.lateralcode.com/popular-twitter-links/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 18:56:38 +0000</pubDate>
		<dc:creator>Karthik Viswanathan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ideas]]></category>

		<guid isPermaLink="false">http://www.lateralcode.com/?p=837</guid>
		<description><![CDATA[Many of you may have noticed our Popular Twitter Links section on our homepage. It is a new feature we&#8217;ve recently added. Through python and perl, it: Queries Twitter for tweets about web design Processes each tweet and counts up the retweets Outputs the most popular retweeted posts in HTML format Repeats the whole process [...]]]></description>
			<content:encoded><![CDATA[<p>Many of you may have noticed our <em>Popular Twitter Links</em> section on our homepage. It is a new feature we&#8217;ve recently added. </p>
<p><span id="more-837"></span></p>
<p>Through python and perl, it:</p>
<ul>
<li>Queries Twitter for tweets about web design</li>
<li>Processes each tweet and counts up the retweets</li>
<li>Outputs the most popular retweeted posts in HTML format</li>
<li>Repeats the whole process every 1 hour</li>
</ul>
<p>Hopefully, everyone will stay up to date on the latest web design news! If you have some free time on your hands, please take a look at this section and post a comment with feedback. Thank you! <img src='http://www.lateralcode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <!--noadsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lateralcode.com/popular-twitter-links/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>10 Useful Image Repositories</title>
		<link>http://www.lateralcode.com/10-useful-image-repositories/</link>
		<comments>http://www.lateralcode.com/10-useful-image-repositories/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 02:16:29 +0000</pubDate>
		<dc:creator>Kimberly Toy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.lateralcode.com/?p=481</guid>
		<description><![CDATA[The perfect image is not always easy to come by when trying to design a site. High resolution graphics without watermarks are especially hard to find for free so we have listed some free stock sites below.]]></description>
			<content:encoded><![CDATA[<p>The perfect image is not always easy to come by when trying to design a site. High resolution graphics without watermarks are especially hard to find for free so we have listed some free stock sites below:</p>
<p><a href="http://www.sxc.hu/index.phtml">Stock.xchng</a> &#8211; This site holds thousands of photos which are accessible after signing up for a free account.  Stock.xchng also includes a fairly large tutorial section which is available without an account.  </p>
<p><a href="http://www.stockvault.net/">Stock Vault</a> &#8211; Stock Vault is easy to use and has many useful additions including articles, links, blogs, and tutorials.  Not only that, but it acutally has a decent design.  Cheers to Stock Vault!</p>
<p><span id="more-481"></span></p>
<p><a href="http://www.dexhaus.com/v2/">DexHaus</a> &#8211; The site name is obviously not English (for that matter I have no idea what language it is in) but the rest of the website is.  Albeit the slow load time, DexHaus has a great selection of photography and a cool way of displaying it.  </p>
<p><a href="http://www.kavewall.com/stock/">Kave Wall</a> &#8211; This texture site has amazing images and also fits into the category of great organization.  </p>
<p><a href="http://www.lightmatter.net/gallery/">Light Matter</a> : Even though the site is fairly small, the pictures offered here are of amazing quality and the oddities section has some neat images that may be of interest.  </p>
<p><a href="http://www.morguefile.com/">Morgue File</a> &#8211; It might just be me but this site looks remarkably similar to Flickr.  Morgue file offers tons of images but you have to sort through the good and not as good quality.  Don&#8217;t bother using the browse by category system; it&#8217;s a pain to sort through.  </p>
<p><a href="http://freephotosbank.com/">Free Photos Bank</a> &#8211;  This site has a good variety of quality photos.  The selection is not focused solely on nature but offers technology, architecture and other types of images.  </p>
<p><a href="http://imagebase.davidniblack.com/main.php">Image Base</a> &#8211; This free photo site has an easy download system (right click + save as) and is entirely free.  There are no restrictions other than using the images for unlawful reasons.  It also offers a nice set of nature-themed PowerPoint Templates.  </p>
<p><a href="http://www.pixelperfectdigital.com/free_stock_photos/">Pixel Perfect Digital</a> &#8211; Although the site may seem daunting at first, once you figure out how to navigate it, you will find a nice selection of pictures.  Their digital art category includes a variety of renderings which make great textures and the site also has a useful links page.  </p>
<p><a href="http://www.freedigitalphotos.net">Free Digital Photos</a> - A great source for free images, this site has high quality picutres.  Two setbacks are that free photos are  only 640(px) x 427(px) and all images used on websites require a link back to http://www.freedigitalphotos.net.</p>
<p>Some other resource sites you might want to look at are <a href="http://www.deviantart.com">DeviantArt</a> and <a href="http://www.flickr.com">Flickr</a></p>
<p>Do remember that it doesn&#8217;t hurt to take the old Google Image search path if nothing works.  Also, be sure to always read the Terms of Service or face the wrath of copyright infringement.  Best of luck from Lateral Code!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lateralcode.com/10-useful-image-repositories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30 Poor Color Combinations</title>
		<link>http://www.lateralcode.com/30-poor-color-combinations/</link>
		<comments>http://www.lateralcode.com/30-poor-color-combinations/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 03:49:42 +0000</pubDate>
		<dc:creator>Karthik Viswanathan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ideas]]></category>

		<guid isPermaLink="false">http://www.lateralcode.com/?p=405</guid>
		<description><![CDATA[Web designers may choose poor color combinations while producing a site. In order to prevent such calamities (and to have some fun), we present 30 such mixtures that should not be used: #E96AAE on #27AC1F #934638 on #3426FE #18A4C7 on #D97B9C #E8171B on #7387F2 #D5ADBB on #09D881 #cb8601 on #0ca382 #059127 on #acf3e2 #3d3591 on [...]]]></description>
			<content:encoded><![CDATA[<p>Web designers may choose <strong>poor color combinations</strong> while producing a site. In order to prevent such calamities (and to have some fun), we present 30 such mixtures that should not be used:</p>
<ol>
<li style="margin: 30px 0;"><span style="color:#E96AAE; background-color:#27AC1F; padding: 10px;">#E96AAE on #27AC1F</span></li>
<li><span style="color:#934638; background-color:#3426FE; padding: 10px;">#934638 on #3426FE</span></li>
<li style="margin: 30px 0;"><span style="color:#18A4C7; background-color:#D97B9C; padding: 10px;">#18A4C7 on #D97B9C</span></li>
<p><span id="more-405"></span></p>
<li><span style="color:#E8171B; background-color:#7387F2; padding: 10px;">#E8171B on #7387F2</span></li>
<li style="margin: 30px 0;"><span style="color:#D5ADBB; background-color:#09D881; padding: 10px;">#D5ADBB on #09D881</span></li>
<li><span style="color: #cb8601; background-color: #0ca382; padding: 10px;">#cb8601 on #0ca382</span></li>
<li style="margin: 30px 0;"><span style="color: #059127; background-color: #acf3e2; padding: 10px;">#059127 on #acf3e2</span></li>
<li><span style="color: #3d3591; background-color: #f2d30b; padding: 10px;">#3d3591 on #f2d30b</span></li>
<li style="margin: 30px 0;"><span style="color: #70ad84; background-color: #d5cfdd; padding: 10px;">#70ad84 on #d5cfdd</span></li>
<li><span style="color: #4ad952; background-color: #819eac; padding: 10px;">#4ad952 on #819eac</span></li>
<li style="margin: 30px 0;"><span style="color: #b85761; background-color: #cadeba; padding: 10px;">#b85761 on #cadeba</span></li>
<li><span style="color: #eada8e; background-color: #ea4936; padding: 10px;">#eada8e on #ea4936</span></li>
<li style="margin: 30px 0;"><span style="color: #3823ba; background-color: #a8faa1; padding: 10px;">#3823ba on #a8faa1</span></li>
<li><span style="color: #b3f29b; background-color: #e2b748; padding: 10px;">#b3f29b on #e2b748</span></li>
<li style="margin: 30px 0;"><span style="color: #7a06fe; background-color: #6562fc; padding: 10px;">#7a06fe on #6562fc</span></li>
<li><span style="color: #a6f035; background-color: #f4c724; padding: 10px;">#a6f035 on #f4c724</span></li>
<li style="margin: 30px 0;"><span style="color: #4bfd40; background-color: #47dac1; padding: 10px;">#4bfd40 on #47dac1</span></li>
<li><span style="color: #f4c142; background-color: #5eeccf; padding: 10px;">#f4c142 on #5eeccf</span></li>
<li style="margin: 30px 0;"><span style="color: #1780d4; background-color: #e7aef7; padding: 10px;">#1780d4 on #e7aef7</span></li>
<li><span style="color: #2b62e7; background-color: #47f2a0; padding: 10px;">#2b62e7 on #47f2a0</span></li>
<li style="margin: 30px 0;"><span style="color: #65bf57; background-color: #d7e4ea; padding: 10px;">#65bf57 on #d7e4ea</span></li>
<li><span style="color: #06b4cc; background-color: #c441a1; padding: 10px;">#06b4cc on #c441a1</span></li>
<li style="margin: 30px 0;"><span style="color: #3c1622; background-color: #50bbac; padding: 10px;">#3c1622 on #50bbac</span></li>
<li><span style="color: #b582a6; background-color: #22557a; padding: 10px;">#b582a6 on #22557a</span></li>
<li style="margin: 30px 0;"><span style="color: #166d3b; background-color: #e9d00f; padding: 10px;">#166d3b on #e9d00f</span></li>
<li><span style="color: #9bcd65; background-color: #b131ed; padding: 10px;">#9bcd65 on #b131ed</span></li>
<li style="margin: 30px 0;"><span style="color: #0f7c13; background-color: #5ddae2; padding: 10px;">#0f7c13 on #5ddae2</span></li>
<li><span style="color: #3980a4; background-color: #4dcd5c; padding: 10px;">#3980a4 on #4dcd5c</span></li>
<li style="margin: 30px 0;"><span style="color: #8f3c36; background-color: #8259d0; padding: 10px;">#8f3c36 on #8259d0</span></li>
<li style="margin-bottom: 30px;"><span style="color: #a367ff; background-color: #cd7875;padding: 10px;">#a367ff on #cd7875</span></li>
</ol>
<p>Post a comment with combinations you dislike!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lateralcode.com/30-poor-color-combinations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Importance of Colors and Contrast</title>
		<link>http://www.lateralcode.com/the-importance-of-colors-and-contrast/</link>
		<comments>http://www.lateralcode.com/the-importance-of-colors-and-contrast/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 17:41:09 +0000</pubDate>
		<dc:creator>Patrick Lin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ideas]]></category>

		<guid isPermaLink="false">http://www.lateralcode.com/?p=304</guid>
		<description><![CDATA[Recently I worked on a design for a non-profit organization. They gave me a site they wanted to imitate, so I got to work. They loved my work, except for one problem &#8211; they couldn&#8217;t read the links on the right menu. I&#8217;d never actually met these people before I got to work, and it [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I worked on a design for a non-profit organization. They gave me a site they wanted to imitate, so I got to work. They loved my work, except for one problem &#8211; they couldn&#8217;t read the links on the right menu.</p>
<p>I&#8217;d never actually met these people before I got to work, and it turned out they were a bit advanced in their years, and their eyes weren&#8217;t what they used to be. Even though I&#8217;m nearsighted, I can see pretty well in low contrasts, so I didn&#8217;t take this into consideration.</p>
<p>Further complicating this problem is that colors my laptop look different from colors on most other monitors.</p>
<p>I had used a background of #8CCCFA, a light blue color, with #FFFFFF, full white text. This is what it looks like:</p>
<p style="background:#8CCCFA; color:#FFF; padding:10px">This is #FFFFFF on #8CCCFA.</p>
<p>Can you see the text? Yes? Go ahead and turn down the contrast on your monitor. Once you get down to maybe 50% of what you had before, can you still see it? Probably not.</p>
<p><span id="more-304"></span></p>
<p>This got me thinking. I&#8217;ve seen some pretty bad color choices in the past, some that should just be avoided. For example:</p>
<p style="background:#F00; color:#00F; padding:10px">This is #0000FF on #FF0000.</p>
<p style="background:#0F0; color:#F00; padding:10px">This is #FF0000 on #00FF00.</p>
<p style="background:#FFEF73; color:#FFF; padding:10px">This is #FFFFFF on #FFEF73.</p>
<p style="background:#10BEAC; color:#F53792; padding:10px">This is #F53792 on #10BEAC.</p>
<p>Human eyes are used to dark colors on light backgrounds, or vice versa. However, pure white on pure black can get infuriating to read, especially in low light conditions. The point then is to try to find a happy medium &#8211; perhaps white on a very dark gray. Try it, you might be surprised:</p>
<p style="background:#000; color:#FFF; padding:10px">This is #FFFFFF on #000000.</p>
<p style="background:#111; color:#FFF; padding:10px">And this is #FFFFFF on #111111.</p>
<p>It may not look like much now, but let&#8217;s say you&#8217;re staring at a long article. Would you rather read the one at 100% contrast or the one at 93.3%? Try it out. Take a look at <a href="http://demo.lateralcode.com/colorscheme/black.html">#FFFFFF on #000000</a> and at <a href="http://demo.lateralcode.com/colorscheme/grey.html">#FFFFFF on #111111</a>. Imagine if you were reading that for extended amounts of time. Which one would you pick then? Remember that subtle differences in design can have a large impact.</p>
<p>There&#8217;s a site I discovered recently, called <a href="http://colorschemedesigner.com/">Color Scheme Designer</a>, that gives you random color schemes. Best of all, it lets you preview what it would look like in a light design and in a dark design.</p>
<p>Another problem is colorblind visitors. What may look like good contrast to you may be completely unreadable by colorblinds. For example, the color combos shown above can look pretty different between you and a colorblind. Take a look:</p>
<div id="attachment_334" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.lateralcode.com/wp-content/uploads/normalvprotan.png"><img src="http://www.lateralcode.com/wp-content/uploads/normalvprotan-300x119.png" alt="Comparison of normal vs. Protan colorblindness" title="Normal vs. Protan" width="300" height="119" class="size-medium wp-image-334" /></a><p class="wp-caption-text">Comparison of normal vs. Protan colorblindness</p></div>
<p>Test what your site looks like to different kinds of colorblind people using the <a href="http://colorfilter.wickline.org/">Colorblind Web Page Filter</a>.</p>
<p>Pay close attention to colors when you launch a site. If your people can&#8217;t read your content, they won&#8217;t stay. When you pick a color scheme, make sure all your text is easily readable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lateralcode.com/the-importance-of-colors-and-contrast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
