-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (94 loc) · 3.39 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"><!--Copyright (C) 1995-1996 by Mikael Bonnier, Lund, Sweden.-->
<title>Pocket Calculator</title>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js" type="text/javascript"></script>
<link rev="made" href="mailto:mikael.bonnier@gmail.com">
</head>
<body vlink="#800080" background="images/backtile.gif" bgcolor="#cecece">
<!-- counter-ord-lang -->
<p><a href="index-sv.html"><img src="sve1.gif"
alt="[Svenska]" name="sve" height="28" width="31" align="right"
border="0"></a><a href="index.html"><img src="enu1.gif"
alt="[English]" name="enu" height="28" width="31" align="right"
border="0"></a></p>
<h2>Pocket Calculator</h2>
<p>
</p>
<hr>
<table cellpadding="3">
<tbody>
<tr>
<td valign="top" width="410">
<p><applet code="PocketCalc.class" codebase="."
archive="PocketCalc.zip" height="179" width="395" align="bottom"> <param
name="bgcolor" value="#80C0FF"><img src="PocketCalc-enu.gif"
alt="Pocket Calculator" height="179" width="395"> </applet></p>
</td>
<td rowspan="2" valign="top">
<ul>
<li><a href="http://www.jars.com/jan96five.html" target="_top"><img
src="images/5perc_s.gif" alt="Rated Top 5% WebApplet by JARS"
height="95" width="115" align="top"></a><br>
<font size="-1">Jan/1996 #A020128-3</font></li>
<li><a href="http://www.jars.com/100feb96.html" target="_top"><img
src="images/top100_s.gif" alt="Rated Top 100 WebApplet by JARS"
height="95" width="115" align="top"></a><br>
<font size="-1">Feb/1996 #A020128-3</font></li>
<li><a href="http://black_coffee.km-cd.com/" target="_top"><img
src="images/bc.gif" alt="Black Coffee CD-ROM" height="42" width="181"
align="top"></a></li>
<li>Featured on <a
href="http://www.pht.com/sourcemountain/Java/index.html" target="_top">Applets</a>
CD-ROM</li>
<li>Presented in the book "Java Web Magic"<br>
<img src="images/javawebmagic.jpg" height="132"
width="100" align="bottom" alt="Book: Java Web Magic"></li>
</ul>
</td>
</tr>
<tr>
<td valign="top" width="410">
<p><a href="./PocketCalc.java">Source code</a><br>
<strong>Download</strong> installation package (incl. source
code): <a href="./pocketcalc111.zip">pocketcalc111.zip</a></p>
<p>This is also available as a <a
href="http://scratch.mit.edu/projects/13110194/">version for Scratch 2</a>
and in a <a href="http://scratch.mit.edu/studios/244489/">Scratch
1.4-studio for Raspberry Pi</a> and <a
href="http://scratch.orbin.se/j/">converted to Java</a>.<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</p>
</td>
</tr>
</tbody>
</table>
<hr>
<table align="right" border="1">
<tbody>
<tr>
<td bgcolor="#808080">
<p><!-- a href="http://hem.passagen.se/orbinweb/index-enu.html"
target="links" --><font face="Arial,Helvetica"><b>Orbin</b></font><!-- /a --><br>
<font face="Arial,Helvetica" size="-2">Web Technology</font></p>
</td>
</tr>
</tbody>
</table>
<p>[<a href="http://df.lth.se.orbin.se/~mikaelb/java.html">Java applets</a>] [<a href="http://df.lth.se.orbin.se/~mikaelb/"
target="_top">Mikael Bonnier's home page</a>]</p>
<script type="text/javascript">
cheerpjInit();
</script>
</body>
</html>