TypeScript Blueprints
¥90.46
Build exciting end-to-end applications with TypeScript About This Book This book will help you whether you’re a beginner or an expert Complete and complex projects provide codes that are ready and solutions for start-ups and enterprise developers The book will showcase the power and depth of TypeScript when it comes to high performance and scalability Who This Book Is For This book was written for web developers who wish to make the most of TypeScript and build fun projects. You should be familiar with the fundamentals of JavaScript What You Will Learn Build quirky and fun projects from scratch while exploring widely applicable practices and techniques Use TypeScript with a range of different technologies such as Angular 2 and React and write cross-platform applications Migrate JavaScript codebases to TypeScript to improve your workflow Write maintainable and reusable code that is helpful in the world of programming revolving around features and bugs Using System.JS and Webpack to load *s and their dependencies. Developing highly performance server-side applications to run within Node Js. Reviewing high performant Node.js patterns and manage garbage collection. In Detail TypeScript is the future of JavaScript. Having been designed for the development of large applications, it is being widely incorporated in popular projects such as Angular JS 2.0. Adopting TypeScript results in more robust software, while still being deployable in apps where regular JavaScript would run. Scale and performance lie at the heart of the projects built in our book. The lessons learned throughout this book will arm you with everything you need to build amazing projects. During the course of this book, you will learn how to build a complete Single Page Application with Angular 2 and create a popular mobile app using NativeScript. Further on, you will build a classic Pac Man game in TypeScript. We will also help you migrate your legacy codebase project from JavaScript to TypeScript. By the end of the book, you will have created a number of exciting projects and will be competent using TypeScript for your live projects. Style and approach The book focuses on building projects from scratch. These end-to-end projects will give you ready-to-implement solutions for your business scenario, showcasing the depth and robustness of TypeScript.
Hacking Android
¥80.65
Explore every nook and cranny of the Android OS to modify your device and guard it against security threats About This Book Understand and counteract against offensive security threats to your applications Maximize your device’s power and potential to suit your needs and curiosity See exactly how your smartphone’s OS is put together (and where the seams are) Who This Book Is For This book is for anyone who wants to learn about Android security. Software developers, QA professionals, and beginner- to intermediate-level security professionals will find this book helpful. Basic knowledge of Android programming would be a plus. What You Will Learn Acquaint yourself with the fundamental building blocks of Android Apps in the right way Pentest Android apps and perform various attacks in the real world using real case studies Take a look at how your personal data can be stolen by malicious attackers Understand the offensive maneuvers that hackers use Discover how to defend against threats Get to know the basic concepts of Android rooting See how developers make mistakes that allow attackers to steal data from phones Grasp ways to secure your Android apps and devices Find out how remote attacks are possible on Android devices In Detail With the mass explosion of Android mobile phones in the world, mobile devices have become an integral part of our everyday lives. Security of Android devices is a broad subject that should be part of our everyday lives to defend against ever-growing smartphone attacks. Everyone, starting with end users all the way up to developers and security professionals should care about android security. Hacking Android is a step-by-step guide that will get you started with Android security. You’ll begin your journey at the absolute basics, and then will slowly gear up to the concepts of Android rooting, application security assessments, malware, infecting APK files, and fuzzing. On this journey you’ll get to grips with various tools and techniques that can be used in your everyday pentests. You’ll gain the skills necessary to perform Android application vulnerability assessment and penetration testing and will create an Android pentesting lab. Style and approach This comprehensive guide takes a step-by-step approach and is explained in a conversational and easy-to-follow style. Each topic is explained sequentially in the process of performing a successful penetration test. We also include detailed explanations as well as screenshots of the basic and advanced concepts.
Practical Responsive Typography
¥54.49
Get your attractive type design up and running in the browser with real-world, responsive, and tailored tutorials About This Book No coding experience necessary - get started with responsive typography today! Find out how to customize your own typography designs to truly own your website's identity From the basics to cutting-edge design, this book is the perfect guide Who This Book Is For This book is for web developers familiar with the basics of HTML5 and CSS3 who want to learn how to implement responsive typography. No coding experience is required, so dive in and get started! What You Will Learn Customize and personalize fonts on a responsive website Learn how to write CSS3 rules for viewports Define media queries and write them using CSS3 and HTML5 Implement SASS typography techniques to minimize the CSS output and manage the font variables Get to grips with dropcaps and learn how to use them effectively on the web In Detail Typography is an essential part of any website’s design. It can help you stand out from the crowd, communicate with clarity, and cultivate a distinctive identity. Practical Responsive Typography demonstrates how to use typography to greatest effect. With this book you won't underestimate it's importance - you'll be in complete control over this crucial component of web design. From scaling and optimizing screen spaces to using a range of different web fonts, you'll quickly get up to speed with the practical considerations behind successful typography. But more than the fundamentals, you'll also find out how to go further by customizing typography designs to suit your identity. Style and approach This is an easy-to-follow guide full of real-world examples and tutorials. Each typography style and rule is clearly explained and placed in context.
Machine Learning for the Web
¥90.46
Explore the web and make smarter predictions using Python About This Book Targets two big and prominent markets where sophisticated web apps are of need and importance. Practical examples of building machine learning web application, which are easy to follow and replicate. A comprehensive tutorial on Python libraries and frameworks to get you up and started. Who This Book Is For The book is aimed at upcoming and new data scientists who have little experience with machine learning or users who are interested in and are working on developing smart (predictive) web applications. Knowledge of Django would be beneficial. The reader is expected to have a background in Python programming and good knowledge of statistics. What You Will Learn Get familiar with the fundamental concepts and some of the jargons used in the machine learning community Use tools and techniques to mine data from websites Grasp the core concepts of Django framework Get to know the most useful clustering and classification techniques and implement them in Python Acquire all the necessary knowledge to build a web application with Django Successfully build and deploy a movie recommendation system application using the Django framework in Python In Detail Python is a general purpose and also a comparatively easy to learn programming language. Hence it is the language of choice for data scientists to prototype, visualize, and run data analyses on small and medium-sized data sets. This is a unique book that helps bridge the gap between machine learning and web development. It focuses on the difficulties of implementing predictive analytics in web applications. We focus on the Python language, frameworks, tools, and libraries, showing you how to build a machine learning system. You will explore the core machine learning concepts and then develop and deploy the data into a web application using the Django framework. You will also learn to carry out web, document, and server mining tasks, and build recommendation engines. Later, you will explore Python’s impressive Django framework and will find out how to build a modern simple web app with machine learning features. Style and approach Instead of being overwhelmed with multiple concepts at once, this book provides a step-by-step approach that will guide you through one topic at a time. An intuitive step-by step guide that will focus on one key topic at a time. Building upon the acquired knowledge in each chapter, we will connect the fundamental theory and practical tips by illustrative visualizations and hands-on code examples.
Spring MVC Blueprints
¥90.46
Design and implement real-world web-based applications using the Spring Framework 4.x specification based on technical documentation About This Book . Learn all the details of implementing Spring 4.x MVC applications from basic core platform construction to advanced integration implementations. Gain a complete reference guide to implementing the controllers, models, views, view resolvers, and other service-related components to solve various real-world problems. Discover the possible optimal solutions for developers and experts to build enterprise and personal web-based applications. Create a Spring MVC application that has a validation process and exception handling with the HTTP status codes Who This Book Is For This book is for competent Spring developers who wish to understand how to develop complex yet flexible applications with Spring MVC. You must have a good knowledge of JAVA programming and be familiar with the basics of Spring. What You Will Learn . Set up and configure the Spring 4.x MVC platform from ground level up using the basic Spring Framework 4.x APIs. Study requirements and manage solutions on file uploading transactions in Spring 4.x applications Configure, , and test Spring integration to the Hibernate, MyBatis, and JPA frameworks for database transactions. Properly implement exception handlers and audit trails in Spring MVC applications. Generate reports using JFreeChart, Google Charts, JasperReports, DynamicReports, FreeMarker, Velocity, and Spring’s API known as ContentNegotiatingViewResolver. Configure security and flexibility by adding Captcha, Spring Security, Spring Flow, Spring Portlets, JTA to improve data management performance. Implement web services using Spring’s RESTful implementation and other service-oriented integration plugins. Design and implement a Spring 4.x application using AngularJS, ExtJs, Twitter Bootstrap, and Spring Mobile for responsive web design In Detail Spring MVC is the ideal tool to build modern web applications on the server side. With the arrival of Spring Boot, developers can really focus on the code and deliver great value, leveraging the rich Spring ecosystem with minimal configuration. Spring makes it simple to create RESTful applications, interact with social services, communicate with modern databases, secure your system, and make your code modular and easy to test. It is also easy to deploy the result on different cloud providers. This book starts all the necessary topics in starting a Spring MVC-based application. Moving ahead it explains how to design model objects to handle file objects. save files into a data store and how Spring MVC behaves when an application deals with uploading and downloading files. Further it highlights form transactions and the user of Validation Framework as the tool in validating data input. It shows how to create a customer feedback system which does not require a username or password to log in. It will show you the soft side of Spring MVC where layout and presentation are given importance. Later it will discuss how to use Spring Web Flow on top of Spring MVC to create better web applications. Moving ahead, it will teach you how create an Invoice Module that receives and transport data using Web Services By the end of the book you will be able to create efficient and flexible real-time web applications using all the frameworks in Spring MVC. Style and approach This book is a compendium of technical specification documents that will guide you through building an application using Spring 4.x MVC. Each chapter starts with a high-level wireframe design of the software followed by how to set up and configure different libraries and tools.
Internet of Things with ESP8266
¥71.93
Build amazing Internet of Things projects using the ESP8266 Wi-Fi chip About This Book Get to know the powerful and low cost ESP8266 and build interesting projects in the field of Internet of Things Configure your ESP8266 to the cloud and explore the networkable modules that will be utilized in the IoT projects This step-by-step guide teaches you the basics of IoT with ESP8266 and makes your life easier Who This Book Is For This book is for those who want to build powerful and inexpensive IoT projects using the ESP8266 WiFi chip, including those who are new to IoT, or those who already have experience with other platforms such as Arduino. What You Will Learn Control various devices from the cloud Interact with web services, such as Twitter or Facebook Make two ESP8266 boards communicate with each other via the cloud Send notifications to users of the ESP8266, via email, text message, or push notifications Build a physical device that indicates the current price of Bitcoin Build a simple home automation system that can be controlled from the cloud Create your own cloud platform to control ESP8266 devices In Detail The Internet of Things (IoT) is the network of objects such as physical things embedded with electronics, software, sensors, and connectivity, enabling data exchange. ESP8266 is a low cost WiFi microcontroller chip that has the ability to empower IoT and helps the exchange of information among various connected objects. ESP8266 consists of networkable microcontroller modules, and with this low cost chip, IoT is booming. This book will help deepen your knowledge of the ESP8266 WiFi chip platform and get you building exciting projects. Kick-starting with an introduction to the ESP8266 chip, we will demonstrate how to build a simple LED using the ESP8266. You will then learn how to read, send, and monitor data from the cloud. Next, you’ll see how to control your devices remotely from anywhere in the world. Furthermore, you’ll get to know how to use the ESP8266 to interact with web services such as Twitter and Facebook. In order to make several ESP8266s interact and exchange data without the need for human intervention, you will be introduced to the concept of machine-to-machine communication. The latter part of the book focuses more on projects, including a door lock controlled from the cloud, building a physical Bitcoin ticker, and doing wireless gardening. You’ll learn how to build a cloud-based ESP8266 home automation system and a cloud-controlled ESP8266 robot. Finally, you’ll discover how to build your own cloud platform to control ESP8266 devices. With this book, you will be able to create and program Internet of Things projects using the ESP8266 WiFi chip. Style and approach This is a step-by-step guide that provides great IOT projects with ESP8266. All the key concepts are explained details with the help of examples and demonstrations of the projects.
Xamarin 4 By Example
¥71.93
Design, develop, and publish your own mobile apps for iOS and Android using C# and Xamarin Studio About This Book Explore the exciting features of Xamarin Studio while learning to develop your own applications Develop a complete application from conceptualization through to publishing it on the app store The book walks you through the basics of cross-platform development with Xamarin using examples and best practices and tips for cross platform solutions. Who This Book Is For If you want to develop your own applications and want to explore the features of Xamarin Studio, then this is the book for you. It is expected that you have a basic understanding of technologies in mobile development, but prior knowledge of Xamarin is not required. What You Will Learn Understand the software development lifecycle for mobile applications Use Xamarin Studio and its wide range of features to write your programs in C# Use different options to create multi-platform applications using Xamarin and develop a cross-platform extension method Work with Xamarin forms and various UI controls Integrate synchronous and asynchronous communication module within your app Render images to work with Android and iOS Link a third-party application to your solution In Detail The mobile app market is increasing exponentially every year. Xamarin Studio with its modern and powerful IDEs makes creating applications a lot easier by simplifying the development process. Xamarin will allow you and your team to create native applications by taking advantage of one of the most evolved programming language in the world: C#. This book will provide you with the basic skills you need to start developing mobile apps using C# and Xamarin. By working through the examples in each chapter, you will gain hands-on experience of creating a complete app that is fully functional by all means. Finally, you will learn to publish the app you created on the app market. Each project in this book will take you one step closer to becoming a professional app developer. Style and approach The step-by-guide will walk you through the process of creating an application of with the help of small projects that will teach you everything you need to know to build a complete application of your own.
Cassandra 3.x High Availability - Second Edition
¥63.21
Achieve scalability and high availability without compromising on performance About This Book See how to get 100 percent uptime with your Cassandra applications using this easy-follow guide Learn how to avoid common and not-so-common mistakes while working with Cassandra using this highly practical guide Get familiar with the intricacies of working with Cassandra for high availability in your work environment with this go-to-guide Who This Book Is For If you are a developer or DevOps engineer who has basic familiarity with Cassandra and you want to become an expert at creating highly available, fault tolerant systems using Cassandra, this book is for you. What You Will Learn Understand how the core architecture of Cassandra enables highly available applications Use replication and tunable consistency levels to balance consistency, availability, and performance Set up multiple data centers to enable failover, load balancing, and geographic distribution Add capacity to your cluster with zero downtime Take advantage of high availability features in the native driver Create data models that scale well and maximize availability Understand common anti-patterns so you can avoid them Keep your system working well even during failure scenarios In Detail Apache Cassandra is a massively scalable, peer-to-peer database designed for 100 percent uptime, with deployments in the tens of thousands of nodes, all supporting petabytes of data. This book offers a practical insight into building highly available, real-world applications using Apache Cassandra. The book starts with the fundamentals, helping you to understand how Apache Cassandra’s architecture allows it to achieve 100 percent uptime when other systems struggle to do so. You’ll get an excellent understanding of data distribution, replication, and Cassandra’s highly tunable consistency model. Then we take an in-depth look at Cassandra's robust support for multiple data centers, and you’ll see how to scale out a cluster. Next, the book explores the domain of application design, with chapters discussing the native driver and data modeling. Lastly, you’ll find out how to steer clear of common anti-patterns and take advantage of Cassandra’s ability to fail gracefully. Style and approach This practical guide will get you implementing Cassandra right from the design to creating highly available systems. Through a systematic, step-by-step approach, you will learn different aspects of building highly available Cassandra applications and all this with the help of easy-to-follow examples, tips, and tricks.
Mastering SoapUI
¥65.39
Master the art of testing and automating your SOA using SoapUI About This Book Design real-time test automation frameworks for Enterprise applications using SoapUI Learn how to solve test automation issues for complex systems A complete guide to understanding SOA automation from quality assurance to business assurance Who This Book Is For The book is intended for test architects, SOA test specialists, automation testers, test managers, and software developers who have a good understanding of SOA, web services, Groovy Scripting, and the SOAP UI tool. What You Will Learn Familiarize yourself with Test Web services from functional, nonfunctional, and security aspects Learn to test real-time service orchestrations Design test automation solutions for SOA-based Enterprise applications Learn multilayer test automation Selenium plus SoapUI under a single umbrella Integrate your SoapUI framework with Jenkins In Detail SoapUI is an open-source cross-platform testing application that provides complete test coverage and supports all the standard protocols and technologies. This book includes real-time examples of implementing SoapUI to achieve quality and business assurance. Starting with the features and functionalities of SoapUI, the book will then focus on functional testing, load testing, and security testing of web services. Furthermore, you will learn how to automate your services and then design data-driven, keyword-driven, and hybrid-driven frameworks in SoapUI. Then the book will show you how to test UIs and services using SoapUI with the help of Selenium. You will also learn how to integrate SoapUI with Jenkins for CI and SoapUI test with QC with backward- and forward-compatibility. The final part of the book will show you how to virtualize a service response in SoapUI using Service Mocking. You will finish the journey by discovering the best practices for SoapUI test automation and preparing yourself for the online certification of SoapUI. Style and approach Filled with real-time examples, this book will help readers take their knowledge to the next level. This book is a comprehensive guide that will cover the end-to-end life cycle of implementing SoapUI in various phases of software testing and the software development life cycle.
The Social Sex
¥90.51
In today's culture, the bonds of female friendship are taken as a given. But only a few centuries ago, the idea of female friendship was completely unacknowledged, even pooh-poohed. Dating back to the Greeks and the Romans, women were long considered weaker than men and constitutionally unsuited for friendship at the highest level. Only men, the reasoning went, had the emotional and intellectual depth to develop and sustain these meaningful relationships.Surveying history, literature, philosophy, religion, and pop culture, acclaimed author Marilyn Yalom and coauthor Theresa Donovan Brown demonstrate how women were able to co-opt the public face of friendship throughout the years. Chronicling shifting attitudes toward friendship both female and male from the Bible and the Romans to the Enlightenment, to the women's rights movements of the 1960s up to Sex and the City and Broad City, they reveal how the concept of female friendship has been inextricably linked to the larger social and cultural movements that have defined human history.With Yalom and Brown as our guides, we delve into the fascinating historical episodes and trends that illuminate the story of friendship between women: the literary salon as the original book club, the emergence of female professions and the working girl, the phenomenon of gossip, the advent of women's sports, and more.Lively, informative, and richly detailed, The Social Sex is a revelatory cultural history.
Secrets of Breaking into the Film and TV Business
¥90.77
A highly successful, award-winning independent producer shares his funny, practical, and innovative approach to breaking into film or television, whether you want to direct, act, write, or produceIt doesn't take film school or expensive, high-tech equipment to make a brilliant and marketable movie today, says successful maverick producer Dean Silvers. For aspiring filmmakers, it's easier than ever to produce and sell their work. Secrets of Breaking into the Film and TV Business is packed with concrete, proven advice to help you follow in the footsteps of today's cinematic giants, many of whom broke out with runaway independent successes. Drawing from his own experience as a filmmaker, Silvers offers essential tips and a wealth of invaluable knowledge about every aspect of the moviemaking business, from Internet shorts to how to adapt, option, and collaborate on feature-length films (with shoestring budgets).
Sociology Through the Eyes of Faith
¥88.56
Colorfully written by two popular and respected sociologists, this volume shows how sociology has evolved, how it became divided from Christian faith, and how Christian sociologists can make sense of this branch of social science.
I Didn't Come Here to Make Friends
¥88.56
Courtney Robertson joined season 16 of The Bachelor looking for love. A working model and newly single, Courtney fit the casting call: She was young, beautiful, and a natural in front of the cameras. Although she may have been there for all the right reasons, as the season unfolded and sparks began to fly something else was clear: She was not there to make friends. Courtney quickly became one of the biggest villains in Bachelor franchise history. She unapologetically pursued her man, steamrolled her competition, and broke the rules—including partaking in an illicit skinny-dip that sealed her proposal. Now, after a very public breakup with her Bachelor, Ben Flajnik, Courtney opens up and tells her own story—from her first loves to her first moments in the limo. She dishes on life before, during, and after the Bachelor, including Ben’s romantic proposal to her on a Swiss mountaintop and the tabloid frenzy that continued after the cameras stopped rolling. For the first time ever, a former Bachelor contestant takes us along on her journey to find love and reveals that “happily ever after” isn't always what it seems. Complete with stories, tips, tricks, and advice from your favorite Bachelor alumni, and filled with all the juicy details Courtney fans and foes alike want to know, I Didn’t Come Here to Make Friends is a must-read for every member of Bachelor nation.
Notes from a Small Island
¥90.51
Veering from the ludicrous to the endearing and back again, Notes From a Small Island is a delightfully irreverent jaunt around the unparalleled floating nation that has produced zebra crossings, Shakespeare, Twiggie Winkie's Farm, and places with names like Farleigh Wallop and Titsey.
Old Faithful
¥110.71
Old Faithful is a striking and heartrending collection of photographs and stories featuring dogs who are well worn, well loved, and well on in years. The Old Faithful Project started after photographer Pete Thorne snapped photographs for his grandmother's hundredth birthday party. Inspired, he began photographing elderly dogs. What he discovered were faces with more life, more joy, and more wisdom than he could have ever anticipated.After he posted a few photographs, stories and pictures came pouring in from around the globe people wanted to share tales of their own senior dogs. Thorne met with hundreds of senior dogs and their best friends and human companions. Old Faithful features seventy-five of these dogs and their stories.Each dog has a different background. Some were rescued from pet mills, like seventeen-year-old Chihuahua Sam, who has exceeded his life expectancy by five years and counting. Some needed a forever home after their owners could no longer care for them, like sixteen-year-old toy poodle Grimm, who's had a long list of health problems but remains as unique and lovable as ever. And some have been companions since puppyhood, like ten-year-old rottweiler Brut, who loves his human siblings as if he were their mother. But all of these dogs are beloved, in their own patchy, scruffy, jowly glory.
When Someone You Love Needs Nursing Home, Assisted Living, or In-Home Care
¥95.16
When an aging family member needs some extra help and care, whether a parent, spouse, sibling, or friend, this is the book to get. It delivers bottom-line, no-nonsense, practical information for every stage of need, from the earliest signs of illness, through the nursing home, and beyond.Written by two distinguished psychologists with specialties in eldercare counseling and research, this frank, friendly, time-tested guide is meticulously organized to provide answers, dispel myths, anticipate needs, and help you learn strategies for dealing with every aspect of in-home and facility care, including caring for the caregiver in the process. Also includes checklists, phone and Internet lists, budget worksheets, questionnaires, and a detailed index.
Bulletproof Your Job
¥112.00
There's no doubt about it, today's workplace is an uncertain and treacherous territory. Newspaper headlines are proclaiming near record-high levels of unemployment, and, in these tough times, companies are making swift judgments about human capital. The bottom line: No job is safe. But there are tried and true ways to fight off sudden unemployment successfully, and the number one weapon in your arsenal is workplace expert and television and radio personality Stephen Viscusi's career manifesto, Bulletproof Your Job. Based on four simple strategies for dodging the layoff bullet and a long list of ways to implement these strategies, Bulletproof Your Job may save you from your worst enemy at work which just so happens to be you.Quite simply, observe these imperative rules:Be visible. Be easy. Be useful. Be ready. With plenty of distinct action items, dozens of anecdotal illustrations and examples, and lists and tips for adapting bulletproof strategies to your own situation, Bulletproof Your Job will show you how to leverage the black-and-white stuff your title, salary, and tenure with the gray stuff your relationship with coworkers, visibility in the workplace, and ability to make your boss look good to ward off the pink stuff the dreaded layoff notice. While you're at it, you'll be creating a long-term strategy for job security and career advancement that ensures you'll never feel this vulnerable again.
In Praise of Stay-at-Home Moms
¥77.49
They number in the millions and they are incredibly important to families and to our society, yet they are underappreciated, little respected, and even controversial.Who are theyThey are the stay-at-home moms.These are women who know in their hearts that staying home to raise their children is the right choice for the whole family. Some do it from the outset of their marriages, while others make the difficult transition from career-driven women to homemakers. Either way, it is a choice that is incredibly rich and rewarding, not to mention challenging.Now Dr. Laura, building on principles developed during her long career as a licensed marriage and family therapist, provides a wealth of advice and support, as well as compassion and inspiration, to women as they navigate the wonders and struggles of being stay-at-home moms. Learn how: to hold your head high and deal with naysayers; to see the benefits of being home not only for your children but also for your marriage; to understand the changes you see in yourself; to realize that the sacrifices you endure now will make for lasting bonds and a stronger family, in addition to a more cohesive community. In Praise of Stay-at-Home Moms is a special book, a profound and unique understanding of how important it is for mothers to raise their own children.
Immoveable Feast
¥90.77
A witty cultural and culinary education, Immoveable Feast is the charming, funny, and improbable tale of how a man who was raised on white bread and didn't speak a word of French unexpectedly ended up with the sacred duty of preparing the annual Christmas dinner for a venerable Parisian family.Ernest Hemingway called Paris "a moveable feast" a city ready to embrace you at any time in life. For Los Angeles based film critic John Baxter, that moment came when he fell in love with a French woman and impulsively moved to Paris to marry her. As a test of his love, his skeptical in-laws charged him with cooking the next Christmas banquet for eighteen people in their ancestral country home. Baxter's memoir of his yearlong quest takes readers along his misadventures and delicious triumphs as he visits the farthest corners of France in search of the country's best recipes and ingredients. Irresistible and fascinating, Immoveable Feast is a warmhearted tale of good food, romance, family, and the Christmas spirit, Parisian style.
Depression Fallout
¥84.16
Using the vivid, poignant and personal stories of the members of a website support group she founded (www.depressionfallout.com), Anne Sheffield, the author of two highly acclaimed books on depression, provides an honest record of what happens to a love relationship once depression enters the picture, and offers solid advice on what the nondepressed partner can do to improve his or her own life and the relationship. Of the millions of people who suffer from a depressive illness, few suffer in solitude. They draw the people they love spouses, parents, children, lovers, friends into their illness. In her first book, How You Can Survive When They're Depressed, Anne Sheffield coined the phrase 'depression fallout' to describe the emotional toll on the depressive's family and close friends who are unaware of their own stressful reactions and needs. She outlined the five stages of depression fallout (confusion, self doubt, demoralisation, anger, and the need to escape) and explained that these reactions are a natural result of living with a depressed person.
The Great Theft
¥83.03
Despite President George W. Bush's assurances that Islam is a peaceful religion and that all good Muslims hunger for democracy, confusion persists and far too many Westerners remain convinced that Muslims and terrorists are synonymous. In the aftermath of the attacks of 9/11, the subsequent wars in Afghanistan and Iraq, and the recent bombings in London, an unprecedented amount of attention has been directed toward Islam and the Muslim world. Yet, even with this increased scrutiny, most of the public discourse regarding Islam revolves around the actions of extremist factions such as the Wahhabis and al-Qa'ida. But what of the Islam we don't hear about?As the second-largest and fastest-growing religion in the world, Islam is deemed by more than a billion Muslims to be a source of serenity and spiritual peace, and a touchstone for moral and ethical guidance. While extremists have an impact upon the religion that is wildly disproportionate to their numbers, moderates constitute the majority of Muslims worldwide. It is this rift between the quiet voice of the moderates and the deafening statements of the extremists that threatens the future of the faith.In The Great Theft, Khaled Abou El Fadl, one of the world's preeminent Islamic scholars, argues that Islam is currently passing through a transformative period no less dramatic than the movements that swept through Europe during the Reformation. At this critical juncture there are two completely opposed worldviews within Islam competing to define this great world religion. The stakes have never been higher, and the future of the Muslim world hangs in the balance.Drawing on the rich tradition of Islamic history and law, The Great Theft is an impassioned defense of Islam against the encroaching power of the extremists. As an accomplished Islamic jurist, Abou El Fadl roots his arguments in long-standing historical legal debates and delineates point by point the beliefs and practices of moderate Muslims, distinguishing these tenets from the corrupting influences of the extremists. From the role of women in Islam to the nature of jihad, from democracy and human rights to terrorism and warfare, Abou El Fadl builds a vital vision for a moderate Islam. At long last, the great majority of Muslims who oppose extremism have a desperately needed voice to help reclaim Islam's great moral tradition.

购物车
个人中心

