Source for thinking/index.php:

<?php
ini_set
('include_path'ini_get('include_path') . ':/home/benm/public_html');
include 
'http_header.php'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<?php $f "thinking/index";
include 
'head.php'?>
<title>thinking - ben's machinery</title>
</head>
<body>
<?php include 'title.php' ?>
<h3>Tuesday 26th August 2008 02:18</h3>
<p class="box">My goodness, it's been a while. I've been thinking about other things, I'm afraid, most ntoably the New Website (tm) that is to replace this one, with a MySQL backend and all sorts of other tricks and wizardry. Sorry old website! I won't forget what I've learnt from you</p>
<h3>Sunday 17th February 2008 00:35</h3>
<p class="box">Ah, my site is FINALLY available at <a href="http://elarned.co.uk">elarned.co.uk</a>. It took a bit of doing with symlinks and PHP-generated hrefs (since the URI structure no longer has a ~benm in it) but it should be all working now. I don't know what this means for anything, but meh.</p>
<h3>Wednesday 13th February 2008 19:39</h3>
<p class="box">Many social situations are like electrons. If you try to examine them too closely, they change :/</p>
<h3>Saturday 9th February 2008 02:00</h3>
<p class="box">At the time of writing, five of the top ten Google results for my name, including the highest, are actually me<br/>
How awesome is that??<br/>
Answer: pretty awesome.</p>
<h3>Tuesday 5th February 2008 18:44</h3>
<p class="box">I just completed the stylsheet selector at the bottom of the page. Cookie storage and easy extensibility, and all in PHP \o/<br/>
The choice itself is rather limited, and the contrast stylesheet isn't yet complete, but the infastructure is excellent. Just a few more issues to sort, and it will be perfect.</p>
<h3>Thursday 31st January 2008 09:37</h3>
<p class="box">My favourite word is 'consequently'.<br/>
<br/>
A close second is 'ostensibly'.<br/>
<br/>
Guess I'm just an adverbs person.</p>
<h3>Thursday 17th January 2008 21:12</h3>
<p class="box">Thinking, eh? Crazy stuff.<br/>
<br/>
Consider this my blog then, but I'm not usually willing to talk about myself 
and events in my own life to the Internet at large (there's a time and a place) 
so generally I'll use this page to discuss Interesting Things that cross my 
path: problems, issues, links, and silly things.<br/>
Until the next one arises, I shall say good evening!</p>
<?php include 'footer.php' ?>
</body>
</html>

View source for: