or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
Core Web Programming (Core Series)
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Core Web Programming (Core Series) [Paperback]

Marty Hall (Author)
4.3 out of 5 stars  See all reviews (72 customer reviews)

List Price: $49.95
Price: $37.96 & this item ships for FREE with Super Saver Shipping. Details
You Save: $11.99 (24%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Usually ships within 2 to 5 weeks.
Ships from and sold by Amazon.com. Gift-wrap available.
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
School & Library Binding --  
Paperback $34.76  
Paperback, December 1997 $37.96  
There is a newer edition of this item:
Core Web Programming (2nd Edition) Core Web Programming (2nd Edition) 4.3 out of 5 stars (72)
$34.76
In Stock.

Book Description

013625666X 978-0136256663 December 1997 Bk&CD-Rom
62566-5 One-stop shopping" for Web programmers! Every Internet and intranet developer needs to understand four core technologies: HTML, Java, CGI and JavaScript. Now, you can learn them all in one book: Core Web Programming, the ultimate Web development resource for experienced programmers! HTML 3.2: Extraordinary practical coverage cuts through the complexity to show how HTML is really used-from the fundamentals to frames, cascading style sheets, layered HTML, and new features. Java: Ten super-efficient chapters teach experienced programmers all they need to write great Java programs. Start with the basics of Java syntax and object-oriented programming. Then take an in-depth look at the AWT-including the new event model and every 1.0 and 1.1 component. You'll even learn advanced multi-threading and client/server techniques! CGI: Connect your Web pages to databases or other programs on your corporate server. Detailed coverage of both the client and server sides of the process! JavaScript: Discover scripting techniques you can use right now to add dynamic capabilities to your Web pages-the quick, easy way! *Coverage of versions 1.2, 1.2, and 1.0, plus portability tips.* Core Web Programming delivers the Internet and intranet development skills you need right now! *All the HTML, Java, CGI and JavaScript features you need most: *HTML 3.2 *The latest HTML extensions *Java 1.1 and 1.0 *Detailed coverage of the Java AWT *Multi-threaded and network programming *CGI programming and server-side Java *JavaScript 1.2 and 1.1 Plus an extensive Windows 95/NT and Macintosh CD-ROM library: over 300 fully-documented Java classes, more that 250 easy-to-adapt HTML and JavaScript documents, the Java Developer's Kit (versions 1.0 and 1.1), and Internet Explorer. *The Core Series: By Programmers, For Programmers. Series Editor Gary Cornell, co-author of the wildly successful Core Java, brings his diverse experience and unique perspective to a new series of books written by programmers, for programmers. Like Core Java, every book in this series is designed for serious programmers. Rely on Core books when you want to: *Write commercial-quality code *Learn from non-trivial programs and examples-not toy code! *Focus on the features and functions that help you deliver real applications *Get objective, unbiased coverage of cutting-edge technologies-not hype!

Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Customers buy this book with Core Servlets and Javaserver Pages: Core Technologies, Vol. 1 (2nd Edition) $38.49

Core Web Programming (Core Series) + Core Servlets and Javaserver Pages: Core Technologies, Vol. 1 (2nd Edition)
Price For Both: $76.45

One of these items ships sooner than the other. Show details



Editorial Reviews

Amazon.com Review

Becoming a Web developer these days requires expertise in a variety of disparate languages and tools and usually requires a whole shelf of books. Core Web Programming delivers all you need to become a competent Web developer in one massive text. It covers HTML, Java, Common Gateway Interface (CGI), and JavaScript thoroughly with plenty of real-world programming examples.

The first part of the book covers HTML 3.2, including the basic tags and more advanced topics such as frames and cascading style sheets. This section discusses Netscape and Microsoft extensions to HTML (such as using plug-ins for playing multimedia content and ActiveX controls). The tutorial to HTML is comparable to those in other books of this category and includes some of the author's tips for creating more portable HTML.

The next section covers the basics of Java from a programmer's standpoint, including the advantages of Java and how to access Java documentation and tools. The tutorial that follows stresses the built-in libraries in core Java, covering drawing images and other graphics capabilities. Event handling in Java Developer's Kit (JDK) 1.02 (probably unnecessary these days) and JDK 1.1 receive full treatment. The chapter on graphics double-buffering for smooth animation within Java programs is particularly useful, and the author's treatment of how to access the network capabilities of Java is perhaps unmatched. (Topics here include how to load URLs using Java's network classes and even how to create a simple HTTP server in Java.)

