Manning Logo
Home | Ordering Info | Shopping Cart | Manage My Account | Login
Attention customers: online shopping is now available exclusively through our main website: http://www.manning.com. Thank you.
Java Applets and Channels Without Programming

Inside the book

Sample Chapters Errata Index Preface Support

Manning Blog

Why small is sweet?

Author Blogs

Dave Crane more...

Author Calendar

Upcoming Events

Catalog

Java .NET Perl XML All by Subject All by Title

About...

Manning Contact Us Ordering FAQs ebooks Covers Sandbox Forums Distributors Manning Early Access Program (MEAP) Affiliate Program Academia/Publicity User Group Program Press Releases Jobs

Manning Publications Co.
209 Bruce Park Avenue
Greenwich, CT 06830

Java Applets and Channels Without Programming
Ronny Richardson, Michael Shoffner, Marq Singer, Bruce Murray, and Jack Gambol

1997 | 372 pages
Includes CDROM
ISBN: 1884777392
$37.95 Softbound print book  

Errata

CD-ROM

If you cannot read the CD-ROM, send email to the Manning Publications webmaster.


Page 103

The formula at the bottom reads

color = (red*65536)+(green*256)+red

Instead, it should read

color = (red*65536)+(green*256)+blue


Page 115

The formula at the top reads

color = (red*65536)+(green*256)+red

Instead, it should read

color = (red*65536)+(green*256)+blue


Page 138

Figure 5.13 is wrong. Don't worry about it.

DESCRIPTION

If you want to use Java to enhance your Web site, you have two choices: you can write the Java applet yourself or you can find an already written Java applet that meets your needs. If you prefer not to do the writing yourself, then Java Applets and Channels Without Programming is for you. It collects almost 100 applets on a CD with detailed instructions on how to use each applet. In addition, style issues are discussed in detail; not only will you learn how to use each applet, you will learn when and where it is appropriate to use each applet. The book also introduces the new concept of channels and shows how these can be used on your web site as well.

The CD-ROM also contains an exclusive applet configuration utility, a program that allows you to configure the Java applets on the CD-ROM in a WYSIWYG (What You See Is What You Get) environment. When using the utility to configure Java applets, you do not need to know any Java programming or even any HTML programming. All you do is change the value of a parameter and click on a button to see the resulting change to the applet. The applet configuration utility is written in Java and runs in your browser, so it runs on any computer platform for which there is a Java-enabled browser.

The CD-ROM also provides example web pages for more than 60 of the included applets, so you can learn how to use the applets in real-world situations.

What's inside:

  • Easy introduction to Java
  • How Java applets work with your HTML code
  • Step-by-step instructions for using the applets on the CD-ROM
  • Step-by-step instructions for using dozens of other applets freely available on the Web

The CD-ROM contains:

  • Nearly a hundred ready-to-run Java applets, each with sample code
  • The applet configuration utility
  • Fully-realized example web pages for more than 60 applets
If you are not a programmer, if you don't have time to learn programming, why struggle to write applets on your own? Enhance your web site quickly and easily with Java Applets and Channels Without Programming.

ABOUT THE AUTHORS...

Ronny Richardson is the author of twenty computer software books. Michael Shoffner is a software developer and co-author of Java Network Programming published by Manning Publications. Marq Singer is a computer science instructor and a Java developer and educator at Prominence Dot Com. Bruce Murray teaches at the University of Alabama and is an experience webmaster. Jack Gambol is a writer and designer of several successful entertainment-related sites.

Home | Catalog | Privacy Policy | About Manning

© 2003-2006 Manning Publications Co.