"PENGUINS DON'T EAT CHUTNEY"
And so, after a long time of moving around and mucking about,
there's finally a webpage available here. This won't
be anything interesting, I promise. Look, it won't - deal with it.
I've been doing some work with PHP for some time now. Some of the more (or less) useful stuff I've created has been collected here for your viewing pleasure.
If you're unsure what PHP is, then I'll give you a short explanation. PHP is a scripting language designed for generating html pages. Each time a PHP page is requested the page is parsed by PHP and html output is created. The clever thing is, that all sorts of data can be fetched and manipulated. Eg., I'm able to tell you that the time is 07:45:03 here. Or, that this server has been running for 99 days 21 hours 3 minutes 28 seconds seconds now. Not a very useful example I'll admit, but the point is that I can do various things to the page before sending it to you. Sortof.
"What's the point of this page?" you may find yourself asking. I don't really know for sure actually. For now it just has the PHP toolbox thing, but if I come up with other stuff to do, then I'll add it. Don't count on that though. If you came here looking for stuff about me, then this is the place to go. And curiously enough I started a webjournal thing which can be found here for no good reason.
I installed Ubuntu Linux on a MyBook 255 laptop. It worked surprisingly well.
The thing about the design of this page is this: there isn't any. This has a couple of reasons.
So I've written (at least most of) these pages to conform to both the XHTML 1.0 Strict standard and HTML 3.2. This way, very few browsers should be feeling left behind.