This is an example of a simple digital clock created with JavaScript. To make the code more clear I’ve put both the JavaScript code and the CSS code directly in the HTML document.
This is what it can…
Continue Reading Posted in JavaScript
December 16th, 2006
When coding a Chat application in Java that should be availible on the Web a good choice is to have an applet communicating with a servlet. Although sockets can be used, a better alternative is to use a high-level connection with HTTP.
Continue Reading Posted in Java
September 11th, 2006
The CSS2 definition provides pseudo-classes which are used to add special effects to some selectors:
Continue Reading Posted in CSS
August 29th, 2006
This is an example of how a Binary to Decimal(and vice versa) Converter can be created with JavaScript. The script could. . .
Continue Reading Posted in JavaScript
June 8th, 2006
This is an example of how to create a Fahrenheit to Celsius(and vice versa) Converter with JavaScript. It could just as well. . .
Continue Reading Posted in JavaScript
May 30th, 2006
Previous Posts