• Complain

Clarissa Peterson - Learning Responsive Web Design: A Beginners Guide

Here you can read online Clarissa Peterson - Learning Responsive Web Design: A Beginners Guide full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2014, 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.

Clarissa Peterson Learning Responsive Web Design: A Beginners Guide
  • Book:
    Learning Responsive Web Design: A Beginners Guide
  • Author:
  • Publisher:
    OReilly Media
  • Genre:
  • Year:
    2014
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Learning Responsive Web Design: A Beginners Guide: summary, description and annotation

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

Deliver an optimal user experience to all devicesincluding tablets, smartphones, feature phones, laptops, and large screensby learning the basics of responsive web design. In this hands-on guide, UX designer Clarissa Peterson explains how responsive web design works, and takes you through a responsive workflow from project kickoff to site launch.

Ideal for anyone involved in the process of creating websitesnot just developersthis book teaches you fundamental strategies and techniques for using HTML and CSS to design websites that not only adapt to any screen size, but also use progressive enhancement to provide a better user experience based on device capabilities such as touchscreens and retina displays.

  • Start with content strategy before creating a visual design
  • Learn why your default design should be for the narrowest screens
  • Explore the HTML elements and CSS properties essential for responsive web design
  • Use media queries to display different CSS styles based on a devices viewport width
  • Handle elements such as images, typography, and navigation
  • Use performance optimization techniques to make your site lighter and faster

Clarissa Peterson: author's other books


Who wrote Learning Responsive Web Design: A Beginners Guide? Find out the surname, the name of the author of the book and a list of all author's works by series.

Learning Responsive Web Design: A Beginners Guide — 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 "Learning Responsive Web Design: A Beginners Guide" 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
Learning Responsive Web Design: A Beginners Guide
Clarissa Peterson
Beijing Cambridge Farnham Kln Sebastopol Tokyo Special Upgrade Offer If you - photo 1

Beijing Cambridge Farnham Kln Sebastopol Tokyo

Special Upgrade Offer

If you purchased this ebook directly from oreilly.com, you have the following benefits:

  • DRM-free ebooksuse your ebooks across devices without restrictions or limitations

  • Multiple formatsuse on your laptop, tablet, or phone

  • Lifetime access, with free updates

  • Dropbox syncingyour files, anywhere

If you purchased this ebook from another retailer, you can upgrade your ebook to take advantage of all these benefits for just $4.99. to access your ebook upgrade.

Please note that upgrade offers are not available from sample content.

Preface

When the iPhone was introduced in 2007, it was a turning point for web design. All of a sudden web designers lost control of the canvas on which we designed websites. Previously, websites only had to work on monitor screens, which varied in size, but not all that much. How were we supposed to make our websites work on these tiny little screens?

For a while we made mobile websites, optimized for the size of an iPhone screen, that were separate from our regular websites. Two sites to maintain wasnt that bad, but soon there were many phones of varying sizes, and then tablets, and smaller tablets, and eventually we realized we couldnt make separate sites for each of the possible screens that our websites could be viewed on.

We needed a solution that would work on all screen sizes, a way to design websites that could adapt to the screens they were being displayed on.

