Book picks similar to
The Adobe Photoshop Lightroom 2 Book for Digital Photographers by Scott Kelby
photography
non-fiction
reference
photo
The Nature of Code
Daniel Shiffman - 2012
Readers will progress from building a basic physics engine to creating intelligent moving objects and complex systems, setting the foundation for further experiments in generative design. Subjects covered include forces, trigonometry, fractals, cellular automata, self-organization, and genetic algorithms. The book's examples are written in Processing, an open-source language and development environment built on top of the Java programming language. On the book's website (http://www.natureofcode.com), the examples run in the browser via Processing's JavaScript mode.
The Photographer's Guide to Posing: Techniques to Flatter Everyone
Lindsay Adler - 2017
Posing is truly a crucial skill that photographers need to have in order to create great photographs. If you're looking to improve your ability to pose your subjects--whether they're men, women, couples, or groups--best-selling author and photographer Lindsay Adler's The Photographer's Guide to Posing: Techniques to Flatter Everyone is the perfect resource for you.In the first half of The Photographer's Guide to Posing, Lindsay discusses how the camera sees, and thus how camera angle, lens choice, and perspective all affect the appearance of your subject. Lindsay then covers the five most important things that ruin a pose--such as placement of the hands, and your subject's expression and posture. If you can look out for and avoid these five things, your skills (and your images) will quickly improve. Next, Lindsay dives into -posing essentials, - outlining her approach to start with a -base pose, - then build on that to create endless posing opportunities. She also discusses posing the face--with specific sections dedicated to the chin, jaw, eyes, and forehead--as well as posing hands.In the second half of the book, Lindsay dedicates entire chapters to posing specific subject matter: women, men, couples, curvy women, families and small groups, and large groups. In each chapter, Lindsay addresses that subject matter's specific challenges, provides five -go-to poses- you can always use, and covers how to train the eye to determine the best pose for your subject(s). In the final chapter of the book, Lindsay brings it all together as she teaches you how to analyze a pose so that you can create endless posing opportunities and continuously improve your work
Cloud Computing for Dummies
Judith Hurwitz - 2009
If you've been put in charge of implementing cloud computing, this straightforward, plain-English guide clears up the confusion and helps you get your plan in place.You'll learn how cloud computing enables you to run a more green IT infrastructure, and access technology-enabled services from the Internet ("in the cloud") without having to understand, manage, or invest in the technology infrastructure that supports them. You'll also find out what you need to consider when implementing a plan, how to handle security issues, and more.Cloud computing is a way for businesses to take advantage of storage and virtual services through the Internet, saving money on infrastructure and support This book provides a clear definition of cloud computing from the utility computing standpoint and also addresses security concerns Offers practical guidance on delivering and managing cloud computing services effectively and efficiently Presents a proactive and pragmatic approach to implementing cloud computing in any organization Helps IT managers and staff understand the benefits and challenges of cloud computing, how to select a service, and what's involved in getting it up and running Highly experienced author team consults and gives presentations on emerging technologies Cloud Computing For Dummies gets straight to the point, providing the practical information you need to know.
How to Shoot Video That Doesn't Suck: Advice to Make Any Amateur Look Like a Pro
Steve Stockman - 2011
It’s about the language of video and how to think like a director, regardless of equipment (amateurs think about the camera, pros think about communication). It’s about the rules developed over a century of movie-making—which work just as well when shooting a two-year-old’s birthday party on your phone. Written by Steve Stockman, the director of the award-winning feature Two Weeks, plus TV shows, music videos, and hundreds of commercials, How to Shoot Video That Doesn’t Suck explains in 74 short, pithy, insightful chapters how to tell a story and entertain your audience. In other words, how to shoot video people will want to watch. Here’s how to think in shots—how to move-point-shoot-stop-repeat, instead of planting yourself in one spot and pressing “Record” for five minutes. Why never to shoot until you see the whites of your subject’s eyes. Why to “zoom” with your feet and not the lens. How to create intrigue on camera. The book covers the basics of video production: framing, lighting, sound (use an external mic), editing, special effects (turn them off!), and gives advice on shooting a variety of specific situations: sporting events, parties and family gatherings, graduations and performances. Plus, how to make instructional and promotional videos, how to make a music video, how to capture stunts, and much more. At the end of every chapter is a suggestion of how to immediately put what you’ve learned into practice, so the next time you’re shooting you’ll have begun to master the skill. Steve’s website (stevestockman.com) provides video examples to illustrate different production ideas, techniques, and situations, and his latest thoughts on all things video.
The Art of Readable Code
Dustin Boswell - 2010
Over the past five years, authors Dustin Boswell and Trevor Foucher have analyzed hundreds of examples of "bad code" (much of it their own) to determine why they’re bad and how they could be improved. Their conclusion? You need to write code that minimizes the time it would take someone else to understand it—even if that someone else is you.This book focuses on basic principles and practical techniques you can apply every time you write code. Using easy-to-digest code examples from different languages, each chapter dives into a different aspect of coding, and demonstrates how you can make your code easy to understand.Simplify naming, commenting, and formatting with tips that apply to every line of codeRefine your program’s loops, logic, and variables to reduce complexity and confusionAttack problems at the function level, such as reorganizing blocks of code to do one task at a timeWrite effective test code that is thorough and concise—as well as readable"Being aware of how the code you create affects those who look at it later is an important part of developing software. The authors did a great job in taking you through the different aspects of this challenge, explaining the details with instructive examples." —Michael Hunger, passionate Software Developer