Head First C#


Andrew Stellman - 2007
    Built for your brain, this book covers C# 3.0 and Visual Studio 2008, and teaches everything from language fundamentals to advanced topics including garbage collection, extension methods, and double-buffered animation. You'll also master C#'s hottest and newest syntax, LINQ, for querying SQL databases, .NET collections, and XML documents. By the time you're through, you'll be a proficient C# programmer, designing and coding large-scale applications. Every few chapters you will come across a lab that lets you apply what you've learned up to that point. Each lab is designed to simulate a professional programming task, increasing in complexity until-at last-you build a working Invaders game, complete with shooting ships, aliens descending while firing, and an animated death sequence for unlucky starfighters. This remarkably engaging book will have you going from zero to 60 with C# in no time flat.

Behind the Grand Ole Opry Curtain: Tales of Romance and Tragedy


Robert K. Oermann - 2008
    We'll hear of the great love stories ranging from Johnny Cash and June Carter in the 1960s to Garth Brooks and Trisha Yearwood, who married in 2005. We'll get the truth of the tragedies that led to the loss of three stars all in the same month, starting the rumor of the "Opry Curse." We'll learn how after being stabbed, shot, and maimed, Trace Adkins calls his early honky-tonk years "combat country," and we'll find inspiration from DeFord Bailey, an African American harmonica player in 1927 crippled by childhood polio who rose to fame as one of the first Opry stars. Our hearts will break for Willie Nelson, who lost his only son on Christmas Day, and soar for Amy Grant and Vince Gill, who found true love. Based on over 150 firsthand interviews with the stars of The Grand Ole Opry, these are stories that tell the heart of country--the lives that are lived and inspire the songs we love.

Smashing UX Design: Foundations for Designing Online User Experiences


Jesmond Allen - 2012
    Treat it as the UX expert on your bookshelf that you can read from cover-to-cover, or to dip into as the need arises, regardless of whether you have 'UX' in your job title or not.

Windows 8.1 For Dummies


Andy Rathbone - 2013
    Parts cover: Windows 8.1 Stuff Everybody Thinks You Already Know - an introduction to the dual interfaces, basic mechanics, file storage, and instruction on how to get the free upgrade to Windows 8.1.Working with Programs, Apps and Files - the basics of finding and launching apps, getting help, and printingGetting Things Done on the Internet - instructions for connecting a Windows 8.1 device, using web and social apps, and maintaining privacyCustomizing and Upgrading Windows 8.1 - Windows 8.1 offers big changes to what a user can customize on the OS. This section shows how to manipulate app tiles, give Windows the look you in, set up boot-to-desktop capabilities, connect to a network, and create user accounts.Music, Photos and Movies - Windows 8.1 offers new apps and capabilities for working with onboard and online media, all covered in this chapterHelp! - includes guidance on how to fix common problems, interpret strange messages, move files to a new PC, and use the built-in help systemThe Part of Tens - quick tips for avoiding common annoyances and working with Windows 8.1 on a touch device

Mindful Pregnancy: Meditation, Yoga, Hypnobirthing, Natural Remedies, and Nutrition – Trimester by Trimester


Tracy Donegan - 2020
    Becoming pregnant is a beautiful moment in any person's life, but we understand that it can be challenging to keep your body nurtured and supported throughout this journey. Don't worry, DK has got you covered!Introducing 'Mindful Pregnancy' - a practical and inspiring step-by-step photographic guide to keep you and your baby happy and healthy during your pregnancy journey. If you're a yoga-loving, mindful mum-to-be looking for sound advice on how to enjoy a natural, stress-free pregnancy, then this is the book for you!Inside the pages of this in-depth natural birth book you'll discover:-In-depth guide to pregnancy wellness organized trimester by trimester, including top tips and advice on various themes to match your stage of pregnancy and the development of your baby.-Clear, concise and easy to follow techniques which are presented step-by-step, grounded in their scientific benefits Discover all that this prenatal health book has to offer. Packed with up-to-date research alongside safe, strengthening and supportive sequences to guide you through your pregnancy journey, this is a must-have volume for expectant mothers keen to stay fit and supported throughout pregnancy, women who want to explore the benefits of doing yoga with their babies, or even mums-to-be experiencing any one of the common ailments of pregnancy, such as backache and are looking to remedy them naturally. In fact, recent studies suggest there are great health benefits to practicing yoga during pregnancy, including reducing anxiety and stress in mothers, as well as a reduction in the pain of labour. This mindful maternity book offers safe yoga, meditation, natural remedies and nutritional and hypnobirthing advice that are specifically tailored to each stage of pregnancy. This inspiring guide offers encouraging and practical advice that will help you understand your body, embrace change and fully prepare you for becoming a mum. The ideal gift for yoga-loving mindful mums to be, this guide is jam-packed with top tips and techniques for a mindful and stress-free pregnancy and natural birth. At DK, we believe in the power of discovery. So with Mindful Pregnancy by your side, we assure you will feel safe and supported during this special time in your life, as you count down the days to your new arrival!

