<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <channel>
    
    <title>David Hemphill.com</title>
    <link>http://davidhemphill.com/blog/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>davidlee.hemphill@gmail.com</dc:creator>
    <dc:rights>Copyright 2011</dc:rights>
    <dc:date>2011-09-07T05:16:34+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>Protect Your .git Directory</title>
      <link>http://davidhemphill.com/blog/protect-your-git-directory</link>
      <guid>http://davidhemphill.com/blog/protect-your-git-directory#When:05:16:34Z</guid>
      <description>It seems a lot of people are using Git to get their website&#8217;s into version control. That is a good thing. The truth is, however, a lot of designers don&#8217;t have too much experience with the nuances of having our code in a repository, and so we don&#8217;t always know about little security tips and tricks the pros use.

Well, here&#8217;s an important little trick I picked up from Matt Masuga&#8217;s presentation at EECI2010. If your deployed site is a working copy of your master repository, adding this simple rule to your .htaccess file will hide your .git directory from public viewing, adding a bit of extra security. This tip will actually work for any site that&#8217;s deployed on Git.

The rule is :
RedirectMatch 403 /&#46;git.*$

This is a pretty important rule to have because it protects you from people seeing the inner workings of your server. Hope this helps someone!</description>
      <dc:subject></dc:subject>
      <dc:date>2011-09-07T05:16:34+00:00</dc:date>
    </item>

    <item>
      <title>Take a look at the new digs&#8230;</title>
      <link>http://davidhemphill.com/blog/take-a-look-at-the-new-digs</link>
      <guid>http://davidhemphill.com/blog/take-a-look-at-the-new-digs#When:06:30:49Z</guid>
      <description>It&#8217;s been a long time coming, but I&#8217;m proud to announce my new site. It&#8217;s not perfect by any means, but I&#8217;m really happy with the way it&#8217;s turning out.

A Fresh Start

I started fresh this time around, rather than using what I had already built as a starting point. I wanted this design to have more &#8220;legs&#8221; and last a bit longer than previous iterations, and I think I&#8217;m on the right track with this direction.

Another Blog?

Some of you may notice that I now have two blogs going. I&#8217;ve decided that I&#8217;m going to make my Tumblr blog a bit more personal and the blog on this site more professional/web related. So if you&#8217;d like know more about my personality, head over to  http://blog.davidhemphill.com, but if not, that&#8217;s fine with me too.

Other

I haven&#8217;t even given this site a check in Internet Explorer (or any non&#45;Webkit browser really) to see how it renders, but I&#8217;m going to make every attempt to make it look great there too. Don&#8217;t hold your breath though.</description>
      <dc:subject></dc:subject>
      <dc:date>2011-09-01T06:30:49+00:00</dc:date>
    </item>

    
    </channel>
</rss>
