<?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>Stephen Davis</title>
	<atom:link href="http://stephendavis.im/feed/" rel="self" type="application/rss+xml" />
	<link>http://stephendavis.im</link>
	<description>Website design and devlopment Greenville South Carolina</description>
	<lastBuildDate>Thu, 12 Jan 2012 15:41:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Install and configure Homebrew on OS X</title>
		<link>http://stephendavis.im/blog/install-and-configure-homebrew-on-os-x/</link>
		<comments>http://stephendavis.im/blog/install-and-configure-homebrew-on-os-x/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 10:20:01 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://stephendavis.im/?p=140</guid>
		<description><![CDATA[Hello friends. Here is an overview of how to set up Homebrew on Mac OS X. Homebrew is one of the best things ever. It allows you to easily install many software packages with simple terminal commands. Homebrew already has a useful installation guide. It will get you up and running, but it&#8217;s lacking some important [...]]]></description>
			<content:encoded><![CDATA[<p>Hello friends. Here is an overview of how to set up <a href="http://mxcl.github.com/homebrew/">Homebrew</a> on Mac OS X. Homebrew is one of the best things ever. It allows you to easily install many software packages with simple terminal commands.</p>
<p>Homebrew already has a useful <a href="https://github.com/mxcl/homebrew/wiki/installation">installation guide</a>. It will get you up and running, but it&#8217;s lacking some important details.</p>
<p>By default, Homebrew uses the directory <code>/usr/local/Cellar</code> to install your packages, and it creates symlinks to the executable files in <code>/usr/local/bin</code>. However, in order to run Homebrew-installed packages with ease, you&#8217;ll need to add the latter directory to your <code>$PATH</code> variable. On OS X, this variable is located in the file at <code>/Users/yourname/.bash_profile</code>. (If the file does not exist, create it.) Add the following line to the beginning of the file:</p>
<p><code>export PATH=/usr/local/bin:$PATH</code></p>
<p>Now the terminal will look in your Homebrew directory when searching for executables to run, and your life will change for the better. Happy brewing!</p>
]]></content:encoded>
			<wfw:commentRss>http://stephendavis.im/blog/install-and-configure-homebrew-on-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Font-Face, Text-Shadow, and Google Chrome</title>
		<link>http://stephendavis.im/blog/font-face-text-shadow-and-google-chrome/</link>
		<comments>http://stephendavis.im/blog/font-face-text-shadow-and-google-chrome/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 20:22:45 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://stephendavis.im/?p=134</guid>
		<description><![CDATA[Anybody else come across a nasty bug in Chrome when using @font-face with a text shadow? Your text gets all thin and scrawny as soon as you drop the shadow on. It seems that this only occurs when viewing Google Web Fonts in Google Chrome. And unfortunately, this hasn&#8217;t been fixed even in the canary [...]]]></description>
			<content:encoded><![CDATA[<p>Anybody else come across a nasty bug in Chrome when using <code>@font-face</code> with a text shadow? Your text gets all thin and scrawny as soon as you drop the shadow on.</p>
<p>It seems that this only occurs when viewing <a href="http://www.google.com/webfonts/">Google Web Fonts</a> in Google Chrome. And unfortunately, this hasn&#8217;t been fixed even in the canary release of Chrome (v16).</p>
<p>However, there is a solution. Some guy has figured out <a href="http://code.google.com/p/chromium/issues/detail?id=23440#c93">a clean hack to get around the problem</a>. Obviously you&#8217;ll want to declare a hex color first for older browsers, then your rgba color. Only new browsers pick up on the second declaration, and the color difference is negligible.</p>
<p><code><br />
text-shadow: 2px 2px 2px #000;<br />
color: #FFF;<br />
color: rgba(255, 255, 255, 0.99);<br />
</code></p>
<p>I hope this helps mitigate some of the frustration the good CSS developers of the world are experiencing!</p>
<p>UPDATE:<br />
This bug was fixed in Chrome version 18.</p>
]]></content:encoded>
			<wfw:commentRss>http://stephendavis.im/blog/font-face-text-shadow-and-google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trip Time</title>
		<link>http://stephendavis.im/blog/trip-time/</link>
		<comments>http://stephendavis.im/blog/trip-time/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 20:40:17 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[My Life]]></category>

		<guid isPermaLink="false">http://stephendavis.im/?p=3</guid>
		<description><![CDATA[Hello all. I&#8217;m going to be taking a trip to Boston very soon. I wouldn&#8217;t even mention it, except that I really feel like I ought to make this information somewhat public. For instance, what if somebody were to look for me in my usual hangout spots? I wouldn&#8217;t be there! I think you see [...]]]></description>
			<content:encoded><![CDATA[<p>Hello all. I&#8217;m going to be taking a trip to Boston very soon. I wouldn&#8217;t even mention it, except that I really feel like I ought to make this information somewhat public. For instance, what if somebody were to look for me in my usual hangout spots? I wouldn&#8217;t be there! I think you see what I mean. I&#8217;m leaving Tuesday and returning Sunday. I&#8217;ll be working remotely a little, but mostly just visiting someone, which should be great. I hope all of your weeks are equally great.</p>
]]></content:encoded>
			<wfw:commentRss>http://stephendavis.im/blog/trip-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>At the MED</title>
		<link>http://stephendavis.im/blog/at-the-med/</link>
		<comments>http://stephendavis.im/blog/at-the-med/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 20:15:40 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[My Life]]></category>

		<guid isPermaLink="false">http://stephendavis.im/?p=75</guid>
		<description><![CDATA[I&#8217;m working at Mediasation again. After a college semester and a half, an awesome summer involving an internship with Squared Eye, a vacation in Indiana working at an excavating company, and a trip to visit an amazing girl, they decided to have me back for a bit. No one knows how long this stint will [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working at <a href="http://www.mediasation.com/" target="_blank">Mediasation</a> again. After a college semester and a half, an awesome summer involving an internship with <a href="http://squaredeye.com/" target="_blank">Squared Eye</a>, a vacation in Indiana working at an excavating company, and a trip to visit an amazing girl, they decided to have me back for a bit. No one knows how long this stint will last, but everyone knows that I&#8217;ll sure enjoy it while it does. It&#8217;s a blessing in the skies.</p>
<p>Thanks for reading,<br />
Stephen &#8220;Chuck&#8221; Davis</p>
]]></content:encoded>
			<wfw:commentRss>http://stephendavis.im/blog/at-the-med/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Old Music Is Better</title>
		<link>http://stephendavis.im/blog/old-music-is-better/</link>
		<comments>http://stephendavis.im/blog/old-music-is-better/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 13:35:43 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.17pencils.com/?p=65</guid>
		<description><![CDATA[That&#8217;s what they tell me on YouTube. &#8220;They sure as !@#$ don&#8217;t write &#*$ like this anymore!&#8221; Or some such statement. Is it true? They also say that fairly new stuff like Oasis&#8217;s Don&#8217;t look back in Anger is genius. I know that&#8217;s not true &#8211; Noel Gallagher said so himself. So what gives? My [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s what they tell me on YouTube. &#8220;They sure as !@#$ don&#8217;t write &#*$ like this anymore!&#8221; Or some such statement. Is it true? They also say that fairly new stuff like Oasis&#8217;s <a href="http://www.youtube.com/watch?v=iul4SBlHIf8">Don&#8217;t look back in Anger</a> is genius. I know that&#8217;s not true &#8211; Noel Gallagher <a href="http://en.wikipedia.org/wiki/Don%27t_Look_Back_in_Anger#Writing_and_recording">said so himself</a>. So what gives? My conclusion here would be that YouTube users in general have no idea what makes music great. I&#8217;m a YouTube user too, so that sucks! Of course, since the advent of the internets, more and more artists are getting publicity (sweet!), which means the truly good artists stand out less (lame!). However, the whole concept of &#8220;popular&#8221; music is still relatively new, which gives me hope. Perhaps over time, people will feel the same about this decade as they do about the 60&#8242;s and 70&#8242;s. (The 80&#8242;s are not helping my theory.)<br />
So to my modern musician friends: Write with soul. Sometimes exploring new territory can mean the loss of a solid melody. Not good! Be transparent, but look outside of yourself for inspiration, not inside.</p>
]]></content:encoded>
			<wfw:commentRss>http://stephendavis.im/blog/old-music-is-better/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>I&#8217;m Back At School</title>
		<link>http://stephendavis.im/blog/im-back-at-school/</link>
		<comments>http://stephendavis.im/blog/im-back-at-school/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 09:11:36 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[My Life]]></category>

		<guid isPermaLink="false">http://www.17pencils.com/?p=63</guid>
		<description><![CDATA[And stuff. So far it&#8217;s been ok, but it looks like I may not be learning a lot in my computer classes! What a shame. At least I get to chill with wannabe nerds. That in itself is worth the time, methinks. Getting started with Java took me like ten minutes&#8230; bleh. I was hoping [...]]]></description>
			<content:encoded><![CDATA[<p>And stuff. So far it&#8217;s been ok, but it looks like I may not be learning a lot in my computer classes! What a shame. At least I get to chill with wannabe nerds. That in itself is worth the time, methinks. Getting started with Java took me like ten minutes&#8230; bleh. I was hoping to get a better OOP foundation, but I guess I&#8217;ll just have to learn the same stuff over again, or something like that.</p>
]]></content:encoded>
			<wfw:commentRss>http://stephendavis.im/blog/im-back-at-school/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>New Album Out!</title>
		<link>http://stephendavis.im/blog/new-album-released/</link>
		<comments>http://stephendavis.im/blog/new-album-released/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 12:52:39 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.17pencils.com/?p=57</guid>
		<description><![CDATA[It&#8217;s finally here! After lots of work, etc., I have finished my first album, If Music be the Food of Love. It will be on iTunes September 15, but you can download it right now at www.imbtfol.com, or right here at Seventeen Pencils. I&#8217;d like to thank Michael Golus, Joshua Mayfield, Caleb Sherer, and Joshua [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s finally here! After lots of work, etc., I have finished my first album, <em>If Music be the Food of Love</em>. It will be on iTunes September 15, but you can download it right now at <a href="http://www.imbtfol.com/" target="_blank">www.imbtfol.com</a>, or right here at Seventeen Pencils. I&#8217;d like to thank Michael Golus, Joshua Mayfield, Caleb Sherer, and Joshua Davis for their help with everything from playing the piano to doing cartwheels, etc. Enjoy!</p>
<p>Stephen</p>
]]></content:encoded>
			<wfw:commentRss>http://stephendavis.im/blog/new-album-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Release Date Has Been Thought Of</title>
		<link>http://stephendavis.im/blog/a-release-date-has-been-thought-of/</link>
		<comments>http://stephendavis.im/blog/a-release-date-has-been-thought-of/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 01:42:21 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.17pencils.com/?p=53</guid>
		<description><![CDATA[I&#8217;m coming down to the home stretch with my new album, If Music be the Food of Love. Something tells me that this could be exciting! I&#8217;m shooting for August 15, which is less than two weeks away. There&#8217;s a certain satisfaction to doing everything by yourself, but I definitely want to try a different [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m coming down to the home stretch with my new album, <em>If Music be the Food of Love</em>. Something tells me that this could be exciting! I&#8217;m shooting for August 15, which is less than two weeks away. There&#8217;s a certain satisfaction to doing everything by yourself, but I definitely want to try a different approach next time. It just isn&#8217;t time-effective to write every single note of every instrument by hand. I hereby vow to reach out in a non-hermit-like manner, and join with other fabulous musicians to make a more beautiful sound! I have one more food song left to finish, so I should be good with my deadline. Oh wait, I&#8217;m releasing my album in India a week sooner&#8230; YIKES.</p>
]]></content:encoded>
			<wfw:commentRss>http://stephendavis.im/blog/a-release-date-has-been-thought-of/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This is a Professional Music Analysis</title>
		<link>http://stephendavis.im/blog/this-is-a-professional-music-analysis/</link>
		<comments>http://stephendavis.im/blog/this-is-a-professional-music-analysis/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 22:27:02 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.17pencils.com/2009/07/this-is-a-professional-music-analysis/</guid>
		<description><![CDATA[One of the hardest things about music is actually feeling it. It&#8217;s too easy to just write what sounds decent, and not really put my heart into it. So when a song can really make me feel deep down, I&#8217;m intrigued. In my experience, the emotional quality of a song has to do with escaping [...]]]></description>
			<content:encoded><![CDATA[<p>One of the hardest things about music is actually feeling it. It&#8217;s too easy to just write what sounds decent, and not really put my heart into it. So when a song can really make me feel deep down, I&#8217;m intrigued. In my experience, the emotional quality of a song has to do with escaping the mundane, both lyrically and musically, and presenting to the listener a vast spectrum of sensations. Two of the main ways to do this are through long distances and long periods of time. That&#8217;s why I love Enya &#8211; she does an excellent job of spanning an incredible range of feelings. Her ethereal sound includes stark elements from the past and the present &#8211; fleshing out orchestral arrangements with electronic sounds. And her lyrics bring together years of circumstances, shrouding modern life in the expansive mystery of the past. <a href="http://www.youtube.com/watch?v=cuDDPF6vE6Y" target="_blank">Trains and Winter Rains</a> I think shows her strengths the best of any of her songs.<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/cuDDPF6vE6Y&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/cuDDPF6vE6Y&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://stephendavis.im/blog/this-is-a-professional-music-analysis/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Navigation Methods, Etcetera</title>
		<link>http://stephendavis.im/blog/navigation-methods-etcetera/</link>
		<comments>http://stephendavis.im/blog/navigation-methods-etcetera/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 23:56:58 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.17pencils.com/?p=33</guid>
		<description><![CDATA[I&#8217;ve recently begun to favor slightly different ways of layout out a main navigation div in CSS. I had been using padding on my a tags, and padding on a span tag inside them. However, line-height seems to be a viable method of achieving the same effect with less code. It generally seems IE-safe too, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently begun to favor slightly different ways of layout out a main navigation div in CSS. I had been using padding on my <code>a</code> tags, and padding on a <code>span</code> tag inside them. However, <code>line-height</code> seems to be a viable method of achieving the same effect with less code. It generally seems IE-safe too, although you have to be a bit verbose for the poor thing.</p>
<p>If you do use a <code>span</code> inside your <code>a</code> (for additional background images and such), you&#8217;ll need to either re-declare the same <code>line-height</code> on it, or display it as a block-level element, either one of which is easier than trying to divide up your padding correctly around your text. But in some cases, using the block-level option may cause IE&#8217;s box model to freak out, rendering your <code>a</code>/<code>li</code> elements block-level as well. If so, float the <code>span</code>. This, however, may hide the background of the <code>span</code>, in which case either <code>height</code> or <code>zoom</code> must be added to the parent <code>a</code>/<code>li</code> tags. <img src='http://stephendavis.im/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>After writing this out, it sure doesn&#8217;t look easier, but at least my code is pretty&#8230; thanks to <a href="http://www.nathanhanna.com/" target="_blank">Nate Hanna</a> for (non-monetary) tips!</p>
]]></content:encoded>
			<wfw:commentRss>http://stephendavis.im/blog/navigation-methods-etcetera/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

