Here are examples of my programming ability. The section is seperated into sections for different languages and each code example along with comments are on a seperate page.

C# examplesPosted by Andrew

 

Bubble sort class

A simple bubble sort class in C# along with an example program.

Java examplesPosted by Andrew

 

Bubble sort class

A simple bubble sort class in Java along with an example program.

ASP examplesPosted by Andrew

 

Treeview

A simple Treeview example using XML file.

HTML/CSS/PHPPosted by Andrew

 

This web site.

HTML and CSS based with PHP all over. The contact page has a simple form that will email me the comments when filled in correctly and complain when filled in incorrectly.

The comment next to my name in the header changes. I have tried a number of phrases in that position, none of which I was completely happy with, so in the end I decided to use them all.

Contact page

The contact page has a contact form that will send me an email when filled out

PHP/SQLPosted by Andrew

 

Front page

The front page has a news section that is stored on a MySQL database. PHP is used to connect to the database and display the results.

This page

This page. This is created from 2 tables in the MySQL database linked together. The program examples in the side bar is also created from the same tables.