1.
How to say 'I Love You' in different languages
Language, Translation. Ecuador, Quechua. English, I Love You. English, I adore You ... Korean, Tangshin-i cho-a-yo (i like you, in a romantic way) ...
2.
JavaApplet Yahtzee
WERNER'S SECRET PLACE, Yahtzee. Java Applet Yahtzee The popular dice game, with sound effects. [ HOME | About Me | Deep Thoughts | Internal | Java Scripts ...
3.
JavaScript Simple Calculator
WERNER'S SECRET PLACE, Simple Calculator. Java Script Simple Calculator ... <script language="JavaScript"> <!-- string=""; function app(cc) { string+=cc; ...
4.
JavaScript Fade Out Text
WERNER'S SECRET PLACE, Fade Out Text. Java Script Fade Out Text ... some other things you can try>> // "=255-mul*i" to fade out, "=mul*i" to fade in, ...
5.
JavaScript Fade In Text
WERNER'S SECRET PLACE, Fade In Text. Java Script Fade In Text ... <script language="JavaScript"> <!-- Hide the script from old browsers -- function ...
6.
JavaScript Scroll Text At Bottom
You can see the scrolling message the Java Script produces on the bottom of the ... scrollit(seed){ var m1=" THIS IS WHERE YOUR MESSAGE GOES "; var msg=m1; ...
7.
JavaScript: Dave's Molar Mass and Percent by Mass Calculator
Java Script: Dave's Molar Mass and Percent by Mass Calculator © by Dave Woodcock. [ HOME | About Me | Deep Thoughts | Internal | Java Scripts | Java Applets ...
8.
JavaApplet Yahtzee
Java Applet Yahtzee The popular dice game, with sound effects. ... <applet codebase=classes/yahtzee code=Yahtzee.class width=500 ... Source:Yahtzee.java ...
9.
JavaApplet Tetris
Java Applet Tetris A 2-player head-to-head Tetris game. ... Move block to the left: A for player 1, J for player 2. Move block to the right: D for player 1, ...
10.
JavaApplet Tetris
Java Applet Tetris A 2-player head-to-head Tetris game. ... <applet codebase="classes/tetris" code=TetrisApp.class width=600 height=350> </applet> ...