Buy Programming the World Wide Web 2009 by Robert W. Sebesta
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Home > Computing and Information Technology > Digital Lifestyle and online world: consumer and user guides > Internet guides and online services > Programming the World Wide Web 2009: United States Edition
Programming the World Wide Web 2009: United States Edition

Programming the World Wide Web 2009: United States Edition


     0     
5
4
3
2
1



Out of Stock


Notify me when this book is in stock
X
About the Book

For undergraduate students who have completed a course in object-oriented programming.  Most courses are offered in computer science departments.    Programming the World Wide Web 2009 provides a comprehensive introduction to the tools and skills required for both client- and server-side programming, teaching students how to develop platform-independent sites using the most current Web development technology. Essential programming exercises are presented using a manageable progression: students begin with a foundational XHTML Web site and employ new languages and technologies to add features as they are discussed in the course. Readers with previous experience programming with an object-oriented language are guided through concepts relating to client-side and server-side programming, including ASP.NET using C#, JavaScript™, Java™ servlets, Ajax, JSP™, XHTML, XML, PHP, Ruby, and Rails.   SUPPLEMENTS Lecture Slides (PPT) Figures from the book (PPT) Code Listing from the book Solutions Manual (Instructors Only)

Table of Contents:
  1 Fundamentals 1 1.1 A Brief Introduction to the Internet 2 1.2 The World Wide Web 6 1.3 Web Browsers 7 1.4 Web Servers 8 1.5 Uniform Resource Locators 11 1.6 Multipurpose Internet Mail Extensions 13 1.7 The Hypertext Transfer Protocol 15 1.8 Security 18 1.9 The Web Programmer’s Toolbox 20   2 Introduction to XHTML 35 2.1 Origins and Evolution of HTML and XHTML 36 2.2 Basic Syntax 38 2.3 Standard XHTML Document Structure 39 2.4 Basic Text Markup 40 2.5 Images 49 2.6 Hypertext Links 54 2.7 Lists 57 2.8 Tables 63 2.9 Forms 71 2.10 Syntactic Differences between HTML and XHTML 84   3 Cascading Style Sheets 91 3.1 Introduction 92 3.2 Levels of Style Sheets 93 3.3 Style Specification Formats 94 3.4 Selector Forms 96 3.5 Property Value Forms 99 3.6 Font Properties 100 3.7 List Properties 106 3.8 Color 110 3.9 Alignment of Text 112 3.10 The Box Model 114 3.11 Background Images 119 3.12 The and Tags 121 3.13 Conflict Resolution 122   4 The Basics of JavaScript 129 4.1 Overview of JavaScript 130 4.2 Object Orientation and JavaScript 133 4.3 General Syntactic Characteristics 134 4.4 Primitives, Operations, and Expressions 137 4.5 Screen Output and Keyboard Input 146 4.6 Control Statements 150 4.7 Object Creation and Modification 158 4.8 Arrays 159 4.9 Functions 164 4.10 An Example 169 4.11 Constructors 170 4.12 Pattern Matching Using Regular Expressions 171 4.13 Another Example 176 4.14 Errors in Scripts 177   5 JavaScript and XHTML Documents 185 5.1 The JavaScript Execution Environment 186 5.2 The Document Object Model 187 5.3 Element Access in JavaScript 190 5.4 Events and Event Handling 193 5.5 Handling Events from Body Elements 198 5.6 Handling Events from Button Elements 199 5.7 Handling Events from Text Box and Password Elements 205 5.8 The DOM 2 Event Model 215 5.9 The navigator Object 220 5.10 DOM Tree Traversal and Modification 222   6 Dynamic Documents with JavaScript227 6.1 Introduction 228 6.2 Positioning Elements 228 6.3 Moving Elements 234 6.4 Element Visibility 237 6.5 Changing Colors and Fonts 238 6.6 Dynamic Content 242 6.7 Stacking Elements 245 6.8 Locating the Mouse Cursor 248 6.9 Reacting to a Mouse Click 251 6.10 Slow Movement of Elements 252 6.11 Dragging and Dropping Elements 255   7 Introduction to XML 263 7.1 Introduction 264 7.2 The Syntax of XML 266 7.3 XML Document Structure 269 7.4 Document Type Definitions 270 7.5 Namespaces 277 7.6 XML Schemas 279 7.7 Displaying Raw XML Documents 287 7.8 Displaying XML Documents with CSS 289 7.9 XSLT Style Sheets 291 7.10 XML Processors 300 7.11 Web Services 302   8 Introduction to Flash 309 8.1 Origins and Uses of Flash 310 8.2 A First Look at the Flash Authoring Environment 310 8.3 Drawing Tools 315 8.4 An Example–Static Graphics 322 8.5 An Example–Animation and Sound 329 8.6 User Interactions 336   9 Introduction to PHP 345 9.1 Origins and Uses of PHP 346 9.2 Overview of PHP 346 9.3 General Syntactic Characteristics 347 9.4 Primitives, Operations, and Expressions 348 9.5 Output 354 9.6 Control Statements 356 9.7 Arrays 359 9.8 Functions 368 9.9 Pattern Matching 371 9.10 Form Handling 374 9.11 Files 380 9.12 Cookies 383 9.13 Session Tracking 386   10 Introduction to Ajax 393 10.1 Overview of Ajax 394 10.2 The Basics of Ajax 397 10.3 Return Document Forms 407 10.4 Ajax Toolkits 411 10.5 Security and Ajax 419   11 Java Web Software 423 11.1 Introduction to Servlets 424 11.2 The NetBeans Integrated Development Environment 428 11.3 A Survey Example 437 11.4 Storing Information on Clients 444 11.5 JavaServer Pages 454 11.6 JavaBeans 465 11.7 JavaServer Faces 470   12 Introduction to ASP.NET 485 12.1 Overview of the .NET Framework 486 12.2 A Bit of C# 489 12.3 Introduction to ASP.NET 493 12.4 ASP.NET Controls 500 12.5 ASP.NET AJAX 518 12.6 Web Services 525   13 Database Access through the Web 535 13.1 Relational Databases 535 13.2 An Introduction to the Structured Query Language 538 13.3 Architectures for Database Access 543 13.4 The MySQL Database System 546 13.5 Database Access with PHP and MySQL 548 13.6 Database Access with JDBC and MySQL 557   14 Introduction to Ruby 569 14.1 Origins and Uses of Ruby 570 14.2 Scalar Types and Their Operations 570 14.3 Simple Input and Output 579 14.4 Control Statements 581 14.5 Fundamentals of Arrays 586 14.6 Hashes 592 14.7 Methods 594 14.8 Classes 598 14.9 Blocks and Iterators 604 14.10 Pattern Matching 607   15 Introduction to Rails 613 15.1 Overview of Rails 614 15.2 Document Requests 616 15.3 Rails Applications with Databases 623 15.4 Rails with Ajax 643 Summary 651 Review Questions 653 Exercises 654 Appendix A Introduction to Java 655 Appendix B Named Colors and Their Hexadecimal Values 671 Appendix C Java Applets 675 Index 703

About the Author :
Robert Sebesta is an Associate Professor in the Computer Science Department at the University of Colorado, Colorado Springs. Professor Sebesta received a BS in applied mathematics from the University of Colorado, Boulder, and MS and PhD degrees in computer science from the Pennsylvania State University. His professional interests are the design and evaluation of programming languages, compiler design, and software testing methods and tools. He is the author of Addison-Wesley’s Concepts of Programming Languages and Programming the World Wide Web.


Best Sellers


Product Details
  • ISBN-13: 9780136076636
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Pearson
  • Height: 232 mm
  • No of Pages: 800
  • Weight: 1070 gr
  • ISBN-10: 0136076637
  • Publisher Date: 01 May 2009
  • Binding: Paperback
  • Language: English
  • Sub Title: United States Edition
  • Width: 187 mm


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Programming the World Wide Web 2009: United States Edition
Pearson Education (US) -
Programming the World Wide Web 2009: United States Edition
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Programming the World Wide Web 2009: United States Edition

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    Fresh on the Shelf


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!