This C# tutorial will teach you how retrieve who-is information for domain-names and IPs from who-is servers such as whois.internic.net.
How to read XML using PHP DOM
This tutorial will demonstrate the use of DOM extension in PHP to read contents of a XML file. This tutorial is for PHP starters as well as for those who are using XML parser functions to read/write XML files. This tutorial will not go into details on XML. The focus will be more on the […]
Reducing JPEG Picture Quality using C#
Learn how to create an application that reduces the quality of JPEG pictures from a folder and then puts the new pictures into another folder.
Create an RSS feed using ASP.NET 2.0
This tutorial will show you how to create a dynamic XML RSS 2.0 feed using ASP.NET 2.0 (C#). The headlines will be retrieved from a SQL database.
Play WAV files using SoundPlayer
Using the new SoundPlayer class in .NET 2.0 you can easily play WAV files into your application. This tutorial will show you how to create a Windows application that plays WAV audio files in a separate thread or in the UI thread.
Retrieving the Operating System Idle Time, Uptime and Last Input Time
We are going into Windows’s unmanaged user32.dll library in order to retrieve the operating system uptime, last activity time, and user idle time.
Using radio buttons with JavaScript
This tutorial will show how to make a textbox display a text depending on which radio button was checked.
Using Performance Counters in C#
The application we are building in this tutorial will make use of the Performance Counters made available by Windows. They allow us to retrieve CPU, memory and network usage among other counters.
Creating a Rich Text Editor using JavaScript
This tutorial will explain how to create a rich text editor in a webpage using simply an iFrame in editable mode and its methods.
Creating a download manager in C#
Learn how to create a download manager with a progress indicator in C# / .NET 2.0 using stream readers, web clients, web requests, buffers and more. You will also be learning the basics of threading in C#.