Programming The World Wide Web by Robert W Sebesta
Programming The World Wide Web by Robert W Sebesta
Robert W. Sebesta
My Personal Review:
If you are familiar with the authors book (in its many editions) on
programming languages, all I can say is that this is written in a similar style
- thorough and very academic. There are code examples demonstrating
what is being discussed, and there are summaries in each chapter as well
as exercises and review questions, but you might be left wondering what is
the big picture here?. It by no means has the programming manual style of
an OReilly book that often works through one big project - or several of
them - as a way of teaching you internet programming principles. The good
thing about this book is that the author has covered each subject very
thoroughly. The bad thing is that you will need to read the book in short
doses digesting each portion slowly as his style is quite academic and
each page is densely packed with information. Since the last edition the
author has added three chapters covering Ruby, Rails, and Ajax.
Chapter 1 Fundamentals
1.1 A Brief Introduction to the Internet
1.2 The World Wide Web
1.3 Web Browsers
1.4 Web Servers
1.5 Uniform Resource Locators
1.6 Multipurpose Internet Mail Extensions
1.7 The Hypertext Transfer Protocol
1.8 Security
1.9 The Web Programmers Toolbox
1.10 Summary
Review Questions
Exercises