React: Up and Running


Stoyan Stefanov - 2015
    With "React: Up and Running" you'll learn how to get off the ground with React, with no prior knowledge.This book teaches you how to build components, the building blocks of your apps, as well as how to organize the components into large-scale apps. In addition, you ll learn about unit testing and optimizing performance, while focusing on the application s data (and letting the UI take care of itself)."

The Smashing Book


Smashing Magazine - 2009
    

Make It So: Interaction Design Lessons From Science Fiction


Nathan Shedroff - 2012
    Freed from the rigorous constraints of designing for real users, sci-fi production designers develop blue-sky interfaces that are inspiring, humorous, and even instructive. By carefully studying these "outsider" user interfaces, designers can derive lessons that make their real-world designs more cutting edge and successful.

Digital Art


Christiane Paul - 2003
    Not only have traditional forms of art such as printing, painting, photography and sculpture been transformed by digital techniques and media, but entirely new forms such as net art, software art, digital installation and virtual reality have emerged as recognized artistic practices, collected by major museums, institutions and private collectors the world over. Here Christiane Paul surveys the developments in digital art from its appearance in the early 1990s right up to the present day, and looks ahead to what the future may hold. Drawing a distinction between work that uses digital technology as a tool to produce traditional forms and work that uses it as a medium to create new types of art, she discusses all the key artists and works. The book explores themes addressed and raised by the art, such as viewer interaction, artificial life and intelligence, political and social activism, networks and telepresence, as well as issues such as the collection, presentation and preservation of digital art, the virtual museum, and ownership and copyright.

The Little Book on CoffeeScript


Alex MacCaw - 2012
    Through example code, this guide demonstrates how CoffeeScript abstracts JavaScript, providing syntactical sugar and preventing many common errors. You’ll learn CoffeeScript’s syntax and idioms step by step, from basic variables and functions to complex comprehensions and classes.Written by Alex MacCaw, author of JavaScript Web Applications (O’Reilly), with contributions from CoffeeScript creator Jeremy Ashkenas, this book quickly teaches you best practices for using this language—not just on the client side, but for server-side applications as well. It’s time to take a ride with the little language that could.Discover how CoffeeScript’s syntax differs from JavaScriptLearn about features such as array comprehensions, destructuring assignments, and classesExplore CoffeeScript idioms and compare them to their JavaScript counterpartsCompile CoffeeScript files in static sites with the Cake build systemUse CommonJS modules to structure and deploy CoffeeScript client-side applicationsExamine JavaScript’s bad parts—including features CoffeeScript was able to fix

User Interface Design for Programmers


Joel Spolsky - 2001
    They think that UI design is like graphic design--the mysterious process by which creative, latte-drinking, all-black-wearing people produce cool-looking, artistic pieces. Most programmers see themselves as analytic, logical thinkers instead--strong at reasoning, weak on artistic judgment, and incapable of doing UI design.In this brilliantly readable book, author Joel Spolsky proposes simple, logical rules that can be applied without any artistic talent to improve any user interface, from traditional GUI applications to websites to consumer electronics. Spolsky's primary axiom, the importance of bringing the program model in line with the user model, is both rational and simple.In a fun and entertaining way, Spolky makesuser interfacedesign easy for programmers to grasp. After reading User Interface Design for Programmers, you'll know how to design interfaces with the user in mind. You'll learn the important principles that underlie all good UI design, and you'll learn how to perform usability testing that works."

Build Awesome Command-Line Applications in Ruby: Control Your Computer, Simplify Your Life


David B. Copeland - 2012
    With its simple commands, flags, and parameters, a well-formed command-line application is the quickest way to automate a backup, a build, or a deployment and simplify your life. As Ruby pro David Copeland explains, writing a command-line application that is self-documenting, robust, adaptable and forever useful is easier than you might think. Ruby is particularly suited to this task, since it combines high-level abstractions with "close to the metal" system interaction wrapped up in a concise, readable syntax. Moreover, Ruby has the support of a rich ecosystem of open-source tools and libraries. Ten insightful chapters each explain and demonstrate a command-line best practice. You'll see how to use these tools to elevate the lowliest automation script to a maintainable, polished application. You'll learn how to use free, open source parsers to create user-friendly command-line interfaces as well as command suites. You'll see how to use defaults to keep options simple for everyday users, while giving advanced users options for more complex tasks. There's no reason a command-line application should lack documentation, whether it's part of a help command or a man page; you'll find out when and how to use both. Your journey from command-line novice to pro ends with a look at valuable approaches to testing your apps, and includes some fun techniques for outside-the-box, colorful interfaces that will delight your users. With Ruby, the command line is not dead. Long live the command line.What You Need: All you'll need is Ruby, and the ability to install a few gems along the way. Examples written for Ruby 1.9.2, but 1.8.7 should work just as well.

