Browse Sections

Computer Programming Tutorials

Latest Feature Articles


How to Work with Number Types When Programming
Programming languages can do strange things with numbers. Not because they've done anything wrong. It's just that not all numbers are the same. It's all to do with memory
A Brief Introduction to Object-Oriented Design
Object-oriented design is an important technique because it enables the programmer abstract information from existing objects and for classes to inherit characteristics
Improving Internet Account Password Security
The steps required to improve Internet account security are simple, and secure passwords can be generated with an easy piece of programming. Safer than the cat's name
Create and Use Erlang Modules and Functions
Rather that typing in the same code everytime that they start a new shell, the Erlang programmer can store all of their functions in a module and then use and reuse their
How to Use Cookies with a Perl CGI Web Page
Cookies are small pieces of information left on a computer by a web page, and they can be manipulated by any Perl programmer.
How to Use a Form in a Perl CGI Web Page
Nothing could be simpler than adding a form to a Perl CGI web page, and if a programmer uses the Perl CGI module then they can easily process the information it contains
Working with the Greek Alphabet and C#
The Greek alphabet cannot be displayed directly as part of a C# application. Instead ASCII codes must be used. Fortunatley that is not very difficult.
Display the Greek Alphabet with VBScript
The Greek alphabet cannot typed directly into a web page. Instead ASCII codes must be used. So, intead of having to remember 48 separate codes just use VBScript code.
How to Add Paypal to a Web Site
Paypal is a safe and secure way of receiving on-line payments from customers, and can be added to a web site with the minimum of time and effort.
How to Solve Quadratic Equations in a Program
A computer programmer can use VBScript to create powerful Microsoft Windows applications or as a learning tool as shown by this tutorial on quadratic equations.
How to Create Dynamic Combo Boxes with VBScript
A web page developer creates a drop-down dist box (or combo-box) on a web page by using the select tag. This normally static, but can be made dynamic by using VBScript.
How to Set Printer Properties with a Macro
Rather than waste masses of incorrectly printed paper use a single OpenOffice macro to set up the printer correctly.
How to Use a Calc Macro to Monitor Cell Contents
This simple tutorial shows how to monitor the contents of an OpenOffice.org Calc document by assigning listeners to cells in the spreadsheet.
How to Make a Flickering Christmas Candle
This quick and easy tutorial shows how to add a animated Christmas candle to a web page
How to Count down to Christmas on a Web Site
A Christmas countdown is a useful display for any web site and can be implemented easily - as this short and simple tutorial show.
How to Automate a Report in OpenOffice.org Calc
This tutorial shows how just a simple macro can automate the production of a complex report in OpenOffice.org Calc
A Windows HTA Tutorial
Windows HTAs are very simple to create, but can be made into powerful and useful tools. This short tutorial shows how to quickly obtain stock quotes from Yahoo! Finance.