Lesson 3: The Amazing New Mobile Web

Article 1: This is Responsive by Brad Frost

各种响应式网站设计的资源。

Article 2: Common Mobile Problems

作者做了个问卷调查,调查设计师们在响应式网站设计(RWD,Responsive Website Design)过程中遇到的问题。

The lack of a static design phase

  • 与以前设计静态效果图(static screenshots)不同,响应式设计中设计师更加依赖 quick sketches, wireframing and making rapid HTML and CSS prototypes by 'designing' in the browser.
  • 尽早地用HTML 设计在浏览器里看效果,然后创建资源(而不是整个布局)。
  • Dan Mall's case study on the redesign of Crayola.com
  • Stephen Hay's responsive design workflow slides
    • 移动设计工作流

      1. Information Architecture
      2. Interaction Design(wireframe)
      3. Design(设计不是装饰,装饰也不是设计)
    • 响应式设计工作流
      1. Content Inventory – establish and describe the content. This gives you your raw materials
      2. Content reference wireframes – establish rough responsive wireframes in HTML. Allows for really fast iterations.
      3. Design in text (structured content) – establishes content hierarchy and structure. Easily revisable.
      4. Linear Design – Test out the plain jane structured content in HTML in the browser.
      5. Breakpoint graph – display visually where the breakpoints happen
      6. Design for various breakpoints – Start with the small screen first, then expand until it looks like shit. TIME FOR A BREAKPOINT!
      7. HTML design prototype – If w’ere not delivering designs in PS, what do we deliver? Clients wants PS because they’re used to it. Create HTML CSS, and maybe a bit of JS
      8. Present prototype screenshots – It’s part of a presentation psychology – Presenting static “impressions” of the design across the different breakpoints allows you to stay ahead of your client.
      9. Present prototype after revisions – Once revisions have been made, you can show the design in action
      10. Document for production – Deliver a style guide along with the production code.
  • responsiveprocess.com
    1. Discovery
    2. Design
    3. Development
    4. Deployment

导航(Navigation)

如果和一般的web设计一样,在顶部导航(或者叫“什么也不变

最新文章

  1. JS中关于clientWidth offsetWidth scrollWidth 等的含义
  2. linux重启命令学习
  3. aspx页面Page_Load和aspx页面上控件Page_Load事件执行顺序
  4. Scrapy安装、爬虫入门教程、爬虫实例(豆瓣电影爬虫)
  5. 解决ListView滑动时卡的问题,实现异步加载图片解决
  6. WIN32api总结
  7. 使用OpenXML将Excel内容读取到DataTable中
  8. c#中跨线程调用windows窗体控件
  9. OneNote Count
  10. php取随机数 explode劫取字符串 时间定义随机数
  11. zip error: Invalid command arguments
  12. 【iOS开发】3.UIViewController
  13. 原型模式--java代码实现
  14. oracle 异常关闭操作 导致数据库无法正常关闭 也无法启动
  15. 【BZOJ-1913】signaling信号覆盖 极角排序 + 组合
  16. Python 工匠:善用变量来改善代码质量
  17. 居中div,居中浮动的元素
  18. JavaScript 事件委托
  19. Bing wallpaper api
  20. POJ 2975 Nim(博弈论)

热门文章

  1. bestcoder单调区间
  2. git的使用说明详解
  3. codevs 2806 红与黑
  4. JS和正则表达式验证手机号码、邮箱等
  5. angular2 学习笔记 ( DI 依赖注入 )
  6. Jzzhu and Chocolate
  7. 极简易版专家聊天程序--JAVA练手
  8. POJ1860 Currency Exchange(最短路)
  9. BZOJ 1010 [HNOI2008]玩具装箱toy
  10. BZOJ1715: [Usaco2006 Dec]Wormholes 虫洞