The Practice of Programming (Addison-Wesley Professional Computing Series)


Brian W. Kernighan - 1999
    With the same insight and authority that made their book The Unix programming Environment a classic, Brian Kernighan and Rob Pike have written The Practice of Programming to help make individual programmers more effective and productive.

Processing: A Programming Handbook for Visual Designers and Artists


Casey Reas - 2007
    This book is an introduction to the concepts of computer programming within the context of the visual arts. It offers a comprehensive reference and text for Processing (www.processing.org), an open-source programming language that can be used by students, artists, designers, architects, researchers, and anyone who wants to program images, animation, and interactivity. The ideas in Processing have been tested in classrooms, workshops, and arts institutions, including UCLA, Carnegie Mellon, New York University, and Harvard University. Tutorial units make up the bulk of the book and introduce the syntax and concepts of software (including variables, functions, and object-oriented programming), cover such topics as photography and drawing in relation to software, and feature many short, prototypical example programs with related images and explanations. More advanced professional projects from such domains as animation, performance, and typography are discussed in interviews with their creators. "Extensions" present concise introductions to further areas of investigation, including computer vision, sound, and electronics. Appendixes, references to additional material, and a glossary contain additional technical details. Processing can be used by reading each unit in order, or by following each category from the beginning of the book to the end. The Processing software and all of the code presented can be downloaded and run for future exploration.Includes essays by Alexander R. Galloway, Golan Levin, R. Luke DuBois, Simon Greenwold, Francis Li, and Hernando Barragan and interviews with Jared Tarbell, Martin Wattenberg, James Paterson, Erik van Blockland, Ed Burton, Josh On, Jurg Lehni, Auriea Harvey and Michael Samyn, Mathew Cullen and Grady Hall, Bob Sabiston, Jennifer Steinkamp, Ruth Jarman and Joseph Gerhardt, Sue Costabile, Chris Csikszentmihalyi, Golan Levin and Zachary Lieberman, and Mark Hansen.Casey Reas is Associate Professor in the Design Media Arts Department at the University of California, Los Angeles. Ben Fry is Nierenburg Chair of Design in the School of Design at Carnegie Mellon University, 2006-2007."

Practical Object Oriented Design in Ruby


Sandi Metz - 2012
    The Web is awash in Ruby code that is now virtually impossible to change or extend. This text helps you solve that problem by using powerful real-world object-oriented design techniques, which it thoroughly explains using simple and practical Ruby examples. Sandi Metz has distilled a lifetime of conversations and presentations about object-oriented design into a set of Ruby-focused practices for crafting manageable, extensible, and pleasing code. She shows you how to build new applications that can survive success and repair existing applications that have become impossible to change. Each technique is illustrated with extended examples, all downloadable from the companion Web site, poodr.info. The first title to focus squarely on object-oriented Ruby application design, Practical Object-Oriented Design in Ruby will guide you to superior outcomes, whatever your previous Ruby experience. Novice Ruby programmers will find specific rules to live by; intermediate Ruby programmers will find valuable principles they can flexibly interpret and apply; and advanced Ruby programmers will find a common language they can use to lead development and guide their colleagues. This guide will help you Understand how object-oriented programming can help you craft Ruby code that is easier to maintain and upgrade Decide what belongs in a single Ruby class Avoid entangling objects that should be kept separate Define flexible interfaces among objects Reduce programming overhead costs with duck typing Successfully apply inheritance Build objects via composition Design cost-effective tests Solve common problems associated with poorly designed Ruby code

Thou Shall Not Use Comic Sans: A Designer's Almanac of Dos and Don'ts