Programming TypeScript: Making Your JavaScript Applications Scale


Boris Cherny - 2019
    That’s why Facebook, Google, and Microsoft invented gradual static type layers for their dynamically typed JavaScript and Python code. This practical book shows you how one such type layer, TypeScript, is unique among them: it makes programming fun with its powerful static type system.If you’re a programmer with intermediate JavaScript experience, author Boris Cherny will teach you how to master the TypeScript language. You’ll understand how TypeScript can help you eliminate bugs in your code and enable you to scale your code across more engineers than you could before.In this book, you’ll: Start with the basics: Learn about TypeScript’s different types and type operators, including what they’re for and how they’re used Explore advanced topics: Understand TypeScript’s sophisticated type system, including how to safely handle errors and build asynchronous programs Dive in hands-on: Use TypeScript with your favorite frontend and backend frameworks, migrate your existing JavaScript project to TypeScript, and run your TypeScript application in production

High Performance Web Sites


Steve Souders - 2007
    Author Steve Souders, in his job as Chief Performance Yahoo!, collected these best practices while optimizing some of the most-visited pages on the Web. Even sites that had already been highly optimized, such as Yahoo! Search and the Yahoo! Front Page, were able to benefit from these surprisingly simple performance guidelines.The rules in High Performance Web Sites explain how you can optimize the performance of the Ajax, CSS, JavaScript, Flash, and images that you've already built into your site -- adjustments that are critical for any rich web application. Other sources of information pay a lot of attention to tuning web servers, databases, and hardware, but the bulk of display time is taken up on the browser side and by the communication between server and browser. High Performance Web Sites covers every aspect of that process.Each performance rule is supported by specific examples, and code snippets are available on the book's companion web site. The rules include how to: Make Fewer HTTP RequestsUse a Content Delivery NetworkAdd an Expires HeaderGzip ComponentsPut Stylesheets at the TopPut Scripts at the BottomAvoid CSS ExpressionsMake JavaScript and CSS ExternalReduce DNS LookupsMinify JavaScriptAvoid RedirectsRemove Duplicates ScriptsConfigure ETagsMake Ajax CacheableIf you're building pages for high traffic destinations and want to optimize the experience of users visiting your site, this book is indispensable.If everyone would implement just 20% of Steve's guidelines, the Web would be adramatically better place. Between this book and Steve's YSlow extension, there's reallyno excuse for having a sluggish web site anymore.-Joe Hewitt, Developer of Firebug debugger and Mozilla's DOM InspectorSteve Souders has done a fantastic job of distilling a massive, semi-arcane art down to a set of concise, actionable, pragmatic engineering steps that will change the world of web performance.-Eric Lawrence, Developer of the Fiddler Web Debugger, Microsoft Corporation

Moral Fiber - A Practical Guide to Living Our Values


Shawn Vij - 2019
    Taking an innovative and secular approach to business Ethics, moral fiber shows us how living our values unlocks a more purposeful life and career. This book helps us to re-discover the inherent core values, such as fairness, respect, compassion, and honesty, and then how to genuinely Act on them daily.This practical guide is filled with tips, tales, and tools to identify and eliminate toxic behaviors and motivators, as well as priceless lessons from top industry leaders and powerful research from academics. TESTIMONIALS“[Shawn] shares with us how compassion, gratitude and wisdom opens our inner door, unlocking a more purposeful life and career.” — HIS HOLINESS THE DALAI LAMA“Moral Fiber takes us on a beautiful journey of how capitalism and compassion must co-exist to improve our human condition.” — JOHN MACKEY, CO-FOUNDER AND CEO, WHOLE FOODS MARKET“At a time of great uncertainty, Moral Fiber is a welcome tonic and an authentic reminder of how having capitalism with compassion elevates us all.” — JENNIFER REINGOLD, FORMER MANAGEMENT WRITER, FORTUNE MAGAZINE, FAST COMPANY AND BUSINESSWEEK“Moral Fiber drops us head-first into a world of awakening.” — THOMAS DONALDSON, PROFESSOR OF BUSINESS ETHICS, WHARTON SCHOOL, UNIVERSITY OF PENNSYLVANIA“In Moral Fiber, Vij creatively shows us how our core values can be a key to personal happiness and professional success.” — HOWARD C. CUTLER, M.D., NEW YORK TIMES BEST SELLING AUTHOR OF THE ART OF HAPPINESS

