This tutorial will show you how to create your own exceptions by using a class derived from System.ApplicationException.
How to Upgrade from MySQL v 3.x to MySQL 4.x
This tutorial will walk you through step by step to upgrade your MySQL database to version 4.x on a Windows Machine. I am going to assume to that you already have MySQL version 3.x or earlier installed on your Windows machine.
Check if VIN number is valid
Complex PHP code for checking the validity of VINs (vehicle identification numbers). It also returns the check digit of each VIN number.
How to setup Virtual Includes on IIS 5.x
So you have just installed IIS and the includes are not working and you do not know what a Virtual Directory is! Hmmmm! This tutorial will help you set up virtual includes on IIS 5.x.
Shut down system using C#
This code shut downs the operating system using the System.Management assembly, but not before obtaining the required security privileges.
OOP in JavaScript: Introduction
An introduction to Object Oriented Programming in Javascript. This example creates a small user control that can be used repeatedly and independantly on the same web page.
Searching for a string in a File
Let’s you find the first occurance of a string within a file.
Get the IP of a host
Getting the IP address and host name of a host / webhost using System.Net.
Random Number Generation
Generate random ints, floats, and doubles with ease.
An introduction to JavaScript
An introduction to JavaScript, how it was born, what is it good for, different types and versions of this scripting language, and the compatibility between it and the browsers.