Delphi - Working with word documents Posted on September 30, 2002 The following shows how to programmatically open, modify, save and close a word document. [Read More] Tags: delphi word office
Loading images from Jar Files Posted on September 12, 2002 To load images into your application from a jar file: [Read More] Tags: java
Linux - Cron / Scheduled Tasks with crontab Posted on August 8, 2002 To add scheduled tasks, to a Linux machine, you need to use the crontab command. The following example works for Slackware 8 - it may be different on other versions of Linux. [Read More] Tags: linux cron
ASP - Detecting the user's IP Address Posted on June 25, 2002 The following code can be used to determine the current user’s IP address using ASP 3.0 [Read More] Tags: asp
Java - Handling XML Documents Posted on June 19, 2002 To retrieve values from an XML document, you need to import the following: [Read More] Tags: java