The third section of this text moves to CGI programming using Java on the server. The author introduces the basics of HTTP and describes how data are passed to CGI programs from the client. Though this section lacks a discussion of Perl (which is still the preferred language for CGI development), the treatment of CGI fundamentals and the basics of Java servlets is good. (Java servlets are an alternative--with some advantages--to Perl.)

The fourth and final section of the book returns to the client side once more, with a tutorial on JavaScript, the scripting language for Netscape browsers. Topics such as how to use cookies to store information on local machines and how to validate arguments for CGI forms help round out a successful tour of the technologies that developers need to program on the Web.

From the Inside Flap

In late 1995, I proposed a new course for the Johns Hopkins University's part-time graduate program in Computer Science, for which I had been teaching part-time for a number of years. My idea was to bring together the major Web-related topics in a single course dubbed “Distributed Development on the World Wide Web,” with Java as a unifying theme. We'd look at HTML, Java, HTTP, CGI Programming, and JavaScript, with lots of hands-on projects and no exams. Little did I know what I was getting myself into. By the time I taught the first section in the summer of 1996, the Java tidal wave had swept through the university and the employers that the students represented. The class filled shortly after enrollment opened. There were more students on the waiting list than in the course. I got frantic phone calls from students insisting that they absolutely had to be in the course. Several local companies called asking for on-site courses. What fun! I even found myself switching to Java for the majority of the software development in my “real” job.
However, when I went shopping for texts over the next semester or two, I got a rude surprise. Despite the availability of good books in most of the areas I wanted to cover, I found that I needed three, four, or even five separate books to get good coverage of the material I wanted for the course. Similarly, for my day job, I was constantly switching back and forth among the best of the huge stack of books I had accumulated and the various on-line references. Surely there was a better way. Shouldn't it be possible to fit 95 percent of what professional programmers use in about 35 percent of the space, and get it all in one book? Well, about that time I struck up an acquaintance with Gary Cornell, author of Core Java, and he suggested that I use my class notes as the outline for a World Wide Web developer's reference, and that I entitle it Core Web Programming. Well, after a new version of Java, two new versions of JavaScript, several new browser releases, and a year or two of full-time Web development and Java hacking, here it is. I hope you find it useful.

Real Code for Real Programmers

This book is aimed at serious software developers. If you are looking for a book that shows you how to use a browser, lists the current hottest Web sites, and pontificates about how Java will break the Microsoft monopoly, you've come to the wrong place. If you're already a programmer of some sort and want to get started with HTML, Java, CGI, and JavaScript as quickly as possible, this is the book for you. I'll illustrate the most important approaches and warn you of the most common pitfalls. In order to do so, I will include plenty of working code: over 250 complete Java classes, for instance. I've tried to give detailed examples of the most important and frequently used features, summarize the lesser used ones, and refer you to the API (available on-line) for a few of the rarely used ones.

A word of caution, however. Nobody becomes a great developer just by reading. You have to write some real code too. The more, the better. In each chapter, I suggest that you start by making a simple program or a small variation of one of the examples given, then strike off on your own with a more significant project. Skim the sections you don't plan on using right away, then come back when you are ready to try them out. If you do this, you should quickly develop the confidence to handle the real-world problems that brought you here in the first place. You should be able to balance the demand for the latest features in Web pages with the need for multi-platform support. You should be comfortable with frames, style sheets, and layered HTML. You should have no qualms about making Web interfaces to your corporate database, either via CGI or through JDBC. You should be able to make portable stand-alone graphical applications in Java 1.0 or 1.1. You should be able to connect these applications to remote systems over the network. You should be able to easily distribute computation among multiple threads, or even spin it off to separate systems using RMI. You should be able to use JavaScript to validate CGI forms or to animate Web pages, while still supporting older browsers. You should get a raise.

How This Book Is Organized

The book is divided into four parts, as follows:
Part I: The HyperText Markup Language
Web pages are created using HTML, the HyperText Markup Language. HTML lets you mix regular text with special tags that describe the content, layout, or appearance of the text. These tags are then used by Web browsers like Netscape Navigator or Microsoft Internet Explorer to format the page. This first part of the book will cover the following topics in HTML:

