Book picks similar to
Adobe Photoshop CS4 Classroom in a Book by Adobe Creative Team
design
art
photography
non-fiction
Getting Started with Arduino
Massimo Banzi - 2008
Getting Started with Arduino gives you lots of ideas for Arduino projects and helps you get going on them right away. From getting organized to putting the final touches on your prototype, all the information you need is right in the book. Inside, you'll learn about:Interaction design and physical computing The Arduino hardware and software development environment Basics of electricity and electronics Prototyping on a solderless breadboard Drawing a schematic diagram And more. With inexpensive hardware and open-source software components that you can download free, getting started with Arduino is a snap. To use the introductory examples in this book, all you need is a USB Arduino, USB A-B cable, and an LED. Join the tens of thousands of hobbyists who have discovered this incredible (and educational) platform. Written by the co-founder of the Arduino project, with illustrations by Elisa Canducci, Getting Started with Arduino gets you in on the fun! This 128-page book is a greatly expanded follow-up to the author's original short PDF that's available on the Arduino website.
Manga Mania Magical Girls and Friends: How to Draw the Super-Popular Action Fantasy Characters of Manga
Christopher Hart - 2006
Card Captor Sakura. Magical Girl Rayearth. They’re magical girls, and they’re some of the biggest names in manga. Magical girls, ordinary schoolgirls given superpowers, are hugely popular in Japan and the United States. Now Christopher Hart shows fans everywhere how to draw these manga shoujo faves. Faces and body proportions, action poses, costumes, expressions, transformations, special effects—they’re all here, all in Hart’s distinctive step-by-step approach. So are magical fighting boys and everybody’s favorite, the cute, furry manga mascots. Hart demonstrates how to create funny mascots, magical boys, fighting teams, and supporting characters, plus how to design layouts. Magical girls show us that we all have special powers deep inside—now Manga Mania: Magical Girls and Friends let those special drawing powers reveal themselves at last!
The Algorithm Design Manual
Steven S. Skiena - 1997
Drawing heavily on the author's own real-world experiences, the book stresses design and analysis. Coverage is divided into two parts, the first being a general guide to techniques for the design and analysis of computer algorithms. The second is a reference section, which includes a catalog of the 75 most important algorithmic problems. By browsing this catalog, readers can quickly identify what the problem they have encountered is called, what is known about it, and how they should proceed if they need to solve it. This book is ideal for the working professional who uses algorithms on a daily basis and has need for a handy reference. This work can also readily be used in an upper-division course or as a student reference guide. THE ALGORITHM DESIGN MANUAL comes with a CD-ROM that contains: * a complete hypertext version of the full printed book. * the source code and URLs for all cited implementations. * over 30 hours of audio lectures on the design and analysis of algorithms are provided, all keyed to on-line lecture notes.
Drawing Lessons from the Great Masters: 100 Great Drawings Analyzed, Figure Drawing Fundamentals Defined
Robert Beverly Hale - 1964
With detailed analytical captions and diagrams, every lesson is clearly delineated and illustrated. Throughout, also, is commentary that sheds light on the creative process of drawing and offers deep insight into the unsurpassed achievements of the masters.
Head Rush Ajax
Brett McLaughlin - 2006
Asynchronous programming lets you turn your own web sites into smooth, slick, responsive applications that make your users feel like they're back on the information superhighway, not stuck on a dial-up backroad.But who wants to take on next-generation web programming with the last generation's instruction book? You need a learning experience that's as compelling and cutting-edge as the sites you want to design. That's where we come in. With Head Rush Ajax, in no time you'll be writing JavaScript code that fires off asynchronous requests to web servers...and having fun doing it. By the time you've taken your dynamic HTML, XML, JSON, and DOM skills up a few notches, you'll have solved tons of puzzles, figured out how well snowboards sell in Vail, and even watched a boxing match. Sound interesting? Then what are you waiting for? Pick up Head Rush Ajax and learn Ajax and asynchronous programming the right way--the way that sticks.If you've ever read a Head First book, you know what to expect: a visually rich format designed for the way your brain works. Head Rush ramps up the intensity with an even faster look and feel. Have your first working app before you finish Chapter 1, meet up with the nefarious PROJECT: CHAOS stealth team, and even settle the question of the Top 5 Blues CDs of all time. Leave boring, clunky web sites behind with 8-tracks and hot pants--and get going with next-generation web programming."If you thought Ajax was rocket science, this book is for you. Head Rush Ajax puts dynamic, compelling experiences within reach for every web developer." -- Jesse James Garrett, Adaptive Path"A 'technology-meets-reality' book for web pioneers on the cutting edge." -- Valentin Crettaz, CTO, Condris Technologies
Image Transfer Workshop: Mixed-media Techniques for Successful Transfers
Sandra Duran-Wilson - 2009
This book presents step-by-step techniques for 35 image transfer processes, extensive tips for fixing mishaps and examples of how to combine transfers in finished pieces of mixed-media art.This comprehensive guide features:35 Techniques: This book focuses exclusively on making transfers--from simple tape and gel medium transfers to more complex and out of the box techniques, like solar silk screens and plastic wrap transfers.Troubleshooting: Image Transfer Workshop includes extensive answers to help fix problems in transfers gone wrong. You'll learn what to watch for, what to do to get great transfers every time.Dual Styles, Dual Approaches: The authors' different styles illustrate how transfer techniques can take on completely different looks. Finished pieces of art for each technique and a section of completely stepped-out projects are sure to inspire you!Let Image Transfer Workshop help build your image transfer confidence.
Graphic Artist's Guild Handbook of Pricing and Ethical Guidelines
Graphic Artists Guild - 1984
The twelfth edition of this classic reference has been revised and updated to provide all the information creative professionals need to keep up with current trends and compete in an ever-changing industry.
Programming Perl
Tom Christiansen - 1991
The first edition of this book, Programming Perl, hit the shelves in 1990, and was quickly adopted as the undisputed bible of the language. Since then, Perl has grown with the times, and so has this book.Programming Perl is not just a book about Perl. It is also a unique introduction to the language and its culture, as one might expect only from its authors. Larry Wall is the inventor of Perl, and provides a unique perspective on the evolution of Perl and its future direction. Tom Christiansen was one of the first champions of the language, and lives and breathes the complexities of Perl internals as few other mortals do. Jon Orwant is the editor of The Perl Journal, which has brought together the Perl community as a common forum for new developments in Perl.Any Perl book can show the syntax of Perl's functions, but only this one is a comprehensive guide to all the nooks and crannies of the language. Any Perl book can explain typeglobs, pseudohashes, and closures, but only this one shows how they really work. Any Perl book can say that my is faster than local, but only this one explains why. Any Perl book can have a title, but only this book is affectionately known by all Perl programmers as "The Camel."This third edition of Programming Perl has been expanded to cover version 5.6 of this maturing language. New topics include threading, the compiler, Unicode, and other new features that have been added since the previous edition.
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
The Simple Secret to Better Painting
Greg Albert - 2003
It's an insightful artistic philosophy that boils down the many technical principles of composition into a single master rule that's easy to remember and apply: Never make any two intervals the same.You can make every painting more interesting, dynamic and technically sound by varying intervals of distance, length and space, as well as intervals of value and color. The rule also applies to balance, shape and the location of your painting's focal point.Greg Albert illustrates these lessons with eye-opening examples from both beginning and professional artists, including Frank Webb, Tony Couch, Kevin Macpherson, Charles Reid, Tony Van Hasselt and more.You'll discover that the ONE RULE is the only rule of composition you need to immediately improve your work - the moment your brush touches the canvas.
How to Design Programs: An Introduction to Programming and Computing
Matthias Felleisen - 2001
Unlike other introductory books, it focuses on the program design process. This approach fosters a variety of skills--critical reading, analytical thinking, creative synthesis, and attention to detail--that are important for everyone, not just future computer programmers. The book exposes readers to two fundamentally new ideas. First, it presents program design guidelines that show the reader how to analyze a problem statement; how to formulate concise goals; how to make up examples; how to develop an outline of the solution, based on the analysis; how to finish the program; and how to test. Each step produces a well-defined intermediate product. Second, the book comes with a novel programming environment, the first one explicitly designed for beginners. The environment grows with the readers as they master the material in the book until it supports a full-fledged language for the whole spectrum of programming tasks.All the book's support materials are available for free on the Web. The Web site includes the environment, teacher guides, exercises for all levels, solutions, and additional projects.A second edition is now available.
Type Idea Index: The Designer's Ultimate Tool for Choosing and Using Fonts Creatively
Jim Krause - 2006
If you are looking for new ways of employing type in your works of art and design (or new twists to apply to your current typographic techniques), check out Type Idea Index. You'll find yourself face-to-face with 650+ custom-created, idea-sparking examples of typography and type-intensive design. For maximum user-friendliness, these samples are organized according to the theme they express (Energy, Elegance, Order, Rebellion) and the sort of real-world application they relate to (initials, monograms, logos, headlines, paragraphs).Expand your knowledge of type and brainstorm for ideas every time you design with letters and words.Type Idea Index "is the sixth installment in the best-selling, globally popular Index series by Jim Krause."
Dare to Sketch: A Guide to Drawing on the Go
Felix Scheinberger - 2017
Dare to Sketch is filled with practical tips about which materials to use, a variety of subject matter ranging from easy to more challenging, and wisdom about overcoming creative blocks and fear of making mistakes. A whimsical beginner's guide to sketching, covering all of the important basics: what kind of notebook to buy, what drawing materials to use, ideas for subject matter, and daily exercises. Includes inviting, inspirational, and idiosyncratic tips (don't start on the first page of your sketchbook!), Dare to Sketch is gorgeously illustrated with the author's unique and contemporary art style.
Just My Type: A Book about Fonts
Simon Garfield - 2010
Whether you’re enraged by Ikea’s Verdanagate, want to know what the Beach Boys have in common with easy Jet or why it’s okay to like Comic Sans, Just My Type will have the answer. Learn why using upper case got a New Zealand health worker sacked. Refer to Prince in the Tafkap years as a Dingbat (that works on many levels). Spot where movies get their time periods wrong and don’t be duped by fake posters on eBay. Simon Garfield meets the people behind the typefaces and along the way learns why some fonts – like men – are from Mars and some are from Venus. From type on the high street and album covers, to the print in our homes and offices, Garfield is the font of all types of knowledge.
The Graphic Design Exercise Book
Jessica Glaser - 2010
The design briefs in The Graphic Design Exercise Book act as sparks to fire your creativity and exercises to broaden your skill set. As prompts for developing your own personal projects they can lead to unexpected developments and revitalized portfolios, helping you break into new and lucrative areas of the design industry.Each brief is illustrated with inspiring reference material providing a visual resource that can be utilized well beyond this book. Sample roughs and visuals show work in progress to give you an insight into the thought processes and creative bent of other designers. Industry insiders share their specialist knowledge, offering professional advice on a selection of fully realized projects.As an additional research tool, The Graphic Design Exercise Book gives you a full glossary and reading list for every genre covered, including:packagingvisual identity and brandingpage layoutmusic graphicsscreen-based design