Mastering Python Forensics
¥71.93
Master the art of digital forensics and analysis with PythonAbout This BookLearn to perform forensic analysis and investigations with the help of Python, and gain an advanced understanding of the various Python libraries and frameworksAnalyze Python *s to extract metadata and investigate forensic artifactsThe writers, Dr. Michael Spreitzenbarth and Dr. Johann Uhrmann, have used their experience to craft this hands-on guide to using Python for forensic analysis and investigations Who This Book Is For If you are a network security professional or forensics analyst who wants to gain a deeper understanding of performing forensic analysis with Python, then this book is for you. Some Python experience would be helpful.What You Will LearnExplore the forensic analysis of different platforms such as Windows, Android, and vSphereSemi-automatically reconstruct major parts of the system activity and time-lineLeverage Python ctypes for protocol decodingExamine artifacts from mobile, Skype, and browsersDiscover how to utilize Python to improve the focus of your analysisInvestigate in volatile memory with the help of volatility on the Android and Linux platforms In Detail Digital forensic analysis is the process of examining and extracting data digitally and examining it. Python has the combination of power, expressiveness, and ease of use that makes it an essential complementary tool to the traditional, off-the-shelf digital forensic tools. This book will teach you how to perform forensic analysis and investigations by exploring the capabilities of various Python libraries. The book starts by explaining the building blocks of the Python programming language, especially ctypes in-depth, along with how to automate typical tasks in file system analysis, common correlation tasks to discover anomalies, as well as templates for investigations. Next, we’ll show you cryptographic algorithms that can be used during forensic investigations to check for known files or to compare suspicious files with online services such as VirusTotal or Mobile-Sandbox. Moving on, you’ll learn how to sniff on the network, generate and analyze network flows, and perform log correlation with the help of Python *s and tools. You’ll get to know about the concepts of virtualization and how virtualization influences IT forensics, and you’ll discover how to perform forensic analysis of a jailbroken/rooted mobile device that is based on iOS or Android. Finally, the book teaches you how to analyze volatile memory and search for known malware samples based on YARA rules.Style and approach This easy-to-follow guide will demonstrate forensic analysis techniques by showing you how to solve real-word-scenarios step by step.
PrimeFaces Theme Development
¥63.21
Create, package, and customize stunning themes using PrimeFacesAbout This BookBuild PrimeFaces themes that meet the industry standardsCustomize your themes for mobile web applications with PrimeFaces MobileA precise, example-oriented guide to help you create interesting themes using the PrimeFaces tools Who This Book Is For If you are a Web Designer who wants to create and modify PrimeFaces themes then this book is for you. Basic knowledge of JSF, CSS, and HTML is assumed.What You Will LearnUse Maven to create JSF ProjectsCreate a custom theme using JQuery UI toolsPackage your theme for distribution and use your PrimeFaces-based web applications as drop in librariesDevelop additional dynamic look and feel elements that themes do not already supplyApply look and feel elements dynamically to views without causing page refreshesReduce code repetition by applying page templates to your JSF project In Detail Developing stunning themes for web applications has never been easier! PrimeFaces delivers a powerful set of features that enables JSF developers to create and customize awesome themes on the web. It is very easy to use because it comes as a single JAR file and requires no mandatory XML configuration. With more than 30 out-of-the-box themes, jQuery integration, a mobile UI toolkit, Ajax Push technology, and much more, PrimeFaces takes JSF application development to a whole new level! This book is a hands-on example-rich guide to creating and customizing PrimeFaces themes using available tools. Beginning with creating a JSF project and integrating the PrimeFaces library, this book will introduce you to the features of theme components, how these are structured, and how PrimeFaces uses JQuery UI to apply a theme to your application. You will learn to examine and change the CSS rules and get creative by setting standard icons and adding new icons to them. You will use a combination of JavaScript and CSS to enhance your application with help of scheduler component and go on to adapt and package your custom theme so that it is compatible with the Resource Manager. Finally, you will explore PrimeFaces mobile apps, ensuring themes are compatible with your mobile applications best practices for theme design.Style and approach This book is a concise, hands-on guide to developing PrimeFaces themes, working from the ground up with examples in each topic implemented in a web application. You will be encouraged to explore areas of your own interest without the requirement to stick to the letter of the chapter.
Mastering Google App Engine
¥90.46
Build robust and highly scalable web applications with Google App EngineAbout This BookGet an in-depth look at how Google App Engine works under the hoodDesign and model your application around Google's highly scalable distributed NoSQL datastore to unlock its full potentialA comprehensive guide to ensure your mastery of Google App Engine Who This Book Is For If you have been developing web applications in Python or any other dynamic language but have always wondered how to write highly scalable web applications without getting into system administration and other plumbing, then this is the book for you. No experience in writing scalable applications is required.What You Will LearnScale and develop your applications with Google App Engine's runtime environmentGet to grips with request handling mechanism and write request handlersDeep dive into Google's distributed NoSQL and highly scalable datastore and design your application around itImplement powerful search with scalable datastorePerform long-running tasks in the background using task queuesWrite compartmentalized apps using multi tenancy, memcache, and other Google App Engine runtime servicesHandle web requests using the CGI, WSGI, and multi-threaded configurationsDeploy, tweak, and manage apps in production on Google App Engine In Detail Developing web applications that serve millions of users is no easy task, as it involves a number of configurations and administrative tasks for the underlying software and hardware stack. This whole configuration requires not only expertise, but also a fair amount of time as well. Time that could have been spent on actual application functionality. Google App Engine allows you develop highly scalable web applications or backends for mobile applications without worrying about the system administration plumbing or hardware provisioning issues. Just focus writing on your business logic, the meat of the application, and let Google's powerful infrastructure scale it to thousands of requests per second and millions of users without any effort on your part. This book takes you from explaining how scalable applications work to designing and developing robust scalable web applications of your own, utilizing services available on Google App Engine. Starting with a walkthrough of scalability is and how scalable web applications work, this book introduces you to the environment under which your applications exist on Google App Engine. Next, you will learn about Google's datastore, which is a massively scalable distributed NoSQL solution built on top of BigTable. You will examine the BigTable concepts and operations in detail and reveal how it is used to build Google datastore. Armed with this knowledge, you will then advance towards how to best model your data and query that along with transactions. To augment the powerful distributed dataset, you will deep dive into search functionality offered on Google App Engine. With the search and storage sorted out, you will get a look into performing long running tasks in the background using Google App Engine task queues along with sending and receiving emails. You will also examine the memcache to boost web application performance, image processing for common image manipulation tasks. You will then explore uploading, storing, and serving large files using Blobstore and Cloud storage. Finally, you will be presented with the deployment and monitoring of your applications in production along with a detailed look at dividing applications into different working modules.Style and approach This book is an in-depth guide where you will examine the problems in the context of highly scalable web applications. This book will take you through the libraries, services, and required configuration and finally puts everything together into a small web application that showcases all the capabilities of Google App Engine.
Raspberry Pi Robotic Blueprints
¥80.65
Utilize the powerful ingredients of Raspberry Pi to bring to life your amazing robots that can act, draw, and have fun with laser tagsAbout This BookLearn to implement a number of features offered by Raspberry Pi to build your own amazing robotsUnderstand how to add vision and voice to your robots.This fast-paced practical guide comprises a number of creative projects to take your Raspberry Pi knowledge to the next level Who This Book Is For This all-encompassing guide was created for anyone who is interested in expanding their knowledge in applying the peripherals of Raspberry Pi. If you have a fancy for building complex-looking robots with simple, inexpensive, and readily available hardware, then this book is ideal for you. Prior understanding of Raspberry Pi with simple mechanical systems is recommended.What You Will LearnAdd sensors to your robot so that it can sense the world around itKnow everything there is to know about accessing motors and servos to provide movement to the robotic platformExplore the feature of adding vision to your robot so it can “see” the world around itRefine your robot with the skill of speech recognition so that it can receive commandsPolish your robot by adding speech output so it can communicate with the world around itMaximize the use of servos in Raspberry Pi to create a drawing robotStrengthen your robot by adding wireless communication skills so you can see what the robot is seeing and control it from a distanceBuild an unbelievable autonomous hexcopter controlled by Raspberry Pi In Detail The Raspberry Pi is a series of credit card-sized single-board computers developed in the UK by the Raspberry Pi Foundation with the intention of promoting the teaching of basic computer science in schools. The Raspberry Pi is known as a tiny computer built on a single circuit board. It runs a Linux operating system, and has connection ports for various peripherals so that it can be hooked up to sensors, motors, cameras, and more. Raspberry Pi has been hugely popular among hardware hobbyists for various projects, including robotics. This book gives you an insight into implementing several creative projects using the peripherals provided by Raspberry Pi. To start, we’ll walk through the basic robotics concepts that the world of Raspberry Pi offers us, implementing wireless communication to control your robot from a distance. Next, we demonstrate how to build a sensible and a visionary robot, maximizing the use of sensors and step controllers. After that, we focus on building a wheeled robot that can draw and play hockey. To finish with a bang, we’ll build an autonomous hexcopter, that is, a flying robot controlled by Raspberry Pi. By the end of this book, you will be a maestro in applying an array of different technologies to create almost any imaginable robot.Style and approach This book is an easy-to-follow, project-based guide that throws you directly into the action of creating almost any imaginable robot through blueprints. It is full of step by step instructions and screenshots to help you build amazing robots in no time at all.
Windows PowerShell for .NET Developers - Second Edition
¥90.46
Efficiently administer and maintain your development environment with Windows PowerShellAbout This BookExplore *ing and automation techniques with Windows PowerShellGain concrete knowledge of Windows PowerShell *ing to perform professional level *ingDiscover the benefits of the Configuration Management Platform with this step-by-step guide that includes real-world *ing examples Who This Book Is For If you are an IT professional or developer who has worked on the .Net platform and you want to learn automation using Windows PowerShell, then this book is for you. This self-start guide takes you from the basics and gradually moves to an intermediate level to show you how to perform professional *ing.What You Will LearnUnderstand the concepts of building PowerShell *s and the basics of programmingManage the LYNC, Exchange, and SharePoint platformsCreate a Pull server using a SMB file share and HTTP and HTTPSUse .NET classes in Windows PowerShell and C# to manage Exchange OnlineUse PowerShell in C# to manage Exchange Online and work with .NET classes in PowerShellAutomate LYNC clients, consuming Client Server Object Models to administrate SharePoint Online In Detail Windows PowerShell 5.0 for .NET Developers is your self-start guide to performing automation using Windows PowerShell. This book will help you to understand the PowerShell syntax and grammar and will also teach you techniques to remove the rough edges of manual deployments. Packed with PowerShell *s and sample C# codes to automate tasks, it also includes real-world scenarios such as administrating office servers to help you save time and perform deployments swiftly and efficiently. The book begins with the Windows PowerShell basics, explores the significant features of Windows Management Framework 5.0, covers the basic concepts of Desired State Configuration and the importance of idempotent deployments. By the end of the book, you will have a good understanding of Windows PowerShell’s features and will be able to automate your tasks and manage configuration effectively.Style and approach This is an easy-to-follow step-by-step guide with text-enabled screenshots. Each topic is explained with codes and examples. It also includes multiple approaches for a number of tasks to let you choose the best one for you depending on your scenario.
Learning PowerShell DSC
¥90.46
Get started with the fundamentals of PowerShell DSC and utilize its power to automate deployment and configuration of your serversAbout This BookCreate flexible and maintainable deployments using DSC configuration *s that stand the test of timeExplore the in depth details of the core architecture, concepts, and practices used by PowerShell DSCA step-by-step guide that shows you how to start using and taking advantage of PowerShell DSC Who This Book Is For This book is intended for system administrators, developers, or engineers who are responsible for configuration management and automation and wish to learn PowerShell Desired State Configuration for efficient management, configuration and deployment of systems and applications.What You Will LearnUnderstand configuration management and why you need itCraft flexible, reusable, and maintainable configuration *s for thousands of serversCreate custom DSC resources to manage any application or server settingApply configuration data to deploy applications to different environmentsUtilize DSC push deployments to test your configuration *s and custom DSC resourcesInstall, configure and use DSC pull serversRun a Windows MSI packageDeploy a website In Detail Windows PowerShell is a task-based command-line shell and *ing language designed especially for system administration. PowerShell DSC is a new management platform that enables you to deploy and manage configuration data for software services and manage the environment in which these services run. This book begins with an overview of the basics of PowerShell DSC by covering the architecture and components of the Desired Sate Configuration. It will then familiarize you with the set of PowerShell language extensions and new PowerShell commands. It will help you understand and create DSC configurations with the help of practical examples, and to create DSC custom resources for your custom applications. Finally, you will learn to deploy a real world application using PowerShell DSC. By the end of the book, you will have better knowledge about the powerful Desired State Configuration platform, which helps you to achieve continuous delivery, and efficient management and easy deployment of data for systems.Style and approach This book is an in-depth guide to using PowerShell DSC, full of real-world experiences and best practices using PowerShell DSC. The topics are explained and build on one another other to provide a holistic learning experience. At the end, all the features learned will be used to create a real world application deployment using DSC.
Internet of Things with Arduino Blueprints
¥71.93
Develop interactive Arduino-based Internet projects with Ethernet and WiFiAbout This BookBuild Internet-based Arduino devices to make your home feel more secureLearn how to connect various sensors and actuators to the Arduino and access data from InternetA project-based guide filled with schematics and wiring diagrams to help you build projects incrementally Who This Book Is For This book is intended for those who want to learn more about Arduino and make Internet-based interactive projects with Arduino. If you are an experienced software developer who understands the basics of electronics, then you can quickly learn how to build the Arduino projects explained in this book.What You Will LearnMake a powerful Internet controlled relay with an embedded web server to monitor and control your home electrical appliancesBuild a portable Wi-Fi signal strength sensor to give haptic feedback about signal strength to the userMeasure water flow speed and volume with liquid flow sensors and record real-time readingsSecure your home with motion-activated Arduino security cameras and upload images to the cloudImplement real-time data logging of a solar panel voltage with Arduino cloud connectorsTrack locations with GPS and upload location data to the cloudControl a garage door light with your Twitter feedControl infrared enabled devices with IR remote and Arduino In Detail Arduino is a small single-chip computer board that can be used for a wide variety of creative hardware projects. The hardware consists of a simple microcontroller, board, and chipset. It comes with a Java-based IDE to allow creators to program the board. Arduino is the ideal open hardware platform for experimenting with the world of the Internet of Things. This credit card sized Arduino board can be used via the Internet to make more useful and interactive Internet of things projects. Internet of Things with Arduino Blueprints is a project-based book that begins with projects based on IoT and cloud computing concepts. This book covers up to eight projects that will allow devices to communicate with each other, access information over the Internet, store and retrieve data, and interact with users—creating smart, pervasive, and always-connected environments. It explains how wired and wireless Internet connections can be used with projects and the use of various sensors and actuators. The main aim of this book is to teach you how Arduino can be used for Internet-related projects so that users are able to control actuators, gather data from various kinds of sensors, and send and receive data wirelessly across HTTP and TCP protocols. Finally, you can use these projects as blueprints for many other IoT projects and put them to good use. By the end of the book, you will be an expert in the use of IoT with Arduino to develop a set of projects that can relate very well to IoT applications in the real world.Style and approach Every chapter in this book clearly explains how to assemble components through easy-to-follow steps on while laying out important concepts, code snippets, and expected output results so that you can easily end up with a successful project where you can also enhance or modify the project according to your requirements.
Kiss from a Stranger
¥24.44
Horrified when her beloved dog, Rufus, is caught in a cruel snare while out walking in the estate of Arrow Castle, local Parson’s daughter Shenda is at first relieved when a handsome stranger comes to poor Rufus’s rescue and then at once she is abashed and confused when he claims a kiss – Shenda’s very first – as his reward. But then she is told that her father has been killed by a savage bull and that she must leave the family’s Vicarage forthwith. Penniless Shenda is obliged to take a job at Arrow Castle as a seamstress, where she stumbles across a letter from one of Napoleon Bonaparte’s spies to Society beauty Lucille Gratton, ‘the most beautiful Lady in England’, who is staying at The Castle. Reporting the discovery to the Earl, she finds that he is no other than her ‘gentleman stranger’ and just as she realises that she is falling in love with the heroic Earl of Arrow, she is embroiled in a counter-espionage plot that puts her young life – and her love for the Earl – in deadly peril.
A Packhorse Called Rachel
¥24.44
A story of courage, fear and defiance based on the authors own personal experience. A Pack Horse Called Rachel is the remarkable tale of a young woman, half Jewish, caught in the extraordinarily brutal world of France in 1944. Rachel moves through the pages of the book with her faithful dog Nourse, touching lives as her work with the Maquis based in the Auvergne takes her perilously close to danger on a day to day basis.The story is based on personal experience, the de*ion of historical events is as true as memory will allow, it is an elegantly written story capturing first hand Kellermann’s painful and lonely life as a resistance fighter within the ‘Maquis’, amidst the harsh beauty of the Auvergne. Beset by the freezing cold climate prevailing in winter, the Vichy traitors amongst the normal French Population and the hostility of ordinary people afraid for their own lives. Rachel overcomes the initial animosity and mistrust of the lecherous and alcoholic farmer Raboullet on whom she comes to rely; the wrath of the Gestapo, the betrayal of St Pré, a full and passionate love affair, tragic loss and yet she survives. Marcel Kellermann notes, with de*ive talent, and intricate detail that only someone especially observant could recall. From the opening raid to the closing trial, the book gives an incisive view, as we understand the mind and soul of the resistance better with each page. This is the story of a young woman paralleled with the struggle of a nation as it regains its courage to fight back.
I'll Quit Tomorrow
¥88.56
This bestselling recovery classic has helped untold thousands of alcoholics onto the road to recovery. Written by the founder of the Johnson Institute in Minneapolis, one of the country's most successful training programs for treatment providers, I'll Quit Tomorrow present the concepts and methods that have brought new hope to alcoholics and their families, friends, and employers. Abstinence is not the only objective of Johnson's breakthrough methods -- his therapy aims at restoring the ego strength of the victim to assure permanent recovery. Johnson outlines a dynamic plan of intervention and treatment that will block the progress of alcoholism and lead to a richer, more productive life.
The New Basics
¥94.10
Dr. Michel Cohen, named by the New York Post as the hip, "must-have" pediatrician, has an important message for parents: Don't worry so much. In an easy-reference alphabetical format, The New Basics clearly lays out the concerns you may face as aparent and explains how to solve them -- without fuss, without stress, and without harming your child by using unnecessary medicines or interventions.With sensitivity and love, Dr. Michel describes proven techniques for keeping your children healthy and happy without driving yourself crazy. He will show you how to set positive habits for sleeping and eating and how to treat ailments early and effectively. You'll learn when antibiotics are helpful and when they can be harmful. If you're having trouble breast feeding, pumping, or bottle weaning, Dr. Michel has the advice to set you back on track. If after several months your baby is still not sleeping through the night, The New Basics will provide you with tried-and-true methods to help ease this difficult transition for babies and parents.Dr. Michel recognizes that you're probably asking the same questions his own patients' parents frequently ask, so he includes a section called "Real Questions from Real Parents" throughout the book. You'll find important answers about treating asthma, head injuries, fevers, stomach bugs, colic, earaches, and other ailments. More than just a book on how to care for your child's physical well-being, The New Basics also covers such parenting challenges as biting, hitting, ADD, separation anxiety, how to prevent the terrible twos (and threes and fours ...), and preparing your child for a new sibling.
25 Books Every Christian Should Read
¥105.17
For more than twenty years Renovaré has pioneered the use of spiritual classics for deepening our lives of discipleship. Their highly praised compendiums Devotional Classics and Spiritual Classics have sold 500,000 copies. Now they have put together a prestigious editorial board and polled respected Christian leaders and thinkers from a variety of Christian traditions, including Catholic, Orthodox, and Protestant, to present the twenty-five most spiritually influential and important books for Christians to read. There are books that should be shaping the church, our faith, and our engagement in the world. From timeless classics like The Imitation of Christ to unexpected selections like Fyodor Dostoevsky’s The Brothers Karamazov and the poetry of Gerard Manley Hopkins, 25 Books Every Christian Should Read provides historical background for each work and explains its importance for modern Christians, while including selected readings from every book to get you started. In addition, each chapter ends with discussion questions to the work for use in small groups or for personal reflection. 25 Books Every Christian Should Read is a pivotal resource for the future of Christianity, an invitation into the fullness and richness of the Christian tradition.
Ten Days to Self-Esteem
¥105.17
Do you wake up dreading the dayDo you feel ciscouraged with what you've accomplished in lifeDo you want greater self-esteem, productivity, and joy in daily livingIf so, you will benefit from this revolutionary way of brightening your moods without drugs or lengthy therapy. All you need is your own common sense and the easy-to-follow methods revealed in this book by one of the country's foremost authorities on mood and personal relationship problems. In Ten Days to Self-esteem, Dr. David Burns presents innovative, clear, and compassionate methods that will help you identify the causes of your mood slumps and develop a more positive outlook on life. You will learn thatYou feel the way you think: Negative feelings like guilt, anger, and depression do not result from the bad things that happen to you, but from the way you think about these events. This simple but revolutionary idea can change your life!You can change the way you feel: You will discover why you get depressed and learn how to brighten your outlook when you're in a slump.You can enjoy greater happiness, productivity, and intimacy without drugs or lengthy therapy.Can a self-help book do all thisStudies show that two thirds of depressed readers of Dr. Burns's classic bestseller, Feeling Good: The New Mood Therapy, experienced dramatic felief in just four weeks without psychotherapy or antidepressant medications. Three-year follow-up studies revealed that readers did not relapse but continued to enjoy their positive outlook. Ten Days to Self-esteem offers a powerful new tool that provides hope and healing in ten easy steps. The methods are based on common sense and are not difficult to apply. Research shows that they really work!Feeling good feels wonderful. You owe it to yourself to feel good!
Girltalk Fourth Edition
¥84.16
From bra shopping to babysitting, from making close friends to making great grades, Girltalk has all the answers Upbeat and up-to-date, honest and hip, Girltalk is an "indispensable guide" (Working Mother) for girls ages eleven to eighteen. This Fourth Edition is the ultimate preteen and teen source for advice on: Body: looking and feeling your best Friendship: you don't like everybody -- why should everybody like youLove: falling in, falling out Sex: what you should know before saying yes Family: making the best of your nest Education: getting through school, getting into college Money: making it, saving it, spending it Smoking, Drinking, and Drugs: advice without lectures Quizzes: getting to know yourself
Freedom
¥88.56
There are few men who are as quintessentially American as Sonny Barger. He is patriotic a veteran who loves his country. He is independent choosing his own path on his motorcycle, living life on his own terms. He is outspoken he has boldly criticized injustices in American law and society despite the backlash this has evoked from the establishment. Yet the element that he finds most important, most sacred, most American, is freedom.In Freedom, Sonny articulates many of the principles he employs in his own life. Whether he is regarded as a leader, a rebel, a revolutionary, a criminal, or a soldier, Sonny's outlook has been influenced not just by school but by the military, prison, and his experiences riding with the world's most notorious motorcycle club. It was on these various journeys that he learned the lessons that are most important in his life and the qualities he respects when he sees them in others:IndependenceCustomize Yourself; Originals Don't Come Off an Assembly LineToughnessTemper the Steel to Forge a Strong BladeFairness Treat Me Good, I'll Treat You Better; Treat Me Bad, I'll Treat You Worse Presented in the form of fifty credos, this book gives Sonny Barger's perspective on how to live a life that embodies the most fundamental of American virtues: freedom.
The Inner Experience
¥88.56
Now in paperback, revised and redesigned: This is Thomas Merton's last book, in which he draws on both Eastern and Western traditions to explore the hot topic of contemplation/meditation in depth and to show how we can practice true contemplation in everyday life. Never before published except as a series of articles (one per chapter) in an academic journal, this book on contemplation was revised by Merton shortly before his untimely death. The material bridges Merton's early work on Catholic monasticism, mysticism, and contemplation with his later writing on Eastern, especially Buddhist, traditions of meditation and spirituality. This book thus provides a comprehensive understanding of contemplation that draws on the best of Western and Eastern traditions. Merton was still tinkering with this book when he died; it was the book he struggled with most during his career as a writer. But now the Merton Legacy Trust and experts have determined that the book makes such a valuable contribution as his major comprehensive presentation of contemplation that they have allowed its publication.
The Meaning of the Dead Sea Scrolls
¥138.41
The Dead Sea Scrolls, found in caves near the Dead Sea fifteen miles east of Jerusalem from 1947 to 1956, include the oldest existing biblical manu*s and the remarkable texts of the purist Jewish community at Qumran. The discovery of the scrolls has added dramatically to our understanding of the varieties of Judaism at the time of Jesus and the rise of Christianity, but has also prompted heated debate about the nature of these religions. As the monumental task of transcribing and translating the Dead Sea Scrolls is finally completed, people around the world are taking stock of the significance of these ancient documents. In this book, two of the world's leading experts on the scrolls reveal the complete and fascinating story in all its detail: the amazing discovery, the intense controversies, and the significant revelations. Drawing together all the evidence, this timely book explores: The discovery and dating of the scrolls Their relationship to the Hebrew Bible, Apocrypha, and New Testament Their messianic and apocalyptic messages The identity, nature, and theology of the Qumran community The nonbiblical scrolls Controversies surrounding the scrolls This comprehensive, up-to-date guide is the definitive introduction to all aspects of the scrolls, including their teachings, the community that created them, the world of Judaism, the origins of Christianity, our understanding of Jesus and the New Testament. Featuring photos of the original texts, the sites, and the scholars who deciphered them, and including illustrative passages from the scrolls, The Meaning of the Dead Sea Scrolls presents the most complete and accurate scholarship on the Dead Sea Scrolls available today.
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.
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.
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.
Why Good People Do Bad Things
¥83.03
Discover a Life Filled with Passion, Meaning, and Purpose New York Times bestselling author Debbie Ford leads us into the heart of the duality that unknowingly operates within each one of us. Providing the tools to end self-sabotage, Ford ultimately knocks down the fade of the false self and shows us how to heal the split between light and dark and live the authentic life within our reach.

购物车
个人中心

