Javascript/Java Programming

leading contributors
Last 30 days

Guy Suited!, Self Portrait, color to follow...

Guy Lecky-Thompson

Mark Alexander Bain, Mark Alexander Bain

Feature Writer Mark Alexander Bain

All contributors in Javascript/Java Programming

feature articles
Mark Alexander Bain

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...

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...

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...

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...

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...

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...

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

Suite101: Javascript/Java Programming articles How to subscribe to article feeds

contributing articles
Javascript/Java Programming

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...

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...

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

By: Ana Mills

Control structures are a dynamic part of Java and come in several types: sequences, subprograms, selection statements, and loops. more...

Introduction to Java Loops

By: Ana Mills

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

By: Ana Mills

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

By: Ana Mills

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

Suite101: Javascript/Java Programming articles How to subscribe to article feeds