The Wrestlecrap Book of Lists!


R.D. Reynolds - 2007
    The gloves are off as best-selling author RD Reynolds and his co-author Blade Braxton pull no punches in looking at some of wrestling’s biggest mistakes, most comical mishaps and most egotistical performers. Among the lists included in this cornucopia of wrestling nonsense are: • Sights Wrestling Fans Should Never Be Forced To See Again! • The Greatest Mullets in the History of the Game! • Porn Stars Who Moonlighted in Wrestling! • The Proof that DX is really, REALLY Gay! • The Greatest Mugshots — Featuring Your Favourite Wrestlers! • The Pieces of Definitive Evidence that WCW May Have Been Run By Nazis! • Pro Wrestling’s Stupidest Hometowns! • The Things That Vince McMahon Always Wants to Talk About (Half of Which Involve His Genitalia)! Of course, we’d be remiss if we didn’t mention the book’s craptastic main event: the 25 Worst Gimmicks of All Time. Irreverent, off-kilter, and certain to be offensive to all, The WrestleCrap Book of Lists! is pro wrestling’s very worst of the worst!

Running on Faith: The Principles, Passion, and Pursuit of a Winning Life


Jason Lester - 2010
    Read it twice!” —John Ortberg, author and pastor, Menlo Park Presbyterian Church “Running on Faith is a triumph! Jason Lester is proof that as one wise man said, ‘Triumph is when you try and add a little umph!’ Jason Lester shows us ALL that you can achieve whatever you put your mind body and soul into!”—Rev Run, author of Words of Wisdom: Daily Affirmations of Faith from Run’s House to Yours“Jason’s story is a must read! It is a true testimony of the human spirit and confirmation that we all have so much more in us than we may believe. The challenges he conquered will create a shift in your life”—Tyrese Gibson, singer and actor Jason Lester is a disabled ultra-endurance athlete and winner of ESPN’s 2009 ESPY Award for “Best Disabled Male Athlete.” He tells his remarkable story in Running on Faith, offering readers an inspirational guide to overcoming adversity, reaching your goals, and recognizing God’s guiding hand in your life.

Corrupting the Image: Angels, Aliens, and the Antichrist Revealed


Douglas Hamp - 2011
    Jesus told us that the last days will be like the days of Noah during which, according to Genesis, fallen angels mixed their seed with humanity. According to the Book of Daniel, we know that “they” will attempt to mingle with the seed of Men. The day of fulfillment for those prophecies is now!

Gravity True For You But Not For Me


Michael Edwards - 2011
    There are many contradictory beliefs about God that claim to be the truth. But since truth never contradicts itself, who really has the truth? Utilizing objective evidence like a detective does in an investigation, the facts point to the one belief that can be proven beyond a reasonable doubt. One truth that applies to everyone if they believe it or not. Follow the evidence and see for yourself.Setting feelings and what others believe aside for a moment learn why objective evidence is the best way to find truth in any investigation, including the truth about God. See for yourself exactly why Christianity is the most reasonable belief available based on the facts and why it applies to everyone, everywhere even if they do not believe it. Learn the two things we all encounter daily that the Bible states is absolute proof of God's existence and leave every person without excuse, even those who have never read the Bible. Learn why trying to be a good person is not good enough.Weigh the objective evidence for yourself and make a reasonable decision about God and then pass the evidence on to others so they can discover the truth. Everyone deserves the opportunity to examine the evidence for themselves.Perfect for the seeker and the believer who want to eliminate doubts and have a reasonable assurance that their faith is actually placed in the truth.If you are a believer you have an obligation to share the truth. Let this book show your friends and family the sound foundation your belief rests upon. It's not about religion, it's about truth.

Learning React: Functional Web Development with React and Redux


