Book picks similar to
Know Your Onions: Web Design: How to Become a Top-class Money Making Web Designer Without Learning Code by Drew de Soto
design
web-design
non-fiction
graphic-design
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!
Killer Web Content: Make the Sale, Deliver the Service, Build the Brand
Gerry McGovern - 2006
Written by an internationally-acclaimed specialist in this field, Killer Web Content gives you the strategies and practical techniques you need to get the very best out of your Web content. Accessible, concise and practical, it will make your website really work for you.This book helps readers to: - provide visitors to their website with the right content at just the right time - write compelling Web content that users really respond to and want more of - make sure their website has the best possible chance of getting into the first page of search results - understand the benefits of blogs, RSS, and e-mail newslettersWeb content is an increasingly important asset. It helps sellproducts and deliver services. From travel companies to softwarecompanies, from universities to governments, it's something that has tobe got right.
Designed for Use
Lukas Mathis - 2011
In this book for designers, developers, and product managers, expert developer and user interface designer Lukas Mathis explains how to make usability the cornerstone of every point in your design process, walking you through the necessary steps to plan the design for an application or website, test it, and get usage data after the design is complete. He shows you how to focus your design process on the most important thing: helping people get things done, easily and efficiently. The author presents a collection of valuable tips - organized in four distinct parts, filled with clever illustrations, and supported by fascinating psychological research. He teaches techniques that help you plan and evaluate your user interface design, and inspires you to look at design in a whole new way. He tells you exactly what to look for, and what to avoid, in creating applications and websites that people will be excited to use.
The Design Thinking Playbook: Mindful Digital Transformation of Teams, Products, Services, Businesses and Ecosystems
Michael Lewrick - 2018
By stepping back and questioning the current mindset, the faults of the status quo stand out in stark relief--and this guide gives you the tools and frameworks you need to kick off a digital transformation. Design Thinking is about approaching things differently with a strong user orientation and fast iterations with multidisciplinary teams to solve wicked problems. It is equally applicable to (re-)design products, services, processes, business models, and ecosystems. It inspires radical innovation as a matter of course, and ignites capabilities beyond mere potential. Unmatched as a source of competitive advantage, Design Thinking is the driving force behind those who will lead industries through transformations and evolutions.This book describes how Design Thinking is applied across a variety of industries, enriched with other proven approaches as well as the necessary tools, and the knowledge to use them effectively. Packed with solutions for common challenges including digital transformation, this practical, highly visual discussion shows you how Design Thinking fits into agile methods within management, innovation, and startups.Explore the digitized future using new design criteria to create real value for the user Foster radical innovation through an inspiring framework for action Gather the right people to build highly-motivated teams Apply Design Thinking, Systems Thinking, Big Data Analytics, and Lean Start-up using new tools and a fresh new perspective Create Minimum Viable Ecosystems (MVEs) for digital processes and services which becomes for example essential in building Blockchain applications Practical frameworks, real-world solutions, and radical innovation wrapped in a whole new outlook give you the power to mindfully lead to new heights. From systems and operations to people, projects, culture, digitalization, and beyond, this invaluable mind shift paves the way for organizations--and individuals--to do great things. When you're ready to give your organization a big step forward, The Design Thinking Playbook is your practical guide to a more innovative future.
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
A Project Guide to UX Design: For User Experience Designers in the Field or in the Making
Russ Unger - 2009
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
Programming PHP
Rasmus Lerdorf - 2000
When it comes to creating websites, the PHP scripting language is truly a red-hot property. In fact, PHP is currently used on more than 19 million websites, surpassing Microsoft's ASP .NET technology in popularity. Programmers love its flexibility and speed; designers love its accessibility and convenience. As the industry standard book on PHP, all of the essentials are covered in a clear and concise manner. Language syntax and programming techniques are coupled with numerous examples that illustrate both correct usage and common idioms. With style tips and practical programming advice, this book will help you become not just a PHP programmer, but a good PHP programmer. Programming PHP, Second Edition covers everything you need to know to create effective web applications with PHP. Contents include: Detailed information on the basics of the PHP language, including data types, variables, operators, and flow control statements Chapters outlining the basics of functions, strings, arrays, and objects Coverage of common PHP web application techniques, such as form processing and validation, session tracking, and cookies Material on interacting with relational databases, such as MySQL and Oracle, using the database-independent PEAR DB library and the new PDO Library Chapters that show you how to generate dynamic images, create PDF files, and parse XML files with PHP Advanced topics, such as creating secure scripts, error handling, performance tuning, and writing your own C language extensions to PHP A handy quick reference to all the core functions in PHP and all the standard extensions that ship with PHP Praise for the first edition: "If you are just getting into the dynamic Web development world or you are considering migrating from another dynamic web product to PHP, Programming PHP is the book of choice to get you up, running, and productive in a short time."--Peter MacIntrye, eWeek "I think this is a great book for programmers who want to start developing dynamic websites with PHP. It gives a detailed overview of PHP, lots of valuable tips, and a good sense of PHP's strengths."--David Dooling, Slashdot.org
Keys to Drawing
Bert Dodson - 1985
Anyone who can hold a pencil can learn to draw.In this book, Bert Dodson shares his complete drawing system--fifty-five "keys" that you can use to render any subject with confidence, even if you're a beginner.These keys, along with dozens of practice exercises, will help you draw like an artist in no time.You'll learn how to:Restore, focus, map, and intensifyFree your hand action, then learn to control itConvey the illusions of light, depth, and textureStimulate your imagination through "creative play"
Creating 3-D Animation
Peter Lord - 1998
From Aardman Studios in Bristol. England, winners of three Academy Awards, comes the most thorough book on the subject, and the first to include complete instructions for making a 3-D animated film.Aardman is one of the foremost 3-D animation studios in the world, acclaimed for its short films, TV series and commercials. The studio has created a host of well-known characters, the most famous being Nick Park's Wallace and Gromit. But the history of 3-D animation spans Hollywood triumphs as the 1933 King Kong, 1991's Terminator II, and 1993's The Nightmare Before Christmas, and includes such creatures as the California Raisins.The main focus of this exciting book is a guide to the processes of 3-D animation, culminating in a practical, fully illustrated step-by-step description of how to create effective characters and sets, and make an entire film. There is no other book that provides this same information in such detail, making it possible for everyone to create their own 3-D animated classic.
Essential PHP Security
Chris Shiflett - 2005
It also works beautifully with other open source tools, such as the MySQL database and the Apache web server. However, as more web sites are developed in PHP, they become targets for malicious attackers, and developers need to prepare for the attacks.Security is an issue that demands attention, given the growing frequency of attacks on web sites. Essential PHP Security explains the most common types of attacks and how to write code that isn't susceptible to them. By examining specific attacks and the techniques used to protect against them, you will have a deeper understanding and appreciation of the safeguards you are about to learn in this book.In the much-needed (and highly-requested) Essential PHP Security, each chapter covers an aspect of a web application (such as form processing, database programming, session management, and authentication). Chapters describe potential attacks with examples and then explain techniques to help you prevent those attacks.Topics covered include:Preventing cross-site scripting (XSS) vulnerabilitiesProtecting against SQL injection attacksComplicating session hijacking attemptsYou are in good hands with author Chris Shiflett, an internationally-recognized expert in the field of PHP security. Shiflett is also the founder and President of Brain Bulb, a PHP consultancy that offers a variety of services to clients around the world.
The Adobe Photoshop Layers Book
Matt Kloskowski - 2008
From working with and managing multiple layers to using layers to enhance and retouch photos, this Photoshop guru covers it all.
Open Up: Why Talking About Money Will Change Your Life
Alex Holder - 2019
But in an age of pay-gap exposés and growing inequality, we need to talk about money more than ever. Open Up is an outspoken, warm and timely book that destigmatises the way we talk, think and feel about money. It's full of conversations about money in everyday life - how we earn it, how we spend it and how it affects us. Whether learning from friends, being transparent with partners, finding community with colleagues or recognising what you're worth, talking about money means letting go of shame, and creating a healthy relationship with your finances. Full of sympathetic, practical advice on everything from mindful spending to the freelance jump and how to challenge the status quo, this is a book that strips away the awkwardness, to help you find the power and solidarity of talking about money.
Stanley Donwood: There Will Be No Quiet
Stanley Donwood - 2019
His influential work spans many practices over a 23-year period, from music packaging to installation work to printmaking. Here, he reveals his personal notebooks, photographs, sketches, and abandoned routes to iconic Radiohead artworks. Arranged chronologically, each chapter is dedicated to a major work—whether an album cover, promotional piece, or a personal project—and is presented as a step-by-step working case study. Featuring commentary by Thom Yorke and never-before-seen archival material, this is the first deep dive into Donwood’s creative practice and the artistic freedom afforded to him by working for a major music act. It is a must-have for fans of the band and anyone interested in graphic design and popular culture.
Articulating Design Decisions: Communicate with Stakeholders, Keep Your Sanity, and Deliver the Best User Experience
Tom Greever - 2015
The ability to effectively articulate design decisions is critical to the success of a project, because the most articulate person often wins. This practical book provides principles, tactics, and actionable methods for talking about designs with executives, managers, developers, marketers, and other stakeholders who have influence over the project with the goal of winning them over and creating the best user experience.
The User Experience Team of One: A Research and Design Survival Guide
Leah Buley - 2013
Whether you want to cross over into user experience or you're a seasoned practitioner trying to drag your organization forward, this book gives you tools and insight for doing more with less.