HTML 3.2. Full coverage of all the elements in the latest official HTML standard. Hypertext links, fonts, images, tables, client-side image maps, and more.

Major Netscape and Internet Explorer extensions. Forwarding pages, using custom colors and font faces, embedding audio, video, and ActiveX components. Knowing when extensions make your pages non-portable.

Frames. Dividing the screen into rectangular regions, each associated with a separate HTML document. Borderless frames. Floating frames. Targeting frame cells from hypertext links. Solving common frame problems.

Cascading Style Sheets. Level one style sheets for customizing fonts, colors, images, text formatting, indentation, lists, and more.

Layers. Using extended style sheets or the LAYER and ILAYER elements for dynamic, layered HTML.
Part II: Java
Java is a powerful general-purpose programming language that can be used to create stand-alone programs as well as ones that are embedded in Web pages. Java topics that are covered include:

Unique features of Java. What's different about Java? The truth about Java myths and hype.

Object-oriented programming in Java. Variables, methods, constructors, overloading, and interfaces. Modifiers in class declarations. Packages and the CLASSPATH.

Java syntax. Primitive types, operators, strings, vectors, arrays, input/output and the Math class.

Graphics. Applets. Applications. Drawing, color, font, and clipping area operations. Loading and drawing images.

Mouse and keyboard events. Processing events in Java 1.02. Handling them in Java 1.1. Event types, event listeners, and low-level event handlers. Inner classes.

Windows. Canvas, Panel, Applet, ScrollPane, Frame, Dialog, FileDialog, and Window. Component and Container. Lightweight components and containers in Java 1.1. Saving and loading windows using object serialization.

Layout Managers. FlowLayout, BorderLayout, GridLayout, CardLayout, and GridBagLayout. Positioning components by hand. Strategies for using layout managers effectively. Writing your own layout manager.

GUI Controls. Buttons, checkboxes, radio buttons, combo boxes, list boxes, textfields, text areas, labels, scrollbars, and popup menus. Creating slider and image button classes.

Threads. Threads in separate or existing objects. Synchronizing access to shared resources. Grouping threads. Multi-threaded graphics and double buffering.

Client-server programming. Clients and servers using sockets. The URL class. An HTTP client and server. Remote Method Invocation (RMI). Java DataBase Connectivity (JDBC).
Part III: CGI Programming
Web pages can be connected to databases and other programs on the server by means of the Common Gateway Interface (CGI). Part III covers the following CGI areas:

HTTP. Request types. Request headers. Response headers. Cookies. Public-key cryptography.

The client side. HTML forms and form elements. Using applets to talk to CGI programs. Sending via GET and POST. Bypassing the HTTP server and talking directly to programs from applets.

The server side. Reading GET and POST data. CGI environment variables. Manipulating cookies. Java classes to decode and parse CGI data. Server-side Java and the servlet API. CGI alternatives.
Part IV: JavaScript
JavaScript is a scripting language that can be embedded in Web pages and interpreted as the pages are loaded. The final part will cover the following topics in JavaScript:

JavaScript syntax. Fields, methods, functions, strings, objects, arrays, and regular expressions.

Customizing Web pages. Adapting to different browsers, JavaScript releases, and screen sizes.

Making pages dynamic. Animating images. Manipulating layers. Responding to user events.

Validating CGI forms. Checking form entries as they are changed. Checking data when form is submitted.

Handling cookies. Reading and setting values. The Cookie object.

Controlling frames. Sending results to specific frames. Preventing documents from being framed. Updating multiple frame cells. Giving frame cells the focus automatically.

Integrating Java and JavaScript. LiveConnect and the JSObject class.

JavaScript quick reference. Major classes i


Product Details

  • Paperback: 1279 pages
  • Publisher: Prentice Hall Ptr; Bk&CD-Rom edition (December 1997)
  • Language: English
  • ISBN-10: 013625666X
  • ISBN-13: 978-0136256663
  • Product Dimensions: 9.1 x 7 x 2 inches
  • Shipping Weight: 4.2 pounds (View shipping rates and policies)
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (72 customer reviews)
  • Amazon Best Sellers Rank: #603,254 in Books (See Top 100 in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

