Book picks similar to
The Graphic Design Exercise Book by Jessica Glaser
web-design
design-etc
designteori
faglitteratur
Pooh and the Philosophers: In Which It Is Shown That All of Western Philosophy Is Merely a Preamble to Winnie-the-Pooh
John Tyerman Williams - 1995
A. Milne. Williams shows how Pooh--referred to here as "the Great Bear"--explains and illuminates the most profound ideas of the great thinkers, from Aristotle and Plato to Sartre and Camus.
How to Piss in Public: From Teenage Rebellion to the Hangover of Adulthood
Gavin McInnes - 2012
Many people have watched their friends die and some have been to jail. There are those who have stepped in the ring with professional fighters and been beaten within an inch of their lives. Others have created media empires. Very few have done all this and embarrassed dozens of celebrities; enjoyed more than a couple of threesomes; brought the world “Warhol’s Children”; consistently attracted a million views with viral comedy videos; said, “Jesus is gay,” on national television; and made two American Indians from scratch. There certainly isn’t anyone with this kind of life experience who can convey each tale in such a hilarious and endearing way. Whether he’s watching his friend get decapitated on acid or snorting cocaine off women’s breasts, McInnes only ever has one priority: maximum laughs. He’s not here to tell you how wise his father is or how hard it was to achieve his success. He’s here to make you laugh so hard, you puke. That’s it.
Product Design for the Web: Principles of Designing and Releasing Web Products
Randy J. Hunt - 2013
To create a successful web product that's as large as Etsy, Facebook, Twitter, or Pinterest-or even as small as a tiny app-you need to know more than just HTML and CSS. You need to understand how to create meaningful online experiences so that users want to come back again and again.In other words, you have to stop thinking like a web designer or a visual designer or a UX designer or an interaction designer and start thinking like a product designer.In this breakthrough introduction to modern product design, Etsy Creative Director Randy Hunt explains the skills, processes, types of tools, and recommended workflows for creating world-class web products. After reading this book, you'll have a complete understanding of what product design really is and you'll be equipped with the best practices necessary for building your own successful online products.
A History of Costume
Carl Köhler - 1946
Includes many clear, measured patterns for reproducing historic costumes. Full text. 595 illustrations. "Landmark in the field of Western European costume . . . exceptional value for its price." — American Artist.
Everything I Know
Paul Jarvis - 2013
It's a swift kick in the creative ass without fairies, unicorns or new-age cliches. Paul Jarvis is the strategic and design talent behind some of the world's most successful entrepreneurs and online businesses - including Danielle LaPorte, Marie Forleo, Yahoo, The High Line and Mercedes-Benz - and he's learned a thing or two about forging your own path in life and work. Instead of offering one-size-fits-all advice, Paul provides an infinitely flexible template for adventure. There is a better, more satisfying path out there, if you're willing to take risks and explore new territory. This book provides practical ideas and questions to help you conquer fear, overcome inertia, embrace vulnerability, validate your plans and launch even the most outlandish projects on a basement budget. How and where you go next is entirely up to you. "Paul Jarvis is a lively, talented & incredibly insightful writer." -Maccabee Montandon, Fast Company "Paul Jarvis is the friend that every creative needs: friendly, whip-smart, & willing to give you a kick in the ass every now & then." -Sean Blanda, Adobe/99u
These Days
Jack Cheng - 2013
Not the ones you see in sci-fi movies or primetime crime dramas, though he's worked on a couple of those in the past. The interfaces he designs tend to be static: they are the screens for prop computers in furniture showrooms. Young creative professional, child of the internet, refugee of the suburban Midwest, Connor goes about his life and work in New York City with a stream of status updates flowing constantly in the background. He meets K, a gamine twenty-four-year-old who doesn't own a cellphone. As he gets to know her, Connor realizes he's strayed from his younger ambitions of designing real interfaces, working on real technology. He soon falls in with a group of entrepreneurs out to invent the future, but it’s the same future K is so adamantly against. THESE DAYS is a foray into the world of startups and an examination of the human side of technology, of both the makers and the end users, who are often one and the same. It's about finding happiness and fulfillment in the digital age; a meditation on time, memory, and things gained and lost in an accelerating world.
Mid-Century Modern: Interiors, Furniture, Design Details
Bradley Quinn - 2006
Never had homes been so thoroughly contemporary, with antiques and period styles entirely banished. Mid-Century Modern explores the interior decor of this seminal decade, concentrating on all aspects of a home's decoration-walls, flooring, surfaces, lighting, and, of course, furniture.Case studies examine beautiful present-day homes that exhibit mid-century style in an exemplary way, and suggest ideas for taking the 1950's look-complete with collector's pieces-and mixing and matching it with elements from other eras.
Designing with Web Standards
Jeffrey Zeldman - 2003
And code. And code. You build only to rebuild. You focus on making your site compatible with almost every browser or wireless device ever put out there. Then along comes a new device or a new browser, and you start all over again.You can get off the merry-go-round.It's time to stop living in the past and get away from the days of spaghetti code, insanely nested table layouts, tags, and other redundancies that double and triple the bandwidth of even the simplest sites. Instead, it's time for forward compatibility.Isn't it high time you started designing with web standards?Standards aren't about leaving users behind or adhering to inflexible rules. Standards are about building sophisticated, beautiful sites that will work as well tomorrow as they do today. You can't afford to design tomorrow's sites with yesterday's piecemeal methods.Jeffrey teaches you to:- Slash design, development, and quality assurance costs (or do great work in spite of constrained budgets)- Deliver superb design and sophisticated functionality without worrying about browser incompatibilities- Set up your site to work as well five years from now as it does today- Redesign in hours instead of days or weeks- Welcome new visitors and make your content more visible to search engines- Stay on the right side of accessibility laws and guidelines- Support wireless and PDA users without the hassle and expense of multiple versions- Improve user experience with faster load times and fewer compatibility headaches- Separate presentation from structure and behavior, facilitating advanced publishing workflows
JavaScript Enlightenment
Cody Lindley - 2012
In this concise book, JavaScript expert Cody Lindley (jQuery Cookbook) provides an accurate view of the language by examining its objects and supporting nuances.Libraries and frameworks help you build web applications quickly and efficiently, but when things go wrong or performance becomes an issue, knowing how and why they work is critical. If you're ready to go under the hood and get your hands dirty with JavaScript internals, this is your book. Get a short and digestible summary of ECMA-262, Edition 3, backed by real code you can run instantly Examine the creation of JavaScript objects Learn complex values, primitive values, scope, and inheritance Understand the importance of the head object Work with string, number, and Boolean objects and values Discover how to use the null value and the built-in math object Get into the details--beyond Mozilla's reference guide for JavaScript 1.5
Eloquent JavaScript: A Modern Introduction to Programming
Marijn Haverbeke - 2010
I loved the tutorial-style game-like program development. This book rekindled my earliest joys of programming. Plus, JavaScript!" —Brendan Eich, creator of JavaScriptJavaScript is the language of the Web, and it's at the heart of every modern website from the lowliest personal blog to the mighty Google Apps. Though it's simple for beginners to pick up and play with, JavaScript is not a toy—it's a flexible and complex language, capable of much more than the showy tricks most programmers use it for.Eloquent JavaScript goes beyond the cut-and-paste scripts of the recipe books and teaches you to write code that's elegant and effective. You'll start with the basics of programming, and learn to use variables, control structures, functions, and data structures. Then you'll dive into the real JavaScript artistry: higher-order functions, closures, and object-oriented programming.Along the way you'll learn to:Master basic programming techniques and best practices Harness the power of functional and object-oriented programming Use regular expressions to quickly parse and manipulate strings Gracefully deal with errors and browser incompatibilities Handle browser events and alter the DOM structure Most importantly, Eloquent JavaScript will teach you to express yourself in code with precision and beauty. After all, great programming is an art, not a science—so why settle for a killer app when you can create a masterpiece?
CSS: The Missing Manual
David Sawyer McFarland - 2006
You can tap into the real power of this tool with CSS: The Missing Manual. This second edition combines crystal-clear explanations, real-world examples, and dozens of step-by-step tutorials to show you how to design sites with CSS that work consistently across browsers. Witty and entertaining, this second edition gives you up-to-the-minute pro techniques. You'll learn how to: - Create HTML that's simpler, uses less code, is search-engine friendly, and works well with CSS- Style text by changing fonts, colors, font sizes, and adding borders- Turn simple HTML links into complex and attractive navigation bars -- complete with rollover effects- Create effective photo galleries and special effects, including drop shadows- Get up to speed on CSS 3 properties that work in the latest browser versions- Build complex layouts using CSS, including multi-column designs Style web pages for printing With CSS: The Missing Manual, Second Edition, you'll find all-new online tutorial pages, expanded CSS 3 coverage, and broad support for Firebox, Safari, and other major web browsers, including Internet Explorer 8. Learn how to use CSS effectively to build new websites, or refurbish old sites that are due for an upgrade.
How to Lie with Maps
Mark Monmonier - 1991
Monmonier shows that, despite their immense value, maps lie. In fact, they must.The second edition is updated with the addition of two new chapters, 10 color plates, and a new foreword by renowned geographer H. J. de Blij. One new chapter examines the role of national interest and cultural values in national mapping organizations, including the United States Geological Survey, while the other explores the new breed of multimedia, computer-based maps.To show how maps distort, Monmonier introduces basic principles of mapmaking, gives entertaining examples of the misuse of maps in situations from zoning disputes to census reports, and covers all the typical kinds of distortions from deliberate oversimplifications to the misleading use of color."Professor Monmonier himself knows how to gain our attention; it is not in fact the lies in maps but their truth, if always approximate and incomplete, that he wants us to admire and use, even to draw for ourselves on the facile screen. His is an artful and funny book, which like any good map, packs plenty in little space."—Scientific American"A useful guide to a subject most people probably take too much for granted. It shows how map makers translate abstract data into eye-catching cartograms, as they are called. It combats cartographic illiteracy. It fights cartophobia. It may even teach you to find your way. For that alone, it seems worthwhile."—Christopher Lehmann-Haupt, The New York Times". . . witty examination of how and why maps lie. [The book] conveys an important message about how statistics of any kind can be manipulated. But it also communicates much of the challenge, aesthetic appeal, and sheer fun of maps. Even those who hated geography in grammar school might well find a new enthusiasm for the subject after reading Monmonier's lively and surprising book."—Wilson Library Bulletin"A reading of this book will leave you much better defended against cheap atlases, shoddy journalism, unscrupulous advertisers, predatory special-interest groups, and others who may use or abuse maps at your expense."—John Van Pelt, Christian Science Monitor"Monmonier meets his goal admirably. . . . [His] book should be put on every map user's 'must read' list. It is informative and readable . . . a big step forward in helping us to understand how maps can mislead their readers."—Jeffrey S. Murray, Canadian Geographic
The Non-Designer's Design Book
Robin P. Williams - 2003
Not to worry: This book is the one place you can turn to find quick, non-intimidating, excellent design help. In The Non-Designer's Design Book, 2nd Edition, best-selling author Robin Williams turns her attention to the basic principles of good design and typography. All you have to do is follow her clearly explained concepts, and you'll begin producing more sophisticated, professional, and interesting pages immediately. Humor-infused, jargon-free prose interspersed with design exercises, quizzes, illustrations, and dozens of examples make learning a snap—which is just what audiences have come to expect from this best-selling author.
Ordering Disorder: Grid Principles for Web Design
Khoi Vinh - 2010
In recent years, web designers, too, have come to discover the remarkable power that grid-based design can afford in creating intuitive, immersive, and beautiful user experiences. "Ordering Disorder" delivers a definitive take on grids and the Web. It provides both the big ideas and the brass-tacks techniques of grid-based design. Readers are sure to come away with a keen understanding of the power of grids, as well as the design tools needed to implement them for the World Wide Web. Khoi Vinh is internationally recognized for bringing the tried-and-true principles of the typographic grid to the World Wide Web. He is the former Design Director for NYTimes.com, where he consolidated his reputation for superior user experience design. He writes and lectures widely on design, technology, and culture, and has published the popular blog Subtraction.com for over a decade. More information at grids.subtraction.com"
Wordcrime: Solving Crime Through Forensic Linguistics
John Olsson - 2009
sorting my life out. be in touch to get some things. Instead of being a simple sms message, this text turned out to be crucial and chilling evidence in convicting the deceptive killer of a mother of two. Sent from her phone, after her death, tell tale signs announce themselves to a forensic linguist. Rarely is a crime committed without there being some evidence in the form of language. Wordcrime features a series of chapters where gripping cases are described - involving murder, sexual assault, hate mail, suspicious death, code deciphering, arson and even genocide. Olsson describes the evidence he gave in each one. In approachable and clear prose, he details how forensic linguistics helps the law beat the criminals. This is fascinating reading for anyone interested in true crime, in modern, cutting-edge criminology and also where the study of language meets the law.