Amazon.com: Internet & World Wide Web How to Program (3rd Edition) (How to Program (Deitel)) (9780131450912): Harvey M. Deitel, Paul J. Deitel, Andrew B. Goldberg: Books

Have one to sell? Sell yours here
Internet & World Wide Web How to Program (3rd Edition) (How to Program (Deitel))
 
See larger image
 
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.

Internet & World Wide Web How to Program (3rd Edition) (How to Program (Deitel)) [Paperback]

Harvey M. Deitel (Author), Paul J. Deitel (Author), Andrew B. Goldberg (Author)
3.8 out of 5 stars  See all reviews (12 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

There is a newer edition of this item:
Internet and World Wide Web How To Program (5th Edition) Internet and World Wide Web How To Program (5th Edition)
$95.49
In Stock.

Book Description

December 4, 2003 0131450913 978-0131450912 3

The goal of Deitel & Associates, Inc.'s Internet & World Wide Web How to Program, 3/e is to introduce readers with little or no programming experience to the exciting world of Web-based applications. This comprehensive book with accompanying CD-ROM teaches the fundamentals needed to program on the Internet. Readers will be well-prepared to build real-world, industrial-strength, Web-based applications. In-depth coverage of introductory programming principles, various markup languages (XHTML, Dynamic HTML and XML), several scripting languages (JavaScript, VBScript, Perl, Python, PHP, ColdFusion, and FlashActionScript), Web servers (IIS and Apache), and relational databases (MySQL) provide all the skills and tools needed to create dynamic Web-based applications. This new edition contains chapters on Macromedia ColdFusion, a leading server-side scripting software package, and Macromedia Dreamweaver, a powerful WYSIWYG editor and Web application creation tool. Hundreds of LIVE-CODE examples (i.e., complete, working programs) of real applications throughout the book and on the accompanying CD allow readers to run the applications and see and hear the outputs. Readers learn to incorporate multimedia into Web pages and Web-based applications to enhance their presentations. Chapters on e-Business and Accessibility for people with disabilities expose readers to a wide range of other topics. For Internet and Web-based computer programmers, and others in organizations and businesses who need to develop their own Websites and pages.



Product Details

  • Paperback: 1296 pages
  • Publisher: Prentice Hall; 3 edition (December 4, 2003)
  • Language: English
  • ISBN-10: 0131450913
  • ISBN-13: 978-0131450912
  • Product Dimensions: 9.2 x 7 x 2.2 inches
  • Shipping Weight: 3.7 pounds
  • Average Customer Review: 3.8 out of 5 stars  See all reviews (12 customer reviews)
  • Amazon Best Sellers Rank: #757,058 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

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

21 of 21 people found the following review helpful:
4.0 out of 5 stars Great all-in-one, but too Microsoft-centric, November 24, 2005
By 
Chitu Okoli (Montréal, Canada) - See all my reviews
(REAL NAME)   
This review is from: Internet & World Wide Web How to Program (3rd Edition) (How to Program (Deitel)) (Paperback)
This book overall is the best general introduction to website development technologies that I've found. I'm coming from the perspective of a professor who needed to teach HTML, CSS, JavaScript, and any server-side scripting language to my students. After deciding to use PHP, I loked for several appropriate books, and I did find numerous good options, but at the very most, any given book would only cover two of the technologies I needed. Thus, I would end up with at least three or four books that had way more than necessary and would cost up to $200 for one course.

Eventually I discovered Deitel's all-in-wonder, and found an excellent textbook that includes every possible Web technology that I might consider in one reasonably priced book. It has at least one introductory chapter on every technology. Note that everything in the book is simply introductory--very appropriate for a first-level course. It serves as a life-time reference that helps a student or Web developer enter into any given Web technology in a tutorial format. However, to get more advanced, the developer will absolutely have to find a dedicated book on the technology of interest--this book is not for advanced topics; it just gets you in the door--but productively so!

Specifically, the book has at least one full introductory chapter (sometimes two) on: XHTML, CSS, Flash, Dreamweaver, XML, ASP.NET, Perl, PHP, and Coldfusion. It has 10 full chapters on JavaScript that fully teach a non-programmer from scratch how to program (hence the title of the book)--however, I have serious disagreement with their Microsoft-centric approach, as I mention below. The book also has a chapter each on web graphics, web servers, and databases.

In addition, the book includes a CD with complete PDF chapters on VBScript, ASP (not .NET), Python, JSP, and lots more. The chapters are clear, and the authors make a good selection of the most important and useful functions and features, that give students a solid base to get on their feet web programming.

However, the book has one very serious systematic flaw: The writers only used Internet Explorer and completely ignored compatibility with other browsers. I strongly emphasize to my students programming for Web standards, and this is very difficult to do with this book--in fact, it is impossible the way they teach JavaScript. Many of their code examples simply will not work with browsers that follow W3C standards such as Firefox and Opera. I eventually had to give up on teaching students work-arounds for the book's code, and just gave in to Microsoft. Obviously, this is not an acceptable compromise for some people, so this book might be disqualified for this one reason alone. However, I find the book extremely valuable nonetheless--for this reason the book does not deserve five stars.

For my purposes, it is the best choice available, and if not for its exclusive focus on Microsoft Internet Explorer, it would be a near-perfect introductory book on every significant web technology.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


37 of 45 people found the following review helpful:
1.0 out of 5 stars Deitel Considered Dangerous, October 15, 2004
This review is from: Internet & World Wide Web How to Program (3rd Edition) (How to Program (Deitel)) (Paperback)
I was unfortunately subjected to the second edition of this book during my graduate studies at DTU. In my opinion there's only one good thing to say about this book, and that is that it's the only book I've seen where you get a comprehensive introduction to all of the techniques for developing and serving web-pages. Unfortunately, the authors are living in a Miocrosoft Internet Explorer only world, which especially is reflected in their chapters on (x)html and javascript. Problem is, no version of IE is actually capable of understanding xhtml, so what you are in fact taught is xhtml 1.0 served as text/html which is treated as hmtl 4.01 in all browsers. Even worse, the third edition has rewritten all the examples in xhmtl 1.1 which *should*not* be served as text/html. Even worse, the xhtml examples given will trigger an error in IE 6 that will get IE 6 to behave as IE 5.5 in quirks mode - inclusive the css box model error. As to the javascript examples, the book isn't teaching you the w3c DOM but only the IE DOM, thus all examples using eg document.all will possibly fail in some browsers. And document.write isn't allowed if you are serving your pages as application/xhmtl+xml. I'm considering this book dangerous because it doesn't teach you how to code according to the w3c standards but only according to the 'Microsoft standard'
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
3.0 out of 5 stars A mixed bag of fruits, May 24, 2007
By 
This review is from: Internet & World Wide Web How to Program (3rd Edition) (How to Program (Deitel)) (Paperback)
It's tough to rate this book. On one end, you get alot of web technologies in one package: xhtml, javascript, xml, asp.net, php, python, sql, etc, etc. On the other end, however, some sections are severely lacking. The PHP section is very short and topics such as PHP classes aren't even mentioned. The main problem with this book is that it's trying to create something that is just too ambitious. There are many commands, for every scripting language I mentioned above, that are missing. IMHO, I think the Deitels are good authors. Their C++ series is phenomenal and it really taught me how to program in C++. This book, while it does contain the great writing style of Deitels, is unfortunately incomplete in too many aspects.

If you want to learn a scripting language, then it would be a good idea to purchase a book which focuses on that language alone and not 10,000 others at once.
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



What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)
(1)

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