View Source of personal/index.php
In the interest of open source, and in the interest of keeping Mr. Webmaster honest, here is the PHP source of personal/index.php. (This encourages him to write clean, easy-to-understand code...well, relatively clean and easy-to-understand, that is.) If you become interested in PHP, you can read more about it at PHP: Hypertext Preprocessor. You will also see plenty of HTML code, which is what makes the World Wide Web go 'round. You can read more about HTML (and CSS, another technology used on this site) here, at the official page of the very official World Wide Web Consortium (W3C). Anyway, enough rambling, here's the code!
<?php include("../header1.php"); ?>
<?php $THIS_FILE = "personal/index.php"; ?>
<title>Jeff T. - Personal</title>
<link rel="stylesheet" href="local.css" type="text/css" charset="iso-8859-1" title="Default" />
<?php include("../header2.php"); ?>
<?php include("localheader.php"); ?>
<h1>About Jeff T.</h1>
<p>(forthcoming)</p>
<?php include("../footer.php"); ?>