DWK

General
+ Home
+ Links

Programming
+ My Programs

DWK's website

Welcome to DWK's website!

This is my personal website. Since I do a lot of computer programming, that is one of this site's main topics.

Downloading

This site can be downloaded:

  • html.zip (x): Most of the site except downloads (programs).

The official location of this site is at http://dwks.theprogrammingsite.com/.

Dates

I always put dates as DD/MM/YY unless otherwise stated. If you don't like this for some reason, then run the web pages through this perl script before you view them:

while(<>){s|(\d\d)/(\d\d)/(\d\d)|$2/$1/$3|g;print}

or

perl -pe "s|(\d\d)/(\d\d)/(\d\d)|$2/$1/$3|g"

It swaps the first two parts of a date, converting DD/MM/YY to MM/DD/YY and vise versa.

Requirements

This website was designed for a minimum screen size of 800x600, and optimally at least 1024x768.

It is written in HTML 4.01 Transitional with CSS 1.

Valid CSS!

Endnote

I hope you enjoy reading and using this website as much as I enjoyed creating it. :)

-- DWK

Top