Sams Teach Yourself HTML 4 in 24 Hours
- Table of Contents
- Copyright
- About the Author
- Acknowledgments
- Tell Us What You Think!
- Put Your HTML Page Online Today
- I. Your First Web Page
- Hour 1. Understanding HTML and XML
- Hour 2. Create a Web Page Right Now
- Hour 3. Linking to Other Web Pages
- Hour 4. Publishing Your HTML Pages
- II. Web Page Text
- Hour 5. Text Alignment and Lists
- Hour 6. Text Formatting and Font Control
- Hour 7. Email Links and Links Within a Page
- Hour 8. Creating HTML Forms
- III. Web Page Graphics
- Hour 9. Creating Your Own Web Page Graphics
- Hour 10. Putting Graphics on a Web Page
- Hour 11. Custom Backgrounds and Colors
- Hour 12. Creating Animated Graphics
- IV. Web Page Design
- Hour 13. Page Design and Layout
- Hour 14. Graphical Links and Imagemaps
- Hour 15. Advanced Layout with Tables
- Hour 16. Using Style Sheets
- V. Dynamic Web Pages
- Hour 17. Embedding Multimedia in Web Pages
- Hour 18. Interactive Pages with Applets and ActiveX
- The Old Way
- Internet Programming for the Rest of Us
- Strong Java
- ActiveX Controls
- Using ActiveX to Embed a Video
- Summary
- Q&A
- Workshop
- Hour 19. Web Page Scripting for Non-Programmers
- Hour 20. Setting Pages in Motion with Dynamic HTML
- VI. Building a Web Site
- Hour 21. Multipage Layout with Frames
- Hour 22. Organizing and Managing a Web Site
- Hour 23. Helping People Find Your Web Pages
- Hour 24. Planning for the Future of HTML
- VII. Appendixes
- A. Readers' Most Frequently Asked Questions
- B. HTML Learning Resources on the Internet
- C. Complete HTML 4 Quick Reference
- D. HTML Character Entities
Internet Programming for the Rest of Us
Suppose you just want your Web order form to add totals automatically when customers check off which products they want. This is not rocket science; implementing it shouldn't be either. You don't want to learn UNIX or C++ or the Windows 95 Applications Programming Interface. You don't want to compile and install half a dozen extra files on your Web server, or ask the user to download your handy-dandy calculator application. You just want to add some numbers; or maybe you just want to change a graphic depending on the user's preferences, or the day of the week, or whatever; or maybe you want to tell a random joke every time somebody logs on to your home page. Until now, there really was no simple way to do these simple things.
Scripting languages such as JavaScript (which you learn about in Hour 19, "Web Page Scripting for Non-Programmers" ) give you a way. Okay, so it's still programming—but it's the kind of programming you can learn in an afternoon, or in an hour if you've fooled around with BASIC or Excel macros before. It's programming for the rest of us. Scripts go directly into your Web pages' HTML, wherever you want something intelligent to happen.
Strong Java | Next Section

Account Sign In
View your cart