Book picks similar to
The Graphic Design Exercise Book by Jessica Glaser


designteori
faglitteratur
graphic-design-inglese
web-design

The Fourth Industrial Revolution


Klaus Schwab - 2016
    Characterized by a range of new technologies that are fusing the physical, digital and biological worlds, the developments are affecting all disciplines, economies, industries and governments, and even challenging ideas about what it means to be human.Artificial intelligence is already all around us, from supercomputers, drones and virtual assistants to 3D printing, DNA sequencing, smart thermostats, wear­able sensors and microchips smaller than a grain of sand. But this is just the beginning: nanomaterials 200 times stronger than steel and a million times thinner than a strand of hair and the first transplant of a 3D printed liver are already in development. Imagine “smart factories” in which global systems of manu­facturing are coordinated virtually, or implantable mobile phones made of biosynthetic materials.The fourth industrial revolution, says Schwab, is more significant, and its ramifications more profound, than in any prior period of human history. He outlines the key technologies driving this revolution and discusses the major impacts expected on government, business, civil society and individu­als. Schwab also offers bold ideas on how to harness these changes and shape a better future—one in which technology empowers people rather than replaces them; progress serves society rather than disrupts it; and in which innovators respect moral and ethical boundaries rather than cross them. We all have the opportunity to contribute to developing new frame­works that advance progress.

GUI Bloopers: Don'ts and Do's for Software Developers and Web Designers


Jeff Johnson - 2000
    While equipping you with the minimum of theory, GUI expert Jeff Johnson presents the reality of interface design in an entertaining, anecdotal, and instructive way. * Updated to reflect the bloopers that are common today, incorporating many comments and suggestions from first edition readers. * Takes a learn-by-example approach that teaches how to avoid common errors. * Covers bloopers in a wide range of categories: GUI controls, graphic design and layout, text messages, interaction strategies, Web site design -- including search, link, and navigation, responsiveness issues, and management decision-making. * Organized and formatted so information needed is quickly found, the new edition features call-outs for the examples and informative captions to enhance quick knowledge building. * Hundreds of illustrations: both the DOs and the DON'Ts for each topic covered, with checklists and additional bloopers on www.gui-bloopers.com.

Contemporary Linguistics: An Introduction


William D. O'Grady - 1987
    Meticulously prepared, it is one of the most comprehensive, authoritative, up-to-date introductory resources on the market. The book’s extensive examples and exercises help students master the course material, and its lucid writing style makes complex concepts easy to understand.

Reactive Messaging Patterns with the Actor Model: Applications and Integration in Scala and Akka


Vaughn Vernon - 2014
    Now, veteran software engineer and author Vaughn Vernon offers an easier and more rewarding method to succeeding with Actor model. Reactive Messaging Patterns with the Actor Model shows how the reactive enterprise approach, Actor model, Scala, and Akka can help you overcome previous limits of performance and scalability, and skillfully address even the most challenging non-functional requirements. Reflecting his own cutting-edge work, Vernon shows architects and developers how to translate the longtime promises of Actor model into practical reality. First, he introduces the tenets of reactive software, and shows how the message-driven Actor model addresses all of them-making it possible to build systems that are more responsive, resilient, and elastic. Next, he presents a practical Scala bootstrap tutorial, a thorough introduction to Akka and Akka Cluster, and a full chapter on maximizing performance and scalability with Scala and Akka. Building on this foundation, you'll learn to apply enterprise application and integration patterns to establish message channels and endpoints; efficiently construct, route, and transform messages; and build robust systems that are simpler and far more successful. Coverage Includes How reactive architecture replaces complexity with simplicity throughout the core, middle, and edges The characteristics of actors and actor systems, and how Akka makes them more powerful Building systems that perform at scale on one or many computing nodes Establishing channel mechanisms, and choosing appropriate channels for each application and integration challenge Constructing messages to clearly convey a sender's intent in communicating with a receiver Implementing a Process Manager for your Domain-Driven Designs Decoupling a message's source and destination, and integrating appropriate business logic into its router Understanding the transformations a message may experience in applications and integrations Implementing persistent actors using Event Sourcing and reactive views using CQRS Find unique online training on Domain-Driven Design, Scala, Akka, and other software craftsmanship topics using the for{comprehension} website at forcomprehension.com.

