<!doctype html>
<?php 
  
  /* HEAD */
  $lang       = 'en';
  $head_title = 'The Digital-Physical - Craig Mod - A PRE/POST Single';
  $head_desc  = 'On building Flipboard for the iPhone and finding the edges of our digital narratives.';
  $fburl      = 'digital/digital_physical/';
  $fbimg      = 'http://prepostbooks.com/images/digital/digital_physical/title.jpg';
  $kindlelink = 'http://www.amazon.com/gp/product/B007PFOZD6/ref=as_li_ss_tl?ie=UTF8&amp;tag=cramod-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B007PFOZD6';
  
  /* MENU */
  $current_page = 'digital_physical';
  
?>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/templates/head.php'); ?>
  
  <body onload="setupZoom()">
    
    <?php include($_SERVER['DOCUMENT_ROOT'] . '/templates/header.php'); ?>
    
    <!-- no container wrap because we want to go full-width -->
    <div class="main_image">
      <div class="container">
        <div class="row">
          <div class="social light">
            <div class="title general">
              <h1>The Digital-Physical</h1>
              <h2>On building Flipboard for iPhone<br /> and finding the edges<br /> of our digital narratives.</h2>
              <cite>— Craig Mod</cite>
            </div>
            <div class="fb-like" data-href="http://craigmod.com/journal/digital_physical" data-send="false" data-width="300" colorscheme="light" data-show-faces="true" data-font="verdana"></div>
            
            <div class="buy">
              <h2>Read Online</h2>
              <p><a href="http://craigmod.com/journal/digital_physical/" target="_blank">craigmod.com/journal/digital_physical/</a></p>
              <h2>Purchase for Kindle</h2>
              <a href="<?= $kindlelink; ?>"><img src="/images/amazon_checkout.png" alt="Checkout with Amazon" /></a>
            </div> <!-- buy -->
          </div><!-- social -->
        </div><!-- row -->
      </div><!-- container-->
      
      <img src="/images/digital/digital_physical/title-02.jpg" alt="Digital Physical" class="big_bg" />
    </div>
    

    <div class="container">
      <!-- Book Details -->
      <div class="row details">
        <div class="sevencol">
  				<h2>About</h2>
          <p><em>We had been on a long journey but it was lost in the bits.</em></p>

          <p>What is the <em>stuff</em> that emerges from digital processes?<br /> 
          When the creation process lives entirely in bits, how do you parse it?<br /> 
          What form should it take?</p>
          <p>This essay explores some of those questions using Flipboard for iPhone as the grounding project.</p>
          
          <img src="/images/digital/digital_physical/size_reference-full.jpg" alt="iPhone on top of a book" />
          
        </div>

        <div class="twocol">&nbsp;</div>

        <div class="threecol authors last">          
          <h2 style="clear:both;">Purchase</h2>
          <a href="<?= $kindlelink; ?>"><img src="/images/general/kindle_single-dp-icon.jpg" alt="Digital-Physical on the Kindle!" style="float: left; margin-right: 20px; width: 200px;" /></a>

          <p>Available on Amazon Kindle.</p>
          <h3>Why Kindle?</h3>
          <p style="font-size: 1.5em; font-style: italic;">All your notes and highlights feed back into the Kindle ecosystem. They're also stored at kindle.amazon.com for later retrieval.</p>
          <p><a href="<?= $kindlelink; ?>"><img src="/images/amazon_checkout.png" alt="Checkout with Amazon" /></a></p>

          <h2>Author</h2>
          <?php include($_SERVER['DOCUMENT_ROOT'] . '/templates/author-craigmod.php'); ?>
        </div>
      </div>
    </div>

    <?php include($_SERVER['DOCUMENT_ROOT'] . '/templates/futurebook.php'); ?>
    <?php include($_SERVER['DOCUMENT_ROOT'] . '/templates/footer.php'); ?>
  
  </body>
  
</html>