• Complain

Roy Sutton - Enyo

Here you can read online Roy Sutton - Enyo full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2015, publisher: OReilly Media, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Roy Sutton Enyo
  • Book:
    Enyo
  • Author:
  • Publisher:
    OReilly Media
  • Genre:
  • Year:
    2015
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Enyo: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Enyo" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Discover how easy it is to design and build responsive, cross-platform apps with the Enyo open source JavaScript framework. With this revised and expanded edition, Enyo contributor Roy Sutton gets you started with the frameworks core object-oriented features, including its modular design, reusable and extensible components, layout and widget libraries, easy-to-use deployment options, and support for HTML5 standards.

Youll also delve into Enyos latest features, including models, collections, data binding, and computed properties. Before you know it, youll be writing native-quality, data-driven apps that work equally well on smartphones, tablets, and desktops. Are you familiar with HTML, CSS, or JavaScript? Then youre ready for Enyo.

  • Build a sample project to get the feel of Enyo right away
  • Learn Enyos component building blocks, or kinds
  • Design compelling and responsive apps with Enyos layout library
  • Build unique user interfaces with...
  • Roy Sutton: author's other books


    Who wrote Enyo? Find out the surname, the name of the author of the book and a list of all author's works by series.

    Enyo — read online for free the complete book (whole text) full work

    Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Enyo" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

    Light

    Font size:

    Reset

    Interval:

    Bookmark:

    Make
    Enyo: Up and Running
    Roy Sutton
    Beijing Cambridge Farnham Kln Sebastopol Tokyo Preface HTML5 technologies hold - photo 1

    Beijing Cambridge Farnham Kln Sebastopol Tokyo

    Preface

    HTML5 technologies hold the promise of providing compelling user experiences through the web browser. The Web has evolved as a platform for delivering content to users regardless of the operating system their computers (or smartphones, tablets, and smart TVs) use. As users spend more time on the Web, they not only expect to receive content but also perform the actions of their daily lives. The Web is evolving from static pages to true web applications.

    Enyo is a JavaScript framework designed to help developers create compelling interactive web applications (or apps). What makes Enyo special? Why should you be interested in it? Ill try to tackle those questions and, along the way, help you get productive in Enyo.

    Where Did Enyo Come From?

    Enyo grew out of the need to create applications for the HP TouchPad tablet. It was designed to be an easy-to-learn, high-performance framework that provided a pleasing and consistent user interface. As Enyo grew, HP realized that the technologies could be applied not only to tablets but also to the larger screens of desktops and the smaller screens of smartphones.

    On January 25, 2012, HP announced they were going to release Enyo as an open source project under the Apache 2.0 license. Development moved to GitHub and the broader JavaScript community was invited to participate. Since that time, Enyo has matured and now offers robust tools for developing web apps on a wide variety of platforms. In March of 2013, LG Electronics acquired the webOS group from HP and the core Enyo team focused on adapting the framework for creating smart TV applications.

    Core Beliefs

    The Enyo team believes very strongly in the power of the open Web. To that end, Enyo embraces the following concepts:

    • Enyo and its code are free to use, always.
    • Enyo is open sourcedevelopment takes place in the open and the community is encouraged to participate.
    • Enyo is truly cross-platformyou should not have to choose between mobile and desktop, or between Chrome and Internet Explorer.
    • Enyo is extensible.
    • Enyo is built to manage complexityEnyo promotes code reuse and encapsulation.
    • Enyo is lightweight and fastEnyo is optimized for mobile and its core is small.
    Whats Enyo Good For?

    Enyo is designed for creating apps. While a discussion of exactly what an app is could probably fill a book this size, when I say apps Im referring to an interactive application that runs in a web browser (even if the browser itself may be transparent to the user).

    This is to say Enyo is not designed for creating web pages. Enyo apps run in the browser and not on the server. This doesnt mean Enyo cannot interact with data stored on servers; it certainly can. And it doesnt mean that Enyo cant be served to the browser by a web server; it can.

    Who Is This Book For?

    This book is written for web developers looking to learn new ways of developing applications or for programmers who are interested in learning web app design. It is not intended as an introduction to programming course. While designing with Enyo is easy, I expect some familiarity with HTML, CSS, or JavaScript.

    Minimum Requirements

    The absolute minimum requirement for working through the book is a web browser that is compatible with Enyo and access to the jsFiddle website. To get the most out of the book, I recommend a PC (Mac, Windows, or Linux), a code editor, and a modern web browser. A web server, such as a local installation of Apache or a hosting account, can be helpful for testing. Git and Node.js round out the tools needed for the full experience.

    Information on setting up your environment to develop Enyo applications can be found in . This book was based off Enyo version 2.5.1, though it should apply to later versions.

    Typographic Conventions

    The following conventions are used in this book:

    Italic Ital indicates new terms, URLs, email addresses, filenames, and file extensions. Constant widthCW is used for program listings, as well as within paragraphs to refer to program elements such as variable or function names, databases, data types, environment variables, statements, and keywords. Constant width boldCWB shows commands or other text that should be typed literally by the user. Constant width italicCWI shows text that should be replaced with user-supplied values or by values determined by context.
    Tip

    This icon precedes a link to runnable code samples on jsFiddle.

    Tip

    This icon precedes a tip, suggestion, or note.

    Warning

    This icon precedes a warning or clarification of a confusing point.

    Using Code Examples

    This book is here to help you get your job done. In general, if this book includes code examples, you may use the code in this book in your programs and documentation. You do not need to contact us for permission unless youre reproducing a significant portion of the code. For example, writing a program that uses several chunks of code from this book does not require permission. Selling or distributing a CD-ROM of examples from OReilly books does require permission. Answering a question by citing this book and quoting example code does not require permission. Incorporating a significant amount of example code from this book into your products documentation does require permission.

    We appreciate, but do not require, attribution. An attribution usually includes the title, author, publisher, and ISBN. For example: Enyo: Up and Running , 2nd Edition, by Roy Sutton (OReilly). Copyright 2015 Roy Sutton, 978-1-491-92120-3.

    If you feel your use of code examples falls outside fair use or the permission given above, feel free to contact us at .

    Safari Books Online
    Note

    Safari Books Online is an on-demand digital library that delivers expert content in both book and video form from the worlds leading authors in technology and business.

    Technology professionals, software developers, web designers, and business and creative professionals use Safari Books Online as their primary resource for research, problem solving, learning, and certification training.

    Safari Books Online offers a range of plans and pricing for enterprise, government, education, and individuals.

    Members have access to thousands of books, training videos, and prepublication manuscripts in one fully searchable database from publishers like OReilly Media, Prentice Hall Professional, Addison-Wesley Professional, Microsoft Press, Sams, Que, Peachpit Press, Focal Press, Cisco Press, John Wiley & Sons, Syngress, Morgan Kaufmann, IBM Redbooks, Packt, Adobe Press, FT Press, Apress, Manning, New Riders, McGraw-Hill, Jones & Bartlett, Course Technology, and hundreds more. For more information about Safari Books Online, please visit us online.

    How to Contact Us

    Please address comments and questions concerning this book to the publisher:

    OReilly Media, Inc.
    1005 Gravenstein Highway North
    Sebastopol, CA 95472
    800-998-9938 (in the United States or Canada)
    Next page
    Light

    Font size:

    Reset

    Interval:

    Bookmark:

    Make

    Similar books «Enyo»

    Look at similar books to Enyo. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


    Reviews about «Enyo»

    Discussion, reviews of the book Enyo and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.