Ruined by Design: How Designers Destroyed the World, and What We Can Do to Fix It


Mike Monteiro - 2019
    Guns, which lead to so much death, work exactly as they’re designed to work. And every time we “improve” their design, they get better at killing. Facebook’s privacy settings, which have outed gay teens to their conservative parents, are working exactly as designed. Their “real names” iniative, which makes it easier for stalkers to re-find their victims, is working exactly as designed. Twitter’s toxicity and lack of civil discourse is working exactly as it’s designed to work.The world is working exactly as designed. And it’s not working very well. Which means we need to do a better job of designing it. Design is a craft with an amazing amount of power. The power to choose. The power to influence. As designers, we need to see ourselves as gatekeepers of what we are bringing into the world, and what we choose not to bring into the world. Design is a craft with responsibility. The responsibility to help create a better world for all.Design is also a craft with a lot of blood on its hands. Every cigarette ad is on us. Every gun is on us. Every ballot that a voter cannot understand is on us. Every time social network’s interface allows a stalker to find their victim, that’s on us. The monsters we unleash into the world will carry your name.This book will make you see that design is a political act. What we choose to design is a political act. Who we choose to work for is a political act. Who we choose to work with is a political act. And, most importantly, the people we’ve excluded from these decisions is the biggest (and stupidest) political act we’ve made as a society.If you’re a designer, this book might make you angry. It should make you angry. But it will also give you the tools you need to make better decisions. You will learn how to evaluate the potential benefits and harm of what you’re working on. You’ll learn how to present your concerns. You’ll learn the importance of building and working with diverse teams who can approach problems from multiple points-of-view. You’ll learn how to make a case using data and good storytelling. You’ll learn to say NO in a way that’ll make people listen. But mostly, this book will fill you with the confidence to do the job the way you always wanted to be able to do it. This book will help you understand your responsibilities.

You Don't Know JS: Up & Going


Kyle Simpson - 2015
    With the "You Don’t Know JS" book series, you’ll get a more complete understanding of JavaScript, including trickier parts of the language that many experienced JavaScript programmers simply avoid.The series’ first book, Up & Going, provides the necessary background for those of you with limited programming experience. By learning the basic building blocks of programming, as well as JavaScript’s core mechanisms, you’ll be prepared to dive into the other, more in-depth books in the series—and be well on your way toward true JavaScript.With this book you will: Learn the essential programming building blocks, including operators, types, variables, conditionals, loops, and functions Become familiar with JavaScript's core mechanisms such as values, function closures, this, and prototypes Get an overview of other books in the series—and learn why it’s important to understand all parts of JavaScript

jQuery: Novice to Ninja


Earle Castledine - 2010
    In this question-and-answer book on jQuery, you'll find a cookbook of ready-to-go solutions to help breathe life into your web page. Topics covered include: - Scrolling, Resizing and Animating Webpage elements - Backgrounds, Slideshows, and Crossfaders - Menus, Tabs, and Panels - Buttons, Fields, and Controls - Lists, Trees, and Tables - Frames, Windows, and Dialogs - Adding interactivity with Ajax - Using the jQuery User Interface Themeroller - Writing your own jQuery plug-ins All code used to create each solution is available for download and guaranteed to be simple, efficient and cross-browser compatible.

The Great Conversation: A Historical Introduction to Philosophy


