Java Script programming pushing the limits

411 448 0
Java Script programming pushing the limits

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

Java Script

[...]... javascriptprogramming The site includes code samples and demos from the examples in the book, as well as links to further resources It’s a great place to start if you’re having trouble understanding a section, or just want to copy and paste the code samples Start Pushing the Limits JavaScript Programming: Pushing the Limits provides a roadmap for building modern web apps It includes solutions for the common problems... present the user interface In a web app, the end result of the view is markup, since it displays the content on the screen But the view is more complicated than simple markup; it must reprocess the data from the model into a format that can be rendered as markup For example, dates may be stored as UNIX timestamps in the model, but you wouldn’t want to display these to the user The view takes these system... view It is the component that takes in user input to modify the model and is ultimately responsible for updating the view with modified data One example of the controller in action is a form handler After the user posts a form, the data he or she submitted is processed by the controller, which in turn changes the appropriate data in the model Then the change in the model is relayed back through the controller... yourself with the problems you face right now, and deal with future issues in the future Loose coupling streamlines the agile development process, and allows your codebase to evolve naturally as conditions change JavaScript MVCs and Templates Continuing the theme of loose coupling, another design pattern emphasized in this book is the use of JavaScript model-view-controllers (MVCs) and templates These provide... between the three components of an MVC Model The model component of an MVC is the data that drives your application You can think of the model layer as the domain logic of your application—it is all the data that your app will handle On a simple brochure site, the model layer might only contain a few objects representing the content of the site: the text, image paths, and so forth More complex apps, on the. .. controller to update the view Putting It All Together Alone, each of these components cannot do very much, but when the three separate pieces come together, they build an application For example, apps commonly have a form that allows users to manage their user data: username, password, and so on This data is stored in the model, which is typically a database The view then takes this data from the model and... practices You’ll be a more responsible developer whether you’re writing JavaScript, or using another language to build the apps of the future The book is divided into four parts: ■ Part 1: A Firm Foundation—Part I starts by covering some general best practices and drives home the book’s central messages: loose coupling and the separation of concerns It then discusses a number of development tools and... the Three.js library Finally, I provide a checklist of last-minute issues to handle for launch You learn how to profile performance, as well as techniques for handling any performance issues that arise You also discover best practices for how and where to deploy your app Companion Website JavaScript Programming: Pushing the Limits has a companion website at http://www.wiley.com/go/ptl/ javascriptprogramming... server solution that caters to modern web app models, which need to relay messages to and from the user in real time This book teaches you how to create a next generation JavaScript app You’ll not only learn how to build the app, but I also explain the theory behind the way you should build it By the end of the book, you’ll be armed with techniques for building rich, interactive apps But more importantly,... than flashy components to stun your audience They also include a number of APIs to streamline the development process and allow you to create the next generation of web apps If the browser-level advancements aren’t enough to get you excited, there’s also server-side JavaScript with Node.js Node isn’t just some academic exercise about making a server with JavaScript It’s a production-ready server solution . class="bi x0 y0 w1 h0" alt="" JavaScript Programming Pushing the Limits JavaScript Programming Pushing the Limits ADVANCED APPLICATION DEVELOPMENT WITH JAVASCRIPT & HTML5 Jon Raasch This. reuse the copyright material in this book please see our website at www.wiley.com. The right of the author to be identified as the author of this work has been asserted in accordance with the. Parent View for the List 60 Linking the Parent and Child Views 61 Tracking Changes in the Collection 63 Putting It All Together 64 Saving and Fetching Data 66 Syncing a Model on the Server. . .

Ngày đăng: 30/03/2014, 00:09

Từ khóa liên quan

Mục lục

  • About the Author

  • Contents

  • Introduction

    • Companion Website

    • Start Pushing the Limits

    • Part I: Starting From a Firm Foundation

      • Chapter 1: Best Practices

        • Loose Coupling

        • JavaScript MVCs and Templates

        • Development Tools

        • Testing

        • Summary

        • Additional Resources

        • Chapter 2: Libraries, Frameworks, and Plugins

          • Choosing the Right JavaScript Library

          • Using a Framework

          • Miscellaneous Scripts

          • HTML5 Boilerplate

          • Finding jQuery Plugins

          • Summary

          • Additional Resources

          • Part II: Building the Front End

            • Chapter 3: Backbone. js

              • Getting Started with Backbone

              • Models in Backbone

              • Working with Collections in Backbone

Tài liệu cùng người dùng

  • Đang cập nhật ...

Tài liệu liên quan