Book Image

Dart By Example

By : David Mitchell
Book Image

Dart By Example

By: David Mitchell

Overview of this book

Table of Contents (17 chapters)
Dart By Example
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 2. Advancing the Editor

 

We made the buttons on the screen look so good you'll want to lick them.

 
 --Steve Jobs

The technical possibilities of ever shinier web designs and more smoothly animated layouts that modern web browsers are capable of makes the challenge of balancing features and attractive presentation even harder for web application developers.

Functional and non-functional requirements, such as interface design and performance, are often conflicting priorities. There is only a finite amount of time for any project. A good strategy (sometimes!) is to focus on those that deliver both, and there are many new possibilities within the expanding HTML standard.

Once the requirements are all settled and the application is constructed, deploying the applications to the production environment smoothly is key. Testing on our target systems, such as a range of web browsers, is vital, and that is where we are heading with this chapter.