A revolving globe (90 x 90) Right portion of Beaverland Tech-Forum Title
 
































Internet Shopping?
Why not!
But you don’t have to ...
Internet shopping logo
Simply click the picture!
It will take you to:
ClickBank Marketplace
Computing & Internet
Home & Family
Sports & Recreation
Fun & Entertainment
Health & Medicine
Society & Culture
Business To Business
Marketing & Advertising
Money & Employment

Search Now:
In Association with Amazon.com
Books on eBay ???
Why not!
Click the picture below!
Enter the BOOKS category and
Find fun and bargains!
Click here for your favorite eBay items

TigerDirect Clearance Center

125X125_02_LOOP

$5 when you sign-up with Ebates FREE Membership!

120 x 240 Banner

travelocity.com 125x250

 

You’re at the right place if you’re looking for tips and secrets about Java and applets.
HTML animated lettering (HTML)


  What is Java?
Java is a language—developed by Sun Microsystems, Inc.—that allows Java programmers to write small programs called Applets that you can download and use on your web page. Applets can add special effects to your web page, aid navigation, alter images or just spruce up some text. When a visitor loads your web page with a Java applet on it, the visitor’s browser downloads the applet from your web site’s server and then runs it on the visitor’s own computer.

  How to Use Java Applets?
Applet .class files contain the programming instructions they need. Some applets will use only one .class file; others will use several. You must upload all of the associated .class files into your web page directory.

There are three steps usually needed to add an applet to your web page:

  1. Add the applet HTML coding onto your web page
  2. Edit any Param Values as outlined by the applet’s author
  3. Upload all of the associated files (.class files, images, sounds and .html) to your web server directory
To embed an Applet on your web page, use the <APPLET> Tag. Change the applet’s parameters by editing the VALUE= settings in the <PARAM> Tag(s).

Here is an example applet and its coding:

Your Browser does NOT support Java. This is a Java Slide Show Applet.

<applet code="Slidetext.class" align="baseline"
width="500" height="46">
<param name="bgcolor" value="000000">
<param name="font" value="TimesRoman">
<param name="size" value="28">
<param name="sleep" value="4000">
<param name="speed" value="6">
<param name="style" value="1">
<param name="text"
    value="...Java is different from Javascript!...">
<param name="txtcolor" value="ffffff">
Your Browser does NOT support Java.
This is a Java Slide Show Applet.
</applet>

NOTE:
  • Some browsers do NOT support Java applets; hence, the warning is inserted before </applet> tag.
  • If your .class file resides someplace other than the current directory (which includes your applet-contained HTML file), you must use a codebase attribute within <applet> tag to specify where your .class file resides.

ARTICLES
Why don’t you take a break and read these insightful articles !
March 9, 2002
Erotica Odyssey banner (y81.jpg--260x340) Javascript can mimic Java.

Let Javascript mimic a Java applet animation. Come and see a fabulous example.

March 9, 2002
Erotica Odyssey banner (y81.jpg--260x160) How does Applet Work? (with Cross-Browser Style)

This version was created beased on the next column below. The demo works with IE 4+, Netscape Navigator 4+, Netscape 6+, Mozilla 5+ and Opera 5+.

March 4, 2002
Erotica Odyssey banner (y35.jpg--260x160) How does Applet Work?

Do you know how an applet works? Come and see an interesting illustration to get a quick grasp of it.

March 3, 2002
Check Your Browser to Get Going with Java!

Do you know how to check if your browser is enabled or not? Come and find it out.

March 2, 2002
Java-Savvy Browsers

Do you know how many Java-savvy browsers are available on the Net? Come and read this article to find it out.

