Book picks similar to
Architect's Pocket Book by Charlotte Baden-Powell
architecture
reference
non-fiction
all
The Theoretical Minimum: What You Need to Know to Start Doing Physics
Leonard Susskind - 2013
In this unconventional introduction, physicist Leonard Susskind and hacker-scientist George Hrabovsky offer a first course in physics and associated math for the ardent amateur. Unlike most popular physics books—which give readers a taste of what physicists know but shy away from equations or math—Susskind and Hrabovsky actually teach the skills you need to do physics, beginning with classical mechanics, yourself. Based on Susskind's enormously popular Stanford University-based (and YouTube-featured) continuing-education course, the authors cover the minimum—the theoretical minimum of the title—that readers need to master to study more advanced topics.An alternative to the conventional go-to-college method, The Theoretical Minimum provides a tool kit for amateur scientists to learn physics at their own pace.
Rock the Shack: Architecture of Cabins, Cocoons and Hide-outs: The Architecture of Cabins, Cocoons and Hide-Outs
Sven Ehmann - 2013
For the first time in the history of humankind, more people live in cities than in the country. Yet, at the same time, more and more city dwellers are yearning for rural farms, mountain cabins, or seaside homes. These kinds of refuges offer modern men and women a promise of what urban centers usually cannot provide: quiet, relaxation, being out of reach, getting back to basics, feeling human again. Rock the Shack is a survey of such contemporary refuges from around the world--from basic to luxury. The book features a compelling range of sparingly to intricately furnished cabins, cottages, second homes, tree houses, transformations, shelters, and cocoons. The look of the included structures from the outside is just as important as the view from inside. What these diverse projects have in common is an exceptional spirit that melds the uniqueness of a geographic location with the individual character of the building's owner and architect.
A Modern Method for Guitar: Volumes 1, 2, 3 Complete
William Leavitt - 1999
Now guitarists can have all three volumes of this classic guitar method in one convenient book! Created by popular demand, this new edition of the method used as the basic text for the renowned Berklee College of Music guitar program is a complete compilation of the original Volumes 1, 2, and 3. Innovative solos, duets and exercises progressively teach melody, harmony and rhythm. Perfect for the serious guitar student and instructor alike.
A World History of Architecture
Michael Fazio - 2003
Extensively and beautifully illustrated, the book includes photos, plans, scales for world-famous structures such as the Parthenon, Versailles, the Brooklyn Bridge, and many others."
Onboard Hindi - Learn a language before you land
Eton Institute - 2014
Learn the Alphabet and pronunciation as well as useful phrases in 8 categories, such as greetings, travel and directions, making friends to business and emergencies. Download, read and enjoy your vacation like never before.
Python for Data Analysis
Wes McKinney - 2011
It is also a practical, modern introduction to scientific computing in Python, tailored for data-intensive applications. This is a book about the parts of the Python language and libraries you'll need to effectively solve a broad set of data analysis problems. This book is not an exposition on analytical methods using Python as the implementation language.Written by Wes McKinney, the main author of the pandas library, this hands-on book is packed with practical cases studies. It's ideal for analysts new to Python and for Python programmers new to scientific computing.Use the IPython interactive shell as your primary development environmentLearn basic and advanced NumPy (Numerical Python) featuresGet started with data analysis tools in the pandas libraryUse high-performance tools to load, clean, transform, merge, and reshape dataCreate scatter plots and static or interactive visualizations with matplotlibApply the pandas groupby facility to slice, dice, and summarize datasetsMeasure data by points in time, whether it's specific instances, fixed periods, or intervalsLearn how to solve problems in web analytics, social sciences, finance, and economics, through detailed examples
Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions
Gregor Hohpe - 2003
The authors also include examples covering a variety of different integration technologies, such as JMS, MSMQ, TIBCO ActiveEnterprise, Microsoft BizTalk, SOAP, and XSL. A case study describing a bond trading system illustrates the patterns in practice, and the book offers a look at emerging standards, as well as insights into what the future of enterprise integration might hold. This book provides a consistent vocabulary and visual notation framework to describe large-scale integration solutions across many technologies. It also explores in detail the advantages and limitations of asynchronous messaging architectures. The authors present practical advice on designing code that connects an application to a messaging system, and provide extensive information to help you determine when to send a message, how to route it to the proper destination, and how to monitor the health of a messaging system. If you want to know how to manage, monitor, and maintain a messaging system once it is in use, get this book.
Interior Design with Feng Shui
Sarah Rossbach - 1987
In this practical workbook, Sarah Rossbach shows how to locate buildings and arrange furniture and rooms to enable occupants to live and work to their fullest potential.
What Is Six Sigma?
Peter S. Pande - 2001
Written by bestselling author Peter Pande, What Is Six Sigma? is a concise summary of the core themes and processes of Six Sigma. Unlike almost all other books on Six Sigma, it is written for the employees of organizations rolling out Six Sigma--not just managers. This helpful overview describes what Six Sigma is, why companies are implementing it, and how employees can make it a success in their own organizations.Based on the bestselling The Six Sigma Way, this accessable introduction to Six Sigma answers typical employee questions, concerns, and even skepticism about this revolutionary program. Includes:The six themes of Six SigmaA five-step roadmap to Six Sigma implementationThe 10 basic tools of Six Sigma, with an entire page devoted to each
Jonathan Adler on Happy Chic: Accessorizing
Jonathan Adler - 2010
Crafting sentences as dexterously as he does ceramic vases, Adler takes us on a whirlwind tour through gorgeously styled interior. Organized by type of furniture (bed, bookshelf, dining table, dresser, table), Adler divulges all the tricks and tips needed to artfully arrange anything in one’s home.
HTML, XHTML, and CSS (Visual Quickstart Guide)
Elizabeth Castro - 2002
In this completely updated edition of our best-selling guide to HTML, Web expert and best-selling author Elizabeth Castro uses crystal-clear instructions and friendly prose to introduce you to all of today's HTML and XHTML essentials. Yoursquo;ll learn how to design, structure, and format your Web site. You'll create and use images, links, styles, lists, tables, frames, and forms, and you'll add sound and movies to your site. Finally, you will test and debug your site, and publish it to the Web. Along the way, you'll find extensive coverage of CSS techniques, current browsers (Opera, Safari, Firefox), creating pages for the mobile Web, and more. Visual QuickStart Guide--the quick and easy way to learn! Easy visual approach uses pictures to guide you through HTML and show you what to do. Concise steps and explanations get you up and running in no time. Page for page, the best content and value around. Companion Web site at www.cookwood.com/html offers examples, a lively question-and-answer area, updates, and more. Need to learn HTML fast? This best-selling reference's visual format and step-by-step, task-based instructions will have you up and running with HTML in no time.
The C Programming Language
Brian W. Kernighan - 1978
It is the definitive reference guide, now in a second edition. Although the first edition was written in 1978, it continues to be a worldwide best-seller. This second edition brings the classic original up to date to include the ANSI standard. From the Preface: We have tried to retain the brevity of the first edition. C is not a big language, and it is not well served by a big book. We have improved the exposition of critical features, such as pointers, that are central to C programming. We have refined the original examples, and have added new examples in several chapters. For instance, the treatment of complicated declarations is augmented by programs that convert declarations into words and vice versa. As before, all examples have been tested directly from the text, which is in machine-readable form. As we said in the first preface to the first edition, C "wears well as one's experience with it grows." With a decade more experience, we still feel that way. We hope that this book will help you to learn C and use it well.
Pathophysiology Made Incredibly Easy!
Lippincott Williams & Wilkins - 1998
Chapters cover cancer, infection, immune disorders, genetics, and disorders of each body system, highlighting pathophysiologic processes, resulting signs and symptoms, diagnostic test findings, and current treatments. Reader-friendly features include illustrations, checklists, and full-color miniguides illustrating the pathophysiology of specific disorders.This edition has new full-color miniguides on cancer pathophysiology and neuropathology. A new Focus on Genetics feature identifies gene-related discoveries and their implications for treatment or diagnosis. Review questions and answers follow current NCLEX-RN® requirements and alternate-format questions are included.
Beata Heuman: Every Room Should Sing
Beata Heuman - 2021
In a short amount of time her lively interiors and custom furnishings have made her one of today's most in-demand creatives. Heuman's rooms, colorful spaces enlivened by exuberant elements and poetic inspirations, capture her signature quirkiness and Scandinavian attention to detail while staying rooted in practicality. Lauded for international residential and commercial projects, Heuman has also garnered praise for her growing collection of bespoke fabrics, wallpaper, lighting, homewares, and furniture.This beautifully crafted volume presents Heuman's innovative approach in book form for the very first time. Organized according to design principle, each chapter offers fresh ways to think about decorating a home, finding your voice, making ordinary details extraordinary, and forging a truly unique space. Vibrant photographs showcase standout properties--including several London town houses and a Nantucket vacation residence--that are brought to life by cheerful color palettes, unexpected contrasts, and a d�gag� use of bold patterns and texture. With original drawings and whimsical graphic details, this new tome is a dynamic look into the ethos and work of one of the most exciting names in interior design today.
Complexity and Contradiction in Architecture
Robert Venturi - 1966
As Venturi's "gentle manifesto for a nonstraightforward architecture," Complexity and Contradiction in Architecture expresses in the most compelling and original terms the postmodern rebellion against the purism of modernism. Three hundred and fifty architectural photographs serve as historical comparisons and illuminate the author's ideas on creating and experiencing architecture. Complexity and Contradiction in Architecture was the winner of the Classic Book Award at the AIA's Seventh Annual International Architecture Book Awards.