Golden Images


Book Description

This work contains 41 engaging essays on players of the silent screen, from superstars like Rudolph Valentino and Clara Bow to fascinating figures like Clarine Seymour and Arthur Johnson. These stories range from the tragic (early deaths, drug problems, talkie-related career failures) to the triumphant (a surprising number of silent stars enjoyed long, happy lives). Many of these personalities have never before been covered in depth, and their careers highlight the entire silent era, from its beginnings in the 1890s to its demise in the late 1920s. These essays, earlier versions of which were published in Classic Images, have been completely reedited and rewritten, reflecting information later made available to the author.




Teju Cole Fernweh


Book Description

The picturesque vistas and apparent stability of Switzerland have made it an elusive subject for contemporary photography. Over a five-year period (2014-2019), Cole found a distinctly new way to look at a country that has been the quintessence of tourist experience for almost two centuries. Fernweh muses on the German word for a longing to be elsewhere. Cole's meditative and scrupulously composed work, made with colour film, is evocative of the hidden history of the Alpine nation as well as of its highly curated terrain. Returning to Switzerland year after year, Cole shares the patience and mild palette of luminaries of contemporary European photography - but the constructivist tension in these images is all his own. With photographs shot in every corner of the country - from Vaud to Graubünden to Lugano - Fernweh creates a vision of Switzerland that, though largely devoid of human presence, is rich in human traces; none more so than Cole's own distinct way of seeing. --




Shocked by the Bible


Book Description

Shocked by the Bible sets the record straight with well-researched, controversial, myth-breaking assertions about what the Bible really does—and doesn’t—say. And guess on which day the Bible says Jesus died. Believe it or not, the Good Book doesn't mention Friday, and even more surprisingly, while the Bible says Jesus rose from the grave, it does not say it occurred Sunday morning. Remember, Jesus' followers found an empty tomb then. But don't feel bad if you've always assumed otherwise. Like countless millions of people, you've just been misinformed, misled or even (dare we say) lied to about what the Bible actually says. In a stunning investigation, news veteran Joe Kovacs goes on a mission to help both Christians and non-Christians alike find out what the Bible really contains, and what it doesn't. "Shocked by the Bible: The Most Astonishing Facts You've Never Been Told" is an educational juggernaut that relies solely on the Holy Bible to reveal hundreds of Scriptural facts that many people of all persuasions simply don't know. The book instantly skyrocketed to the No. 1 position in three Bible-related categories on Amazon.com. "I'm among the biggest fans of the Bible of all time," says Kovacs. "My goal is to educate people about the solid truth of Scripture and to stop the spread of erroneous information. I want people to crack open their Bibles and see with their own eyes what's actually printed on the pages, and what's not. It's shocking!" According to Scripture, you won't find "Three Wise Men" mentioned anywhere in the story of Jesus' birth. For that matter, none are said to have shown up at the manger in Bethlehem. The truth straight from your own Bible is that an unspecified number of wise men first met Jesus as a "young child" in a "house," not a babe in a manger, and it might have been more than a year after He was born. Go ahead, look it up for yourself. Also, according to Scripture, you won't find a single mention of Easter eggs, but you will find God warning His people not to have anything to do with a pagan fertility goddess, whose name is synonymous with "Easter." "Yes, I'm a Bible-believing Christian," says Kovacs. "But I'm not here to convert anyone. People are free to believe whatever they wish and can come to their own conclusions. I just want to show them the biblical record is often very different from what many assume. Not only will Christians love this book, but I think Jews, Muslims and even agnostics and atheists will get a kick out of it as well."







The Golden Picture Dictionary


Book Description

2500 words with pictorial definitions arranged within broad alphabetical categories such as astronauts, family, and medical center.




Golden Bear


Book Description

Whether they are rocking in the rocking chair, making a snowman together, or playing pirates in the tub, Golden Bear is the perfect companion for a young child. A touching tribute to a special relationship--and to a youngster's fertile imagination.--Publishers Weekly. Full color.




The Lost Artwork of Hollywood


Book Description

tars that appeared exclusively in trade magazines to promote the great films of the '30s, '40s, and '50s. The Lost Artwork of Hollywood is a sumptuous package: the color, the quality of the printing all give immense eye appeal to this first-time look at some of the art that made the movies glamorous. 100 full-color illustrations.










Docker on Windows


Book Description

Learn how to run new and old Windows applications in Docker containers. About This Book Package traditional .NET Frameworks apps and new .NET Core apps as Docker images, and run them in containers for increased efficiency, portability, and security Design and implement distributed applications that run across connected containers, using enterprise-grade open source software from public Docker images Build a full Continuous Deployment pipeline for a .NET Framework application, and deploy it to a highly-available Docker swarm running in the cloud Who This Book Is For If you want to modernize an old monolithic application without rewriting it, smooth the deployment to production, or move to DevOps or the cloud, then Docker is the enabler for you. This book gives you a solid grounding in Docker so you can confidently approach all of these scenarios. What You Will Learn Comprehend key Docker concepts: images, containers, registries, and swarms Run Docker on Windows 10, Windows Server 2016, and in the cloud Deploy and monitor distributed solutions across multiple Docker containers Run containers with high availability and fail-over with Docker Swarm Master security in-depth with the Docker platform, making your apps more secure Build a Continuous Deployment pipeline by running Jenkins in Docker Debug applications running in Docker containers using Visual Studio Plan the adoption of Docker in your own organization In Detail Docker is a platform for running server applications in lightweight units called containers. You can run Docker on Windows Server 2016 and Windows 10, and run your existing apps in containers to get significant improvements in efficiency, security, and portability. This book teaches you all you need to know about Docker on Windows, from 101 to deploying highly-available workloads in production. This book takes you on a Docker journey, starting with the key concepts and simple examples of how to run .NET Framework and .NET Core apps in Windows Docker containers. Then it moves on to more complex examples—using Docker to modernize the architecture and development of traditional ASP.NET and SQL Server apps. The examples show you how to break up monoliths into distributed apps and deploy them to a clustered environment in the cloud, using the exact same artifacts you use to run them locally. To help you move confidently to production, it then explains Docker security, and the management and support options. The book finishes with guidance on getting started with Docker in your own projects, together with some real-world case studies for Docker implementations, from small-scale on-premises apps to very large-scale apps running on Azure. Style and approach Using a step-by-step approach, this book shows you how to use Docker on Windows. It includes practical examples and real-world technical and business scenarios that will help you effectively implement Docker in your environment.There are over 50 examples of Dockerized applications, using C# .NET projects as the source and packaging them into Docker images.