Effective Supervision: Supporting the Art and Science of Teaching


Robert J. Marzano - 2011
    Marzano, Tony Frontier, and David Livingston show school and district-level administrators how to set the priorities and support the practices that will help all teachers become expert teachers. Their five-part framework is based on what research tells us about how expertise develops. When these five conditions are attended to in a systematic way, teachers do improve their skills:* A well-articulated knowledge base for teaching* Opportunities for teachers to practice specific strategies or behaviors and to receive feedback* Opportunities for teachers to observe and discuss expertise* Clear criteria for success and help constructing professional growth and development plans* Recognition of the different stages of development progressing toward expertise.The focus is on developing a collegial atmosphere in which teachers can freely share effective practices with each other, observe one another's classrooms, and receive focused feedback on their teaching strategies. The constructive dynamics of this approach always keep in sight the aim of enhancing students' well-being and achievement. As the authors note, The ultimate criterion for expert performance in the classroom is student achievement. Anything else misses the point.

The Design of Everyday Things


Donald A. Norman - 1988
    It could forever change how you experience and interact with your physical surroundings, open your eyes to the perversity of bad design and the desirability of good design, and raise your expectations about how things should be designed.B & W photographs and illustrations throughout.

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.

Modern Glamour: The Art of Unexpected Style


Kelly Wearstler - 2004
    With a painter's eye for colour, unwavering esteem for the historic, and a finely tuned sense of detail, Kelly Wearstler, one of Hollywood's most talked about young interior designers, has led her Los Angeles-based interior design firm, kwid (Kelly Wearstler Interior Design), to national prominence with an array of noted residential and commercial projects. Now, she shares her famous design philosophies and secrets, and inspires readers to create unexpected style in their own homes. Through full-colour photographs and sketches and informative text, Kelly explains the elements of unexpected style: inspiration, shapes and forms, graphics, texture and colour, masculine vs. feminine, and unusual details. Kelly takes readers through the creative process and shows how a Franco-Chinese piece of vintage wallpaper led her to a shopping spree in Paris and inspired the layered, classic look of the hotel Maison 140 in Beverly Hills. She explains the need for "icebreakers" in a room and how unexpected designs and details can lighten a room's load. This is the perfect book for anyone looking for new and creative ways to decorate their homes. Whether it's shopping for a bedside table, putting reflective paint on the underside of a dining room table, or finishing a ceiling with high–gloss paint, she inspires readers to add an element of the unexpected to their homes. Others will enjoy living vicariously through Kelly's shopping sprees throughout the US, Asia, and Europe and appreciate discovering how each item found is a starting off point for a fresh and fun room design.

Black and White Photography: A Basic Manual


Henry Horenstein - 1983
    A photography instructor guides individuals in the mechanics of taking, developing, and printing black-and-white pictures.

Stealing the Network: How to Own a Shadow


Johnny Long - 2007
    Stealing the Network: How to Own a Shadow is the final book in Syngress ground breaking, best-selling, Stealing the Network series. As with previous title, How to Own a Shadow is a fictional story that demonstrates accurate, highly detailed scenarios of computer intrusions and counter-strikes. In How to Own a Thief, Knuth, the master-mind, shadowy figure from previous books, is tracked across the world and the Web by cyber adversaries with skill to match his own. Readers will be amazed at how Knuth, Law Enforcement, and Organized crime twist and torque everything from game stations, printers and fax machines to service provider class switches and routers steal, deceive, and obfuscate. From physical security to open source information gathering, Stealing the Network: How to Own a Shadow will entertain and educate the reader on every page. The book s companion Web site will also provide special, behind-the-scenes details and hacks for the reader to join in the chase for Knuth. . The final book in the Stealing the Network series will be a must read for the 50,000 readers worldwide of the first three titles . The companion Web site to the book will provide challenging scenarios from the book to allow the reader to track down Knuth . Law enforcement and security professionals will gain practical, technical knowledge for apprehending the most supplicated cyber-adversaries

Downtown Chic: Designing Your Dream Home: From Wreck to Ravishing


Robert Novogratz - 2009
    Describing their signature style as a sophisticated but bohemian mix of high and low, new and old, they offer their realistic advice on how to create original, warm interiors with ease. One part practical guide, one part inspirational volume on creating a look for the home, the book pairs humorous anecdotes about the pitfalls and pleasures of renovation with a treasure trove of decorating tips: how to use both boutique and flea-market finds; how to inject lots of personality into a room affordably; how to decorate kids’ rooms so they appeal to children and adults; how to easily rehabilitate outdated furnishings; and many more. In each of the ten projects featured—which include a townhouse in New York City, a country house in Massachusetts, and a beach house in Brazil—before and after shots document the agony and ecstasy of any renovation project, as well as revealing the design duo’s vision and remarkable ability to see through the most awful of spaces to the amazing home that lies within.

Boundless Realm: Deep Explorations Inside Disney's Haunted Mansion


Foxx Nolte - 2020
    This ride has legions of devoted fans and influenced tributes, spinoffs and an entire entertainment genre: the seasonal haunted house. Why is this?Boundless Realm is a wry tour of the creaky old house on the hill, brushing aside cobwebs, uncovering obscure corners, and prying up the floorboards in search of the answer. Not just an attraction history, this critical appreciation - written with a connoisseur's eye for detail - encompasses American history, popular culture and folklore, and a sharp understanding of design to make a case for The Haunted Mansion as the 20th century's definitive haunted house. Entertaining and opinionated, Boundless Realm will give you a new appreciation for Disney's ultimate cult attraction.

