About the Downloads
From this page you can download a variety of projects that I have written over the
years. Most of the code available is my own work and I am more than happy for visitors
to use, modify, or extend these projects in any way they see fit. I just ask for
credit to be given where credit is due!
All the code that is to be found here is in a fully runnable state. Simply download
the files and open them in your editor of choice. Most of these projects will require
at least a passing familarity with the language and technologies they are coded
in, however if you need some pointers in getting started feel free to fire me an
email.
It is my hope that fledgling programmers may be able to gain some useful insights
from the code I have written and possibly use these ideas to enhance new projects
Java Projects
- Java Network / Internet Chat Application
This is a Java application that I wrote back in 2006 as a final project for an advanced
Java class I took during my masters degree. The project comes in two parts, the
server and the client.
One instance of the server needs to be created on a given machine and then multiple
clients can connect to it from either the local machine (same as server) or,
more likely, remote machines on a network or over the internet.
You can download the full project in ZIP format
here
ASP.NET Projects
- ASP.NET Web File Manager
I wrote this web file manager to meet my own needs with regards to this website.
I wanted a simple solution that allowed me to carry out the major file operations
on my web hosted directory without the need for an FTP client etc. On this
site, I have set it up in my web.config file so that only Admin users have access.
There are a number of different web file managers that can be found if you search
around - some of them free to download and use. That being said, I found most
of them to be quite cumbersome and difficult to incorporate into an existing solution.
With this manager you can simply create a folder in your project, set permissions
through the web.config file and that's it!
You can download the full project in ZIP format
here
C#.NET Projects
- C#.NET Projects will be added shortly...