August 25, 2001 Java and JavaBean Resources
Do you want to get some more information on Java and JavaBean? In this page, you can find a score of useful links that tell you what you want to know. Some sites are commercial; others are personal sites of individuals who write Beans in their spare time. I hope you will find these sites as useful as I did.
July 14, 2001
rookrite.gif(55x68)An animated Java bean
Java Virtual Machine Made Easy !
Do you want to know how Java has achieved platform-independence? This article tells you all about the Java virtual machine in plain words.
July 13, 2001
happyfac2.gif(51x45)An animated happy face
A Brief History of Java
Introduction of Java—platform-independent Internet programming language—and its history
June 22, 2001
cool.gif(60x29)An animated COOL
Have a Lake-Reflection Applet !
Introduction of a Lake-reflection Applet and how to convert it to gif animation
June 22, 2001
hot5.gif(60x60) An animated HOT
Have a StarWar-style UpScroller !
Five good reasons to convert applet animation to gif animation, with an example of StarWar-style UpScroller
April 17, 2001 Why Don’t You Convert Applet Animation to Gif Animation? (Part 1)
This article tells you about five good reasons with examples:
  1. If you use Java applets in your web page, the execution of these snippets slows down the whole system—intolerably in some cases. If you convert your applet animation to GIF, you can speed it up.
  2. Some animating applets lack an ability to link to another URL. Once you convert them to GIF, you can easily attach an anchor tag to your GIF image so that it can link to another URL.
  3. Some browsers cannot handle Java applets while ninety-nine out of a hundred browsers can handle GIF animation.
  4. It is much easier to use a gif animation in your web page than an applet animation. You don’t have to worry about a number of applet parameters.
  5. Some animation applets work fine at your local site, but not at the remote site without registration.
April 17, 2001 Why Don’t You Convert Applet Animation to Gif Animation? (Part 2)
This article reinforces the above five good reasons, using another fascinating example called “Snow Drift”.

LINKS
The links below guide you to the right place for the right tips. A new window will appear.

July 14, 2001
lookrite.gif(55x68) an animated Java bean
Java Virtual Machine Specification (2nd Edition - Sun Microsystems, Inc.)
If you want to know more about the Java Virtual Machine, this document tell you everything you want to know.
June 29, 2001 Java Glossary from Sun Microsystems
If you want to know about a specific Java jargon, this site will answer your question.
June 17, 2001
maneki.gif(48x48) an animated inviting cat
Java Language Specification (Sun Microsystems, Inc.)
If you want to know the details about Java, this is the documentation you should look into.
May 28, 2001 HotJava Browser 3.0
What is good about HotJava? Its main advantage is that it is the first out there to support new features of Java. It provides a highly-customizable modular solution for creating and deploying Web-enabled applications across a wide array of environments and devices. The newest version of HotJava Browser uses the JavaBeans component model, designed to give developers an edge on getting Internet and intranet products to market quickly and cost effectively.
May 12, 2001
hot5.gif(60x60) an animated fappy face
The Java Tutorial From Sun Microsystems
If you’re interested in programming Java, this tutorial is a must—a practical, example-based guide that thousands of programmers have used to learn the Java programming language.
May 8, 2001
happyfac2.gif(51x45) an animated fappy face
The Java Products and APIs (Application Programming Interfaces)
If you want to program Java applets, you should visit this page, which tells you all devices and tools you need to create your applets.
April 20, 2001 FREE Java applets from JavaFile.Com
You can use these free Java applets. Only reqirement is to link back to the JavaFile.Com site. Try some. The site offers a myriad of useful applets.
April 18, 2001 Flag Animation applet
The FlagApplet is a free applet that animates a single user defined image to give the appearence that the image is blowing in the wind, just like a flag. At the site, you can convert your animated applet flags into animated GIF images.
April 16, 2001 An Introduction to Java Programming Language
If you want to know about a bit of Java programming. This tutorial tells you about it. Java allows you to create executable code that runs in the browser’s memory space. Because Java is a complete programming language, it allows you to do almost anything you like. From within a Java program, you can draw or paint bitmaps, get user events or respond to them, and load URLs.
April 15, 2001 Introductory Java Programming
If you really want to get into Java, these thirty lessons will help you get familialized with Java.
April 15, 2001
hand.gif(80x60) An animated bye-bye hand
Frequently Asked Questions about Java Technology
This collection of frequently asked questions (FAQ) provides brief answers to many common questions about the Sun Java Platform, programming language, and the Java 2 Platform. It also provides links to more detailed information available from this web site. You can also post a question to one of the Java technology-related newsgroups or, directly, to the developer—S un Microsystems, Inc.



inserted by FC2 system