Clarissa Peterson是一位用户体验设计师、Web开发者。她是蒙特利尔的一家响应式网站设计咨询公司Peterson/Kandy的联合创始人。她曾在美国公共交通联合会任Web经理,在此期间她对该组织的网站进行了大规模的改革,在此之前,她曾分别在公益组织AARP以及国会图书馆担任编辑和开发者。Clarissa是一位很受欢迎的演讲者,她经常在北美和欧洲举办的开发者会议及研讨会上发表关于响应式设计、移动策略和用户体验方面的演讲,在过去的3年中,她一共做过40场演讲。Clarissa Peterson著有《学习响应式设计》一书,该书全面介绍了响应式Web设计策略与技术,引领读者掌握从项目立项到网站上线的响应式设计工作流程。
iTuring:Generally speaking, how does design process of RWD different from regular web design?
In traditional web design, the designer creates a "picture" of the site in Photoshop and the developer reproduces the design using HTML and CSS. But when designing a responsive website, you can't predict how it's going to look at every screen size and on every screen. So the designer and developer need to work together throughout the process to make sure the design looks good on all screen sizes.
iTuring:There are more and more screen sizes coming up these years, how does one decide where to set breakpoints in RWD?
You need to set breakpoints where they make sense in your design, and not try to align them to particular device sizes. Then your site will look good on all devices, not just a few.
iTuring:Some kind of “incomplete” responsive page which consist of separated pages for PC and mobile device still largely exist—at least in China—because of wide adoption of IE6 and unsatisfactory internet speed. Do you think these pages can be called as real responsive web page? Do you think such solution should be encouraged in certain context?
This is not responsive design if you're creating separate pages for different devices. If you don't have the skills to create a responsive design that works in IE6, then it might be the best solution. However, responsive design offers a lot of flexibility, and it's certainly possible to create responsive sites that work in IE6 and have a low page weight to accommodate slow connections.
iTuring:Does responsive design change with the style shifts of operating systems?
Responsive design doesn't depend on the style of operating systems. It may follow current design trends, such as flat design being popular right now, but it isn't required to.
iTuring:How do you compare native apps and responsive web apps on design level? What are their advantages respectively?
Which one you pick depends on what you are designing. There is no one correct solution.
Some of the advantages of responsive web apps:
- Responsive web apps can be created using HTML/CSS/JavaScript, while native apps require several different programming languages for the different operating systems.
- You can create one web app that will work on any device, while you have to create separate native apps for iOS, Android, Blackberry, Windows, etc.
- You can update your responsive web app whenever you want, and changes will be pushed to the user immediately, while with native apps you may have to wait for the app store to approve your new version, and then wait for users to update the app.
There are advantages to native apps as well:
- If you are creating something more complex, you may have more control building it as an app. A native app communicates directly with the operating system, while a web app has to go through the browser.
- A native app allows you to use device functionality that's not currently available to the browser, such as the camera or push notifications. A native app also allows you to collect money easily, either by selling the app in the app store, or by in-app purchases.
iTuring:Is it true that different companies have to design their own implementation of RWD depending on their technology framework?
Any time a company designs a website, it will need to be customized for their technology framework, whether or not it's responsive.
iTuring:Is there any well designed responsive websites you would like to recommend to us? Why are these websites successfully designed?
So many websites have switched to responsive design, that there are thousands of well designed responsive websites out there. Follow www.twitter.com/rwdwhere links to newly launched, well-designed responsive websites are continually posted.
iTuring:How do you compare between WIX, Squarespace and Wordpress? What are their pros and cons?
I have never used WIX or Squarespace. WordPress is great for responsive design, because there are a lot of responsive themes (even the default theme is responsive) and you can make additional customizations to add more responsiveness to your site.
更多精彩,加入图灵访谈微信!
注:本文内容来自互联网,旨在为开发者提供分享、交流的平台。如有涉及文章版权等事宜,请你联系站长进行处理。