or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
49 used & new from $4.92

Have one to sell? Sell yours here
 
   
Express Checkout with PayPhrase
What's this? | Create PayPhrase
Sorry!
Core Web Programming (2nd Edition)
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Core Web Programming (2nd Edition) (Paperback)

~ (Author), Larry Brown (Author) "Web pages are created with the HyperText Markup Language, which lets you mix regular text with "markup" tags describing the text..." (more)
Key Phrases: package cwp, custom cell renderer, generic network server, Internet Explorer, File Edit, Core Approach (more...)
4.4 out of 5 stars  See all reviews (69 customer reviews)

List Price: $59.99
Price: $40.49 & this item ships for FREE with Super Saver Shipping. Details
You Save: $19.50 (33%)
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
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Only 4 left in stock--order soon (more on the way).

Want it delivered Tuesday, November 10? Choose One-Day Shipping at checkout. Details
17 new from $12.99 32 used from $4.92

Formats

Amazon Price New from Used from
  School & Library Binding -- -- --
  Paperback $37.96 $5.00 $0.87
  Paperback, June 3, 2001 $40.49 $12.99 $4.92

Frequently Bought Together

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

Core Web Programming (2nd Edition) + Core Servlets and Javaserver Pages: Core Technologies, Vol. 1 (2nd Edition)

Customers Who Bought This Item Also Bought

Concepts of Programming Languages (9th Edition)

Concepts of Programming Languages (9th Edition)

by Robert W. Sebesta
3.1 out of 5 stars (32)  $81.11
Core Java(TM) 2, Volume I--Fundamentals (7th Edition) (Core Series) (Core Series)

Core Java(TM) 2, Volume I--Fundamentals (7th Edition) (Core Series) (Core Series)

by Cay S. Horstmann
4.4 out of 5 stars (54)  $37.79
Learning Perl, 5th Edition

Learning Perl, 5th Edition

by Randal Schwartz
4.2 out of 5 stars (301)  $25.33
Graphic Java 1.2, Volume 1: AWT, Third Edition

Graphic Java 1.2, Volume 1: AWT, Third Edition

by David M. Geary
Operating System Concepts (7th Edition)

Operating System Concepts (7th Edition)

by Abraham Silberschatz
3.8 out of 5 stars (24)  $106.05
Explore similar items

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. --This text refers to an alternate Paperback edition.



Product Description

Every Web developer needs to understand three core technologies: HTML 4, Java 2/J2EE, and JavaScript. Now, you can learn them all in one book: Core Web Programming, Second Edition, the ultimate Web development resource for experienced programmers! Writing for experienced programmers, Marty Hall begins with detailed, practical coverage of HTML 4 -- from the fundamentals to Cascading Style Sheets, Dynamic HTML, and beyond. Next, Hall shows programmers how to use Java as the base language for Web programming, and integrate other key technologies as needed. Along the way, Hall presents Web-focused coverage of Swing, Java threads, I/O, network programming on both clients and servers, HTTP, servlets, JavaServer Pages, and the latest version of JavaScript -- everything you need to know to build the most effective Web applications possible.

Product Details

  • Paperback: 1398 pages
  • Publisher: Prentice Hall PTR; 2 edition (June 3, 2001)
  • Language: English
  • ISBN-10: 0130897930
  • ISBN-13: 978-0130897930
  • Product Dimensions: 9.1 x 7.1 x 2.8 inches
  • Shipping Weight: 4.4 pounds (View shipping rates and policies)
  • Average Customer Review: 4.4 out of 5 stars  See all reviews (69 customer reviews)
  • Amazon.com Sales Rank: #629,216 in Books (See Bestsellers in Books)

More About the Authors

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

Inside This Book (learn more)





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).
 
(61)
(11)
(9)

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 Reviews

69 Reviews
5 star:
 (49)
4 star:
 (10)
3 star:
 (3)
2 star:
 (4)
1 star:
 (3)
 
 
 
 
 
Average Customer Review
4.4 out of 5 stars (69 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 Petar Banicevic (Zagreb, Croatia) - See all my reviews
(REAL NAME)   
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 !

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
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)   
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!

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
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
(REAL NAME)      
Amazon Verified Purchase(What's this?)
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.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


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

2.0 out of 5 stars Superceded by better books
Agreed that Marty Hall knows how to write and produces great books. Knowing this, I can heartily recommend his more recent "More Servlets and JSPs" as it provides more relevant up... Read more
Published on January 6, 2004 by Aravind K (web development man...

2.0 out of 5 stars Outdated, unfriendly
I would be the first person to say that Marty Hall is a gifted writer. His books on Servlets and JSP are my favorite computer books, but this book is far from great. Read more
Published on April 18, 2003 by Pace Ripley

4.0 out of 5 stars A standard
This was used in an MBA-level course on "Development of Web-Based Applications." The course centered on the management of application development, and the actual... Read more
Published on December 15, 2002

5.0 out of 5 stars Outstanding, Real life examples!
This book is great for a beginner. It covers the basic of HTML, Java 2, JSP's, Servelts, and some javascript. Examples are clear and easy to understand.
Published on December 7, 2001

5.0 out of 5 stars Covers the fine points
This is an excellent book for those of us who want to know WHY something is done in a particular way or should be done in a different way. Read more
Published on August 2, 2001 by Annette Strupp-Adams

4.0 out of 5 stars You might be suprised
I was impressed with the detail displayed by the authors. I found the comparison of web browser capabilities very detail. The HTML section is relatively complete. Read more
Published on July 24, 2001 by Ricahrd W. Cole

4.0 out of 5 stars Great Programming Guide - Very Hands on
This book is a great for beginner and intermediate Web programmers. Some advanced programmers might even get something out of it. Read more
Published on July 2, 2001 by larichar79

5.0 out of 5 stars Core Web Programming
As a software engineer the number of books that I have to read to keep current is quite large. Core Web Programmining by Marty Hall was writen in an easy to read style that... Read more
Published on April 2, 2001 by milaw

5.0 out of 5 stars only book that covers CGI, browser-server conversation
I looked in hundreds of books until I found this one that explains how browsers and servers talk to each other. Read more
Published on August 28, 2000 by Roedy Green

4.0 out of 5 stars Get a perspective view
This book is written by a professor, so be prepared to carry some basic knowledge of programming esp. Java, CGI. Read more
Published on August 10, 2000 by Chirag Patel

Only search this product's reviews



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
Discussion Replies Latest Post
Textbooks for Kindle DX? 61 1 day ago
textbook scam 66 6 days ago
Amazon is a great place to buy textbooks! 35 18 days ago
Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.