Algorithms
Electronics
File Formats
Freeware
Games Programming
Hardware/Architecture
HTML/CCS & Java/Javascript
Humour
Link Site,Library
Linux,GNU,Unix
Magazines/Books
Network Protocols
Networks
New/Latest Stuff
Programming Languages
Servers/ISAPI/ IO Completion Ports
Sound/Music and Multimedia
Source Code
Visual Basic
Windows
Winsock

All Articles

This page shows most of the articles I have written

[HTML/CCS & Java/Javascript] - Converting Files to HTML - Part 1 Text files can quickly and simply be converted into valid HTML files removing all invalid characters. This article shows a simple program that does just that.

[New/Latest Stuff] - Audio Galaxy Trickery Audio Galaxy Satellite installs Onflow Player Installer and Gator

[New/Latest Stuff] - How this site was made Find out more on how this site was made.

[New/Latest Stuff] - Getting Rid of ads This article shows you a simple way of getting rid of advertisements at the top of WebPages which are on many websites

[Windows] - A Safer CRITICAL_SECTION This Article shows you how to create a CRITICAL_SECTION object that will automatically lock and unlock itself, even if a C++ class throws an exception.

[Windows] - Text Error Messages From GetLastError() Getting a text error message from GetLastError can help with the process of debugging and can give valuable information to the user or programmer to fix the problem

[Windows] - Getting Free System, GDI and USER Resources on Windows 95 Getting the free system resources can be used to display in an about box

[Windows] - Detecting Whether a Windows 95/98 Component is installed This shows a simple method of determining if a component of windows is installed or not

[Windows] - A Simple Registry Class This class allows simple access to the windows registry allowing you to concentrate on other things.