<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="chrome=1">
    <title>shaun mccormick :: </title>

    <meta name="author" content="Shaun McCormick" />
    <meta name="description" content="blog of shaun mccormick" />
    <meta name="keywords" content="software engineering, php, ruby, modx, xpdo, cms, algorithms" />
    <meta name="robots" content="index, follow, noarchive" />
    <meta name="googlebot" content="noarchive" />
    <link href="/assets/css/styles-85582c8e.css" media="screen" rel="stylesheet" type="text/css" />
    <link href="/assets/css/pygment_trac-2808c9de.css" media="screen" rel="stylesheet" type="text/css" />
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
  </head>
  <body>
    <div class="wrapper">
      <header>

        <img width="120" class="avatar" src="/assets/images/shaun-19cf98a9.jpg" />
        <h2 class="name"><a href="/">shaun mccormick</a></h2>
        <p class="tagline">programming and software architecture</p>

        <p></p>

        <ul class="social">
          <li><a href="/portfolio/">portfolio</a></li>
          <li><a href="http://splittingred.s3.amazonaws.com/resume.pdf">resume</a> (in <a href="https://github.com/splittingred/resume">gem form</a>)</li>
          <li><a href="http://linkedin.com/in/splittingred">linkedin</a></li>
          <li><a href="https://github.com/splittingred">github</a></li>
          <li><a href="http://twitter.com/splittingred">@splittingred</a></li>
          <li><a href="mailto:&#115;&#112;&#108;&#105;&#116;&#116;&#105;&#110;&#103;&#114;&#101;&#100;@&#103;&#109;&#97;&#105;&#108;.&#99;&#111;&#109;">email</a></li>
        </ul>

        <a class="button" href="mailto:&#115;&#112;&#108;&#105;&#116;&#116;&#105;&#110;&#103;&#114;&#101;&#100;@&#103;&#109;&#97;&#105;&#108;.&#99;&#111;&#109;">Contact Me</a>

        <!--
        <h3>Categories</h3>
        <ul class="tags">
          
            <li><a href="tags/modx">modx</a></li>
          
            <li><a href="tags/commenting">commenting</a></li>
          
            <li><a href="tags/recaptcha">recaptcha</a></li>
          
            <li><a href="tags/tagging">tagging</a></li>
          
            <li><a href="tags/taxonomy">taxonomy</a></li>
          
            <li><a href="tags/agile">agile</a></li>
          
            <li><a href="tags/community">community</a></li>
          
            <li><a href="tags/extras">extras</a></li>
          
            <li><a href="tags/wordpress">wordpress</a></li>
          
            <li><a href="tags/middleman">middleman</a></li>
          
            <li><a href="tags/ruby">ruby</a></li>
          
            <li><a href="tags/markdown">markdown</a></li>
          
            <li><a href="tags/kag">kag</a></li>
          
            <li><a href="tags/algorithms">algorithms</a></li>
          
            <li><a href="tags/php">php</a></li>
          
            <li><a href="tags/roman">roman</a></li>
          
            <li><a href="tags/math">math</a></li>
          
            <li><a href="tags/programming">programming</a></li>
          
        </ul>
        -->
      </header>
        <section>
  
    <article>
      <h1><a href="/2013/06/21/translating-roman-numerals/">Translating Roman Numerals</a></h1>
      <time>Jun 21, 2013</time>

      <p class="teaser">Digging around ancient math for a day.</p>
    </article>
  
    <article>
      <h1><a href="/2013/06/20/teams-partitions-oh-my/">Teams, Partitions, Oh My!</a></h1>
      <time>Jun 20, 2013</time>

      <p class="teaser">Team balancing is actually trickier than it sounds.</p>
    </article>
  
    <article>
      <h1><a href="/2013/06/19/redesigning-the-site/">Redesigning the Site</a></h1>
      <time>Jun 19, 2013</time>

      <p class="teaser">Well, I did it. I finally decided to redo my site. Not only did I move to a new design, I went a few steps further.</p>
    </article>
  
    <article>
      <h1><a href="/2011/10/04/how-to-create-custom-post-metaboxes-in-modx/">How to Create Custom Post Meta Boxes in MODX</a></h1>
      <time>Oct  4, 2011</time>

      <p class="teaser">A simple little comparison tutorial on creating custom fields in MODX as opposed to WordPress.</p>
    </article>
  
    <article>
      <h1><a href="/2011/02/17/a-new-extras-section/">A New Extras Section</a></h1>
      <time>Feb 17, 2011</time>

      <p class="teaser">Okay, so it's been a bit quiet at MODX since the new modx.com site launch. We've been busy. Very busy. Personally, I've been working on a complete rewrite of the Extras section for MODX. Read on for a sneak peek.</p>
    </article>
  
  <p><a href="archives/">Older Posts</a></p>
</section>

      <footer>
        <p>&copy; 2010-2013 <a href="mailto:&#115;&#112;&#108;&#105;&#116;&#116;&#105;&#110;&#103;&#114;&#101;&#100;@&#103;&#109;&#97;&#105;&#108;.&#99;&#111;&#109;">shaun mccormick</a>. all rights reserved.</p>
      </footer>
    </div>
    <script src="/assets/js/scale.fix-f7763733.js" type="text/javascript"></script>

  </body>
</html>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-13101242-2");
pageTracker._trackPageview();
} catch(err) {}</script>