|
|
|
|
Programming |
DWK's websiteWelcome 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. DownloadingThis site can be downloaded:
The official location of this site is at http://dwks.theprogrammingsite.com/. DatesI 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. RequirementsThis 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. EndnoteI hope you enjoy reading and using this website as much as I enjoyed creating it. :) -- DWK |
| Top | |