Browse Sections

Computer Programming

Latest Feature Articles


Moving into the 21st Century with AJAX
The technology behind AJAX is not new. It is standard Javascript. However, this simple technique can be used to create amazing web sites.
How to Create New User Accounts with PHP
An Internet application administrator can obtain information from new users and then create account for them, or they can use PHP code to do it all automatically
Creating Web Page Components with Javascript
Web pages are usually created manually by adding HTML tags in a text file. However, the programmer can dynamically create a whole web page completely in Javascript code.
How to Limit Movement of a Windows Games Sprite
The right image improves the look and feel of any Windows based game. However, it is essential that any sprites remain in the correct games area, and don't wander off
How to Create a Javascript Web Page Slide Show
The setTimeout enables a web site programmer to create animations simply and easily. They can create an impressive slide show show with just a little Javascript coding
Writing in Basic on a Sinclair ZX81 Emulator
The Sinclair ZX81 Emulator was state of the art in the early 1980's but how does it stand up to the passage of time? The easy way to find out is to use an emulator
Problem Solving with TCP/IP Command Line Tools
Network problems can be infuriating for Internet users. However, there are simple command line methods that help a programmer to find why their applications run slowly
Optimising the Use of Web Technologies with AJAX
AJAX is a powerful technique but requires data in order to work correctly. However, the programmer can develop and test an application using dummy data from static sites.
Object Oriented Games Programming in VBScript
VBScript is a powerful scripting language and supports object oriented languages. It is, therefore, an excellent learning tool for anyone new to OOP or games programming
Choosing an OOP Language for Web Browsers
Object oriented programming is an important concept for any programmer. However, the new programmer needs to consider which is the better language to learn on.
Object Oriented Games Programming in Javascript
A programmer can create simple, but effective, games for web browsers by using Javascript. A job that's made even easier by using object oriented programming
Finding the Mouse Coordinates with Javascript
The position of the mouse is important in many web based games, and it can easy be found by using some simple Javascript code. It even takes account of different browsers
Find the Dimensions of a Multidimensional Array
VBScript Ubound d can be used to get the number of elements in a multidimensional array. However, the number of dimensions must be known. A simple function will help
How to Make Web Page Animations Using Javascript
Javascript games for a web page are not difficult to create. The programmer only needs notepad and a web browser. And, of course, a little Javascript magic
Adding Public and Private Methods to a Class
Methods are a vital part of any class. They enable programmers to use the objects effectively, and for objects to communicate with each other.
Program Games with Sauerbraten Cube 2 CubeScript
The Sauerbraten Cube 2 games engine allows programmers to modify maps by using its GUI and CubeScript code. And that's all done while a game is running
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
Using Multidimensional Arrays with VBScript
A VBScript programmer can use multidimensional arrays in their applications. By using these they organize their data into lists, rectangles or even into a matrix
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
How to Add Text to Java Applet Applications
Fancy graphics and involved plot do not always produce a popular game. A lot be achieved with simple graphics, and the starting point for any Java applet is some text
An Introduction to Games Programming with Java
Studies show that certain computer games can help improve a child's literacy and numeracy. It is, therefore, the Java programmer's duty to start creating games
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
How to Simulate a Quantum Computer
Quantum computers will soon replace existing ones. However, the programmer can start using a quantum computer simulator today.
Google, Yahoo! Finance and REBOL Programming
Both Yahoo! Finance and Google Finance provide financial information, and these sources of data are especially useful for programmers using such languages as REBOL
The Turing Programming Language
While thousands call for an apology for the treatment of Alan Turing, computer programmers can use the language inspired by the father of modern computing