Java Concurrency in Practice


Brian Goetz - 2005
    Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book."--Martin BuchholzJDK Concurrency Czar, Sun Microsystems"For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems."--Doron RajwanResearch Scientist, Intel Corp"This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover."--Ted NewardAuthor of Effective Enterprise Java"Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance."--Kirk PepperdineCTO, JavaPerformanceTuning.com"This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it."--Dr. Cliff ClickSenior Software Engineer, Azul Systems"I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach. This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today."--Dr. Heinz KabutzThe Java Specialists' Newsletter"I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book."--Bruce TateAuthor of Beyond Java" Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere."--Bill VennersAuthor of Inside the Java Virtual MachineThreads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice , the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.This book covers:Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Performance optimization dos and don'ts Testing concurrent programs Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model

Criminal Law


Joel Samaha - 2007
    With a balanced blend of case excerpts and author commentary, Samaha guides you as you hone your critical thinking and legal analysis skills. You'll see the principles, defenses, and elements of crime at work as you progress through the book-and you'll learn about the general principles of criminal liability and its defenses, as well as the elements of crimes against persons property, society, and crimes against the state. Featuring the latest topics and court cases, as well as many study tools to help you do well in this course, Samaha's CRIMINAL LAW is a text you will want to keep as a valuable reference even after you graduate and begin your career in the criminal justice field of your choosing.

College Physics: A Strategic Approach


Randall D. Knight - 2006
    [...] Built from the ground up on a wealth of research into how readers learn physics and how they can be taught more effectively, College Physics leads readers to more proficient and long-lasting problem-solving skills, a deeper and better-connected understanding of the concepts, and a broader picture of the relevance of physics to the world around them. Force and Motion: Concepts of Motion and Mathematical Background, Motion in One Dimension, Vectors and Motion in Two Dimensions, Forces and Newton's Laws of Motion, Applying Newton's Laws, Circular Motion, Orbits, and Gravity, Rotational Motion, Equilibrium and Elasticity. Conservation Laws: Momentum, Energy and Work, Using Energy. Properties of Matter: Thermal Properties Of Matter, Fluids. Oscillations and Waves: Oscillations, Traveling Waves and Sound, Superposition and Standing Waves. For all readers interested in algebra-based college physics.

Taj Mahal: A History From Beginning to Present


Hourly History - 2018
     The Taj Mahal in Agra is arguably the most iconic image of India and is visited by eight million tourists annually. It was characterized as “pure, perfect and unutterably lovely” by the British Viceroy, Lord Curzon, and in 1983, UNESCO declared it a World Heritage Site of “outstanding universal value.” For centuries the world has believed that it was built by Shah Jahan in 1631 to immortalize his love for his wife, Mumtaz Mahal. Certain mysteries and myths that surround the monument have recently come to the fore in the country, stimulating a public debate about the place it holds as a true representation of Indian culture. Inside you will read about... ✓ The Life of Mumtaz Mahal: The Jewel of the Palace ✓ The Building of the Taj Mahal ✓ A UNESCO World Heritage Site ✓ Myths, Conjecture, and Controversy ✓ The 22 Locked Rooms in the Basement And much more! This book presents the five main historical figures of the Mughal Empire in India during that period as well as many details of how the Taj Mahal was built. It traces the events that have led to the present controversy.

Adolescents at School: Perspectives on Youth, Identity, and Education


Michael Sadowski - 2003
    Issues of race, ethnicity, class, gender, sexual orientation, and ability often complicate this question for youth, affecting their schoolwork and their relationships with teachers, administrators, and peers.Adolescents at School gives educators, administrators, community leaders, counselors, social workers, health-care professionals, and parents a glimpse into the complex "identities" adolescents negotiate as they manage the challenges of school. The book contains the perspectives of teachers, researchers, and administrators and adolescents themselves who explore what it means to be a middle or high school student in the United States today. Practical and jargon-free, the book suggests ways to foster the success of every student in our schools and classrooms.

Learning First, Technology Second: The Educator’s Guide to Designing Authentic Lessons


Liz Kolb - 2017
    It happens when proven teaching strategies intersect with technology tools, and yet it’s not uncommon for teachers to use a tool because it’s “fun” or because the developer promises it will help students learn.  Learning First, Technology Second offers teachers the professional learning they need to move from arbitrary uses of technology in their classrooms to thoughtful ways of adding value to student learning.   This book includes:  An introduction to the Triple E Framework that helps teachers engage students in time-on-task learning, enhance learning experiences beyond traditional means and extend learning opportunities to bridge classroom learning with students’ everyday lives.Effective strategies for using technology to create authentic learning experiences for their students.Case studies to guide appropriate tech integration.A lesson planning template to show teachers how to effectively frame technology choices and apply them in instruction.

Sid James: A Biography


Cliff Goodwin - 1995
    Covering Sid's early years in South Africa and life as a ladies' hairdresser, his obsession with gambling and women, his questioning by Scotland Yard in a murder case, Hancock's Half Hour and the Carry On films, and Sid's death on stage at the age of 63, Cliff Goodwin reveals the amazing truth behing the legend.