Web
Twitter Bootstrap Web Development 豆瓣
作者: David Cochran Packt Publishing 2012 - 11
2014年3月20日 已读
本来写这种更新频繁的热门框架,书写出来的时候就过时了,而且如果写得不如官方文档的话还不如不写。另外,代码的缩进这么乱真的OK吗?(当然,这可能是出版社的错,但原作者你也得抓抓质量啊!)
Web 前端 计算机
Responsive Web Design 豆瓣 Goodreads
作者: Ethan Marcotte Happy Cog 2011 - 6
From mobile browsers to netbooks and tablets, users are visiting your sites from an increasing array of devices and browsers. Are your designs ready? Learn how to think beyond the desktop and craft beautiful designs that anticipate and respond to your users’ needs. Ethan Marcotte will explore CSS techniques and design principles, including fluid grids, flexible images, and media queries, demonstrating how you can deliver a quality experience to your users no matter how large (or small) their display.
2013年1月23日 已读
好书!既有浅显易懂的设计步骤,又有深入分析的设计理论(要把作者引用的那些前沿技术文章都一并读了才好),还有调皮的写作风格(俚语不要太多了,当然有时也会影响到阅读啦)。
Web design responsive 交互设计 设计
Ruby on Rails 3 Tutorial 豆瓣
作者: Michael Hartl Addison-Wesley Professional 2010
“Ruby on Rails™ 3 Tutorial: Learn Rails by Example by Michael Hartl has become a must read for developers learning how to build Rails apps.”
—Peter Cooper, Editor of Ruby Inside
Using Rails 3, developers can build web applications of exceptional elegance and power. Although its remarkable capabilities have made Ruby on Rails one of the world’s most popular web development frameworks, it can be challenging to learn and use. Ruby on Rails™ 3 Tutorial is the solution. Leading Rails developer Michael Hartl teaches Rails 3 by guiding you through the development of your own complete sample application using the latest techniques in Rails web development.
Drawing on his experience building RailsSpace, Insoshi, and other sophisticated Rails applications, Hartl illuminates all facets of design and implementation—including powerful new techniques that simplify and accelerate development.
You’ll find integrated tutorials not only for Rails, but also for the essential Ruby, HTML, CSS, JavaScript, and SQL skills you’ll need when developing web applications. Hartl explains how each new technique solves a real-world problem, and he demonstrates this with bite-sized code that’s simple enough to understand, yet novel enough to be useful. Whatever your previous web development experience, this book will guide you to true Rails mastery.
This book will help you
Install and set up your Rails development environment
Go beyond generated code to truly understand how to build Rails applications from scratch
Learn Test Driven Development (TDD) with RSpec
Effectively use the Model-View-Controller (MVC) pattern
Structure applications using the REST architecture
Build static pages and transform them into dynamic ones
Master the Ruby programming skills all Rails developers need
Define high-quality site layouts and data models
Implement registration and authentication systems, including validation and secure passwords
Update, display, and delete users
Add social features and microblogging, including an introduction to Ajax
Record version changes with Git and share code at GitHub
Simplify application deployment with Heroku