Browse Sections

Javascript/Java Programming

Latest Feature Articles


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 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
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 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
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
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
How to Use Parameters with a Java Applet
Parameters can be added to an Applet by using the PARAM HTML field. The trick is then how to use the parameter in a Java applet.
How to Use the System Tray with Java
Adding a Java Application to the Windows System Tray is very easy - provided, of course, that the programmer knows which packages and classes to use.
How to Create a Simple Java GUI
Most users are used to seeing an application interface with buttons an boxes. The Java programmer can provide this by using the Swing and AWT packages.
How to Create a Java Package
When using any object oriented language like Java the programmer will create classes - lots of them. A programmer can organize these classes by introducing Java packages.
How to Write and Reuse a Java Class
Java is a oriented programming language and therefore consists of classes. This simple tutorial shows how to create a Java classes and how to reuse the code.
How to Add a Java Applet to a Web Page
Java is one of the most commonly used programming languages and can be incorporated into any web page - by using applets.
How to Create a Facebook Application
Facebook applications are an effective method of reaching millions of users and a programmer can build an new application in just a matter of minutes.
Creating Javascript Bookmarklets
Many programmers use Javascript in wep pages, but they can also create bookmarklets - these extend the functinality of a web browser without even needing a web page.
Have a Date with Javascript
If a web page programmer uses Javascript then dates are easy to use and manipulate - it's just a matter of creating a Javascript date object.
How to Turn any Web Page Object into an Anchor
HTML anchors (or links) turn web pages into web sites. However, a programmer does not need an anchor - they have Javascript.
How to Create a Date Aware Web Page
It's easy to keep a web site seasonal - just continually edit it to keep it current; or - make it date aware with Javascript
How to Create a Javascript Only Web Page
Web pages are normally written in HTML with Javascript used to add functionality. However, it is possible for a programmer to create a web page using only Javascript.
Create a Dynamic Web Page List with Javascript
Web page lists are userful, but they're static - a web page programmer can make them dynamic by adding some Javascript programming.
Creating Dynamic Combo-boxes with Javascript
Dynamic drop-down lists can improve the user experience on any web site - and the programmer can make them dynamic by using Javascript
Web Page Buttons with Javascript
Buttons are not just for forms on a web page - a programmer can add functionality to a web page by handling the Javascript onclick event.
How to Add a Google Map to a Web Site
Is a description of how to get to a location not good enough? If that's the case then add a Google Map to any web site - just by using a simple piece of Javascript code.
How to Animate the Twelve Days of Christmas
"The Twelve Days of Christmas" is a very popular Christmas carol and is a welcome addition to any web site - especially if it is animated using Javascript.