Learn about the new ASP.NET 2.0 feature which allows you to do CallBack (similar to PostBack) on a form without reloading the page. This technique similar to Ajax uses the ICallbackEventHandler interface.
PHP and Javascript: Dynamic update with MySQL
This tutorial shows you how to create a Web page that extracts information from a MySQL database without refreshing the page (dynamic update). Javascript and PHP knowledge is required
Getting the Who-Is Information of a Hostname
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.