blob: 7b5656b638b39b25682281b8a0d207d37653073d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
layout: default
title: About
---
<section id="about">
<h1>About this site and me.</h1>
<h2>So who am I?</h2>
<p>My name is David T. Sadler and this is my website.</p>
<p>I have been programming in one language or another ever since being given an <a href="http://en.wikipedia.org/wiki/Acorn_Electron" rel="external nofollow" target="_blank" title="Link to Wikipedia entry on the Acorn Electron">Acorn Electron</a> as my first computer, and over the years I had mainly been developing in C++ before moving into web development.</p>
<h2>Oh god, not another blog?</h2>
<p>Yes I'm afraid so. It's always been in the back of my mind to produce a blog site as a way of developing new skills by writing about programming.</p>
<h2>Disclaimer</h2>
<p>I'm going to be honest and say that I hope this site generates enough traffic so that it can pay for itself. Whether it does remains to be seen though, but I won't know unless I try.</p>
<p>I'm also not claiming to be some programming genius. The articles that I write will be about my own opinions and experiences. I hope that readers will leave comments if they feel I need correcting on some technical point or opinion.</p>
<p>In case you was wondering, the T. stands for Terence, my father's name.</p>
</section>
|