
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>404 File Not Found</title>
    
    <meta name="author" content="Alexander Vassbotn Røyne-Helgesen">

    <!-- Enable responsive viewport -->
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
    <!--[if lt IE 9]>
      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->

    <!-- Le styles -->
    <link href="/assets/themes/twitter/bootstrap/css/bootstrap.2.2.2.min.css" rel="stylesheet">
    <link href="/assets/themes/twitter/css/style.css?body=1" rel="stylesheet" type="text/css" media="all">

    <!-- Le fav and touch icons -->
  <!-- Update these with your own images
    <link rel="shortcut icon" href="images/favicon.ico">
    <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
    <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
    <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
  -->

    <!-- atom & rss feed -->
    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">

    <link href="/assets/css/screen.css" rel="stylesheet" />

  </head>

  <body>
    <div class="navbar">
      <div class="navbar-inner">
        <div class="container">
          <a class="brand" href="/">phun-ky.net - Lover of life, technologist at heart</a>
          <ul class="nav">
            
            
            


  
    
      
    
  
    
      
      	
      	<li><a href="/archive.html">Archive</a></li>
      	
      
    
  
    
      
      	
      	<li><a href="/tags.html">Tags</a></li>
      	
      
    
  
    
      
      	
      	<li><a href="/pages.html">Pages</a></li>
      	
      
    
  
    
      
      	
      	<li><a href="/categories.html">Categories</a></li>
      	
      
    
  
    
      
    
  
    
      
    
  
    
      
    
  
    
      
    
  



          </ul>
        </div>
      </div>
    </div>

    <div class="container">

      <div class="content">
        
<div class="page-header">
  <h1>404 File Not Found </h1>
  
</div>

<div class="row-fluid">
  <div class="span12">
    

<p>I'm sorry, the page you tried to reach does not exist. It has either been moved ( and in that case, shame on me for not redirecting you properly) or the URL you used was wrong.</p>

<blockquote>
	There are no reasons at all in theory for people to change URIs (or stop maintaining documents), but millions of reasons in practice. 

	<cite>
		&mdash; Sir Tim Berners-Lee
	</cite>

</blockquote>

<p>If you where looking for a post, you most certainly should find it in the <a href="/archive.html">archive</a>. If you feel that this was an error, please <a href="https://github.com/phun-ky/phun-ky.github.io/issues">submit an issue</a>, and I would personally do my best to do something about it.</p>

<p>In the mean time, I give you my five latest posts:</p>

<ul class="posts">
  
    <li><span>25 Mar 2014</span> &raquo; <a href="/2014/03/25/how-to-create-a-new-page-in-confluence-with-given-template-from-a-link">How to create a new page in Atlassian Confluence with given template from a link</a></li>
  
    <li><span>24 Mar 2014</span> &raquo; <a href="/2014/03/24/working-with-javascript-modules-how-to-load-javascript-dependencies-without-requirejs">Working with javascript modules, how to load JavaScript dependencies without require.js</a></li>
  
    <li><span>23 Mar 2014</span> &raquo; <a href="/2014/03/23/how-to-rename-multiple-files-with-git-mv">How to rename multiple files with git mv</a></li>
  
    <li><span>23 Mar 2014</span> &raquo; <a href="/2014/03/23/how-to-inject-proper-page-styling-with-indented-chapters-with-jquery-and-css">How to inject proper page styling, with indented chapters, with jQuery and CSS</a></li>
  
    <li><span>22 Mar 2014</span> &raquo; <a href="/2014/03/22/failed-to-build-gem-native-extension">How to fix 'Failed to build gem native extension' when installing jekyll</a></li>
  
</ul>


  </div>
</div>


      </div>
      <hr>
      <footer>
        <p>&copy; 2014 Alexander Vassbotn Røyne-Helgesen <a href="https://github.com/phun-ky">GitHub</a> <a href="https://twitter.com/phun_ky">Twitter</a> <a href="https://nb-no.facebook.com/phunky.net">Facebook</a> <a href="http://no.linkedin.com/in/alexanderroyne">LinkedIn</a> <a href="http://codepen.io/phun-ky/">CodePen</a> <a href="https://plus.google.com/109212745239771225705/posts">Google +</a></p>
      </footer>

    </div>

    


  <script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-4165712-2']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
</script>



  </body>
</html>

