Handcrafted CSS: More Bulletproof Web Design / Bulletproof Essentials
Handcrafted CSS bridges the gap between traditional craftsmanship and modern digital construction. Dan Cederholm and Ethan Marcotte move beyond rigid layouts to embrace the fluid nature of the web. They demonstrate how to use CSS3 features that function in current browsers while maintaining a professional aesthetic. The text focuses on the philosophy of progressive enhancement, showing you how to…
Shelves
More like this
Programming Pearls
"The first edition of Programming Pearls was one of the most influential books I read early in my career, and many of the insights I first encount…
Bulletproof Web Design: Improving flexibility and protecting against worst-case scenarios with XHTML and CSS
Dan Cederholm provides a practical approach to building resilient websites that remain functional regardless of how users interact with them. This…
Learn You a Haskell for Great Good!
Learn You a Haskell for Great Good! is a fun, illustrated guide to learning Haskell, a functional programming language that's growing in popularit…
Coders at Work: Reflections on the Craft of Programming
Peter Seibel interviews 16 of the most interesting computer programmers alive today in Coders at Work, offering a brand-new companion volume to Ap…
A Philosophy of Software Design
This book addresses the topic of software how to decompose complex software systems into modules (such as classes and methods) that can be impleme…
Bulletproof Web Design: Improving flexibility and protecting against worst-case scenarios with HTML5 and CSS3
In Bulletproof Web Design, Dan Cederholm demonstrates how to build resilient websites that remain functional regardless of how users access them. …
Head First Design Patterns
You're not alone. At any given moment, somewhere in the world someone struggles with the same software design problems you have. You know y…
Java Concurrency in Practice
"I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platfo…
Growing Object-Oriented Software, Guided by Tests
Foreword by Kent Beck "The authors of this book have led a revolution in the craft of programming by controlling the environment in which software…
The Practice of Programming
With the same insight and authority that made their book The Unix programming Environment a classic, Brian Kernighan and Rob Pike have written The…
Continuous delivery
Winner of the 2011 Jolt Excellence Award!Getting software released to users is often a painful, risky, and time-consuming process. This groundbrea…
Test-Driven Development: By Example
Quite simply, test-driven development is meant to eliminate fear in application development. While some fear is healthy (often viewed as a conscie…