《The Rails View》

《The Rails View》 《The Rails View》

  • 书名:《The Rails View》:Create a Beautiful and Maintainable User Experience
  • 分类:编程
  • 作者:John Athayde,Bruce Williams
  • 出版社:The Pragmatic Bookshelf
  • 出版年:2012-3-23
  • 售价:$ 35.00
  • 页码:264

《The Rails View》 内容介绍:

Working in the View layer requires a breadth of knowledge and attention to detail unlike anywhere else in Rails. One wrong move can result in brittle, complex views that stop future development in its tracks. This book will help you break free from tangles of logic and markup in your views as you pick up the practical skills you need to implement your user interface cleanly and maintainably. You'll discover how to build up solid, sustainable layouts and popular interface elements with semantic HTML5 and CSS3, and when you can responsibly generate markup and use advanced presenters...all without leaving the designers on your team out in the cold. Widen your appeal with responsive design, and discover how new progressive enhancement techniques can take you beyond the "weakest link" approach of the past. Master the asset pipeline introduced in Rails 3.1 and use Sass and Coffeescript to make your interface code shorter and more enjoyable. You'll create elegant, well-structured views that are a joy to build on. You'll appreciate its comprehensive, objective guidance in a realm full of subjective opinions. What You Need: All examples in the book assume Rails 3.1 and Ruby 1.9.x are installed. Detailed information on how to install these for Windows, Mac OS X and Linux is included in the book.

作者John Athayde,Bruce Williams介绍:

John Athayde is a UI/UX Design type who comes from an architecture (of the building variety) background. He’s been in the Rails community since 2006 and has broad experience in e-commerce and running creative teams. He is a senior UI/UX designer at LivingSocial. Bruce Williams is a longtime speaker, trainer, designer, and book contributor in the Ruby and Rails community and has experience in everything from low-level data processing backends to front-end user interaction. He is a senior developer in R&D at LivingSocial.

《The Rails View》 目录大纲:

Chapter 1. Creating an Application Layout
Chapter 2. Improving Readability
Chapter 3. Adding Cascading Style Sheets
Chapter 4. Adding JavaScript
Chapter 5. Building Maintainable Forms
Chapter 6. Using Presenters
Chapter 7. Handling Mobile Views
Chapter 8. Working with Email
Chapter 9. Optimizing Performance


微信扫一扫关注公众号

0 个评论

要评论图书请先登录注册

你也许想看:

Software Design 中文版 03

《Software Design 中文版 03》

[ 日] 技术评论社.人民邮电出版社.2015-5

“《Software Design 中文版 03》的主题为:sed/AWK入门和Mac开发环境。特辑1详细讲解了sed与A...”

Imperfect C++中文版

《Imperfect C++中文版》

威尔逊.人民邮电出版社.2006-1

“汇集实用的C++编程解决方案,C++虽然是一门非凡的语言,但并不完美。Matthew Wilson使用C++十年有余,其...”

.NET本质论 第1卷:公共语言运行库

《.NET本质论 第1卷:公共语言运行库》

博克斯 (BoxDon).中国电力出版社.2004-1

“本书由10章组成,探讨了CLR即公共语言运行库,涵盖了基本类型、实例、方法调用和消息、AppDomain、安全、以及CL...”

学习Python(第5版)(影印版)

《学习Python(第5版)(影印版)》

Mark Lutz.东南大学出版社.2014-1

“《学习Python(第5版)(影印版)(套装共2册)》将让你获得针对核心Python语言的一次全面而又深入的介绍。基于作...”

天书夜读

《天书夜读》

谭文,邵坚磊.电子工业出版社.2008-10

“从貌似天书的汇编代码中,一探Windows底层的核心实现。. 在开发中出现的问题,能从Windows自身找到答案!......”

Programming iOS 4

《Programming iOS 4》

Matt Neuburg.O'Reilly Media.2011-6-2

“With this Early Release edition, you’ll get the entire book ...”

学习bash

《学习bash》

Cameron Newham,Bill Rosenblatt.机械工业出版社.2003-1-1

“bash是自由软件基金会发布的“Bourne Again Shell”的缩写。它是流行的UNIX Bourne shel...”

Clojure数据分析秘笈

《Clojure数据分析秘笈》

(美)Eric Rochester.机械工业出版社.2014-8

“【编辑推荐】 国内首部系统介绍Clojure数据分析技术的著作,内容全面而深入,为高效利用Clojure进行数据分析提供...”

Windows高级调试

《Windows高级调试》

Mario Hewardt,Daniel Pravat.机械工业出版社.2009-5

“本书主要讲解Windows高级调试思想和工具,并涉及一些高级调试主题。本书内容主要包括:工具简介、调试器简介、调试器揭密...”

自制搜索引擎

《自制搜索引擎》

[日]山田浩之,[日]末永匡.人民邮电出版社.2016-1

“《自制搜索引擎》聚焦于Google和Yahoo!等Web搜索服务幕后的搜索引擎系统,首先讲解了搜索引擎的基础知识和原理,...”

Apache Maven 3 Cookbook

《Apache Maven 3 Cookbook》

Srirangan.Packt Publishing.2011-8-4

“”

Java程序设计语言

《Java程序设计语言》

[美] Ken Arnold, James Gosling, David Holmes.人民邮电出版社.2006-11

“《Java 程序设计语言(第4版)》主要讲授Java程序设计语言,系统地介绍Java的主要包(即java.lang.*、...”

Effective Ruby:改善Ruby程序的48条建议

《Effective Ruby:改善Ruby程序的48条建议》

Peter J. Jones.机械工业出版社.2016-1

“如果你是经验丰富的Rub程序员,本书能帮助你发挥Ruby的全部力量来编写更稳健、高效、可维护和易执行的代码。Peter ...”

卓越程序员密码

《卓越程序员密码》

[美] Ka Wai Cheung.人民邮电出版社.2012-11-3

“内容简介: 本书讲的不是你写的代码,而是你赖以生存的密码。 软件开发行业的从业人员成千上万,你如何保证自己出色地完成自己...”

Unity 3.x Game Development Essentials

《Unity 3.x Game Development Essentials》

Will Goldstone.Packt Publishing.2011-12-20

“”

COM技术内幕-微软组件对象模型

《COM技术内幕-微软组件对象模型》

(美)Dale Rogerson.清华大学出版社.1999-1

“”

Oracle优化日记

《Oracle优化日记》

白鳝.人民邮电出版社.2010-7

“本书是一本介绍Oracle数据库优化方法的书,以一个实际的大型优化项目为原型,用日记的形式记录了一个优化小组的DBA 如...”

Head First Programming

《Head First Programming》

David Griffiths,Paul Barry.O'Reilly Media.2009-12-4

“Looking for a reliable way to learn how to program on your o...”

Windows环境下32位汇编语言程序设计

《Windows环境下32位汇编语言程序设计》

罗云彬.电子工业出版社.2003.3

“Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口,不仅可以用来开发出大型的软件...”

Practical Android Projects

《Practical Android Projects》

Lucas Jordan,Pieter Greyling.Apress.2011-2-22

“Ask yourself...how do you learn best? Well, like most progra...”