Java 2 for the World Wide Web / Dori Smith.

By: Material type: TextTextPublication details: Berkeley, California : Peachpit Press, c2002Description: xiv, 300 pages : illustrations ; 23 cmISBN:
  • 201748649
Subject(s): LOC classification:
  • QA 76.73.J38 .S65 2002
Contents:
Introduction. 1. What is Java? A Short History Lesson. Why Learn Java? Common Java Myths. What You'll Need. Java's Different Versions.2. Java Basics. Introducing the AmazingJava Virtual Machine. Java Security. Java Files. Buzzword Bingo.3. Using Java On Your Pages. Using the APPLET Tag on Your Pages. Using the Object Tag on Your Pages. Using Object and Embed Tags on Your Pages. Using Object and Embed Tags on Your Pages. Displaying a Message for Non-Java Browsers. Positioning Java Applets on the Page. Finding Applets on the Web. Passing Parameters to an Applet.4. Your First Applets. "Hello, world!" Using Fonts. Setting the Background Color. Passing Parameters from HTML to Java. Adding Comments. Changing the Font Style. Changing Colors.5. Strings and Things. String Variables. More about Strings. Variable Scope. String Methods. All Types of Numbers. Converting between Strings and Numbers. Converting between Types of Numbers. Converting by Casting. Arrays of Objects.6. Decisions, Decisions. Conditionals: The if Statement. Catching Errors. More Conditionals: if/else Statements. Around and Around with Loops. Another Loop through Loops: The while Loop. The Last Loop: The do/while Loop. Take a Break from Loops. The Case with case.7. Working with the User. Drawing with the Mouse. Drawing in Two Dimensions. Freehand Drawing. Capturing Keystrokes. Moving Images Around. Using Modifier Keys.8. Building a User interface. Password Protecting a Page. Entering and Displaying Text. Working with Checkboxes. Using Radio Buttons. Selecting Menu Items. Setting the Font Menu with Java. Using Text Areas. Using Scrolling Lists.9. Looking at Layout. No Layout is FlowLayout. Using FlowLayout. Giving Your Applet Some Space. Using BorderLayout. Using GridLayout. Standing Out With Insets. Using Panels to Add Components. Using CardLayout. Using GridBagLayout.10. Image Manipulation and Animation. Displaying an Image. Displaying Part of an Image. Drawing a Border Around an Image. Displaying Multiple Images. Threading and Animation. Double-Buffering Animation. Displaying Unlimited Images. Controlling Animation.11. Java and JavaScript. Checking for Java. JavaScript and Public Java Methods. Passing Information from JavaScript to Java. Passing Information from Java to JavaScript.12. User Interface Design with Swing. Your First Swing Applet. Setting Fonts with Swing. Swing Checkboxes. Radio Buttons with Swing. Setting Look and Feel with Swing. Swing Animation. Swing in Action.13. JavaServer Pages and Servlets. Your First JavaServer Page. JSP and Forms. Decisions. With JSP. Writing Cookies with JSP. Reading Cookies with JSP. XML and JSP. Your First Servlet. Surveys with Servlets.14. Using Java with Visual Tools. Adding Applet Tags with Dreamweaver. Adding Object Tags with Dreamweaver. Adding Applet tags with GoLive. Adding Object Tags with GoLive.15. Tic-Tac-Toe. Playing a Game of Tic-Tac-Toe.16. A Simple Calculator. A Simple Calculator.17. Real World Java - Hierarchical Menu. Java Hierarchical Menu.Appendix A: Where to Learn More. Java on the Web. Online Magazines. Integrated Development Environments (IDEs). Java Books. Newsgroups. Cross-Platform Issues.Appendix B: Reserved Words. Java's Reserved Words.Appendix C: The Java Object Hierarchy. The java.applet Package. The java.awt.color Package. The java.awt.datatransfer Package. The java.awt.dnd Package. The java.awt.event Package. The java.awt.font Package. The java.awt.geom Package. The java.awt.im Package. The java.awt.image.renderable Package. The java.awt.peer Package. The java.awt.print Package. The java.beans Package. The java.beans.beancontext Package. The java.io Package. The java.lang Package. The java.lang.ref Package. The java.reflect Package. The java.math Package. The java.net Package. The java.text Package. The java.util Package. The java.util.jar Package. The java.util.zip Package.Appendix D: Differences Between JDK 1.0, 1.1, 1.2, and 1.3. The "Old" Event Model.Index
Summary: Aimed at Web programming students and Web designers, this tutorial/reference covers Java pages, applets, strings, building a user interface, image manipulation, JavaScript, and using Java with visual tools. Each lesson features step-by-step instructions, code, and screen shots. Smith has written other books on Java. Annotation (c) Book News, Inc., Portland, OR (booknews.com)
Item type: Books
Tags from this library: No tags from this library for this title. Log in to add tags.
Star ratings
    Average rating: 0.0 (0 votes)
