Hiring Freelance Writers | Today's Articles | sign in
Guy Lecky-Thompson
Mark Alexander Bain
All contributors in Javascript/Java Programming
Nov 1, 2009
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. more...
Sep 30, 2009
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 more...
Sep 27, 2009
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. more...
Sep 24, 2009
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 more...
Sep 23, 2009
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 more...
Sep 21, 2009
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 more...
Sep 10, 2009
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 more...
All feature articles in Javascript/Java Programming
How to subscribe to article feeds
Nov 18, 2009
JavaScript Query String URL Parameters Tutorial
By: Guy Lecky-Thompson
This JavaScript tutorial article details ways to build URL query strings and use query string URL parameters, as well as extract parameters from the query string / URL. more...
Sep 11, 2009
Javascript Window Objects
By: Don Waterfield
Javascript windows are a snap using these custom functions. Wrapped in an external script page this code can be included anywhere and never needs to be adusted again. more...
Feb 16, 2009
Types of Java Methods
By: Ana Mills
Java methods are an integral part of the Java program, falling into a few categories like instance methods, class methods, helper methods, and constructors. more...
Introduction to Java Control Structures
Control structures are a dynamic part of Java and come in several types: sequences, subprograms, selection statements, and loops. more...
Feb 15, 2009
Introduction to Java Loops
This article presents the basic types and structures of a Java loop. For the purpose of simplicity, only the while statement will be used. more...
Introduction to Boolean Values in Java
This tutorial is an introduction to boolean variables and simple comparisons using relational operators, followed by the boolean-specific logical operators. more...
Construction Methods in Java
Constructor methods are a unique animal among other methods, scarcely resembling those other methods at all. They serve a specific purpose in Java programming. more...
All contributing articles in Javascript/Java Programming