This tutorial walks you through step by step and shows how you can upgrade from PHP 4.x to PHP 5.x on a Windows machine running IIS 4.x or higher.
Simple way of making a mail script
An example for a very simple way to make a mail script that supports HTML tags in PHP.
Find Easter Sunday of any year
The Meeus/Jones/Butcher Gregorian algorithm is used for calculating the Easter Sunday of any given year using C#.
Crop a Picture using C#
A function to which you can pass the picture that you want to crap and the coordinates, and it will return a cropped vesion of the picture as a byte stream.
Get the week number of a given date
The C# method uses the DateTime object to get the week number of a given date. The number returned is dependent on the culture of the target machine.
Speaking Computer in C#
This short tutorial will show you how to make your computer talk. This is very useful for error messages, other warnings or errors the user should be aware of.
Using C# Constructors
Makes you understand the purpose of constructors in C#, and shows you how to use them.
Check if string is numeric
This is a one-line C# method that checks whether a string is a numerical value or not, by having regex (regular expressions) match a decimal with or without a floating point.
Get Unix Time using C#
While interfacing with Unix applications, your C# application might need to use Unix time instead of the standard date/time format. Since the Unix time format is basically a count of the seconds passed since 1/1/1970, this can be easily done using the DateTime object.
Building menus with MainMenu
This tutorial covers the creation of menus using Visual Studio .NET and C#. Also it covers most of the properties of menus and menu items.