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...
September 6, 2007
This will show you how to find an HTML editor freeware using the Google search engine. Its easy, fast and free but you'll need to review each HTML editor freeware before you choose...
September 6, 2007
The article will explain about escape sequences in C. How and the implementation in the code.