72 Reviews
5 star:
 (49)
4 star:
 (11)
3 star:
 (4)
2 star:
 (4)
1 star:
 (4)
 
 
 
 
 
Average Customer Review
4.3 out of 5 stars (72 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

15 of 16 people found the following review helpful:
4.0 out of 5 stars Almost perfect, more JavaScript needed..., September 13, 2001
By 
Before I bought this book: I knew about html basic elements such as head, body, p, and a few more. I had to use tools to create web pages and I never knew how it really works, and I didn't use any advanced elements. Now I can do web pages much better, use CSS and many other cool things.

This book is so well organized it has good approach, from easy elements to harder elements. It covers very interesting topics starting with text elements (for beginning), frames, css, java introduction, java programming, basic 2d & 3d graphics, mouse and keyb. events, layout managers, awt components, swing, threads, network programming (excellent one), and finally server side stuff (java server pages, servlets,jdbc...).

My wish would be to remove java programming sections, since java programming is too big and to complex to show it in 2 or 3 sections, also there are plenty java programming books around. However this is just my opinion.

*All* of the examples are SHORT and INDEPENDENT: you don't have to read all chapters in a row to be able to understand the example. Each topic has it's own nice and small example which exactly points out the essential things. I really hate reading a book from beginning to the end, therefore I hate when whole book is based on one example which grows as you go further - THIS BOOK IS NOT LIKE THAT, althow more examples would be even better.

Finally, this is one of the best books I own, the only negative mark is that java programming should be removed, as well as awt, and instead more java script should be present, however this problem is easy to overcome by buying one of numerous java script books (recomended: JavaScript Bible by Danny Goodman).

Sorry for typos, good luck to all, bye !

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 9 people found the following review helpful:
5.0 out of 5 stars Almost everything a web site developer needs., February 9, 2000
By 
Conrad H. Weisert (Chicago, Illinois USA) - See all my reviews
(REAL NAME)   
This review is from: Core Web Programming (Core Series) (Paperback)
Marty Hall's well-organized and clearly written book is like four books in one, with major sections on HTML, Java, CGI, and Java Script.

His treatment of HTML and Java are more thorough than in many more specialized books. Highly recommended for the experienced professional learning about web programming!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 people found the following review helpful:
5.0 out of 5 stars Bullseye!, April 3, 2000
By 
Stephen Foster (Seattle, WA United States, via Scotland) - See all my reviews
(VINE VOICE)    (REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: Core Web Programming (Core Series) (Paperback)
This is a well-aimed book. If, like me, you are an experienced programmer who is looking to quickly learn Web programming, then this is THE book for you. It doesn't waste time with long-winded explanations of what variables are or what recursion is. It assumes you know all that stuff and quickly explains its four topics.

I can't vouch for most of the HTML section, because I already knew HTML, but I didn't know CSS (Cascading Style Sheets), and they are handled succinctly here in about fifty terse pages, sprinkled with very clear examples.

The one exception to the "adult" level of explanation is a chapter on OOP (Object-Oriented Programming) for people new to it.

1200+ pages for $40? Quite the bargain.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Inside This Book (learn more)
Browse and search another edition of this book.
First Sentence:
Web pages are created with the HyperText Markup Language, which lets you mix regular text with "markup" tags describing the text. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
package cwp, custom cell renderer, generic network server, event dispatch thread, generic network client, public void repaint, using local fonts, standard event listeners, logical character styles, multithreaded method, paintcomponent method, int startlndex, physical character styles, int alignment, page translation time, common frame problems, named inner classes, public void list, measurable interface, private void pause, int itemindex, tag library descriptor file, spservice method, user first presses, query viewer
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Internet Explorer, File Edit, Core Approach, Core Warning, Core Note, Java Plug-In, Stout Medal, Basic Swing, Adding Dynamic Content, End Tag Optional, Apache Xerces, Getting Started, Document Done, United States, Done Figure, Netscape Navigator, Random Hacker, Java Threads, Methods None, Standard Edition, Sun Microsystems, Bill Gates, Core Java, File Listing, Java Virtual Machine
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:




What Other Items Do Customers Buy After Viewing This Item?


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(45)
(39)
(39)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums





Look for Similar Items by Category


Look for Similar Items by Subject