Book picks similar to
Complete Guide to High Dynamic Range Digital Photography by Ferrell McCollough
photography
non-fiction
reference
imaging-hdr
Master Your DSLR Camera: A Better Way To Learn Digital Photography
David Becker - 2011
Made for the iPad and iPhone, this how-to book features photojournalist and Pulitzer finalist Mary F. Calvert in HD video tutorials and also includes 30 interactive slideshows and guided tours that let you tap, swipe, and slide your way through photography jargon, camera settings, and dozens of common shooting scenarios. "Master Your DSLR Camera" is available only in the Apple App Store.http://betterbook.com/dslr★ Cut Through the Jargon Take advantage of the iPad’s best features by tapping, swiping, and sliding your way through seemingly inaccessible concepts like aperture, shutter speed, focal length and ISO. Explore interactive guided tours of the camera, inside and out, and manipulate camera settings in the book to see the image transform right before your eyes. ★ Conquer Any Scenario Learn professional tricks like how to freeze droplets of water in midair and perfectly blur the background of a bridal photo. Manage movement and light, properly set up your shots, and use our quick-reference cheat sheets to master 25 common shooting scenarios, including: • Children • Pets • Travel & Architecture • Nighttime, Sunsets & Fireworks • Parties & Weddings • Nature & Wildlife • Sports ★ Troubleshooting Learn how to fix common digital photography problems like blurry images, uneven lighting, distortion, and discoloration. THE EXPERTS————————————————————★ Author: DAVID BECKER David is a veteran technology journalist who has covered photography and digital imaging for publications including Wired, CNET, Men’s Journal, and Macworld. ★ Video tutorials by: MARY F. CALVERT Mary who worked eleven years as a staff photographer for The Washington Times, covering Congress, political campaigns, and the White House. Mary was a finalist in 2007 for the Pulitzer Prize in Feature Photography for her work in sub-Saharan Africa, and in 2008 was honored with the Robert F. Kennedy Journalism Award in International Photography for reporting in India. Through in-depth HD video tutorials, Mary helps you take control of your powerful DSLR camera and walks you through how to see the beautiful photos hidden from the untrained eye, while also capturing the moments that could have easily passed you by.
Async in C# 5.0
Alex Davies - 2012
Along with a clear introduction to asynchronous programming, you get an in-depth look at how the async feature works and why you might want to use it in your application.Written for experienced C# programmers—yet approachable for beginners—this book is packed with code examples that you can extend for your own projects.Write your own asynchronous code, and learn how async saves you from this messy choreDiscover new performance possibilities in ASP.NET web server codeExplore how async and WinRT work together in Windows 8 applicationsLearn the importance of the await keyword in async methodsUnderstand which .NET thread is running your code—and at what points in the programUse the Task-based Asynchronous Pattern (TAP) to write asynchronous APIs in .NETTake advantage of parallel computing in modern machinesMeasure async code performance by comparing it with alternatives
The Unforgettable Photograph: How to Take Great Pictures of the People and Things You Love
George Lange - 2013
In this entirely new kind of photography guide, written by Mr. Lange and Scott Mowbray, magazine editor and longtime amateur photographer, the rest of us will learn how to take photographs that don't just document life but celebrate it. No fancy equipment required. Just hundreds of simple, inspiring ideas and lessons-each one illustrated with a photograph-organized around the six essential principles of seeing like a photographer.
The Elements of User Experience: User-Centered Design for the Web
Jesse James Garrett - 2002
This book aims to minimize the complexity of user-centered design for the Web with explanations and illustrations that focus on ideas rather than tools or techniques.
Programming TypeScript: Making Your JavaScript Applications Scale
Boris Cherny - 2019
That’s why Facebook, Google, and Microsoft invented gradual static type layers for their dynamically typed JavaScript and Python code. This practical book shows you how one such type layer, TypeScript, is unique among them: it makes programming fun with its powerful static type system.If you’re a programmer with intermediate JavaScript experience, author Boris Cherny will teach you how to master the TypeScript language. You’ll understand how TypeScript can help you eliminate bugs in your code and enable you to scale your code across more engineers than you could before.In this book, you’ll:
Start with the basics: Learn about TypeScript’s different types and type operators, including what they’re for and how they’re used
Explore advanced topics: Understand TypeScript’s sophisticated type system, including how to safely handle errors and build asynchronous programs
Dive in hands-on: Use TypeScript with your favorite frontend and backend frameworks, migrate your existing JavaScript project to TypeScript, and run your TypeScript application in production