Latest Releases

  1. Creating a Simple Key Logger in C# :: Learn how to program a simple key logger with the help of C# and the .NET Framework. And that's not all, it saves the keystrokes into a file and periodically sends the file as an email attachment.
  2. Converting an Image to a Binary String :: Today we will learn how to convert an image into a 1 and 0 string using C#. Let me show you what I'm talking about.
  3. Black Jack in VB.NET :: This tutorial teaches us to program a player vs dealer blackjack game using Visual Basic.NET
  4. Introduction to Lua Programming :: Lua is a powerful, light-weight programming language designed for extending applications. Coupled with it being relatively fast and having a very lenient license, it has gained a following among game developers for providing a viable scripting interface. It has been used in games such as World of Warcraft and Far Cry, and in applications such as Adobe Photoshop Lightroom and Snort.
  5. Building a Pageable and Sortable Ajax Enabled DataGrid with PHP5 and PDO :: This tutorial explains how to build a dynamic data grid for browsing data. This is not a perfect data grid solution that can be just dropped onto a page, it requires a bit of hands on tweaking, but the end result is pretty amazing.

Most Popular

  1. Creating a Simple Key Logger in C# :: Learn how to program a simple key logger with the help of C# and the .NET Framework. And that's not all, it saves the keystrokes into a file and periodically sends the file as an email attachment.
  2. Building a Plugin Architecture with C# :: I will show how to use C# to create an extensible application using plugins.
  3. Using Ajax Agent and PHP for Auto-Complete :: In this HOWTO I will explain how to use AjaxAgent and PHP to create an Ajax Auto-Complete box with a drill-down list of data. The UI is very simple. It consists of a TextBox to enter an Artists' Name, a selectbox to display the Albums and an unordered list to display the songs on an album.
  4. Programming Tic-Tac-Toe In Visual Basic.NET :: We'll start by using the visual editor to set up our interface and take it all the way into programming the artificial intelligence of the computer opponent.
  5. Number Guessing Game in C++ :: In this guide I will use loops and the random number generator to build a very basic game. The article generally helps the programmer in applying the srand() function and loops in C++.

What's Going On Here