August 18, 2008
This article aims at bringing to the learner the tips on how to become a hacker. It provides simple steps that can be followed for success to be achieved.
July 29, 2008
Java programs are of two types: Applications and Applets. In this article, we will see how to use a java applet.
June 25, 2008
This article describes how to use Document Object Model (DOM) for XML Parsing. In this article, you will learn how to parse an XML file in a VC++ application.
February 12, 2008
This small, handy article will describe PHP (Hypertext Preprocessor) in a few easy steps and will be very useful to anyone new to PHP programming.
December 21, 2007
This is a simple login system that has been very reliable and secure for me. I use it myself on my websites, when a simple login system is needed. If you know a little of MySQL...
December 6, 2007
Learn it, and make it (for beginners)!
December 6, 2007
This article will explain how you can assign a SelectionFormula to a Subreport using VB6 and Crystal Reports.
November 2, 2007
There is an easy way to design a website with minimal requirements! Creativity and deep understanding of the theme and navigation is a must! It does not require you to become an...
October 19, 2007
ASP makes it very easy to convert a string to a date format using built-in VBScript functionality. We're going to use the CDate function to accomplish this. The CDate function...
September 7, 2007
Learning syntax in C programming will make you understand how to code C in a better way, making you less prone to syntax errors when coding. Below are some conventions in writing...