In this tutorial you will learn how to interact with the unmanaged Windows API using C# in order to set the desktop background (wallpaper), and use the registry to retrieve the current wallpaper.
Basic drawing program
This tutorial doesn’t just show you how to make a simple drawing program, it also teaches you things like error handling. Good for beginners who want some hands-on approach.
Log visitors with PHP & MySQL
In this tutorial you’ll see how you can track your website’s visitors and getting information such as user-agent or referrer. Also, we’ll be using reverse DNS to find out more interesting information about his IP.
Embedding Windows Media Player into a web page
How to include the Windows Media Player plugin into your webpage so that you can play WMV or other video files. It also contains a list of the most popular attributes and parameters to pass to this plugin.
Connect to MySQL using C# and Connector/Net
This tutorial explains how to connect to a MySQL database using the Connector/Net ADO.NET driver.
Capturing Applications in a Form with API Calls
This is a programming tutorial showing you how to capture an application in a form using C# and API calls to unmanaged user32.dll calls.
ASP.NET 2.0 Script CallBack (Ajax like)
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 […]