Developing Large Web Applications(English, Paperback, Loudon Kyle) | Zipri.in
Developing Large Web Applications(English, Paperback, Loudon Kyle)

Developing Large Web Applications(English, Paperback, Loudon Kyle)

Quick Overview

Rs.3800 on FlipkartBuy
Product Price Comparison
How do you create a mission-critical site that provides exceptional performance while remaining flexible, adaptable, and reliable 24/7? Written by the manager of a UI group at Yahoo!, Developing Large Web Applications  offers practical steps for building rock-solid applications that remain effective even as you add features, functions, and users. You'll learn how to develop large web applications with the extreme precision required for other types of software. Avoid common coding and maintenance headaches as small websites add more pages, more code, and more programmers Get comprehensive solutions for refining HTML, CSS, JavaScript, PHP, and Ajax for large-scale web applications Make changes in one place that ripple through all affected page elements Embrace the virtues of modularity, encapsulation, abstraction, and loosely coupled components Use tried-and-true techniques for managing data exchange, including working with forms and cookies Learn often-overlooked best practices in code management and software engineering Prepare your code to make performance enhancements and testing easier About The Author Kyle Loudon is a software developer at Yahoo! where he leads a group doing user interface development. Some of Kyle's experiences prior to joining Yahoo! include working on the user interface for the original Apple iPod, writing software for various other mobile devices, and leading the user interface group at Jeppesen Dataplan (a Boeing company) in the development of a flight planning system used by airlines around the world. He also spent a small amount of time with IBM in the early 1990s. For several years, he has taught object-oriented programming part-time at the University of California, Santa Cruz while working as a software developer in Silicon Valley. Kyle received a B.S. in Computer Science from Purdue University in 1992 with a minor in French, and was elected there to the Phi Beta Kappa honor society. He has also done some advanced education in Computer Science at Stanford University. Table of Contents Chapter 1 The Tenets Managing Complexity Modular Components Ten Tenets for Large Web Applications Chapter 2 Object Orientation The Fundamentals of OOP Why Object Orientation? UML Class Diagrams Modeling a Web Page Writing the Code Achieving Modularity Object-Oriented PHP Object-Oriented JavaScript Chapter 3 Large-Scale HTML Modular HTML HTML Tags XHTML RDFa HTML 5 Chapter 4 Large-Scale CSS Modular CSS Positioning Techniques Layouts and Containers Other Practices Chapter 5 Large-Scale JavaScript Modular JavaScript Working with the DOM Working with Events Working with Animation An Example: Chained Selection Lists Chapter 6 Data Management Dynamic Modules Data Managers Data Using SQL As a Source Data Using XML As a Source Data from Web Services Data in the JSON Format Cookies and Forms Chapter 7 Large-Scale PHP Modular Web Pages Working with Pages Working with Modules Layouts and Containers Special Considerations Chapter 8 Large-Scale Ajax In the Browser On the Server MVC and Ajax Chapter 9 Performance Caching Opportunities Managing JavaScript Distribution of Assets Control Over Site Metrics Modular Testing Chapter 10 Application Architecture Thinking Modularly Organizing Components Architecture and Maintenance Colophon