Alex Banks - 2017
    Authors Alex Banks and Eve Porcello show you how to create UIs with this small JavaScript library that can deftly display data changes on large-scale, data-driven websites without page reloads. Along the way, you'll learn how to work with functional programming and the latest ECMAScript features.Developed by Facebook, and used by companies including Netflix, Walmart, and The New York Times for large parts of their web interfaces, React is quickly growing in use. By learning how to build React components with this hands-on guide, you'll fully understand how useful React can be in your organization.Learn key functional programming concepts with JavaScriptPeek under the hood to understand how React runs in the browserCreate application presentation layers by mounting and composing React componentsUse component trees to manage data and reduce the time you spend debugging applicationsExplore React's component lifecycle and use it to load data and improve UI performanceUse a routing solution for browser history, bookmarks, and other features of single-page applicationsLearn how to structure React applications with servers in mind

CSS Mastery: Advanced Web Standards Solutions


Andy Budd - 2006
    You'll learn how to: - Plan, organize, and maintain your stylesheets more effectively- Apply the secrets of liquid, elastic, and hybrid layouts- Create flickr-style image maps, remote rollovers, and other advanced CSS features- Lay out forms using pure CSS- Recognize common browser bugs, and how to fix themWhile CSS is a relatively simple technology to learn, it is a difficult one to master. When you first start developing sites using CSS, you will come across all kinds of infuriating browser bugs and inconsistencies. It sometimes feels like there are a million and one different techniques to master, spread across a bewildering array of websites. The range of possibilities seems endless and makes for a steep and daunting learning curve. By bringing all of the latest tips, tricks, and techniques together in one handy reference, this book demystifies the secrets of CSS and makes the journey to CSS mastery as simple and painless as possible. While most books concentrate on basic skills, this one is different, assuming that you already know the basics and why you should be using CSS in your work, and concentrating mainly on advanced techniques. It begins with a brief recap of CSS fundamentals such as the importance of meaningful markup, how to structure and maintain your code, and how the CSS layout model really works. With the basics out of the way, each subsequent chapter details a particular aspect of CSS-based design. Through a series of easy-to-follow tutorials, you will learn practical CSS techniques you can immediately start using in your daily work. Browser inconsistencies are the thorn in most CSS developers' sides, so we have dedicated two whole chapters to CSS hacks, filters, and bug fixing, as well as looking at image replacement; professional link, form, and list styling; pure CSS layouts; and much more. All of these techniques are then put into practice in two beautifully designed case studies, written by two of the world's best CSS designers, Simon Collison and Cameron Moll. Summary of Contents: - Chapter 1: Setting the Foundations- Chapter 2: Visual Formatting Model Recap- Chapter 3: Background Images and Image Replacement- Chapter 4: Styling Links- Chapter 5: Styling Lists and Creating Nav Bars- Chapter 6: Styling Forms and Data Tables- Chapter 7: Layout- Chapter 8: Hacks and Filters- Chapter 9: Bugs and Bug Fixing- Case Study 1: More Than Doodles- Case Study 2: Tuscany Luxury Resorts

The Inquisition: A History From Beginning to End


Hourly History - 2017
     The Roman Catholic Inquisition was one of the most controversial organizations in human history. Although it has been painted in a negative light, the Inquisition was too broad in scope to define as simply good or bad. It was a period where conflict and bloodshed were inevitable. It was a time where war, famine, plague, and poverty were common factors of human life. From the 1180s to the 1830s, the Inquisition was the judicial arm of the Catholic Church. Created to root out and punish heretics within the Catholic faith, the Inquisition became an institution that would carve its name into history. Inside you will read about... ✓ The Conception of the Inquisition ✓ The Hammer of Witches ✓ The Spanish Inquisition ✓ The Portuguese Inquisition ✓ The Roman Inquisition ✓ Shades of the Inquisition in Modern Society And much more! Throughout its many variations, the Inquisition took hold in France, Spain, Portugal, and Italy and in the process, both hastened and stunted progress in Western society. The Inquisition was as multi-faceted in its failure as it was in its successes. Though it was responsible for the deaths of thousands, it was also responsible for the sparing of thousands more. The Inquisition put to death some of the brightest minds of the time, and yet their brutality quickened the pace of the Renaissance and the Enlightenment. In short, the Inquisition was many things—easy to define is not one of them. This concise, compressed guidebook reveals the history, failures, and successes of the Roman Catholic Inquisition from its birth to its final death rattle.