Sean Adams - 2011
    All designers have their own way of working and their own combinations of the thousands of techniques one can apply when planning a new design project. But there are some dos and don'ts that always figure in any heated debate about what one should or should not accept as the right way to create the best graphic design. This book looks at key dos and don'ts, bringing them together in the form of a classically structured almanac. Packed with practical advice, but presented in a light-hearted fashion, the advisory rather than dictative approach means designers can take or leave the advice presented in each rule as is typical of most creatives with their own strong views on what does and does not constitute good design practice. Individual entries will either bring forth knowing nods of agreement or hoots of derision, depending on whether or not the reader loves or hates hyphenation, has a pathological fear of beige, or thinks that baseline grids are boring. Thou Shall Not Use Comic Sans is the must-have collection of the best advice that any graphic designer should have at his fingertips, with each entry combining a specific rule with a commentary from a variety of experienced designers from all fields of the graphic design industry. Grouped into six, color-coded categories-typography, color, layout, imagery, production, and the practice of design-but presented numerically and in mixed groups, the reader can either dip in at random or use the book as the source of a daily lesson in how to produce great graphic design.

Interactive Data Visualization for the Web


Scott Murray - 2013
    It’s easy and fun with this practical, hands-on introduction. Author Scott Murray teaches you the fundamental concepts and methods of D3, a JavaScript library that lets you express data visually in a web browser. Along the way, you’ll expand your web programming skills, using tools such as HTML and JavaScript.This step-by-step guide is ideal whether you’re a designer or visual artist with no programming experience, a reporter exploring the new frontier of data journalism, or anyone who wants to visualize and share data.Learn HTML, CSS, JavaScript, and SVG basicsDynamically generate web page elements from your data—and choose visual encoding rules to style themCreate bar charts, scatter plots, pie charts, stacked bar charts, and force-directed layoutsUse smooth, animated transitions to show changes in your dataIntroduce interactivity to help users explore data through different viewsCreate customized geographic maps with dataExplore hands-on with downloadable code and over 100 examples

Everyware: The Dawning Age of Ubiquitous Computing


Adam Greenfield - 2006
    How will it change us? how can we shape its emergence? Smart buildings, smart furniture, smart clothing... even smart bathtubs. networked street signs and self-describing soda cans. Gestural interfaces like those seen in Minority Report. The RFID tags now embedded in everything from credit cards to the family pet. All of these are facets of the ubiquitous computing author Adam Greenfield calls everyware. In a series of brief, thoughtful meditations, Greenfield explains how everyware is already reshaping our lives, transforming our understanding of the cities we live in, the communities we belong to--and the way we see ourselves. What are people saying about the book? Adam Greenfield is intense, engaged, intelligent and caring. I pay attention to him. I counsel you to do the same. --HOWARD RHEINGOLD, AUTHOR, SMART MOBS: THE NEXT SOCIAL REVOLUTION A gracefully written, fascinating, and deeply wise book on one of the most powerful ideas of the digital age--and the obstacles we must overcome before we can make ubiquitous computing a reality.--STEVE SILBERMAN, EDITOR, WIRED MAGAZINE Adam is a visionary. he has true compassion and respect for ordinary users like me who are struggling to use and understand the new technology being thrust on us at overwhelming speed.--REBECCA MACKINNON, BERKMAN CENTER FOR INTERNET AND SOCIETY, HARVARD UNIVERSITY Everyware is an AIGA Design Press book, published under Peachpit's New Riders imprint in partnership with AIGA.

Communicating Design: Developing Web Site Documentation for Design and Planning


Dan M. Brown - 2006
    Consultant Brown describes the ten basic deliverables as belonging to three basic types, thereby making it much easier to sort out who gets what and when. He wo

Can Jokes Bring Down Governments? Memes, Design and Politics.


Metahaven - 2013
    Strangling economies with their austerity policies, they assure us that they have no choice. In a world where “there is no alternative”, how do you dissent? Once upon a time, graphic designers would have made political posters and typeset manifestos. Today, protest has new strategies. Enter the internet meme. With its Darwinian survival skills and its viral potential, the meme is a way of scaling up protest. Hackers and activists have learned to unleash the destructive force of a Rick Astley video. They have let slip the Lolcats of war. Pranks have become a resistance strategy. As the rise of Beppe Grillo in Italy testifies, this may be the hour to fight nonsense with nonsense. Jokes are an open-source weapon of politics, and it is time to tap their power.