Norman Melchert - 1995
    Tracing the exchange of ideas between history's key philosophers, The Great Conversation: A Historical Introduction to Philosophy, Fifth Edition, demonstrates that while constructing an argument or making a claim, one philosopher almost always has others in mind. The book addresses the fundamental questions of human life: Who are we? What can we know? How should we live? and What sort of reality do we inhabit? The fifth edition retains the distinctive feature of previous editions: author Norman Melchert provides a generous selection of excerpts from major philosophical works and makes them more easily understandable to students with his lucid and engaging explanations. Ranging from the Pre-Socratics to Derrida and Quine, the selections are organized historically and include four complete works: Plato's Euthyphro, Apology, and Crito, and Descartes' Meditations on First Philosophy. The author's commentary offers a rich intellectual and cultural context for the philosophical ideas conveyed in the excerpts. Extensive cross-referencing shows students how philosophers respond appreciatively or critically to the thoughts of other philosophers. The text is enhanced by two types of exercises--Basic Questions and For Further Thought--and more than sixty illustrations.New to the Fifth Edition: * A new chapter (25) on Simone de Beauvoir and her contributions to philosophy * New material on Buddhist, Muslim, and Jewish thinkers, including profiles of the Buddha, Avicenna (Ibn Sina), Averro�s (Ibn Rushd), and Maimonides (Moses ben Maimon) * A new profile of Jean-Jacques Rousseau * Improved translations of several of Plato's works, including Protagoras, Gorgias, Phaedo, Symposium, Meno, and the Republic * Review questions that are now dispersed throughout the chapters (instead of at chapter ends) to follow relevant passages and facilitate classroom discussion * Thirteen new images, including seven explanatory cartoons that help students understand key concepts * A revised Instructor's Manual and Test Bank--available both on CD and in a printed version--containing essential points, teaching suggestions, and multiple-choice, short-answer, and essay exam questionsThe Great Conversation, Fifth Edition, is also available in two paperback volumes to suit your course needs. Volume I: Pre-Socratics through Descartes includes chapters 1-13 of the combined volume, while Volume II: Descartes through Derrida and Quine includes chapters 12-26.

Design Systems: A practical guide to creating design languages for digital products


Alla Kholmatova - 2017
    Some can generate coherent user experiences, others produce confusing patchwork designs. Some inspire teams to contribute to them, while others are neglected. Some get better with time, more cohesive and better functioning; others get worse, becoming bloated and cumbersome.Throughout this book, Alla Kholmatova, previously a lead designer at FutureLearn, will share an approach and the key qualities of effective, enduring design systems. It’s based on Alla’s experiences, case-studies from AirBnB, Atlassian, Eurostar, TED, and Sipgate, plus 18 months of research and interviews — all attempting to figure out what works and what doesn’t work in real-life products. It may not answer every question, but it will help you figure out just the right strategy for establishing and evolving a design system in your organization.

Introducing HTML5


Bruce Lawson - 2010
    Some of its new features are already being implemented by existing browsers, and much more is around the corner. Written by developers who have been using the new language for the past year in their work, this book shows you how to start adapting the language now to realize its benefits on today's browsers. Rather than being just an academic investigation, it concentrates on the practical--the problems HTML5 can solve for you right away. By following the book's hands-on HTML5 code examples you'll learn: new semantics and structures to help your site become richer and more accessiblehow to apply the most important JavaScript APIs that are already implementedthe uses of native multimedia for video and audiotechniques for drawing lines, fills, gradients, images and text with canvas how to build more intelligent web formsimplementation of new storage options and web databaseshow geolocation works with HTML5 in both web and mobile applicationsAll the code from this book (and more) is available at www.introducinghtml5.com. ********There appear to be intermittent problems with the first printing of Introducing HTML5. If you have one of these copies, please email us at ask@peachpit.com with a copy of your receipt (from any reseller), and we'll either provide access to the eBook or send you another copy of the print book -- whichever you prefer. If you'd like the eBook we can add that to your Peachpit.com account. You can set up a free account at www.peachpit.com/join http: //www.peachpit.com/join>. Thanks so much for your understanding!

Rocket Surgery Made Easy: The Do-It-Yourself Guide to Finding and Fixing Usability Problems


