<?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:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    
    <title>NathanHoad.net</title>
    <link>http://nathanhoad.net/</link>
    <description>Nathan Hoad's Blog</description>
    <image>
      <url>http://nathanhoad.net/images/rss.png</url>
      <title>NathanHoad.net</title>
      <link>http://nathanhoad.net/</link>
    </image>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <language>en-au</language>
    <copyright>Nathan Hoad</copyright>
    <pubDate>Mon, 26 Oct 2009 22:43:00 +1000</pubDate>
    
      <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/nathanhoad" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
        <title>How to: Git stash</title>
        <description>&lt;p&gt;You are busy programming away in the middle of a task and suddenly something urgent comes up. If you are awesome enough to be a &lt;a href="http://git-scm.com/"&gt;Git&lt;/a&gt; user then you needn't fret, just use &lt;code&gt;git stash&lt;/code&gt;.&lt;/p&gt;&lt;a href="http://nathanhoad.net/how-to-git-stash"&gt;Read more...&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/nathanhoad/~4/j-5d4QV08l0" height="1" width="1"/&gt;</description>
        <pubDate>Mon, 26 Oct 2009 22:43:00 +1000</pubDate>
        <link>http://feedproxy.google.com/~r/nathanhoad/~3/j-5d4QV08l0/how-to-git-stash</link>
        <guid isPermaLink="false">http://nathanhoad.net/how-to-git-stash</guid>
      <feedburner:origLink>http://nathanhoad.net/how-to-git-stash</feedburner:origLink></item>
    
      <item>
        <title>How to: Cherry-pick changes with Git</title>
        <description>&lt;p&gt;Here's the scenario: You're working in a feature branch that isn't quite ready for a full merge but you do have a few commits in there that you want to push to master (for a release or whatever reason). This is just one of possibly many situations where making use of Git's &lt;code&gt;cherry-pick&lt;/code&gt; command might prove useful.&lt;/p&gt;&lt;a href="http://nathanhoad.net/how-to-cherry-pick-changes-with-git"&gt;Read more...&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/nathanhoad/~4/6xk0ilZpb7s" height="1" width="1"/&gt;</description>
        <pubDate>Fri, 23 Oct 2009 09:26:00 +1000</pubDate>
        <link>http://feedproxy.google.com/~r/nathanhoad/~3/6xk0ilZpb7s/how-to-cherry-pick-changes-with-git</link>
        <guid isPermaLink="false">http://nathanhoad.net/how-to-cherry-pick-changes-with-git</guid>
      <feedburner:origLink>http://nathanhoad.net/how-to-cherry-pick-changes-with-git</feedburner:origLink></item>
    
      <item>
        <title>Git: Amend your last commit</title>
        <description>&lt;p&gt;Git has a number of awesome features; Not least of all is the ability to amend the previous commit. If you ever find that you accidentally left something out of your last commit, be it a file or an extra change to a file that you just committed, don't worry. It can easily be fixed &lt;img src="http://nathanhoad.net/images/emote-grin.png" alt=":-D" width="16" height="16" /&gt;&lt;/p&gt;&lt;a href="http://nathanhoad.net/git-amend-your-last-commit"&gt;Read more...&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/nathanhoad/~4/FRWr8AOdeps" height="1" width="1"/&gt;</description>
        <pubDate>Tue, 13 Oct 2009 14:32:00 +1000</pubDate>
        <link>http://feedproxy.google.com/~r/nathanhoad/~3/FRWr8AOdeps/git-amend-your-last-commit</link>
        <guid isPermaLink="false">http://nathanhoad.net/git-amend-your-last-commit</guid>
      <feedburner:origLink>http://nathanhoad.net/git-amend-your-last-commit</feedburner:origLink></item>
    
      <item>
        <title>Deploy from a Git tag with Capistrano</title>
        <description>&lt;p&gt;Are you using &lt;a href="http://www.capify.org/index.php/Capistrano"&gt;Capistrano&lt;/a&gt; and &lt;a href="http://git-scm.com/"&gt;Git&lt;/a&gt; and want to easily deploy from Git tags? It couldn't be simpler &lt;img src="http://nathanhoad.net/images/emote-wink.png" alt=";-)" width="16" height="16" /&gt;&lt;/p&gt;&lt;a href="http://nathanhoad.net/deploy-from-a-git-tag-with-capistrano"&gt;Read more...&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/nathanhoad/~4/v8NtfE45_zQ" height="1" width="1"/&gt;</description>
        <pubDate>Sat, 03 Oct 2009 00:42:00 +1000</pubDate>
        <link>http://feedproxy.google.com/~r/nathanhoad/~3/v8NtfE45_zQ/deploy-from-a-git-tag-with-capistrano</link>
        <guid isPermaLink="false">http://nathanhoad.net/deploy-from-a-git-tag-with-capistrano</guid>
      <feedburner:origLink>http://nathanhoad.net/deploy-from-a-git-tag-with-capistrano</feedburner:origLink></item>
    
      <item>
        <title>Width and height of Flash content in Moredown</title>
        <description>&lt;p&gt;Just a quick note to mention some previously unmentioned syntax for &lt;a href="http://nathanhoad.net/projects/moredown"&gt;Moredown&lt;/a&gt;. It was already possible to specify a width and height for Flash embeds, I had just neglected to say how &lt;img src="http://nathanhoad.net/images/emote-tongue.png" alt=":-P" width="16" height="16" /&gt;.&lt;/p&gt;&lt;a href="http://nathanhoad.net/width-and-height-of-flash-content-in-moredown"&gt;Read more...&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/nathanhoad/~4/rsSSAxQOAlE" height="1" width="1"/&gt;</description>
        <pubDate>Sun, 20 Sep 2009 23:12:00 +1000</pubDate>
        <link>http://feedproxy.google.com/~r/nathanhoad/~3/rsSSAxQOAlE/width-and-height-of-flash-content-in-moredown</link>
        <guid isPermaLink="false">http://nathanhoad.net/width-and-height-of-flash-content-in-moredown</guid>
      <feedburner:origLink>http://nathanhoad.net/width-and-height-of-flash-content-in-moredown</feedburner:origLink></item>
    
      <item>
        <title>Moredown: Now with SwfObject support!</title>
        <description>&lt;p&gt;After adding generic Flash movie support to &lt;a href="http://nathanhoad.net/projects/moredown"&gt;Moredown&lt;/a&gt; I recieved a comment on Twitter from &lt;a href="http://twitter.com/simultech"&gt;@simultech&lt;/a&gt; suggesting that I use &lt;a href="http://code.google.com/p/swfobject/"&gt;SwfObject&lt;/a&gt;. At first I wasn't sure how to include SwfObject support because it appeared to mean adding a dependency on external Javascript as well as duplicating a small amount of existing functionality.&lt;/p&gt;&lt;a href="http://nathanhoad.net/moredown-now-with-swfobject-support"&gt;Read more...&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/nathanhoad/~4/1nRBFCVsXl4" height="1" width="1"/&gt;</description>
        <pubDate>Fri, 11 Sep 2009 09:31:00 +1000</pubDate>
        <link>http://feedproxy.google.com/~r/nathanhoad/~3/1nRBFCVsXl4/moredown-now-with-swfobject-support</link>
        <guid isPermaLink="false">http://nathanhoad.net/moredown-now-with-swfobject-support</guid>
      <feedburner:origLink>http://nathanhoad.net/moredown-now-with-swfobject-support</feedburner:origLink></item>
    
      <item>
        <title>Moredown: Flash movies</title>
        <description>&lt;p&gt;&lt;a href="http://nathanhoad.net/projects/moredown"&gt;Moredown&lt;/a&gt; now lets you embed Flash movies into your documents.&lt;/p&gt;&lt;a href="http://nathanhoad.net/moredown-flash-movies"&gt;Read more...&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/nathanhoad/~4/PNqAqR3v7iw" height="1" width="1"/&gt;</description>
        <pubDate>Sat, 05 Sep 2009 18:31:00 +1000</pubDate>
        <link>http://feedproxy.google.com/~r/nathanhoad/~3/PNqAqR3v7iw/moredown-flash-movies</link>
        <guid isPermaLink="false">http://nathanhoad.net/moredown-flash-movies</guid>
      <feedburner:origLink>http://nathanhoad.net/moredown-flash-movies</feedburner:origLink></item>
    
      <item>
        <title>Game: Click the Colour</title>
        <description>&lt;p&gt;Click the Colour is a game based on the &lt;a href="http://en.wikipedia.org/wiki/Stroop_effect"&gt;Stroop Effect&lt;/a&gt; that I made back in college. I was taking a subject in Psychology at the time and, after hearing about the Stroop Effect, thought that it would make a great game concept.&lt;/p&gt;&lt;a href="http://nathanhoad.net/game-click-the-colour"&gt;Read more...&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/nathanhoad/~4/79GYEML9Jb0" height="1" width="1"/&gt;</description>
        <pubDate>Sat, 05 Sep 2009 15:43:00 +1000</pubDate>
        <link>http://feedproxy.google.com/~r/nathanhoad/~3/79GYEML9Jb0/game-click-the-colour</link>
        <guid isPermaLink="false">http://nathanhoad.net/game-click-the-colour</guid>
      <feedburner:origLink>http://nathanhoad.net/game-click-the-colour</feedburner:origLink></item>
    
      <item>
        <title>Google Prettify now in Genki</title>
        <description>&lt;p&gt;Nothing overly exciting in this update; just writing to say that &lt;a href="http://nathanhoad.net/projects/genki"&gt;Genki&lt;/a&gt; now uses &lt;a href="http://code.google.com/p/google-code-prettify/"&gt;Google Prettify&lt;/a&gt; to syntax highlight code.&lt;/p&gt;&lt;a href="http://nathanhoad.net/google-prettify-now-in-genki"&gt;Read more...&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/nathanhoad/~4/mnbntuvhOwA" height="1" width="1"/&gt;</description>
        <pubDate>Mon, 24 Aug 2009 23:34:00 +1000</pubDate>
        <link>http://feedproxy.google.com/~r/nathanhoad/~3/mnbntuvhOwA/google-prettify-now-in-genki</link>
        <guid isPermaLink="false">http://nathanhoad.net/google-prettify-now-in-genki</guid>
      <feedburner:origLink>http://nathanhoad.net/google-prettify-now-in-genki</feedburner:origLink></item>
    
      <item>
        <title>Genki now gives you a Sitemap</title>
        <description>&lt;p&gt;&lt;a href="http://nathanhoad.net/projects/genki"&gt;Genki&lt;/a&gt; now supports sitemaps out of the metaphorical box! The sitemap that Genki generates is in the standard format that is supported by Google and includes all of your posts and pages. You don't have to do anything to set it up; it just works.&lt;/p&gt;&lt;a href="http://nathanhoad.net/genki-now-gives-you-a-sitemap"&gt;Read more...&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/nathanhoad/~4/QEY3jibdHRA" height="1" width="1"/&gt;</description>
        <pubDate>Sun, 23 Aug 2009 12:44:00 +1000</pubDate>
        <link>http://feedproxy.google.com/~r/nathanhoad/~3/QEY3jibdHRA/genki-now-gives-you-a-sitemap</link>
        <guid isPermaLink="false">http://nathanhoad.net/genki-now-gives-you-a-sitemap</guid>
      <feedburner:origLink>http://nathanhoad.net/genki-now-gives-you-a-sitemap</feedburner:origLink></item>
    
  </channel>
</rss>
