Recent Articles
Jun 15, 2011 | No Comments
Product design can have a tremendous impact on the world in terms of usability, waste, and resources. In Design Is the Problem, Nathan Shedroff examines how the endemic culture of design often creates unsustainable solutions, and shows how to ensure that design processes lead to more sustainable products and services. TESTIMONIALS “If a sustainable world is to be less about stuff, and more about people, what should designers design? Nathan Shedroff challenges designers to focus on what the experience of a sustainable world can be like. I hope every designer will read this book: they ll be inspired to learn that even as they stop creating stuff, there s still a lot of work for them to do.” John Thackara, creator of the Door of Perception conference, author of In The Bubble “Nathan Shedroff has demonstrated a new discipline as a design deviant. He deviates from the norm of cause (perceived need) and effect (delightful fetish) to question whether we can design to fulfill experiences or true needs by crafting not what is simply less, but something different. This is an opening volley for the next new economy.” Ric Grefe, Executive Director, AIGA “Design is the Problem illustrates that, when done intentionally and thoughtfully, design can be the solution to our most pressing social and environmental challenges. The book is a comprehensive primer for anyone interested in redesigning not just products, but the way we do business, the way we address problems, and the way we envision and forge our future.” Simran Preeti Sethi, co-host/writer of Sundance Channel s “The Green” and contributing author to Ethical Markets: Growing the Green Economy Download Here If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)
Read the story »
Jun 8, 2011 | No Comments
With the rapid advancement of information discovery techniques, machine learning and data mining continue to play a significant role in cybersecurity. Although several conferences, workshops, and journals focus on the fragmented research topics in this area, there has been no single interdisciplinary resource on past and current works and possible paths for future research in this area. This book fills this need. From basic concepts in machine learning and data mining to advanced problems in the machine learning domain, Data Mining and Machine Learning in Cybersecurity provides a unified reference for specific machine learning solutions to cybersecurity problems. It supplies a foundation in cybersecurity fundamentals and surveys contemporary challenges—detailing cutting-edge machine learning and data mining techniques. It also: Unveils cutting-edge techniques for detecting?new attacks Contains in-depth discussions of machine learning solutions to detection problems Categorizes methods for detecting, scanning, and profiling intrusions and anomalies Surveys contemporary cybersecurity problems and unveils state-of-the-art machine learning and data mining solutions Details privacy-preserving data mining methods This interdisciplinary resource includes technique review tables that allow for speedy access to common cybersecurity problems and associated data mining methods. Numerous illustrative figures help readers visualize the workflow of complex techniques and more than forty case studies provide a clear understanding of the design and application of data mining and machine learning techniques in cybersecurity. Download Here If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)
Read the story »
Apr 10, 2011 | No Comments
The concept of usability has become an increasingly important consideration in the design of all kinds of technology. As more products are aimed at global markets and developed through internationally distributed teams, usability design needs to be addressed in global terms. Interest in usability as a design issue and specialist area of research and education has developed steadily in North America and Europe since the 1980’s. However, it is only over the last ten years that it has emerged as a global concern. Global Usability provides an introduction to the important issues in globalizing design and an insight into the development of usability expertise around the world. The book is divided into two sections. The first section deals with the general issues in cross-cultural design and the methods for conducting usability design and evaluation across geographical boundaries. The second section describes the state of usability development in fifteen countries. The descriptions include a history and review of activities and include some unique perspectives that have developed in relation to usability work. Researchers and practitioners from a variety of design-related disciplines will find the book a useful guide for understanding the issues and an excellent reference source for working in any of the countries covered. Download Here If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)
Read the story »
Apr 7, 2011 | No Comments
Quantum computers can (in theory) solve certain problems far faster than a classical computer running any known classical algorithm. While existing technologies for building quantum computers are in their infancy, it is not too early to consider their scalability and reliability in the context of the design of large-scale quantum computers. To architect such systems, one must understand what it takes to design and model a balanced, fault-tolerant quantum computer architecture. The goal of this lecture is to provide architectural abstractions for the design of a quantum computer and to explore the systems-level challenges in achieving scalable, fault-tolerant quantum computation. In this lecture, we provide an engineering-oriented introduction to quantum computation with an overview of the theory behind key quantum algorithms. Next, we look at architectural case studies based upon experimental data and future projections for quantum computation implemented using trapped ions. While we focus here on architectures targeted for realization using trapped ions, the techniques for quantum computer architecture design, quantum fault-tolerance, and compilation described in this lecture are applicable to many other physical technologies that may be viable candidates for building a large-scale quantum computing system. We also discuss general issues involved with programming a quantum computer as well as a discussion of work on quantum architectures based on quantum teleportation. Finally, we consider some of the open issues remaining in the design of quantum computers. Download Here If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)
Read the story »
Mar 21, 2011 | No Comments
“If you are a young designer entering or contemplating entering the UX field this is a canonical book. If you are an organization that really needs to start grokking UX this book is also for you. “ — Chris Bernard, User Experience Evangelist, Microsoft User experience design is the discipline of creating a useful and usable Web site or application—one that’s easily navigated and meets the needs of both the site owner and its users. But there’s a lot more to successful UX design than knowing the latest Web technologies or design trends: It takes diplomacy, project management skills, and business savvy. That’s where this book comes in. Authors Russ Unger and Carolyn Chandler show you how to integrate UX principles into your project from start to finish. • Understand the various roles in UX design, identify stakeholders, and enlist their support • Obtain consensus from your team on project objectives • Define the scope of your project and avoid mission creep • Conduct user research and document your findings • Understand and communicate user behavior with personas • Design and prototype your application or site • Make your product findable with search engine optimization • Plan for development, product rollout, and ongoing quality assurance Download Here If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)
Read the story »
Mar 17, 2011 | No Comments
The design of application programming interfaces can affect the behavior, capabilities, stability, and ease of use of end-user applications. With this book, you will learn how to design a good API for large-scale long-term projects. With extensive C++ code to illustrate each concept, API Design for C++ covers all of the strategies of world-class API development. Martin Reddy draws on over fifteen years of experience in the software industry to offer in-depth discussions of interface design, documentation, testing, and the advanced topics of scripting and plug-in extensibility. Throughout, he focuses on various API styles and patterns that will allow you to produce elegant and durable libraries. The only book that teaches the strategies of C++ API development, including design, versioning, documentation, testing, scripting, and extensibility. Extensive code examples illustrate each concept, with fully functional examples and working source code for experimentation available online. Covers various API styles and patterns with a focus on practical and efficient designs for large-scale long-term projects. Download Here If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)
Read the story »
Mar 13, 2011 | No Comments
There are three main technologies married together to create usable, standards-compliant web designs- XHTML for data structure, Cascading Style Sheets for styling your data, and JavaScript for adding dynamic effects and manipulating structure on the fly using the Document Object Model. This book is about the latter of the three. DOM Scripting- Web Design with JavaScript and the Document Object Model gives you everything you need to start using JavaScript and the Document Object Model to enhance your web pages with client-side dynamic effects. We start off by giving you a basic crash course in JavaScript and the DOM, then move on to provide you with several real world examples built up from scratch including dynamic image galleries and dynamic menus, and show you how to manipulate web page styles using the CSS DOM, and create markup on the fly. New material for this edition includes a run through of the most popular JavaScript libraries and their use. Download Here If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)
Read the story »
Mar 13, 2011 | No Comments
Full of instructive images and insightful hints, this book is indispensable for photographers who want to boost their wedding-album sales. Updated with the latest styles, this showcase of 15 top wedding photographers work and business practices provides insight into each artist s creative process, client service skills, and album design. Information on album types and basic design principles is accompanied by tips for marketing albums, including creating a dazzling sample album, expertly preparing the images for presentation after the ceremony, and discussing the importance of the album as a memento to be cherished for a lifetime. Savvy photographers will learn how to turn an album purchase into a multiple-album sale, how to add on ala carte images, and how to make networking and referrals generate additional business. Download Here If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)
Read the story »
Mar 6, 2011 | No Comments
Effective design is at the heart of everything from software development to engineering to architecture. But what do we really know about the design process? What leads to effective, elegant designs? The Design of Design addresses these questions. These new essays by Fred Brooks contain extraordinary insights for designers in every discipline. Brooks pinpoints constants inherent in all design projects and uncovers processes and patterns likely to lead to excellence. Drawing on conversations with dozens of exceptional designers, as well as his own experiences in several design domains, Brooks observes that bold design decisions lead to better outcomes. The author tracks the evolution of the design process, treats collaborative and distributed design, and illuminates what makes a truly great designer. He examines the nuts and bolts of design processes, including budget constraints of many kinds, aesthetics, design empiricism, and tools, and grounds this discussion in his own real-world examples—case studies ranging from home construction to IBM\’s Operating System/360. Throughout, Brooks reveals keys to success that every designer, design project manager, and design researcher should know. Download Here If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)
Read the story »
Feb 23, 2011 | No Comments
Future of Web Design (2010) MP4 | h264 424 kbps | English | 364×268 | 29.97fps | aac stereo 96kbps | 7.72 GB Genre: eLearning Conference FOWD 2010 London and New York, for web designers. This is a conference conducted by Carsonified, where the elite is going to web development. Topics discussed at conferences in books are not described. Every company talks about his secrets and methods to develop their own products. What is important here is not going to novices and do not discuss the “baby” problem. Professional issues and topics of speeches. Here are some of the speakers: 37signals, PayPal, Squarespace, Carsonified (the founder of these conferences and screencasts), MailChimp, Yahoo!, Vodafone, Google, bit.ly, Flattr, Mozilla, 280 North, SimpleGEO, GoWalla, Headscape.
Read the story »
« Older Entries