<?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>Beyond the Walls</title>
	<atom:link href="http://kevinlamping.com/beyond/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevinlamping.com/beyond</link>
	<description>Because the mind is a terrible thing to waste</description>
	<lastBuildDate>Wed, 13 May 2009 15:18:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Keep your links &#8220;linky&#8221;</title>
		<link>http://kevinlamping.com/beyond/articles/2009/keep-your-links-linky/</link>
		<comments>http://kevinlamping.com/beyond/articles/2009/keep-your-links-linky/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 23:50:26 +0000</pubDate>
		<dc:creator>klamping</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[colors]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://kevinlamping.com/beyond/?p=22</guid>
		<description><![CDATA[We recently learned in class how to style links using pseudo-classes. But with great power comes great responsibility. This short article explains why your shouldn&#8217;t get carried away changing your links default states.
http://www.456bereastreet.com/archive/200904/let_your_links_look_like_links/
I find myself doing a lot of unnecessary scrubbing and hunting for links on many sites. It makes me wonder why some sites [...]]]></description>
			<content:encoded><![CDATA[<p>We recently learned in class how to style links using pseudo-classes. But with great power comes great responsibility. This short article explains why your shouldn&#8217;t get carried away changing your links default states.</p>
<p><a href="http://www.456bereastreet.com/archive/200904/let_your_links_look_like_links/">http://www.456bereastreet.com/archive/200904/let_your_links_look_like_links/</a></p>
<blockquote><p>I find myself doing a lot of unnecessary scrubbing and hunting for links on many sites. It makes me wonder why some sites even have links if they’re so afraid that their users might discover them.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://kevinlamping.com/beyond/articles/2009/keep-your-links-linky/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vertical Alignment</title>
		<link>http://kevinlamping.com/beyond/tutorials/2009/18/</link>
		<comments>http://kevinlamping.com/beyond/tutorials/2009/18/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 01:29:30 +0000</pubDate>
		<dc:creator>klamping</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://kevinlamping.com/beyond/?p=18</guid>
		<description><![CDATA[Vertically aligning items is a tricky thing to do in CSS. While it should be as simple as setting vertical-align: middle;, that method doesn&#8217;t work for block level elements (read: paragraphs). While there are techniques to get that to work, this article is a good introduction to what you CAN do with the vertical align [...]]]></description>
			<content:encoded><![CDATA[<p>Vertically aligning items is a tricky thing to do in CSS. While it should be as simple as setting <code>vertical-align: middle;</code>, that method doesn&#8217;t work for block level elements (read: paragraphs). While there are techniques to get that to work, this article is a good introduction to what you CAN do with the vertical align property.</p>
<p><a href="http://css-tricks.com/what-is-vertical-align/">http://css-tricks.com/what-is-vertical-align/</a></p>
<blockquote><p>CSS has a property called vertical align. It can be a bit confusing when you first learn about it, so I thought we could go through it’s use a little bit.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://kevinlamping.com/beyond/tutorials/2009/18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backgrounds In Web Design: Examples And Best Practices</title>
		<link>http://kevinlamping.com/beyond/tutorials/2009/backgrounds-in-web-design-examples-and-best-practices/</link>
		<comments>http://kevinlamping.com/beyond/tutorials/2009/backgrounds-in-web-design-examples-and-best-practices/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 13:00:17 +0000</pubDate>
		<dc:creator>klamping</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://kevinlamping.com/beyond/?p=10</guid>
		<description><![CDATA[For those of you interested in creating backgrounds that are more than just a simple color or gradient, this post by Smashing Magazine offers several examples for inspiration. In my previous post about design galleries, I explained why it&#8217;s helpful to look at other&#8217;s work for inspiration. Building upon that theme, take a look at [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you interested in creating backgrounds that are more than just a simple color or gradient, this post by <a href="http://smashingmagazine.com">Smashing Magazine</a> offers several examples for inspiration. In <a href="http://kevinlamping.com/beyond/inspiration/2009/web-design-galleries/">my previous post about design galleries</a>, I explained why it&#8217;s helpful to look at other&#8217;s work for inspiration. Building upon that theme, take a look at how other web designers used different background styles for their site.</p>
<p><a href="http://www.smashingmagazine.com/2009/03/31/backgrounds-in-web-design-examples-and-best-practices-2/">http://www.smashingmagazine.com/2009/03/31/backgrounds-in-web-design-examples-and-best-practices-2/</a></p>
<blockquote><p>The background holds the theme of the website, and there are a vast amount of possibilities when designing a website background. This article goes over the best practices and popular trends of backgrounds in the current stage of innovative Web design.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://kevinlamping.com/beyond/tutorials/2009/backgrounds-in-web-design-examples-and-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design Galleries</title>
		<link>http://kevinlamping.com/beyond/inspiration/2009/web-design-galleries/</link>
		<comments>http://kevinlamping.com/beyond/inspiration/2009/web-design-galleries/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 22:11:08 +0000</pubDate>
		<dc:creator>klamping</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[galleries]]></category>

		<guid isPermaLink="false">http://kevinlamping.com/beyond/?p=14</guid>
		<description><![CDATA[When you&#8217;re designing a website, it helps to have some inspiration for ideas. One of the best ways to create a new look is to take an old look and remodel it. Other times only a kick-start is needed to get your creative juices flowing. With that in mind, here are a few design galleries [...]]]></description>
			<content:encoded><![CDATA[<p>When you&#8217;re designing a website, it helps to have some inspiration for ideas. One of the best ways to create a new look is to take an old look and remodel it. Other times only a kick-start is needed to get your creative juices flowing. With that in mind, here are a few design galleries I like to use for when I need some inspiration.</p>
<ul>
<li><a href="http://www.designmeltdown.com/">Design Meltdown</a></li>
<li><a href="http://www.oswd.org/">Open Source Web Design</a></li>
<li><a href="http://www.cssbeauty.com">CSS Beauty</a></li>
<li><a href="http://www.minimalsites.com/">Minimal Sites</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kevinlamping.com/beyond/inspiration/2009/web-design-galleries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Want to know how to design? Learn The Basics.</title>
		<link>http://kevinlamping.com/beyond/articles/2009/want-to-know-how-to-design-learn-the-basics/</link>
		<comments>http://kevinlamping.com/beyond/articles/2009/want-to-know-how-to-design-learn-the-basics/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 02:01:42 +0000</pubDate>
		<dc:creator>klamping</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[design tips]]></category>
		<category><![CDATA[just creative design]]></category>

		<guid isPermaLink="false">http://kevinlamping.com/beyond/?p=12</guid>
		<description><![CDATA[For my second post, I continue on with the design theme. This time from the blog of the &#8220;Just Creative Design&#8221; agency. 
The article briefly covers each topic with links to delve in deeped. We&#8217;ve learned about color (or colour, as they call it) and how it affects design, so it&#8217;s nice they start with [...]]]></description>
			<content:encoded><![CDATA[<p>For my second post, I continue on with the design theme. This time from the blog of the &#8220;Just Creative Design&#8221; agency. </p>
<p>The article briefly covers each topic with links to delve in deeped. We&#8217;ve learned about color (or colour, as they call it) and how it affects design, so it&#8217;s nice they start with something familiar. Take a look and see how you can improve your own design.</p>
<p><a href="http://justcreativedesign.com/2008/06/13/how-to-design-learn-the-basics/">http://justcreativedesign.com/2008/06/13/how-to-design-learn-the-basics/</a></p>
<blockquote><p>
Want to know how to design? Then you should learn the basics of design. The basic elements of design include colour, line, shape, scale, space, texture and value and these are the fundamental pieces that make up any piece of work.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://kevinlamping.com/beyond/articles/2009/want-to-know-how-to-design-learn-the-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Simple and Impressive Design Techniques</title>
		<link>http://kevinlamping.com/beyond/articles/2009/10-simple-and-impressive-design-techniques-smashingmagazinecom/</link>
		<comments>http://kevinlamping.com/beyond/articles/2009/10-simple-and-impressive-design-techniques-smashingmagazinecom/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 00:46:31 +0000</pubDate>
		<dc:creator>klamping</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://kevinlamping.com/beyond/?p=5</guid>
		<description><![CDATA[For the first post on &#8220;Beyond the Walls&#8221; I bring you one of my favorite Web resources, SmashingMagazine. They&#8217;re really great with their posts in that you can easily skim the article, but you&#8217;re still able to get in depth information when you really care about it.
http://www.smashingmagazine.com/2009/04/02/10-impressive-simple-design-techniques
&#8220;Simple effects and techniques are the building blocks of [...]]]></description>
			<content:encoded><![CDATA[<p>For the first post on &#8220;Beyond the Walls&#8221; I bring you one of my favorite Web resources, <a href="http://smashingmagazine.com">SmashingMagazine</a>. They&#8217;re really great with their posts in that you can easily skim the article, but you&#8217;re still able to get in depth information when you really care about it.</p>
<p><a href="http://www.smashingmagazine.com/2009/04/02/10-impressive-simple-design-techniques/">http://www.smashingmagazine.com/2009/04/02/10-impressive-simple-design-techniques</a></p>
<blockquote><p>&#8220;Simple effects and techniques are the building blocks of today’s designs&#8230; With a &#8216;less is more&#8217; mentality, we’ve selected <strong>10 very simple and impressive design techniques</strong> that can drastically improve the performance and appearance of your designs.&#8221;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://kevinlamping.com/beyond/articles/2009/10-simple-and-impressive-design-techniques-smashingmagazinecom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

