SWIKI runs an applet

G.J.Tielemans at dinkel.utwente.nl G.J.Tielemans at dinkel.utwente.nl
Sun Nov 4 09:14:57 UTC 2001


Well, if you go for example to
http://www.mste.uiuc.edu/m2t2/appletslist.html

you find several educational plug-ins, 


With search-engine I found:

http://www.mste.uiuc.edu/exner/java.f/leastsquares/#simulation

On that page you can play with the applet and at the bottom left you find
the hyperlink to the code.

---------------------------------------------------------------
Putting it on a swiki-page for a test I hacked a copy of the page and tried:

*original>http://www.mste.uiuc.edu/exner/java.f/leastsquares/#simulation*

<html>
<TABLE BORDER=0><TR><TD>
<TABLE BORDER=1 CELLPADDING=0 CELLSPACING=0>
<TR><TD><IMG
SRC="http://130.89.152.133:8888/docsNL/uploads/306/thumbnail.gif"></TD></TR>
</TABLE>
</TD><TD>
 <H1>Least Squares & Data Fitting</H1>
</TD></TR></TABLE>

<UL><LI>Send comments to <A HREF="mailto:mste at uiuc.edu">Nicholas
Exner</A></LI>
</UL>


<A NAME=description></A>
<H3>Description</H3>
Click on the graph to create some data points.<BR> Next select the degree of
the polynomial used to fit the data.<BR>  Finally, hit calculate to view the
polynomial.

<P>
References: <I>(Heath 106-109, Scientific Computing: An Introductory
Survey)</I>
<P>
 <hr>
<P> 

<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD><APPLET
CODE="http://130.89.152.133:8888/docsNL/uploads/306/LeastSquares.class"
width="430" height="430"></applet></TD></TR>
</TABLE>

<BR>
<FONT SIZE=-1>
Applet Source <A
HREF="http://130.89.152.133:8888/docsNL/uploads/306/source.txt">LeastSquares
.java</A>,
Written by <A
HREF="http://www.uiuc.edu/ph/www/exner">Nicholas Exner</A>.
</FONT>
<hr>
<P><FONT SIZE="-1">Created: 03/28/01 </FONT></P>
</html>
------------------------------------
class file uploaded etc. but the java applet will not live


> -----Original Message-----
> From: Lex Spoon [mailto:lex at cc.gatech.edu]
> Sent: zondag 4 november 2001 5:44
> To: squeak-dev at lists.squeakfoundation.org
> Cc: squeak-dev at lists.squeakfoundation.org
> Subject: Re: SWIKI runs an applet
> 
> 
> G.J.Tielemans at dinkel.utwente.nl wrote:
> > On the web there are lots of good applets for free: how can 
> I convince SWIKI
> > to run an applet on a swiki-page?+
> 
> 
> What kind of applet?
> 
> Whatever you are trying for, a last-ditch way that you can use is to
> type <html> and then type any html you like.  Type </html> at 
> the end of
> it.
> 
> -Lex
> 
> 




More information about the Squeak-dev mailing list