The Athlete's Book of Home Remedies: 1,001 Doctor-Approved Health Fixes and Injury-Prevention Secrets for a Leaner, Fitter, More Athletic Body!


Jordan Metzl - 2012
    (High schoolathletics alone result in more than 2 million injuries a year!) Now, the hobbled masses have an authoritative guide to healing themselves: The Athletes Book of Home Remedies. This comprehensive guidebook for fitness buffs and sports enthusiasts empowers readers to self-diagnose and self-treat chronic and acute aches and pains—from shin splints and sprains to athlete’sfoot—and provides medically sound advice on preventing injuries. A doctor-designed, get-back-in-shape workout and diet plan accompanies the head-to-toe diagnosticmanual, ensuring that readers will not only come back from injury stronger than ever, but will avoid getting sidelined in the future.

Joel on Software


Joel Spolsky - 2004
    For years, Joel Spolsky has done exactly this at www.joelonsoftware.com. Now, for the first time, you can own a collection of the most important essays from his site in one book, with exclusive commentary and new insights from joel.

Web Design For Dummies


Lisa Lopuck - 2001
    With "Web Design For Dummies," you will be able to design your own Web site like a pro.Web design requires many programs to make a Website attractive and fun, including: Using Web editors like DreamweaverImage editing tools like Photoshop elementsDrawing utensils like IllustratorBackground markup and scripting languages like HTML and CSSThis fun guide covers all of the topics that every aspiring Web designer should know. This book offers advice on: Designing for your audienceBuilding a solid framework for easy navigationCreating appealing graphics that work with the siteChoosing the proper type and colorsTweaking the HTML to make everything work correctlyApplying next-step technologies including JavaScriptParlaying your skills into paid workWith expert guidance from Lisa Lopuck, a pioneer in interactive media design and the Senior Producer at Disney, you will be creating superb Web pages that will charm and impress all of your visitors

Computer Graphics with OpenGL


Donald Hearn - 2003
    The text converts all programming code into the C++ language.

Vision & Voice: Refining Your Vision in Adobe Photoshop Lightroom


David duChemin - 2010
    Without vision, you likely find yourself flailing both behind the camera and in front of the computer--indiscriminately shooting and arbitrarily moving sliders in hopes of stumbling upon something great every once in a while. With vision, you bring direction and intention to both the creation and development of all your images.Vision & Voice: Refining Your Vision in Adobe Photoshop Lightroom is about identifying your vision and using Lightroom's Develop module to give voice--that outward expression--to your vision. Photographer David duChemin begins with the fundamentals of a vision-driven workflow, where he discusses everything from vision and style, to the importance of mood and color, to the crucial role of histograms and of getting the best possible digital negative to work with. After demonstrating how the Develop module's tools affect the aesthetics of your image, duChemin then offers a straightforward approach to developing your images in accordance with your own personal vision: identify your intention, minimize the distractions, maximize the mood, and draw the viewer's eye--all while leaving room for play and serendipity. Finally, duChemin applies this approach to 20 of his photographs as he takes you into his own digital darkroom and, beginning with the original RAW file, works step by step through the development of the final image.

The Creative Fight: Create Your Best Work and Live the Life You Imagine


Chris Orwig - 2015
    In this book, Chris Orwig offers a unique perspective on the creative process, showing you how to find meaning in your work, be inspired, and discover the life for which you were designed.With thoughtful and engaging chapters such as "Keep the Edges Wild," "Einstein's Game of Connect the Dots," and "Grit and Glory," Chris presents each concept through personal examples--his own and others'--showing how to live a more creative and meaningful life.Drawn from his 12 years as a faculty member at the prestigious Brooks Institute as well as his experience leading creative inspiration and photography workshops and speaking on global stages, Chris's stories are designed to teach you how to discover your own creative voice. Each chapter includes exercises to help you incorporate what you've learned and connect the topics directly to your own experience. Features the friendly, approachable voice of Chris Orwig, whose photography, teaching, and speaking have inspired countless aspiring amateurs and professionals alike Includes exercises in every chapter to help you put the concepts you learned into practice Offers an elegant design filled with the author's original photographs captured to visually support the ideas discussed in the book For resources and inspiration, check out the book's companion site, thecreativefight.com.

Working Effectively with Legacy Code


Michael C. Feathers - 2004
    This book draws on material Michael created for his renowned Object Mentor seminars, techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control. The topics covered include: Understanding the mechanics of software change, adding features, fixing bugs, improving design, optimizing performance Getting legacy code into a test harness Writing tests that protect you against introducing new problems Techniques that can be used with any language or platform, with examples in Java, C++, C, and C# Accurately identifying where code changes need to be made Coping with legacy systems that aren't object-oriented Handling applications that don't seem to have any structureThis book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes.

Chip Kidd


