Book picks similar to
Creating Motion Graphics with After Effects, Vol. 1: The Essentials (Version 6.5) by Chris Meyer
reference
software-and-technology
software
web-related
Container Gardening Season by Season (The Weekend Gardener Series)
Gloria Daniels - 2013
Whether you are growing plants in hanging baskets, tubs, window boxes or other containers this hobby is immensely gratifying. If you are new to container gardening and buy your containers pre-planted, you get a sense of instant gratification and fulfillment. It won't be long however, before you are hit with the gardening virus and you'll find yourself expanding to one more pot and then again, one more container. Before you know it, the urge to plant and nurture will take over. At this point, you need a garden plan for your container garden.
Use this monthly container gardening checklist to keep your containers at peak performance.
When do I plant spring bulbs in containers?
When do I perk up my annual plantings with some new varieties?
What do I do with container plants I want to save over winter?
These and many other questions are answered in this container gardening book. At the beginning of the month, check out the tasks and tips on the schedule. You may find items you never thought of and may also learn techniques used by professional gardeners and landscapers that will make your container gardens the envy of the neighborhood. Scroll up and pick up this book today and give your patio, pool, and porch just the pizzazz it needs to perk up your landscaping plans.
The Home-Based Bookstore: Start Your Own Business Selling Used Books on Amazon, Ebay or Your Own Web Site
Steve Weber - 2005
publishers. Learn how to start your business part-time, then work as little or as much as you want. This step-by-step guide, written by one of the most successful and highly rated sellers on Amazon.com and eBay, includes everything you need to know: -- Where to find books Find books in your own neighborhood to resell profitably to a worldwide pool of ready buyers. Get the best sources for valuable used books at low prices. -- Where to sell Learn how to list your books to sell at the best price on Amazon.com and eBay, and even your own Web store. -- Which books to buy What to look for in fiction, nonfiction, and collectibles to resell at the highest profits. -- Grading and pricing your books How to describe and price your books. Learn what buyers are looking for. -- Handling customers Tips on handling online book buyers. See the author's time-tested scripts for responding to customer issues. Learn how you can get and maintain high feedback ratings. -- Fulfilling orders Easy-to-use ideas for storing, organizing, and shipping your books and handling returns. -- Automation tools Maximize your efficiency with these tips on automating your business. Automatically notify customers about shipments, and print postage to ship your books without leaving home. -- Taxes and legal requirements How to register your business to obtain the proper permits and be exempted from paying sales tax on your inventory. -- Exclusive list of wholesale book distributors Exclusive profiles and contact info for 32 wholesale distributors of used and new books. Order inventory at up to 90 percent off retail, shipped right to your door. About the author: Steve Weber started his home-based bookstore as a hobby in March 2000. Two months later, he quit his day job to sell used books full-time on Amazon.com and eBay, using his one-bedroom apartment in Virginia as warehouse and shipping depot. In the meantime, he has sold more than $1 million of used books to buyers in all 50 states and 31 foreign countries. In this step-by-step guide, Weber tells you how he took $80 in savings to buy his first batch of books, then invested the profits to build a successful business, and how you can too.
Making It in the Art World: New Approaches to Galleries, Shows, and Raising Money
Brainard Carey - 2011
Whether you re a beginner, a student, or a career artist looking to be in the best museum shows, this book provides ways of advancing your plans on any level. Making It in the Art World is an invaluable resource for artists at every stage, offering readers a plethora of strategies and helpful tips to plan and execute a successful artistic career. Topics include how to evaluate your own work, how to submit art, how to present work to the public, how to avoid distractions in the studio, and much more.
Site Reliability Engineering: How Google Runs Production Systems
Betsy Beyer - 2016
So, why does conventional wisdom insist that software engineers focus primarily on the design and development of large-scale computing systems?In this collection of essays and articles, key members of Google's Site Reliability Team explain how and why their commitment to the entire lifecycle has enabled the company to successfully build, deploy, monitor, and maintain some of the largest software systems in the world. You'll learn the principles and practices that enable Google engineers to make systems more scalable, reliable, and efficient--lessons directly applicable to your organization.This book is divided into four sections: Introduction--Learn what site reliability engineering is and why it differs from conventional IT industry practicesPrinciples--Examine the patterns, behaviors, and areas of concern that influence the work of a site reliability engineer (SRE)Practices--Understand the theory and practice of an SRE's day-to-day work: building and operating large distributed computing systemsManagement--Explore Google's best practices for training, communication, and meetings that your organization can use
Domain-Driven Design: Tackling Complexity in the Heart of Software
Eric Evans - 2003
"His book is very compatible with XP. It is not about drawing pictures of a domain; it is about how you think of it, the language you use to talk about it, and how you organize your software to reflect your improving understanding of it. Eric thinks that learning about your problem domain is as likely to happen at the end of your project as at the beginning, and so refactoring is a big part of his technique. "The book is a fun read. Eric has lots of interesting stories, and he has a way with words. I see this book as essential reading for software developers--it is a future classic." --Ralph Johnson, author of Design Patterns "If you don't think you are getting value from your investment in object-oriented programming, this book will tell you what you've forgotten to do. "Eric Evans convincingly argues for the importance of domain modeling as the central focus of development and provides a solid framework and set of techniques for accomplishing it. This is timeless wisdom, and will hold up long after the methodologies du jour have gone out of fashion." --Dave Collins, author of Designing Object-Oriented User Interfaces "Eric weaves real-world experience modeling--and building--business applications into a practical, useful book. Written from the perspective of a trusted practitioner, Eric's descriptions of ubiquitous language, the benefits of sharing models with users, object life-cycle management, logical and physical application structuring, and the process and results of deep refactoring are major contributions to our field." --Luke Hohmann, author of Beyond Software Architecture "This book belongs on the shelf of every thoughtful software developer." --Kent Beck "What Eric has managed to capture is a part of the design process that experienced object designers have always used, but that we have been singularly unsuccessful as a group in conveying to the rest of the industry. We've given away bits and pieces of this knowledge...but we've never organized and systematized the principles of building domain logic. This book is important." --Kyle Brown, author of Enterprise Java(TM) Programming with IBM(R) WebSphere(R) The software development community widely acknowledges that domain modeling is central to software design. Through domain models, software developers are able to express rich functionality and translate it into a software implementation that truly serves the needs of its users. But despite its obvious importance, there are few practical resources that explain how to incorporate effective domain modeling into the software development process. Domain-Driven Design fills that need. This is not a book about specific technologies. It offers readers a systematic approach to domain-driven design, presenting an extensive set of design best practices, experience-based techniques, and fundamental principles that facilitate the development of software projects facing complex domains. Intertwining design and development practice, this book incorporates numerous examples based on actual projects to illustrate the application of domain-driven design to real-world software development. Readers learn how to use a domain model to make a complex development effort more focused and dynamic. A core of best practices and standard patterns provides a common language for the development team. A shift in emphasis--refactoring not just the code but the model underlying the code--in combination with the frequent iterations of Agile development leads to deeper insight into domains and enhanced communication between domain expert and programmer. Domain-Driven Design then builds on this foundation, and addresses modeling and design for complex systems and larger organizations.Specific topics covered include:Getting all team members to speak the same language Connecting model and implementation more deeply Sharpening key distinctions in a model Managing the lifecycle of a domain object Writing domain code that is safe to combine in elaborate ways Making complex code obvious and predictable Formulating a domain vision statement Distilling the core of a complex domain Digging out implicit concepts needed in the model Applying analysis patterns Relating design patterns to the model Maintaining model integrity in a large system Dealing with coexisting models on the same project Organizing systems with large-scale structures Recognizing and responding to modeling breakthroughs With this book in hand, object-oriented developers, system analysts, and designers will have the guidance they need to organize and focus their work, create rich and useful domain models, and leverage those models into quality, long-lasting software implementations.
Hidden Treasures: Searching for Masterpieces of American Furniture
Joan Barzilay Freund - 2000
On Antiques Roadshow, experts tell people whether they have a "match" and are in possession of a valuable antique or simply have another run-of-the-mill object. Leigh and Leslie Keno, the twin-brother experts who appear on Antiques Roadshow, have now written a book chronicling their history of discovering rare antiques -- Hidden Treasures: Searching for Masterpieces of American Furniture.These brothers have literally spent a lifetime learning about antiques. By the time the boys were 12, they were already dealers and were more than a bit familiar with the world of flea markets, tag sales, and antique shops. Having been raised in a home where they learned that the intrinsic value of an antique lies in its rarity and beauty, the brothers took that knowledge and built a life around what quickly became an obsession.In Hidden Treasures the Kenos' passion is not explained in a dry, academic lecture; instead, they detail some of the most exciting antiques hunts they've had. Although they are both obviously experts, there are still pieces that experts can question or pass over because years of refinishing and reupholstering have disguised the original design. Sometimes even experts can feel like they're on the other side of the table at Antiques Roadshow. In Hidden Treasures the Kenos face some trials, but their skill and determination always leads them to success.The brothers, who alternate writing chapters, don't simply want to tell readers about the fun they have -- they want the readers to understand antiques. Hidden Treasures is filled with photographs of the rare and beautiful pieces discussed in the text. Many of the pieces are shown in a series of photographs to explain exactly why those pieces are works of such incredible craftsmanship.Reading Hidden Treasures will not turn someone into the experts that Leigh and Leslie are. But it does allow for a much greater understanding of the antiques world that they love. They teach readers to appreciate the beauty that can transform an everyday object into a work of art, and in doing so, they teach readers to keep their eyes open to the beauty that people miss every day.
Release It!: Design and Deploy Production-Ready Software (Pragmatic Programmers)
Michael T. Nygard - 2007
Did you design your system to survivef a sudden rush of visitors from Digg or Slashdot? Or an influx of real world customers from 100 different countries? Are you ready for a world filled with flakey networks, tangled databases, and impatient users?If you're a developer and don't want to be on call for 3AM for the rest of your life, this book will help.In Release It!, Michael T. Nygard shows you how to design and architect your application for the harsh realities it will face. You'll learn how to design your application for maximum uptime, performance, and return on investment.Mike explains that many problems with systems today start with the design.
Test-Driven Development: By Example
Kent Beck - 2002
While some fear is healthy (often viewed as a conscience that tells programmers to be careful!), the author believes that byproducts of fear include tentative, grumpy, and uncommunicative programmers who are unable to absorb constructive criticism. When programming teams buy into TDD, they immediately see positive results. They eliminate the fear involved in their jobs, and are better equipped to tackle the difficult challenges that face them. TDD eliminates tentative traits, it teaches programmers to communicate, and it encourages team members to seek out criticism However, even the author admits that grumpiness must be worked out individually! In short, the premise behind TDD is that code should be continually tested and refactored. Kent Beck teaches programmers by example, so they can painlessly and dramatically increase the quality of their work.
Special Education in Contemporary Society: An Introduction to Exceptionality
Richard M. Gargiulo - 2002
Blending theory with practice, the book helps pre-service and in-service teachers develop the knowledge, skills, attitudes, and beliefs they'll need to construct learning environments that make it possible for all students to reach their potential.
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.
Tree Houses You Can Actually Build: A Weekend Project Book
Jeanie Trusty Stiles - 1998
This inspirational yet thoroughly practical guide shows even the most inexperienced weekend carpenter how to design and build a lifetime of memories for the entire family. With more than 200,000 copies of their popular Weekend Project Books sold, David and Jeanie Stiles have become America's First Couple of do-it-yourself woodworking. In Tree Houses You Can Actually Build, they explain basic building procedures through clear, simple instructions and non-technical line drawings that illustrate every step of the project, from the earliest sketches to the final cedar shingle. The authors outline five basic designs that can be adapted to virtually any set of conditions, and throughout the book, they emphasize safety for both adults and children. In addition to line drawings, the book contains a section of full-color photographs highlighting a variety of tree house projects, plus helpful building tips based on interviews with their owners.
Complete Guide to High Dynamic Range Digital Photography
Ferrell McCollough - 2008
High Dynamic Range photography is the process of taking several pictures of a scene at various exposures, then merging them into one file. So the entire photo can look crisp and detailed, from highlights to midtones to shadows—and photographers needn’t sacrifice any part of their image. And the best way to master this exciting technology is with this thorough, easy-to-follow, and visually spectacular guide. No other title does justice to these cutting-edge techniques, which actually take the viewer into worlds far beyond normal photography—sometimes even beyond normal human perception. Ferrell McCollough, a widely respected photographer, pushes the boundaries and inspires others to pursue their artistic vision, too. The amazing results simply can’t be achieved any other way.
Gardenista: The Definitive Guide to Stylish Outdoor Spaces
Michelle Slatalla - 2016
The team behind the inspirational design sites Gardenista.com and Remodelista.com presents an all-in-one manual for making your outdoor space as welcoming as your living room. Tour personality-filled gardens around the world and re-create the looks with no-fail planting palettes. Find hundreds of design tips and easy DIYs, editors’ picks of 100 classic (and stylish) objects, a landscaping primer with tips from pros, over 200 resources, and so much more.
The Art and Science of Digital Compositing: Techniques for Visual Effects, Animation and Motion Graphics
Ron Brinkmann - 1999
If you want to learn more, this excellent 2nd-edition is detailed with hundreds of secrets that will help make your comps seamless. For beginners or experts, Ron walks you through the processes of analysis and workflows - linear thinking which will help you become deft and successfully tackle any shot. - Dennis Muren ASC, Senior Visual Effects Supervisor, Industrial Light & MagicRon Brinkman's book is the definitive work on digital compositing and we have depended on this book as a critical part of our in-house training program at Imageworks since the 1999 Edition. We use this book as a daily textbook and reference for our lighters, compositors and anyone working with digital imagery. It is wonderful to see a new edition being released and it will certainly be required reading for all our digital artists here at Imageworks.- Sande Scoredos, Executive Director of Training & Artist Development, Sony Pictures ImageworksThe Art and Science of Digital Compositing is the only complete overview of the technical and artistic nature of digital compositing. It covers a wide range of topics from basic image creation, representation and manipulation, to a look at the visual cues that are necessary to create a believable composite. Designed as an introduction to the field, as well as an authoritative technical reference, this book provides essential information for novices and professionals alike. *17 new case-studies provide in-depth looks at the compositing work done on films such as Chronicles of Narnia: The Lion, the Witch and the Wardrobe, The Golden Compass, The Incredibles, King Kong, The Lord of the Rings: The Return of the King, Sin City, Spider-Man 2, Wallace and Gromit: The Curse of the Were-Rabbit, and Star Wars: Episode 3-Revenge of the Sith. *The accompanying DVD-ROM features bonus resources, including example footage from hit films and projects that give readers hands-on experience with real industry materials.*Includes new sections on 3D compositing, High Dynamic Range (HDR) imaging, Rotoscoping, and much more!
Couponing for the Beginner: A Guide to Couponing for the Uninitiated
Jenny Dean - 2012
Such background knowledge will help you understand why couponing works for not only couponers but also the stores that accept them. You'll feel confident going into the store for your first real deal because of the well-rounded knowledge, couponing advice as well as the online coupon tips you will receive from Couponing for the Beginner: A Guide to Couponing for the Uninitiated. The sensible approach in Couponing for the Beginner: A Guide to Couponing for the Uninitiated will help you shop for free for some of your favorite items at some of your favorite stores like CVS, Rite Aid, Target, and Walgreens. You'll also learn how to find the best savings on items you use every day in your home - learn how to combine them with store sales and promotions, store rewards/loyalty programs, rebates and more.All you have to do is follow Dean's step-by-step guide that teaches you how to get stuff for free and you'll be shopping for free in no time. In fact, you'll be wondering why you didn't shop like this sooner!