@jalbertbowdenii on Eightbit
<?php
$pagetitle = "";
require_once("elements/header-bw.html");
?>
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title><?=$pagetitle ?></title>
<meta name="viewport" content="width=device-width; initial-scale=1.0;" />
<link href="http://bowdenweb.com/css/yourmom.css" rel="stylesheet" type="text/css" media="screen, projection" />
<style>
</style>
<script></script>
</head>
<!-- ! = !, " = ", # = #, $ = $, % = %, & = &, ' = ', ( = (, ) = ), * = *, + = +, , = ,, - = -, . = ., / = /, : = :, ; = ;, < = <, = = =, > = >, ? = ?, @ = @, [ = [, \ = \, ] ], _ = _, { = {, | = |, } = } -->
<body>
<div class="content">
<h1><a href="" title="<?=$pagetitle ?>"><?=$pagetitle ?></a></h1>
<header></header>
<nav></nav>
<div class="block">
<h2><a class="orderedlist" href="http://orderedlist.com/blog/articles/scannability-equals-profit/" title="Scannibility Equals Profit - Ordered List">Scannibility Equals Profit</a></h2>
<p><strong>Scannability</strong> as the ability to quickly scan vertically and comprehend. Scanning is a very vertical thing.</p>
</div>
<?php include("../elements/footer.html"); ?>
<footer></footer>
</div>
<script src="http://bowdenweb.com/js/jquery/jquery-1.4.4.min.js"></script>
<script src="http://bowdenweb.com/js/formalize.js"></script>
<script src="http://bowdenweb.com/js/html5.js"></script>
</body>
</html>
Scannibility Equals Profit
Scannability as the ability to quickly scan vertically and comprehend. Scanning is a very vertical thing.