Steve Krug - 2009
    But with a typical price tag of $5,000 to $10,000 for a usability consultant to conduct each round of tests, it rarely happens. In this how-to companion to Don't Make Me Think: A Common Sense Approach to Web Usability, Steve Krug spells out an approach to usability testing that anyone can easily apply to their own web site, application, or other product. (As he said in Don't Make Me Think, "It's not rocket surgery".)In this new book, Steve explains how to: -Test any design, from a sketch on a napkin to a fully-functioning web site or application-Keep your focus on finding the most important problems (because no one has the time or resources to fix them all)-Fix the problems that you find, using his "The least you can do" approachBy pairing the process of testing and fixing products down to its essentials (A morning a month, that's all we ask ), Rocket Surgery makes it realistic for teams to test early and often, catching problems while it's still easy to fix them. Rocket Surgery Made Easy adds demonstration videos to the proven mix of clear writing, before-and-after examples, witty illustrations, and practical advice that made Don't Make Me Think so popular.

Confronting the Challenges of Participatory Culture: Media Education for the 21st Century


Henry Jenkins - 2009
    A growing body of scholarship suggests potential benefits of these activities, including opportunities for peer-to-peer learning, development of skills useful in the modern workplace, and a more empowered conception of citizenship. Some argue that young people pick up these key skills and competencies on their own by interacting with popular culture; but the problems of unequal access, lack of media transparency, and the breakdown of traditional forms of socialization and professional training suggest a role for policy and pedagogical intervention.This report aims to shift the conversation about the digital divide from questions about access to technology to questions about access to opportunities for involvement in participatory culture and how to provide all young people with the chance to develop the cultural competencies and social skills needed. Fostering these skills, the authors argue, requires a systemic approach to media education; schools, afterschool programs, and parents all have distinctive roles to play.The John D. and Catherine T. MacArthur Foundation Reports on Digital Media and Learning

You are Here: From the Compass to GPS, the History and Future of How We Find Ourselves


Hiawatha Bray - 2014
    In a sweeping history of the development of location technology in the past century, Bray shows how radio signals created to carry telegraph messages were transformed into invisible beacons to guide ships and how a set of rapidly-spinning wheels steered submarines beneath the polar ice cap. But while most of these technologies were developed for and by the military, they are now ubiquitous in our everyday lives. Our phones are now smart enough to pinpoint our presence to within a few feet-and nosy enough to share that information with governments and corporations. Filled with tales of scientists and astronauts, inventors and entrepreneurs, You Are Here tells the story of how humankind ingeniously solved one of its oldest and toughest problems-only to herald a new era in which it's impossible to hide.

Stages on Life's Way


Søren Kierkegaard - 1845
    With characteristic love for mystification, he presents the work as a bundle of documents fallen by chance into the hands of "Hilarius Bookbinder, " who prepared them for printing. The book begins with a banquet scene patterned on Plato's Symposium. (George Brandes maintained that "one must recognize with amazement that it holds its own in this comparison.") Next is a discourse by "Judge William" in praise of marriage "in answer to objections." The remainder of the volume, almost two-thirds of the whole, is the diary of a young man, discovered by "Frater Taciturnus, " who was deeply in love but felt compelled to break his engagement. The work closes with a letter to the reader from Taciturnus on the three "existence-spheres" represented by the three parts of the book. Stages on Life's Way not only repeats themes, characters, and pseudonymous authors of the earlier works but also goes beyond them and points to further development of central ideas in Concluding Unscientific Postscript.

ProBlogger: Secrets for Blogging Your Way to a Six-Figure Income


Darren Rowse - 2008
    Whether you're just starting out or have been blogging for years, these two professional bloggers show you how to turn your passion for blogging into extra revenue. This practical guide to creating and marketing a blog with the potential for generating a six-figure income shows you how to choose subject matter that works for you, handle technical issues, and evaluate your blog's success so that you can use your blog to generate income indirectly.