<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Gene Locklin</title>
	
	<link>http://genelocklin.com</link>
	<description />
	<lastBuildDate>Fri, 30 Dec 2011 01:13:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/GeneLocklin" /><feedburner:info uri="genelocklin" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Responsive Split Layouts</title>
		<link>http://feedproxy.google.com/~r/GeneLocklin/~3/Qim8KJkpr50/</link>
		<comments>http://genelocklin.com/responsive-split-layouts/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 04:41:26 +0000</pubDate>
		<dc:creator>Gene Locklin</dc:creator>
				<category><![CDATA[Lab]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[gradient]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[pseudo-elements]]></category>
		<category><![CDATA[responsive]]></category>

		<guid isPermaLink="false">http://genelocklin.com/?p=454</guid>
		<description><![CDATA[<p>Here are three completely overly complicated techniques for creating responsive split layouts. I don't know how it all started. I'm sure it was a post on <span class="vcard"><a href="http://forrst.com" class="url fn org" rel="external" itemprop="url" target="_blank" title="forrst link">Forrst</a></span>. I just got kind of carried away.</p> 
<p>These are proof of concept techniques, all achieving the same end result through completely different means. They may not be useful for what they are, but I believe that they still can serve a purpose. They were fun to create, anyway.</p>
]]></description>
			<content:encoded><![CDATA[<p>Here are three completely overly complicated techniques for creating responsive split layouts. I don't know how it all started. I'm sure it was a post on <span class="vcard"><a href="http://forrst.com" class="url fn org" rel="external" itemprop="url" target="_blank" title="forrst link">Forrst</a></span>. I just got kind of carried away.</p> 
<p>These are proof of concept techniques, all achieving the same end result through completely different means. They may not be useful for what they are, but I believe that they still can serve a purpose. They were fun to create, anyway.</p>
<img src="http://feeds.feedburner.com/~r/GeneLocklin/~4/Qim8KJkpr50" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://genelocklin.com/responsive-split-layouts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://genelocklin.com/responsive-split-layouts/</feedburner:origLink></item>
		<item>
		<title>Gravatar Style Tucked Corners</title>
		<link>http://feedproxy.google.com/~r/GeneLocklin/~3/cA6uOX-fuEQ/</link>
		<comments>http://genelocklin.com/gravatar-style-tucked-corners/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 21:02:57 +0000</pubDate>
		<dc:creator>Gene Locklin</dc:creator>
				<category><![CDATA[Lab]]></category>
		<category><![CDATA[corners]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[gravatar]]></category>

		<guid isPermaLink="false">http://genelocklin.com/?p=375</guid>
		<description><![CDATA[<p>This post is a collaborative effort between myself, <span class="vcard"><a class="url fn" title="joshua hibbert" href="http://joshuanhibbert.com/" rel="colleague">Joshua Hibbert</a></span>, <span class="vcard"><a class="url fn" title="Scott Parry"  rel="colleague" href="http://twitter.com/iKreativ">Scott Parry</a></span> and <a href="http://twitter.com/lastrosestudios" class="url org fn colleague" title="Last Rose Studios">Last Rose Studios</a></span> via <span class="vcard"><a class="url fn" title="forrst" href="http://forrst.com">forrst.com</a></span>.</p>

<p>The effect is achieved using <a href="http://www.w3.org/TR/css3-content/" title ="pseudo element link" rel="external" target="_blank">pseudo elements</a>. Unfortunately, until we can nest generated content, only two corners can be created without adding another element to the mix. In this example, the bottom corners are created using the footer element. It's rare that that there is only one element on a page, so this shouldn't be a big deal.</p>

<p>There's still a bit of discrepancy between browsers, especially in the way Mozilla handles shadows, but I think it's a good start.</p>



]]></description>
			<content:encoded><![CDATA[<p>This post is a collaborative effort between myself, <span class="vcard"><a class="url fn" title="joshua hibbert" href="http://joshuanhibbert.com/" rel="colleague">Joshua Hibbert</a></span>, <span class="vcard"><a class="url fn" title="Scott Parry"  rel="colleague" href="http://twitter.com/iKreativ">Scott Parry</a></span> and <a href="http://twitter.com/lastrosestudios" class="url org fn colleague" title="Last Rose Studios">Last Rose Studios</a></span> via <span class="vcard"><a class="url fn" title="forrst" href="http://forrst.com">forrst.com</a></span>.</p>

<p>The effect is achieved using <a href="http://www.w3.org/TR/css3-content/" title ="pseudo element link" rel="external" target="_blank">pseudo elements</a>. Unfortunately, until we can nest generated content, only two corners can be created without adding another element to the mix. In this example, the bottom corners are created using the footer element. It's rare that that there is only one element on a page, so this shouldn't be a big deal.</p>

<p>There's still a bit of discrepancy between browsers, especially in the way Mozilla handles shadows, but I think it's a good start.</p>



<img src="http://feeds.feedburner.com/~r/GeneLocklin/~4/cA6uOX-fuEQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://genelocklin.com/gravatar-style-tucked-corners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://genelocklin.com/gravatar-style-tucked-corners/</feedburner:origLink></item>
		<item>
		<title>Gradient Borders</title>
		<link>http://feedproxy.google.com/~r/GeneLocklin/~3/GQp2XOxNSVk/</link>
		<comments>http://genelocklin.com/gradient-borders/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 01:14:32 +0000</pubDate>
		<dc:creator>Gene Locklin</dc:creator>
				<category><![CDATA[Lab]]></category>
		<category><![CDATA[borders]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[gradient]]></category>

		<guid isPermaLink="false">http://genelocklin.com/?p=356</guid>
		<description><![CDATA[<p>Here are three and a half techniques for adding gradient borders to elements. I've used images for the example, but the techniques can be used on anything.</p>
<p>The first example, <code>.gradient</code>, can be attributed to <a href="http://forrst.com/posts/Gradient_Border_using_CSS3-I6i" title="gradient border post" rel="external" class="url" itemprop="url">a post</a> on <span class="vcard"><a href="http://forrst.com/" title="forrst" rel="external" itemprop="url" class="url fn org" target="_blank">Forrst</a></span> by <span class="vcard"><a href="https://twitter.com/#!/cody_swann" rel="external colleague" title="Cody Swann's Twitter" class="fn url" itemprop="url">Cody Swann</a></span>. The effect is achieved by adding two pseudo elements to either side and solid borders on top and bottom. it's probably the least flexible of the techniques.</p>
<p>The second and third examples, <code>.faux-gradient-fixed</code> and <code>.faux-gradient-responsive</code> are achieved by generating a gradient background for and then adding padding to an element.</p>
<p>The final example, <code>.faux-gradient-responsive-two</code> is achieved by adding a pseudo element background with a negative z-index to an element.</p>
<p>I have no idea if these have been recreated anywhere else. The <a href="http://paulirish.com/" title="paulirish.com" rel="external colleague" "target="_blank" class="fn url" itemprop="url">web</a> <a href="http://nicolasgallagher.com/" title="nicolasgallagher.com" rel="external" "target="_blank" class="url" itemprop="url">definitely</a> <a href="http://lea.verou.me/" title="lea.verou.me" rel="external" "target="_blank" class="url" itemprop="url">has</a> <a href="http://nimbupani.com/" title="nimbupani.com" rel="external" "target="_blank" class="url" itemprop="url">it's</a> <a href="http://css-tricks.com/" title="css-tricks" rel="external" "target="_blank">innovators</a>. For the most part, though, it seems to be a <a href="http://en.wikipedia.org/wiki/Hundredth_monkey_effect" title="100th monkey" rel="external" "target="_blank" class="url" itemprop="url">100<sup>th</sup> monkey</a> situation around here.</p>
]]></description>
			<content:encoded><![CDATA[<p>Here are three and a half techniques for adding gradient borders to elements. I've used images for the example, but the techniques can be used on anything.</p>
<p>The first example, <code>.gradient</code>, can be attributed to <a href="http://forrst.com/posts/Gradient_Border_using_CSS3-I6i" title="gradient border post" rel="external" class="url" itemprop="url">a post</a> on <span class="vcard"><a href="http://forrst.com/" title="forrst" rel="external" itemprop="url" class="url fn org" target="_blank">Forrst</a></span> by <span class="vcard"><a href="https://twitter.com/#!/cody_swann" rel="external colleague" title="Cody Swann's Twitter" class="fn url" itemprop="url">Cody Swann</a></span>. The effect is achieved by adding two pseudo elements to either side and solid borders on top and bottom. it's probably the least flexible of the techniques.</p>
<p>The second and third examples, <code>.faux-gradient-fixed</code> and <code>.faux-gradient-responsive</code> are achieved by generating a gradient background for and then adding padding to an element.</p>
<p>The final example, <code>.faux-gradient-responsive-two</code> is achieved by adding a pseudo element background with a negative z-index to an element.</p>
<p>I have no idea if these have been recreated anywhere else. The <a href="http://paulirish.com/" title="paulirish.com" rel="external colleague" "target="_blank" class="fn url" itemprop="url">web</a> <a href="http://nicolasgallagher.com/" title="nicolasgallagher.com" rel="external" "target="_blank" class="url" itemprop="url">definitely</a> <a href="http://lea.verou.me/" title="lea.verou.me" rel="external" "target="_blank" class="url" itemprop="url">has</a> <a href="http://nimbupani.com/" title="nimbupani.com" rel="external" "target="_blank" class="url" itemprop="url">it's</a> <a href="http://css-tricks.com/" title="css-tricks" rel="external" "target="_blank">innovators</a>. For the most part, though, it seems to be a <a href="http://en.wikipedia.org/wiki/Hundredth_monkey_effect" title="100th monkey" rel="external" "target="_blank" class="url" itemprop="url">100<sup>th</sup> monkey</a> situation around here.</p>
<img src="http://feeds.feedburner.com/~r/GeneLocklin/~4/GQp2XOxNSVk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://genelocklin.com/gradient-borders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://genelocklin.com/gradient-borders/</feedburner:origLink></item>
		<item>
		<title>Adaptive Background Grid</title>
		<link>http://feedproxy.google.com/~r/GeneLocklin/~3/QNsp1rItVV4/</link>
		<comments>http://genelocklin.com/adaptive-background-grid/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 15:34:06 +0000</pubDate>
		<dc:creator>Gene Locklin</dc:creator>
				<category><![CDATA[Lab]]></category>
		<category><![CDATA[adaptive]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[media-queries]]></category>
		<category><![CDATA[responsive]]></category>

		<guid isPermaLink="false">http://genelocklin.com/?p=489</guid>
		<description><![CDATA[<p>Here's an example of how awesome <dfn title="Cascading Style Sheets level 3"><abbr>CSS3</abbr></dfn> media queries can be.</p> 

<p>When I'm working, I always use a grid of some sort, to make sure everything is staying on the <a href="http://www.alistapart.com/d/settingtypeontheweb/example_grid.html" title="baseline" rel="external" target="_blank" itemprop="url" class="url">baseline</a>. Usually, I either set a grid image to show on hover, as  <span class="vcard"><a href="http://csswizardry.com/" title="csswizardry.com" rel="external colleague" target="_blank" itemprop="url" class="url fn">Harry Roberts</a></span> suggested in his article, <a href="http://coding.smashingmagazine.com/2011/03/14/technical-web-typography-guidelines-and-techniques/" title="smashing type article" class="url" rel="external" itemprop="url" target="_blank">Technical Web Typography, Guidelines and Techniques</a>, or I set it up to toggle a class to my HTML, with an absolutely positioned link  somewhere on the page.</p>

<p>No matter how  I go about it, I always consider staying on the baseline. I hate visiting a site that doesn't. It makes my head hurt. Usually, I end up wasting 10 minutes going into web inspector and fixing the type. </p>

<p>I was browsing <span class="vcard"><a href="http://lea.verou.me/" title="lea.verou.me" rel="external colleague" target="_blank" itemprop="url" class="url fn">Lea Verou's</a></span> <a href="http://lea.verou.me/css3patterns/" title="css3patterns" rel="external colleague" target="_blank" itemprop="url" class="url">CSS3 Pattern Gallery</a>, when I came across <a href="http://lea.verou.me/css3patterns/#blueprint-grid" title="blueprint-grid" rel="external colleague" target="_blank" itemprop="url" class="url">this pattern</a>. It's close to the image that I usually use for my background grid, so I thought I'd modify it and see what happened.</p>

<p>The result isn't very impressive looking, but it's sized in <a href="http://en.wikipedia.org/wiki/Em_(typography)" title="em link" rel="external" class="url" itemprop="url" target="_blank">EM's</a>, making it scaleable. Now, using media queries, I can scale my background up as my text scales up.</p>]]></description>
			<content:encoded><![CDATA[<p>Here's an example of how awesome <dfn title="Cascading Style Sheets level 3"><abbr>CSS3</abbr></dfn> media queries can be.</p> 

<p>When I'm working, I always use a grid of some sort, to make sure everything is staying on the <a href="http://www.alistapart.com/d/settingtypeontheweb/example_grid.html" title="baseline" rel="external" target="_blank" itemprop="url" class="url">baseline</a>. Usually, I either set a grid image to show on hover, as  <span class="vcard"><a href="http://csswizardry.com/" title="csswizardry.com" rel="external colleague" target="_blank" itemprop="url" class="url fn">Harry Roberts</a></span> suggested in his article, <a href="http://coding.smashingmagazine.com/2011/03/14/technical-web-typography-guidelines-and-techniques/" title="smashing type article" class="url" rel="external" itemprop="url" target="_blank">Technical Web Typography, Guidelines and Techniques</a>, or I set it up to toggle a class to my HTML, with an absolutely positioned link  somewhere on the page.</p>

<p>No matter how  I go about it, I always consider staying on the baseline. I hate visiting a site that doesn't. It makes my head hurt. Usually, I end up wasting 10 minutes going into web inspector and fixing the type. </p>

<p>I was browsing <span class="vcard"><a href="http://lea.verou.me/" title="lea.verou.me" rel="external colleague" target="_blank" itemprop="url" class="url fn">Lea Verou's</a></span> <a href="http://lea.verou.me/css3patterns/" title="css3patterns" rel="external colleague" target="_blank" itemprop="url" class="url">CSS3 Pattern Gallery</a>, when I came across <a href="http://lea.verou.me/css3patterns/#blueprint-grid" title="blueprint-grid" rel="external colleague" target="_blank" itemprop="url" class="url">this pattern</a>. It's close to the image that I usually use for my background grid, so I thought I'd modify it and see what happened.</p>

<p>The result isn't very impressive looking, but it's sized in <a href="http://en.wikipedia.org/wiki/Em_(typography)" title="em link" rel="external" class="url" itemprop="url" target="_blank">EM's</a>, making it scaleable. Now, using media queries, I can scale my background up as my text scales up.</p><img src="http://feeds.feedburner.com/~r/GeneLocklin/~4/QNsp1rItVV4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://genelocklin.com/adaptive-background-grid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://genelocklin.com/adaptive-background-grid/</feedburner:origLink></item>
		<item>
		<title>CSS Biohazard Symbol</title>
		<link>http://feedproxy.google.com/~r/GeneLocklin/~3/_FQ5dqZGQFo/</link>
		<comments>http://genelocklin.com/css-biohazard-symbol/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 01:06:50 +0000</pubDate>
		<dc:creator>Gene Locklin</dc:creator>
				<category><![CDATA[Lab]]></category>
		<category><![CDATA[biohazard]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[symbol]]></category>

		<guid isPermaLink="false">http://genelocklin.com/?p=463</guid>
		<description><![CDATA[<p>Biohazard symbol created with css3. I built it at 960px and scaled it down for mobile, but I didn’t spend much time on the < 960px versions. I just halved the math, and halved it again. The smallest iteration is a little lacking, but It’s time to move on. I may come back to it. Probably not though.</p>]]></description>
			<content:encoded><![CDATA[<p>Biohazard symbol created with css3. I built it at 960px and scaled it down for mobile, but I didn’t spend much time on the < 960px versions. I just halved the math, and halved it again. The smallest iteration is a little lacking, but It’s time to move on. I may come back to it. Probably not though.</p><img src="http://feeds.feedburner.com/~r/GeneLocklin/~4/_FQ5dqZGQFo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://genelocklin.com/css-biohazard-symbol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://genelocklin.com/css-biohazard-symbol/</feedburner:origLink></item>
		<item>
		<title>CSS Radioactive Symbol</title>
		<link>http://feedproxy.google.com/~r/GeneLocklin/~3/8zfJ5eDty0c/</link>
		<comments>http://genelocklin.com/css-radioactive-symbol/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 18:07:20 +0000</pubDate>
		<dc:creator>Gene Locklin</dc:creator>
				<category><![CDATA[Lab]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[radioactive]]></category>
		<category><![CDATA[symbol]]></category>

		<guid isPermaLink="false">http://genelocklin.com/?p=477</guid>
		<description />
			<content:encoded><![CDATA[<img src="http://feeds.feedburner.com/~r/GeneLocklin/~4/8zfJ5eDty0c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://genelocklin.com/css-radioactive-symbol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://genelocklin.com/css-radioactive-symbol/</feedburner:origLink></item>
		<item>
		<title>Add Depth to Your Webpage</title>
		<link>http://feedproxy.google.com/~r/GeneLocklin/~3/uLrT3_MUtp4/</link>
		<comments>http://genelocklin.com/add-depth-to-your-webpage/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 20:31:09 +0000</pubDate>
		<dc:creator>Gene Locklin</dc:creator>
				<category><![CDATA[Lab]]></category>
		<category><![CDATA[box-shadow]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[depth]]></category>

		<guid isPermaLink="false">http://genelocklin.com/?p=428</guid>
		<description><![CDATA[<p>Here's an easy to add depth to your webpage using <a href="http://www.w3.org/TR/CSS2/selector.html#pseudo-elements" title="generated content link" class="url" itemprop="url" rel="external" target="_blank">pseudo elements</a>. We add <code>::before</code> to the body, with a height of 10px and a negative margin equal to the height. Normally this would hide the element, but the spread on the box shadow shows through. It's important that we give the element a width over 100%. If we don't, it leaves a pixel or two without a shadow. Finally, we add <code>overflow:hidden</code> to the body. And Depth. Easy. </p>]]></description>
			<content:encoded><![CDATA[<p>Here's an easy to add depth to your webpage using <a href="http://www.w3.org/TR/CSS2/selector.html#pseudo-elements" title="generated content link" class="url" itemprop="url" rel="external" target="_blank">pseudo elements</a>. We add <code>::before</code> to the body, with a height of 10px and a negative margin equal to the height. Normally this would hide the element, but the spread on the box shadow shows through. It's important that we give the element a width over 100%. If we don't, it leaves a pixel or two without a shadow. Finally, we add <code>overflow:hidden</code> to the body. And Depth. Easy. </p><img src="http://feeds.feedburner.com/~r/GeneLocklin/~4/uLrT3_MUtp4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://genelocklin.com/add-depth-to-your-webpage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://genelocklin.com/add-depth-to-your-webpage/</feedburner:origLink></item>
		<item>
		<title>Damn it Feels Good to be a Gangsta</title>
		<link>http://feedproxy.google.com/~r/GeneLocklin/~3/pEv-5RiIn_I/</link>
		<comments>http://genelocklin.com/damn-it-feels-good-to-be-a-gangsta/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 16:36:44 +0000</pubDate>
		<dc:creator>Gene Locklin</dc:creator>
				<category><![CDATA[Typography]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[gangsta]]></category>
		<category><![CDATA[hip-hop]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://genelocklin.com/?p=410</guid>
		<description><![CDATA[<p>
I suffer from high <a href="http://en.wiktionary.org/wiki/ideaphoria" title ="ideaphoria" rel="external" target="_blank" class="url" itemprop="url">ideaphoria</a>. Really, it's my work that suffers. It's very rare that I sit down and work all the day on one project. Or ten. I have a total <a href="http://youtu.be/jwqTCUCOhWI" title ="wikipedia eddie izzard" rel="external" target="_blank" class="url" itemprop="url">Wikipedia</a> mentality. I start a project and get distracted, and then get distracted from that, and <a href="http://youtu.be/xrAIGLkSMls" title ="squirrel" rel="external" target="_blank" class="url" itemprop="url">squirrel</a>!</p>
<p>This post was my squirrel for the day. I've used an outdated version of the <a href="http://www.w3.org/TR/css3-multicol/" title ="Multi-column Layout Module" rel="external" target="_blank" class="url" itemprop="url">Multi-column Layout Module</a>. Inside that, I've intentionally thrown the grid off a bit. I've never seen a Sun, but while I was Googling for pictures of the paper, I found that it always looks a bit of a mess. It kind of hurt my brain to do it, but it felt more authentic.</p> 
<p>Props to <a href="http://www.hiphopquoted.com/" title ="hiphopquoted" rel="external" target="_blank" class="url" itemprop="url">Hip Hop Quoted</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>
I suffer from high <a href="http://en.wiktionary.org/wiki/ideaphoria" title ="ideaphoria" rel="external" target="_blank" class="url" itemprop="url">ideaphoria</a>. Really, it's my work that suffers. It's very rare that I sit down and work all the day on one project. Or ten. I have a total <a href="http://youtu.be/jwqTCUCOhWI" title ="wikipedia eddie izzard" rel="external" target="_blank" class="url" itemprop="url">Wikipedia</a> mentality. I start a project and get distracted, and then get distracted from that, and <a href="http://youtu.be/xrAIGLkSMls" title ="squirrel" rel="external" target="_blank" class="url" itemprop="url">squirrel</a>!</p>
<p>This post was my squirrel for the day. I've used an outdated version of the <a href="http://www.w3.org/TR/css3-multicol/" title ="Multi-column Layout Module" rel="external" target="_blank" class="url" itemprop="url">Multi-column Layout Module</a>. Inside that, I've intentionally thrown the grid off a bit. I've never seen a Sun, but while I was Googling for pictures of the paper, I found that it always looks a bit of a mess. It kind of hurt my brain to do it, but it felt more authentic.</p> 
<p>Props to <a href="http://www.hiphopquoted.com/" title ="hiphopquoted" rel="external" target="_blank" class="url" itemprop="url">Hip Hop Quoted</a>.</p><img src="http://feeds.feedburner.com/~r/GeneLocklin/~4/pEv-5RiIn_I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://genelocklin.com/damn-it-feels-good-to-be-a-gangsta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://genelocklin.com/damn-it-feels-good-to-be-a-gangsta/</feedburner:origLink></item>
	</channel>
</rss>

