hiring freelance writers | today's articles | sign in
Mark Alexander Bain
All contributors in Computer Programming Tutorials
Jun 28, 2009
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. more...
Jun 26, 2009
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. more...
Jan 28, 2009
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. more...
Jan 14, 2009
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. more...
Dec 18, 2008
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. more...
Nov 29, 2008
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. more...
Nov 23, 2008
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. more...
All feature articles in Computer Programming Tutorials
How to subscribe to article feeds
Nov 6, 2008
How to Make a Link
By: Christine Decourlande
Making a link in your text can enhance the online reading experience, when done correctly. Explore the linking options that can make your work more informative. more...
Sep 6, 2007
How to Use a Template Function C++
By: Guy Lecky-Thompson
A guide to using templates and template functions aimed at C++ programmers and C programmers moving from C to C++. more...
Jul 2, 2007
Introduction to Operators in C/C++
Introduction tutorial for C and C++ programmers detailing how the various unary and binary operators work, and the effects that using them can bring. more...
Jun 20, 2007
Implementing Markov Chains
Tutorial showing how to implement Markovian Linked Lists (Chains) based on examples from the game development industry for programmers and developers of all genres. more...
Testing with Pseudorandom Data
Looking at ways to create data sets for testing user-defined data types using pseudorandom data generation techniques. more...
Jun 13, 2007
Self Managing Linked List in C++
A simple application of C++ programming using the example of a linked list that can add to either end and insert nodes without a container class. more...
Jun 12, 2007
Understanding C++ Classes Tutorial
Tutorial article for C and C++ programmers covering OO terminology, use of header files in C++ programming, classes and notation. more...
All contributing articles in Computer Programming Tutorials