Veronique Vienne - 2003
    Chip Kidd is renowned and revered as a maverick graphic designer. Specifically, Kidd's book jacket designs for such major New York publishers as Alfred A. Knopf are among the most significant and innovative of our time. This richly illustrated book--the first critical selection of kid's design work--looks closely at this contemporary visual pioneer. Veronique Vienne presents a full and nuanced view of Kidd, discussing how he has developed celebrity status as a designer, design critic, lecturer, and editor. She also relates how Kidd is greatly influenced by popular culture, noting his vast collection of Batman memorabilia. Vienne concludes by examining Kidd's editorial involvement with books on cartoonists as well as his own first novel, The Cheese Monkeys, published in 2001 to critical acclaim. Chip Kidd reveals the fascinating life and career of a revolutionary graphic designer with a winning public persona, whose ambitions now also lean toward editing and writing. The book will appeal to anyone involved in design and popular culture as well as admirers of Kidd's extraordinary creative spirit.

Rogue Leaders: The Story of LucasArts


Rob Smith - 2008
    Twenty-five years and dozens of award-winning games later, LucasArts has earned a prestigious place in the industry and in the hearts of gamers everywhere. Rogue Leaders is the first substantive survey of a videogame companya deluxe compilation that traces its history through never-before-published interviews. In addition, more than 300 pieces of concept art, character development sketches, and storyboards have been lavishly reproduced to showcase the creative talent behind such videogame classics as The Secret of Monkey Island, Grim Fandango, and Star Wars: Knights of the Old Republic, as well as games that were never publicly released. A thrill for millions of videogame and LucasArts fans around the world.

JavaScript Patterns


Stoyan Stefanov - 2010
    If you're an experienced developer looking to solve problems related to objects, functions, inheritance, and other language-specific categories, the abstractions and code templates in this guide are ideal -- whether you're writing a client-side, server-side, or desktop application with JavaScript.Written by JavaScript expert Stoyan Stefanov -- Senior Yahoo! Technical and architect of YSlow 2.0, the web page performance optimization tool -- JavaScript Patterns includes practical advice for implementing each pattern discussed, along with several hands-on examples. You'll also learn about anti-patterns: common programming approaches that cause more problems than they solve.Explore useful habits for writing high-quality JavaScript code, such as avoiding globals, using single var declarations, and moreLearn why literal notation patterns are simpler alternatives to constructor functionsDiscover different ways to define a function in JavaScriptCreate objects that go beyond the basic patterns of using object literals and constructor functionsLearn the options available for code reuse and inheritance in JavaScriptStudy sample JavaScript approaches to common design patterns such as Singleton, Factory, Decorator, and moreExamine patterns that apply specifically to the client-side browser environment

How to be an Outstanding Primary School Teacher


David Dunn - 2011
    And the best news? This book tells you how to do it without spending lots more time planning, researching and preparing out of this world lessons.All of the activities have been tried-and-tested in the classroom and are divided into three areas: ideas for embedding or preparing ''''by this time tomorrow'''', ''''by this time next month'''' and ''''by this time next term'''' so you can choose the activity you have time for. Each chapter focuses on a perennial issue in teaching and in inspection, such as differentiation, working with your Teaching Assistant and Assessment for Learning.There are dozens of starters and plenaries and useful websites, and the authors own website offers resources to save you even more time. A must for all primary school teachers who want to become outstanding, not just for the inspectors but for every child they teach.

Broad-Sword and Single-Stick With Chapters on Quarter-Staff, Bayonet, Cudgel, Shillalah, Walking-Stick, Umbrella and Other Weapons of Self-Defence


Rowland George Allanson Allanson-Winn Headley - 2010
    

Business Analysis Methodology Book


Emrah Yayici - 2015
    A real life case study with sample project documents and diagrams is used to more practically explain these international tools, techniques, and lean principles to a broad range of practitioners, including: - Business analysts, systems analysts, developers and project managers - Entrepreneurs, product owners and product managers - Consultants, UX designers and marketing specialists - C-suite executives, investors and managers of companies of all sizes.

Absolute Beginner's Guide to C


Greg Perry - 1993
    This bestseller talks to readers at their level, explaining every aspect of how to get started and learn the C language quickly. Readers also find out where to learn more about C. This book includes tear-out reference card of C functions and statements, a hierarchy chart, and other valuable information. It uses special icons, notes, clues, warnings, and rewards to make understanding easier. And the clear and friendly style presumes no programming knowledge.

MySQL Crash Course


Ben Forta - 2005
    And this book will teach you all you need to know to be immediately productive with MySQL. By working through 30 highly focused hands-on lessons, your MySQL Crash Course will be both easier and more effective than you'd have thought possible. Learn how to: Retrieve and sort data Filter data using comparisons, regular expressions, full text search, and much more Join relational data Create and alter tables Insert, update, and delete data Leverage the power of stored procedures and triggers Use views and Cursors Manage transactional processing Create user accounts and manage security via access control Ben Forta is Macromedia's Senior Technical Evangelist, and has almost 20 years of experience in the computer industry in product development, support, training, and product marketing. Ben is the author of the best-selling Sams Teach Yourself SQL in 10 Minutes (now in its third edition, and translated into over a dozen languages), ColdFusion Web Application Construction Kit, and Advanced ColdFusion Development (both published by Que Publishing), Sams Teach Yourself Regular Expressions in 10 Minutes, as well as books on SQL, Flash, JSP, HomeSite, WAP, Windows 2000, and other subjects.