茕雪吧 关注:66贴子:6,088

Responsive Design

只看楼主收藏回复



1楼2013-07-26 12:47回复
    Responsive web design (RWD) is a web design approach
    aimed at crafting sites to provide an optimal viewing experience—easy reading and navigation with a minimum of resizing, panning, and scrolling—across a wide range of devices (from desktop computer monitors to mobile phones).
    http://en.wikipedia.org/wiki/Responsive_web_design
    http://www.quora.com/Responsive-Web-Design
    http://alistapart.com/article/responsive-web-design
    Responsive Typography: The Basics
    http://ia.net/blog/responsive-typography-the-basics/


    2楼2013-07-26 13:00
    回复
      Facing The Challenge: Building A Responsive Web Application
      http://mobile.smashingmagazine.com/2013/06/12/building-a-responsive-web-application/


      3楼2013-07-26 13:00
      回复
        4楼2013-07-26 13:31
        回复
          IS RESPONSIVE DESIGN NECESSARY?
          In our modern digital world, it’s a simple necessity – and user expectation – that a website’s experience is consistent, regardless which device is being used. Let’s offer a smooth, familiar experience across all platforms.


          5楼2013-07-26 13:56
          回复
            Techniques for mobile and responsive cross-browser testing: An Envato case study.
            http://webuild.envato.com/blog/techniques-for-mobile-and-responsive-cross-browser-testing/


            来自Android客户端6楼2013-08-02 08:27
            回复
              Think Beyond Responsive Design to the Responsive Experience
              http://www.cmswire.com/cms/customer-experience/think-beyond-responsive-design-to-the-responsive-experience-021808.php


              8楼2013-08-09 15:15
              回复
                来自Android客户端9楼2013-08-11 10:43
                回复
                  Responsive design quick tips:
                  - Start mobile-first: start with the lowest screen size
                  - Keep in mind that there's plenty of devices less than 320px
                  - The absence of a media query is the first media query. - +Bryan Rieger
                  - Let the fluid grid do most of the work. You don't want to manage 100 layouts caused by 100 media queries, so let the fluidity of the web do its thang.
                  - Use min-width, not max-width for the most part (again part of the mobile-first strategy)
                  - Be mindful of media. Start with small images and swap them out for larger resolutions. Check out +Jason Grigsby 's fantastic in-depth look at techniques.http://www.cloudfour.com/responsive-imgs-part-2/
                  - Don't lean on the DOM too much. Performance is your #1 feature and manipulating things with JS too much can bog down your site's performance.
                  - Don't do 100 backflips to rearrange a bunch of shit. Make sure your design is smart enough to scale up without essentially designing multiple sites.
                  - Don't hide content for mobile. Mobile users want to access content just as much as desktop users.
                  - Keep hit areas big. Design for touch input methods, and keep in mind that desktop users can benefit from increased hit areas as well.


                  10楼2013-08-26 18:16
                  回复
                    11楼2013-08-26 18:17
                    回复
                      13楼2013-09-05 13:22
                      回复
                        Responsive elements
                        http://kumailht.com/responsive-elements/
                        Responsive elements makes it possible for any element to adapt and respond to the area they occupy. It's a tiny javascript library that you can drop into your projects today.
                        I


                        14楼2013-09-18 10:17
                        回复
                          Responsive Web design is the approach that suggests that design and development should respond to the user’s behavior and environment based on screen size, platform and orientation.
                          Responsive Web Design: What It Is and How To Use It
                          http://coding.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/


                          15楼2013-12-01 01:00
                          回复
                            youku现在全站响应了,这么个大站真不容易啊。回头研究下代码。


                            来自Android客户端16楼2013-12-01 22:56
                            回复
                              今天发现douban手机版也响应了,挺好。不过仔细一研究还是搞了个移动风格……感觉跟重新建手机版也差别不大的样子。。youku的响应也是比较不完全。
                              还是bootstrap的高端大气。
                              可是不要依赖框架呀从基础做起


                              17楼2013-12-02 22:05
                              收起回复