Book picks similar to
The UX Book: Process and Guidelines for Ensuring a Quality User Experience by Rex Hartson
ux
design
ux-design
user-experience
Rise of the DEO: Leadership by Design
Maria Giudice - 2013
This environment of constant change will only accelerate in the future and traditional business leaders are ill equipped to deal with it. Just as we took our cues from MBAs and the military in casting the ideal CEO of the 20th century, we can look to design - in its broadest form - to model our future leader, the DEO. These leaders possess characteristics, behaviors and mindsets that allow them to excel in unpredictable, fast-moving and value-charged conditions. They are catalysts for transformation and agents of change. A hybrid of strategic business executive and creative problem-solver, the DEO is willing to take on anything as an object of design and looks at ALL problems as design challenges. Readers will learn not only why this form of leadership is essential to the success of modern organizations, but also what characteristics are best suited to this role. Through intimate conversations with leading DEOs, we explore the mindsets, communities, processes and practices common to creative business leaders. The book lays out--graphically and through example--how DEOs run their companies and why this approach makes sense now. We help readers identify these skills in themselves and their colleagues, and we guide them in using these skills to build, revive or reinvent the next generation of great companies and organization.
Refactoring: Improving the Design of Existing Code
Martin Fowler - 1999
Significant numbers of poorly designed programs have been created by less-experienced developers, resulting in applications that are inefficient and hard to maintain and extend. Increasingly, software system professionals are discovering just how difficult it is to work with these inherited, non-optimal applications. For several years, expert-level object programmers have employed a growing collection of techniques to improve the structural integrity and performance of such existing software programs. Referred to as refactoring, these practices have remained in the domain of experts because no attempt has been made to transcribe the lore into a form that all developers could use... until now. In Refactoring: Improving the Design of Existing Software, renowned object technology mentor Martin Fowler breaks new ground, demystifying these master practices and demonstrating how software practitioners can realize the significant benefits of this new process.
Designing for People
Henry Dreyfuss - 1967
Dreyfuss have shaped the cultural landscape of the 20th century. Written in a robust, fresh style, this book offers an inviting mix of professional advice, case studies, and design history along with historical black-and-white photos and the author's whimsical drawings. In addition, the author's uncompromising commitment to public service, ethics, and design responsibility makes this masterful guide a timely read for today's designers.
JavaScript: The Definitive Guide
David Flanagan - 1996
This book is both an example-driven programmer's guide and a keep-on-your-desk reference, with new chapters that explain everything you need to know to get the most out of JavaScript, including:Scripted HTTP and Ajax XML processing Client-side graphics using the canvas tag Namespaces in JavaScript--essential when writing complex programs Classes, closures, persistence, Flash, and JavaScript embedded in Java applicationsPart I explains the core JavaScript language in detail. If you are new to JavaScript, it will teach you the language. If you are already a JavaScript programmer, Part I will sharpen your skills and deepen your understanding of the language.Part II explains the scripting environment provided by web browsers, with a focus on DOM scripting with unobtrusive JavaScript. The broad and deep coverage of client-side JavaScript is illustrated with many sophisticated examples that demonstrate how to:Generate a table of contents for an HTML document Display DHTML animations Automate form validation Draw dynamic pie charts Make HTML elements draggable Define keyboard shortcuts for web applications Create Ajax-enabled tool tips Use XPath and XSLT on XML documents loaded with Ajax And much morePart III is a complete reference for core JavaScript. It documents every class, object, constructor, method, function, property, and constant defined by JavaScript 1.5 and ECMAScript Version 3.Part IV is a reference for client-side JavaScript, covering legacy web browser APIs, the standard Level 2 DOM API, and emerging standards such as the XMLHttpRequest object and the canvas tag.More than 300,000 JavaScript programmers around the world have made this their indispensable reference book for building JavaScript applications."A must-have reference for expert JavaScript programmers...well-organized and detailed."-- Brendan Eich, creator of JavaScript