This snippet is from a servlet which acts as a generic form posting utility used throughout some of my sites. Irrelevant of the dressing of the JSP, it can be presenting the user a form for any number of reasons, but in each case when submitted the form contents will be emailed to my site […]
Author Archive
The Compact framework gives you a button control, but with no image or picture option. It also gives you a PictureBox control which of course you can assign an onclick event to, but there is no border or any control over the appearance when it is clicked on. So this article describes how to create […]
The code below will first create a file called Exclude containing the paths to all common document files I wish to exclude from my backup, images, documents etc. Secondly the tar command will be used to create a compressed tgz containing everything in the given folder and recursive folders excluding the files as detected. […]