Holdings
Item type Current library Home library Collection Call number Copy number Status Date due Barcode
Books Books National University - Manila LRC - Main General Circulation Mobile and Web Applications GC QA 76.73.J38 .S65 2002 (Browse shelf(Opens below)) c.1 Currently in local use 06/09/2025 NULIB000002504

Includes index.

Introduction. 1. What is Java? A Short History Lesson. Why Learn Java? Common Java Myths. What You'll Need. Java's Different Versions.2. Java Basics. Introducing the AmazingJava Virtual Machine. Java Security. Java Files. Buzzword Bingo.3. Using Java On Your Pages. Using the APPLET Tag on Your Pages. Using the Object Tag on Your Pages. Using Object and Embed Tags on Your Pages. Using Object and Embed Tags on Your Pages. Displaying a Message for Non-Java Browsers. Positioning Java Applets on the Page. Finding Applets on the Web. Passing Parameters to an Applet.4. Your First Applets. "Hello, world!" Using Fonts. Setting the Background Color. Passing Parameters from HTML to Java. Adding Comments. Changing the Font Style. Changing Colors.5. Strings and Things. String Variables. More about Strings. Variable Scope. String Methods. All Types of Numbers. Converting between Strings and Numbers. Converting between Types of Numbers. Converting by Casting. Arrays of Objects.6. Decisions, Decisions. Conditionals: The if Statement. Catching Errors. More Conditionals: if/else Statements. Around and Around with Loops. Another Loop through Loops: The while Loop. The Last Loop: The do/while Loop. Take a Break from Loops. The Case with case.7. Working with the User. Drawing with the Mouse. Drawing in Two Dimensions. Freehand Drawing. Capturing Keystrokes. Moving Images Around. Using Modifier Keys.8. Building a User interface. Password Protecting a Page. Entering and Displaying Text. Working with Checkboxes. Using Radio Buttons. Selecting Menu Items. Setting the Font Menu with Java. Using Text Areas. Using Scrolling Lists.9. Looking at Layout. No Layout is FlowLayout. Using FlowLayout. Giving Your Applet Some Space. Using BorderLayout. Using GridLayout. Standing Out With Insets. Using Panels to Add Components. Using CardLayout. Using GridBagLayout.10. Image Manipulation and Animation. Displaying an Image. Displaying Part of an Image. Drawing a Border Around an Image. Displaying Multiple Images. Threading and Animation. Double-Buffering Animation. Displaying Unlimited Images. Controlling Animation.11. Java and JavaScript. Checking for Java. JavaScript and Public Java Methods. Passing Information from JavaScript to Java. Passing Information from Java to JavaScript.12. User Interface Design with Swing. Your First Swing Applet. Setting Fonts with Swing. Swing Checkboxes. Radio Buttons with Swing. Setting Look and Feel with Swing. Swing Animation. Swing in Action.13. JavaServer Pages and Servlets. Your First JavaServer Page. JSP and Forms. Decisions. With JSP. Writing Cookies with JSP. Reading Cookies with JSP. XML and JSP. Your First Servlet. Surveys with Servlets.14. Using Java with Visual Tools. Adding Applet Tags with Dreamweaver. Adding Object Tags with Dreamweaver. Adding Applet tags with GoLive. Adding Object Tags with GoLive.15. Tic-Tac-Toe. Playing a Game of Tic-Tac-Toe.16. A Simple Calculator. A Simple Calculator.17. Real World Java - Hierarchical Menu. Java Hierarchical Menu.Appendix A: Where to Learn More. Java on the Web. Online Magazines. Integrated Development Environments (IDEs). Java Books. Newsgroups. Cross-Platform Issues.Appendix B: Reserved Words. Java's Reserved Words.Appendix C: The Java Object Hierarchy. The java.applet Package. The java.awt.color Package. The java.awt.datatransfer Package. The java.awt.dnd Package. The java.awt.event Package. The java.awt.font Package. The java.awt.geom Package. The java.awt.im Package. The java.awt.image.renderable Package. The java.awt.peer Package. The java.awt.print Package. The java.beans Package. The java.beans.beancontext Package. The java.io Package. The java.lang Package. The java.lang.ref Package. The java.reflect Package. The java.math Package. The java.net Package. The java.text Package. The java.util Package. The java.util.jar Package. The java.util.zip Package.Appendix D: Differences Between JDK 1.0, 1.1, 1.2, and 1.3. The "Old" Event Model.Index

Aimed at Web programming students and Web designers, this tutorial/reference covers Java pages, applets, strings, building a user interface, image manipulation, JavaScript, and using Java with visual tools. Each lesson features step-by-step instructions, code, and screen shots. Smith has written other books on Java. Annotation (c) Book News, Inc., Portland, OR (booknews.com)

There are no comments on this title.

to post a comment.