It took a while, and a lot of different ideas, before one stuck. Responsive web design is a method of designing websites that are flexible, that dont rely on a fixed screen size, and that are also able to detect the size of the screen and adjust the design to provide an optimal viewing experience for that device. Ethan Marcotte first wrote about responsive web design ( http://alistapart.com/article/responsive-web-design ) in A List Apart in 2010.

Like any other new technique, responsive web design had a rocky start. Many people continued to argueand some still dothat we needed to create separate websites for mobile phones. But with the proliferation of devices on the market today, its clear that we cant rely on one model of mobile phone to be our design target; we have to be able to accommodate all of these devices, with screens at pretty much every measurement you can imagine.

And responsive design has grown, too. Its no longer just about adapting to screen sizes, but also adapting to the capabilities of different devices, such as touchscreens, retina displays, and slow connections.

As of 2014, 58% of American adults own a smartphonea phone with an operating system like iOS, Android, or Windows Phone that is feature-rich and allows the user full access to the Web.[] We have amazing devices, and responsive design helps us take full advantage of the Web.

However, although the majority of American adults have smartphones, 32% of those polled have a mobile phone thats not a smartphone. Many of those people use their phones to access the Web using browsers with limited capabilities that may not be able to display all websites as intended. Responsive web design is a solution for that too.

A responsive website starts with a simple, content-focused design that doesnt rely on advanced Cascading Style Sheets (CSS) or JavaScript and can be displayed on essentially any web-connected device. Using progressive enhancement , the responsive website builds on that, creating a design that is optimized for the size of the screen its displayed on and for the capabilities of the device. So the feature phones the older phones with limited capabilitiesget only what they can use, while newer devices get a rich design and interface that fits nicely on the screen and that takes advantage of the features of these devices.

Responsive web design allows us to present the best website possible to all users, regardless of the devices they use. The Web needs to be available to everybody, and responsive design is how we can do that.

Creating a responsive website isnt just a matter of learning some new bits of code. Its about reexamining the way we think about websites, focusing on the experience of the user, and making sure that the content and functionality are not afterthoughts to the design.

We also have to change the way we work on websites, moving to a more collaborative process involving designers, developers, and other team members.

There are some new bits of code to learnbut responsive design is not a new programming language. Creating a responsive website requires only HTML, CSS, and sometimes a little bit of JavaScript. If you already know how to make websites, much of what you read in this book will be familiar to you. Youll need to keep in mind that when creating a responsive website, 90% of what you do is the same as what you do when creating a nonresponsive website. But besides adding on a few new techniques, you need to get the basics right, using properly structured, standards-compliant markup (HTML and CSS). Without that strong foundation, you cant have confidence that your site will work correctly and display properly across devices.

If you work on websiteswhether youre a web designer, developer, content strategist, UX designer, website manager, IT director, or any of the other myriad of jobs that are involved in creating and maintaining websitesthis book will show you how responsive design works, how you can adapt your work processes for responsive design, and how to create responsive websites that will provide an optimal design and user experience for any device.

How This Book Is Organized

The book is divided into four parts.

We start with , which explains what responsive design is and how it differs from other approaches to web design. Well also look at creating flexible content that will work well on responsive sites.

Then , outlines the basics of putting together a responsive site. Well look at a few parts of HTML and CSS that are essential to making your site work correctly. Then well dive into media queries, the heart of responsive design, and finally well take a look at how to handle images on responsive websites.

Next, , looks at responsive workflow, the step-by-step process for creating a responsive site, starting from the project kickoff meeting and continuing all the way to the site launch. Well then go into a little more depth and look at responsive design from a user experience perspective, examining how to make sure your site works with various input methods, such as touch, and how to make sure it functions well for all users, including those using assistive technology.

Finally, , delves into some of the design elements that need special consideration for responsive websites. Well start with typography, which is key to making sure your content is readable across screen sizes. Then well look at how to code responsive navigation and page headers. Finally, well talk about performance, a big issue with responsive design, as we try to make sites with reasonable load times even for users on slow connections.

Who Should Read This Book

This book is for anyone who works with websites. The material is presented in a way that is accessible to everyone, regardless of experience level.

If youre a developer who is already very familiar with HTML and CSS, some of this material will already be familiar to youremember that much of responsive design is the same as nonresponsive web design. But there are also things that are different in responsive design. If you dont have any experience with this approach, this book will get you started with the basics, and also give you an overview of the design aspects of responsive design.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Learning Responsive Web Design: A Beginners Guide»

Look at similar books to Learning Responsive Web Design: A Beginners Guide. 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 «Learning Responsive Web Design: A Beginners Guide»

Discussion, reviews of the book Learning Responsive Web Design: A Beginners Guide 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.