June 20, 2009
Perl can be used to extract this information or HTML Meta data from a website by writing a little program to search and deliver a report showing the meta data details.
June 10, 2009
Making a website from scratch involves learning HTML (Hyper Text Markup Language) and how to apply CSS (Cascading Style Sheet), giving you full control over design and style.
April 4, 2009
This article will show how to modify the Windows registry to permit your program be automatically started on startup. Have care to change the registry because an incorrect alteration...
March 27, 2009
PHP is one of most widely used scripting languages. So how do you write PHP script?
March 27, 2009
This article explains how to manipulate form appearance on Windows XP by adding drop shadow effect.
February 7, 2009
If you have new font and you need to make it available in every document processing softwares, you just need to copy font files into Windows font directory and you are done. Windows...
January 24, 2009
Do you need to shutdown the monitor to conserve power during program execution? In this article I will explain how to manipulate monitor power through Delphi code.
January 24, 2009
Developing console mode application with Delphi is so easy. Console mode application, or command line program, is an application that does not use Windows Graphical User Interface....
December 18, 2008
This short article will explain you how to capture screen content to a JPEG file from the Delphi program.
December 18, 2008
This article will explain to you how to get started with Delphi programming in a step-by-step tutorial. In this article, we will build a simple 'Hello world' application which...