万本电子书0元读

万本电子书0元读

Infusionsoft Cookbook
Infusionsoft Cookbook
Paul Sokol
¥99.18
Over 88 recipes for effective use of Infusionsoft to mitigate your CRM needs, marketing automation, conducting online business optimallyAbout This BookMaximize client engagement by automating lead capture and follow-upCollect information and set up lead scoring in Infusionsoft to enhance your marketing interactions to build more clientsSet up online shopping carts, manage your online store, and enhance user experience Who This Book Is For If you want to excel in the use of Infusionsoft to develop a set of common applications or project types and solutions effectively, this book is perfect for you. This book will empower you to provide better results for your clients, faster! It is assumed that you are familiar with and use Infusionsoft.What You Will LearnSet up and configure features that will enhance new user creation using InfusionsoftAttract leads and build your list efficientlyUnderstand the different strategies to sell and get paidCreate amazing customer experiences by following up and automating messagesMaster techniques to use Infusionsoft for internal administrative functionsMake better business decisions by mastering the reporting functionalitySave time and simplifying day-to-day usage using InfusionsoftGet to know the Ninja hacks while working with Infusionsoft efficiently. In Detail Infusionsoft is an all-in-one software-as-a-service (SaaS) for small business sales and marketing. It empowers businesses with the same level of automation and personalization that were previously only available to large corporate enterprises with deep pockets. You can easily manage customer relationships, target communications in an automated manner, and sell their products/services online effectively. Starting with recipes on the general setup and core competencies related to Infusionsoft, you will then learn about tools to enhance user experience. Further on, you'll dive deep into different strategies to attract, sell, and wow your customers. You’ll also explore different ways to manage administrative tasks and reporting, which are crucial to perform better workflow management. Later, you will become proficient in lead generation and lead management, referral management, report generation, and working with the campaign builder. Finally, the book closes with unsupported ninja hacks to take your business strategies into the stratosphere!Style and approach A recipe-based guide that covers real-life scenarios on optimising marketing automation, lifecycle management, lead generation, inventory management, and adding ecommerce functionality
OpenCV with Python Blueprints
OpenCV with Python Blueprints
Michael Beyeler
¥71.93
Design and develop advanced computer vision projects using OpenCV with PythonAbout This BookProgram advanced computer vision applications in Python using different features of the OpenCV libraryPractical end-to-end project covering an important computer vision problemAll projects in the book include a step-by-step guide to create computer vision applications Who This Book Is For This book is for intermediate users of OpenCV who aim to master their skills by developing advanced practical applications. Readers are expected to be familiar with OpenCV’s concepts and Python libraries. Basic knowledge of Python programming is expected and assumed.What You Will LearnGenerate real-time visual effects using different filters and image manipulation techniques such as dodging and burningRecognize hand gestures in real time and perform hand-shape analysis based on the output of a Microsoft Kinect sensorLearn feature extraction and feature matching for tracking arbitrary objects of interestReconstruct a 3D real-world scene from 2D camera motion and common camera reprojection techniquesTrack visually salient objects by searching for and focusing on important regions of an imageDetect faces using a cascade classifier and recognize emotional expressions in human faces using multi-layer peceptrons (MLPs)Recognize street signs using a multi-class adaptation of support vector machines (SVMs)Strengthen your OpenCV2 skills and learn how to use new OpenCV3 features In Detail OpenCV is a native cross platform C++ Library for computer vision, machine learning, and image processing. It is increasingly being adopted in Python for development. OpenCV has C++/C, Python, and Java interfaces with support for Windows, Linux, Mac, iOS, and Android. Developers using OpenCV build applications to process visual data; this can include live streaming data from a device like a camera, such as photographs or videos. OpenCV offers extensive libraries with over 500 functions This book demonstrates how to develop a series of intermediate to advanced projects using OpenCV and Python, rather than teaching the core concepts of OpenCV in theoretical lessons. Instead, the working projects developed in this book teach the reader how to apply their theoretical knowledge to topics such as image manipulation, augmented reality, object tracking, 3D scene reconstruction, statistical learning, and object categorization. By the end of this book, readers will be OpenCV experts whose newly gained experience allows them to develop their own advanced computer vision applications.Style and approach This book covers independent hands-on projects that teach important computer vision concepts like image processing and machine learning for OpenCV with multiple examples.
Socket.IO Cookbook
Socket.IO Cookbook
Tyson Cadenhead
¥54.49
Over 40 recipes to help you create real-time JavaScript applications using the robust Socket.IO frameworkAbout This BookCreate secure WebSocket connections and real-time mobile applications using Socket.IODevise efficient messaging systems between the server side and the client sideA step-by-step implementation guide to help you create elements of Socket.IO application Who This Book Is For If you have some knowledge of JavaScript and Node.js and want to create awe-inspiring application experiences using real time communication, then this book is for you. Developers with knowledge of other *ing languages should also be able to easily follow along.What You Will LearnBuild rich and interactive real-time dashboards using Socket.IO to pipe in data as it becomes availableDesign chat and multiple-person interfaces that leverage Socket.IO for communicationSegment conversations to rooms and namespaces so that every socket doesn’t have to receive every messageSecure your data by implementing various authentication techniques, locking down the HTTP referrer and using secure WebSocketsLoad balance across multiple server-side nodes and keep your WebSockets in sync using Redis, RabbitMQ or MemcachedStream binary data such as audio and video in real-time over a Socket.IO connectionCreate real-time experiences outside of the browser by integrating Socket.IO with hybrid mobile applications In Detail Socket.IO is a JavaScript library that provides you with the ability to implement real-time analytics, binary streaming, instant messaging, and document collaboration. It has two parts: a client-side library that runs in the browser, and a server-side library for node.js. Socket.IO is event-driven and primarily uses the WebSocket protocol that allows us to emit data bi-directionally from the server and the client. Socket.IO This book is a complete resource, covering topics from webSocket security to scaling the server-side of a Socket.IO application and everything in between. This book will provide real-world examples of how secure bi-directional, full-duplex connections that can be created using Socket.IO for different environments. It will also explain how the connection vulnerabilities can be resolved for large numbers of users and huge amounts of data/messages. By the end of the book, you will be a competent Socket.IO developer. With the help of the examples and real-world solutions,you will learn to create fast, scalable, and dynamic real-time apps by creating efficient messaging systems between the server side and the client side using Socket.IO.Style and approach This book is written in a cookbook-style format and provides practical, immediately usable task-based recipes that show you how to create the elements of a Socket.IO application.
Unreal Engine Game Development Cookbook
Unreal Engine Game Development Cookbook
John P. Doran
¥90.46
Over 40 recipes to accelerate the process of learning game design and solving development problems using Unreal EngineAbout This BookExplore the quickest way to tackle common challenges faced in Unreal EngineCreate your own content, levels, light scenes, and materials, and work with Blueprints and C++ *ingAn intermediate, fast-paced Unreal Engine guide with targeted recipes to design games within its framework Who This Book Is For This book is for those who are relatively experienced with Unreal Engine 4 and have knowledge of its fundamentals. Working knowledge of C++ is required.What You Will LearnDiscover editor functionalities for an in-depth insight into game designDevelop environments using terrain for outdoor areas and a workflow for interiors as well using brushesDesign various kinds of materials with unique features, such as mirrors and glowsExplore the various ways that lighting can be used in the engineBuild various level effects using Blueprints, Unreal's visual *ing systemSet up a development environment and develop custom functionality with C++ for your gamesCreate healthbars and main menus with animations using Slate, Unreal's UI solution, through the UMG EditorPackage and create an installer to get your project out into the world In Detail Unreal Engine is powerful tool with rich functionalities to create games. It equips you with the skills to easily build mobile and desktop games from scratch without worrying about which platform they will run on. You can focus on the individual complexities of game development such as animation and rendering. This book takes you on a journey to jumpstart your game design efforts. You will learn various aspects of the Unreal engine commonly encountered with practical examples of how it can be used, with numerous references for further study. You will start by getting acquainted with Unreal Engine 4 and building out levels for your game. This will be followed by recipes to help you create environments, place meshes, and implement your characters. You will then learn to work with lights, camera, and shadows to include special effects in your game. Moving on, you’ll learn Blueprint *ing and C++ programming to enable you to achieve trigger effects and add simple functionalities. By the end of the book, you will see how to create a healthbar and main menu, and then get your game ready to be deployed and published.Style and approach This book offers detailed, easy-to-follow recipes that will help you master a wide range of Unreal Engine 4's features. Every recipe provides step-by-step instructions, with explanations of how these features work, and alternative approaches and research materials so you can learn even more.
LaTeX Cookbook
LaTeX Cookbook
Stefan Kottwitz
¥80.65
Over 100 hands-on recipes to quickly prepare LaTeX documents of various kinds to solve challenging tasksAbout This BookWork with modern document classes, such as KOMA-Script classesExplore the latest LaTeX packages, including TikZ, pgfplots, and biblatexAn example-driven approach to creating stunning graphics directly within LaTeX Who This Book Is For If you already know the basics of LaTeX and you like to get fast, efficient solutions, this is the perfect book for you. If you are an advanced reader, you can use this book's example-driven format to take your skillset to the next level. Some familiarity with the basic syntax of LaTeX and how to use the editor of your choice for compiling is required.What You Will LearnChoose the right document class for your project to customize its featuresUtilize fonts globally and locallyFrame, shape, arrange, and annotate imagesAdd a bibliography, a glossary, and an indexCreate colorful graphics including diagrams, flow charts, bar charts, trees, plots in 2d and 3d, time lines, and mindmapsSolve typical tasks for various sciences including math, physics, chemistry, electrotechnics, and computer scienceOptimize PDF output and enrich it with meta data, annotations, popups, animations, and fill-in fieldsExplore the outstanding capabilities of the newest engines and formats such as XeLaTeX, LuaLaTeX, and LaTeX3 In Detail LaTeX is a high-quality typesetting software and is very popular, especially among scientists. Its programming language gives you full control over every aspect of your documents, no matter how complex they are. LaTeX's huge amount of customizable templates and supporting packages cover most aspects of writing with embedded typographic expertise. With this book you will learn to leverage the capabilities of the latest document classes and explore the functionalities of the newest packages. The book starts with examples of common document types. It provides you with samples for tuning text design, using fonts, embedding images, and creating legible tables. Common document parts such as the bibliography, glossary, and index are covered, with LaTeX's modern approach. You will learn how to create excellent graphics directly within LaTeX, including diagrams and plots quickly and easily. Finally, you will discover how to use the new engines XeTeX and LuaTeX for advanced programming and calculating with LaTeX. The example-driven approach of this book is sure to increase your productivity.Style and approach This book guides you through the world of LaTeX based on over a hundred hands-on examples. These are explained in detail and are designed to take minimal time and to be self-compliant.
Building Wireless Sensor Networks Using Arduino
Building Wireless Sensor Networks Using Arduino
Matthijs Kooijman
¥71.93
Leverage the powerful Arduino and XBee platforms to monitor and control your surroundingsAbout This BookBuild your own low-power, wireless network using ready-made Arduino and XBee hardwareCreate a complex project using the Arduino prototyping platformA guide that explains the concepts and builds upon them with the help of examples to form projects Who This Book Is For This book is targeted at embedded system developers and hobbyists who have some working knowledge of Arduino and who wish to extend their projects using wireless connectivity.What You Will LearnInteract with XBee boards using the XCTU program on Windows, OS X, or LinuxMake your Arduino boards communicate wirelessly, using XBee modules in the advanced API modeCentrally collect and store measured sensor data, in the cloud or your own databaseConnect the coordinator Arduino to the Internet and send data to web servicesControl your environment automatically, based on sensor input from your networkInteract with off-the-shelf ZigBee Home Automation devicesMake your devices battery-powered and let them sleep to get months or even years of battery life In Detail Arduino has been established as the de facto standard microcontroller programming platform, being used for one-off do-it-yourself projects as well as prototypes for actual products. By providing a myriad of libraries, the Arduino community has made it very easy to interact with pretty much any piece of hardware out there. XBee offers a great range of low-power wireless solutions that are easy to work with, by taking all of the complexity of wireless (mesh) networking out of your hands and letting you focus on what to send without worrying about the how. Building wireless sensor networks is cost-effective as well as efficient as it will be done with Arduino support. The book starts with a brief introduction to various wireless protocols, concepts, and the XBee hardware that enables their use. Then the book expands to explain the Arduino boards to you, letting them read and send sensor data, collect that data centrally, and then even control your home from the Internet. Moving further more advanced topics such as interacting through the standard Zigbee Home Automation protocol, or making your application power-efficient are covered. By the end of the book, you will have all the tools needed to build complete, real-world solutions.Style and approach A hands-on guide, featuring a single home automation project that can be built as described or with endless variations. Every step is illustrated with complete examples and screenshots, allowing you to build the examples swiftly.
Android Studio Cookbook
Android Studio Cookbook
Mike van Drongelen
¥71.93
Design, test, and debug your apps using Android StudioAbout This BookSee what Material design is about and how to apply it your appsExplore the possibilities to develop apps that works on any type of deviceA step-by-step practical guide that will help you build improved applications, change their look, and debug them Who This Book Is For This book is for developers that are already familiar with programming concepts and have already started creating apps for the Android platform, for example, by using the Eclipse IDE. It is for developers who intend to use Android Studio as their primary IDE or want to use Android Studio more efficiently.What You Will LearnDevelop Android Studio applications using GenymotionApply the concepts of Material design to your applicationsUse memory monitoring tools to tweak performanceBuild applications for Android WearableCapture images, video, or audio within your Android appUse content providers to display dataBuild apps with a cloud-based backendCreate media-related apps that will run on phones, phablets, tablets, and TVs In Detail This book starts with an introduction of Android Studio and why you should use this IDE rather than Eclipse. Moving ahead, it teaches you to build a simple app that requires no backend setup but uses Google Cloud or Parse instead. After that, you will learn how to create an Android app that can send and receive text and images using Google Cloud or Parse as a backend. It explains the concepts of Material design and how to apply them to an Android app. Also, it shows you how to build an app that runs on an Android wear device. Later, it explains how to build an app that takes advantage of the latest Android SDK while still supporting older Android versions. It also demonstrates how the performance of an app can be improved and how memory management tools that come with the Android Studio IDE can help you achieve this. By the end of the book, you will be able to develop high quality apps with a minimum amount of effort using the Android Studio IDE.Style and approach This is a practical guide full of challenges and many real-world examples that demonstrate interesting development concepts. Besides smartphones and tablets, it also covers Android wearable devices and Android TV. Although strongly recommended, it is not necessary to own any Android device yourself.
Learning Shiny
Learning Shiny
Hernán G. Resnizky
¥71.93
Make the most of R’s dynamic capabilities and implement web applications with ShinyAbout This BookPresent interactive data visualizations in R within the Shiny frameworkConstruct web dashboards in a simple, intuitive, but fully flexible environmentApply your skills to create a real-world web application with this step-by-step guide Who This Book Is For If you are a data scientist who needs a platform to show your results to a broader audience in an attractive and visual way, or a web developer with no prior experience in R or Shiny, this is the book for you.What You Will LearnComprehend many useful functions, such as lapply and apply, to process data in RWrite and structure different files to create a basic dashboardDevelop graphics in R using popular graphical libraries such as ggplot2 and GoogleVisMount a dashboard on a Linux ServerIntegrate Shiny with non-R-native visualization, such as D3.jsDesign and build a web application In Detail R is nowadays one of the most used tools in data science. However, along with Shiny, it is also gaining territory in the web application world, due to its simplicity and flexibility. Shiny is a framework that enables the creation of interactive visualizations written entirely in R and can be displayed in almost any ordinary web browser. It is a package from RStudio, which is an IDE for R. From the fundamentals of R to the administration of multi-concurrent, fully customized web applications, this book explains how to achieve your desired web application in an easy and gradual way. You will start by learning about the fundamentals of R, and will move on to looking at simple and practical examples. These examples will enable you to grasp many useful tools that will assist you in solving the usual problems that can be faced when developing data visualizations. You will then walk through the integration of Shiny with R in general and view the different visualization possibilities out there. Finally, you will put your skills to the test and create your first web application!Style and approach This is a comprehensive, step-by-step guide that will allow you to learn and make full use of R and Shiny’s capabilities in a gradual way, together with clear, applied examples.
Elasticsearch for Hadoop
Elasticsearch for Hadoop
Vishal Shukla
¥71.93
Integrate Elasticsearch into Hadoop to effectively visualize and analyze your dataAbout This BookBuild production-ready analytics applications by integrating the Hadoop ecosystem with ElasticsearchLearn complex Elasticsearch queries and develop real-time monitoring Kibana dashboards to visualize your dataUse Elasticsearch and Kibana to search data in Hadoop easily with this comprehensive, step-by-step guide Who This Book Is For This book is targeted at Java developers with basic knowledge on Hadoop. No prior Elasticsearch experience is expected.What You Will LearnSet up the Elasticsearch-Hadoop environmentImport HDFS data into Elasticsearch with MapReduce jobsPerform full-text search and aggregations efficiently using ElasticsearchVisualize data and create interactive dashboards using KibanaCheck and detect anomalies in streaming data using Storm and ElasticsearchInject and classify real-time streaming data into ElasticsearchGet production-ready for Elasticsearch-Hadoop based projectsIntegrate with Hadoop eco-system such as Pig, Storm, Hive, and Spark In Detail The Hadoop ecosystem is a de-facto standard for processing terra-bytes and peta-bytes of data. Lucene-enabled Elasticsearch is becoming an industry standard for its full-text search and aggregation capabilities. Elasticsearch-Hadoop serves as a perfect tool to bridge the worlds of Elasticsearch and Hadoop ecosystem to get best out of both the worlds. Powered with Kibana, this stack makes it a cakewalk to get surprising insights out of your massive amount of Hadoop ecosystem in a flash. In this book, you'll learn to use Elasticsearch, Kibana and Elasticsearch-Hadoop effectively to analyze and understand your HDFS and streaming data. You begin with an in-depth understanding of the Hadoop, Elasticsearch, Marvel, and Kibana setup. Right after this, you will learn to successfully import Hadoop data into Elasticsearch by writing MapReduce job in a real-world example. This is then followed by a comprehensive look at Elasticsearch essentials, such as full-text search analysis, queries, filters and aggregations; after which you gain an understanding of creating various visualizations and interactive dashboard using Kibana. Classifying your real-world streaming data and identifying trends in it using Storm and Elasticsearch are some of the other topics that we'll cover. You will also gain an insight about key concepts of Elasticsearch and Elasticsearch-hadoop in distributed mode, advanced configurations along with some common configuration presets you may need for your production deployments. You will have “Go production checklist” and high-level view for cluster administration for post-production. Towards the end, you will learn to integrate Elasticsearch with other Hadoop eco-system tools, such as Pig, Hive and Spark.Style and approach A concise yet comprehensive approach has been adopted with real-time examples to help you grasp the concepts easily.
Building an FPS Game with Unity
Building an FPS Game with Unity
John P. Doran
¥80.65
Create a high-quality first person shooter game using the Unity game engine and the popular UFPS and Probuilder frameworksAbout This BookLearn how to use Unity in conjunction with UFPS and ProBuilder to create a high-quality game quicklyCreate both interior and exterior environmentsA step-by step guide to building a project with clear examples and instructions to create a number of interesting scenarios Who This Book Is For This book is for those who want to create an FPS game in Unity and gain knowledge on how to customize it to be their very own. If you are familiar with the basics of Unity, you will have an easier time, but it should make it possible for someone with no prior experience to learn Unity at an accelerated pace.What You Will LearnUse UFPS to build custom weapons with custom meshes and behaviorsExplore level design as you prototype levels, making use of Prototype to build levels out quicklyBuild environments that are realistic as possible while keeping peak performance and repetitiveness downReview tips and tricks on how to create environments using both terrain for outdoor areas and a modular workflow for interiorsDevelop a number of different encounters that your players can fight against, from a simple turret enemy to complex AI characters from Shooter AIDiscover how to create unique objects such as exploding barrels and objects you can interact withCreate a custom GUI to help your game stand out from the crowdPackage your game for release, create an installer, and get your game out into the world In Detail Unity, available in free and pro versions, is one of the most popular third-party game engines available. It is a cross-platform game engine, making it easy to write your game once and then port it to PC, consoles, and even the web, making it a great choice for both indie and AAA developers. Building an FPS Game in Unity takes readers on an exploration of how to use Unity to create a 3D first person shooter (FPS) title, leveraging the powerful UFPS framework by VisionPunk and Prototype/ProBuilder 2.0 by ProCore3D. After some setting up, you will start by learning how to create custom weapons, prototype levels, create exterior and interior environments, and breathe life into our levels. We will then add polish to the levels. Finally, we will create a custom GUI and menus for our title to create a complete package.Style and approach An easy-to-follow guide with each project containing step-by-step explanations, diagrams, screenshots, and downloadable material. Concepts in Unity and C# are explained as they are used and for the more inquisitive, there are more details on the concepts used with additional external resources to learn from.
Mastering PowerCLI
Mastering PowerCLI
Sajal Debnath
¥99.18
Master PowerCLI to automate all aspects of VMware environmentsAbout This BookLeverage PowerCLI to perform administration tasks in a more effective and efficient wayEscape from daily tedious and repetitive tasks by unleashing the full potential of your creative side through *ingMaster the intricate workings of PowerShell and PowerCLI through easy and real-life examples Who This Book Is For If you are a system administrator with working knowledge of PowerShell and PowerCLI who wants to perform quick and easy *ing but at the same time achieve complex results and write production grade *s, then this book is for you.What You Will LearnUse GitHub for collaboration and Pester to automate unit testsWrite advanced reusable functions and dynamic variables and learn about error handling in PowerShellAutomate ESXi host installation using Auto-Deploy, host profile, and host imageImplement security best practices in a vSphere data centerManage SRM, vCloud Air, and vRealize Operations environmentsAccess and utilize vSphere APIs to manage advanced aspects of vSphere and work with .NET view objectsUtilize REST APIs to manage vRealize Automation environmentsCreate a Windows GUI through the use of PowerShell and Sapien PrimalForms CE In Detail Have you ever wished that every morning you could automatically get a report with all the relevant information about your datacenter in exactly the same format you wantOr whether you could automate that boring, exhausting taskWhat if some crucial task needs to be performed on a regular basis without any errorPowerCLI *s do all that and much more for VMware environments. It is built on top of the popular Windows PowerShell, with which you can automate server tasks and reduce manual input, allowing you to focus on more important tasks. This book will help you to achieve your goals by starting with a short refresher on PowerShell and PowerCLI and then covering the nuances of advanced functions and reusable *s. Next you will learn how to build a vSphere-powered virtualized datacenter using PowerCLI while managing different aspects of the environment including automated installation, network, and storage. You will then manage different logical constructs of vSphere environment and different aspects of a virtual machine. Later, you will implement the best practices for a security implementation in vSphere Environment through PowerCLI before discovering how to manage other VMware environments such as SRM, vCloud Director and vCloud Air through PowerCLI. You will also learn to manage vSphere environments using advanced properties by accessing vSphere API and REST APIs through PowerCLI. Finally, you will build a Windows GUI application using PowerShell followed by a couple of sample *s for reporting and managing vSphere environments with detailed explanations of the *s. By the end of the book, you will have the required in-depth knowledge to master the art of PowerCLI *ing.Style and approach In this book, every topic is explained in a very easy-to-follow fashion with real-life, simple examples so that you get an idea of not only the topic but also the context in which it should be used or where it can be best utilized.
On Love and Loneliness
On Love and Loneliness
Krishnamurti, Jiddu
¥77.49
In 1950 Krishnamurti said: It is only when the mind is not escaping in any form that it is possible to be in direct communion with that thing we call lonliness, the alone, and to have communion with that thing, there must be affection, there must be love. On Love and Lonliness is a compelling investigation of our intimate relationships with ourselves, others, and society. Krishnamurti suggests that true relationship can come into being only when there is self-knowledge of the conditions which divide and islolate individuals and groups. Only by renouncing the self can we understand the problem of lonliness, and truly love.
Flat Stanley: His Original Adventure!
Flat Stanley: His Original Adventure!
Brown, Jeff
¥27.65
When Stanley Lambchop wakes up one morning, his brother, Arthur, is yelling. A bulletin board fell on Stanley during the night, and now he is only half an inch thick! Amazing things begin happening to him. Stanley gets rolled up, mailed, and flown like a kite. He even gets to help catch two dangerous art thieves. He may be flat, but he's a hero. This is the very first Flat Stanley adventure, updated with crisp new art. Supports the Common Core State Standards
Distinguishing Disability
Distinguishing Disability
Ong-Dean, Colin
¥200.12
Students in special education programs can have widely divergent experiences. For some, special education amounts to a dumping ground where schools unload their problem students, while for others, it provides access to services and accommodations that drastically improve chances of succeeding in school and beyond. Distinguishing Disability argues that this inequity in treatment is directly linked to the disparity in resources possessed by the students' parents.Since the mid-1970s, federal law has empowered parents of public school children to intervene in virtually every aspect of the decision making involved in special education. However, Colin Ong-Dean reveals that this power is generally available only to those parents with the money, educational background, and confidence needed to make effective claims about their children's disabilities and related needs. Ong-Dean documents this class divide by examining a wealth of evidence, including historic rates of learning disability diagnosis, court decisions, and advice literature for parents of disabled children. In an era of expanding special education enrollment, Distinguishing Disability is a timely analysis of the way this expansion has created new kinds of inequality.
Natural Questions
Natural Questions
Seneca, Lucius Annaeus
¥229.55
Lucius Annaeus Seneca (4 BCE-65 CE) was a Roman Stoic philosopher, dramatist, statesman, and adviser to the emperor Nero, all during the Silver Age of Latin literature. The Complete Works of Lucius Annaeus Seneca is a fresh and compelling series of new English-language translations of his works in eight accessible volumes. Edited by world-renowned classicists Elizabeth Asmis, Shadi Bartsch, and Martha C. Nussbaum, this engaging collection restores Seneca-whose works have been highly praised by modern authors from Desiderius Erasmus to Ralph Waldo Emerson-to his rightful place among the classical writers most widely studied in the humanities.Written near the end of Seneca's life, Natural Questions is a work in which Seneca expounds and comments on the natural sciences of his day-rivers and earthquakes, wind and snow, meteors and comets-offering us a valuable look at the ancient scientific mind at work. The modern reader will find fascinating insights into ancient philosophical and scientific approaches to the physical world and also vivid evocations of the grandeur, beauty, and terror of nature.
On Borrowed Time
On Borrowed Time
Weinrich, Harald
¥311.96
Life is short. This indisputable fact of existence has driven human ingenuity since antiquity, whether through efforts to lengthen our lives with medicine or shorten the amount of time we spend on work using technology. Alongside this struggle to manage the pressure of life's ultimate deadline, human perception of the passage and effects of time has also changed. In On Borrowed Time, Harald Weinrich examines an extraordinary range of materials-from Hippocrates to Run Lola Run-to put forth a new conception of time and its limits that, unlike older models, is firmly grounded in human experience. Weinrich's analysis of the roots of the word time connects it to the temples of the skull, demonstrating that humans first experienced time in the beating of their pulses. Tracing this corporeal perception of time across literary, religious, and philosophical works, Weinrich concludes that time functions as a kind of sixth sense-the crucial sense that enables the other five. Written with Weinrich's customary narrative elegance, On Borrowed Time is an absorbing-and, fittingly, succinct-meditation on life's inexorable brevity.
Paleobiological Revolution
Paleobiological Revolution
David Sepkoski and Michael Ruse
¥329.62
establishment of the modern synthesis in the 1940s and the pioneering work of George Gaylord Simpson, Ernst Mayr, and Theodosius Dobzhansky, as well as the subsequent efforts of Stephen Jay Gould, David Raup, and James Valentine, paleontology became embedded in biology and emerged as paleobiology, a first-rate discipline central to evolutionary studies. Pairing contributions from some of the leading actors of the transformation with overviews from historians and philosophers of science, the essays here capture the excitement of the seismic changes in the discipline. In so doing, David Sepkoski and Michael Ruse harness the energy of the past to call for further study of the conceptual development of modern paleobiology.
Studying Human Behavior
Studying Human Behavior
Longino, Helen E.
¥241.33
In Studying Human Behavior, Helen E. Longino enters into the complexities of human behavioral research, a domain still dominated by the age-old debate of "e;nature versus nurture."e; Rather than supporting one side or another or attempting to replace that dichotomy with a different framework for understanding behavior, Longino focuses on how scientists study it, specifically sexual behavior and aggression, and asks what can be known about human behavior through empirical investigation.?She dissects five approaches to the study of behavior-quantitative behavioral genetics, molecular behavior genetics, developmental psychology, neurophysiology and anatomy, and social/environmental methods-highlighting the underlying assumptions of these disciplines, as well as the different questions and mechanisms each addresses. She also analyzes efforts to integrate different approaches. Longino concludes that there is no single "e;correct"e; approach but that each contributes to our overall understanding of human behavior. In addition, Longino reflects on the reception and transmission of this behavioral research in scientific, social, clinical, and political spheres. A highly significant and innovative study that bears on crucial scientific questions, Studying Human Behavior will be essential reading not only for scientists and philosophers but also for science journalists and anyone interested in the engrossing challenges of understanding human behavior.
William Morrow
William Morrow
Notkin, Melanie
¥139.90
Savvy Auntie is the first go-to source for taking delight in the Savvy Auntie lifestyle, based on the popular website and written by America's foremost expert on modern Aunthood, Melanie Notkin. Whether she's an Auntie by Relation or Auntie by Choice, a Long-Distance Auntie or a Gay Auntie, America's fastest growing segment of women, the PANK (Professional Aunt No Kids), needs guidance and advice when it comes to the kids she adores. Why should their parents know all the secretsSavvy Auntie empowers sophisticated, educated, and independent aunts to connect with their inner-Savvy Auntie by sharing everything she needs to know from the minute she discovers her sister or friend is expecting, to confidently lending a hand with a newborn niece or nephew, to keeping up with the walking, talking growing-oh-so-fast bundles of energy, while coping with the occasional meltdown including her own. Notkin provides a wealth of essential information and insight on child development, health and well-being, and spending 'QualAuntie' time with nieces and nephews. Plus she shares tips for baby showers, baby booty, birthdays and big kids. Notkin also addresses the ultimate concern for the modern aunt: to have children or not, and if so, howShe offers savvy advice on living life to the fullest no matter the choice or circumstance. Chock full of sidebars, fun facts, and helpful anecdotes from every day Savvy Aunties, Savvy Auntie is the indispensable handbook for Aunties of all ages, and for every single, married or partnered woman navigating the ultimate celebration of life: children.
HarperCollins e-books
HarperCollins e-books
Seeley, Ken
¥145.91
World-renowned interventionist Ken Seeley, one of the hosts of A&E's hit television series Intervention, has spent the past twenty years helping people and their families deal with and overcome life-threatening addictions. His clients have ranged from the homeless to multimillionaires, each needing professional help with every problem imaginable, including alcoholism, drug dependency, excessive gambling, sexual addiction, abusive behavior, and mental disorders. A few years into his career, Ken realized that the one common characteristic with each of his clients was denial. He has since built his success on a proven program for pinpointing and dealing with this core issue. Whether coping with a severe or a soft addiction, a life-threatening situation, or just an impediment to true happiness, we're all in denial about something. It might be small and seemingly innocent, such as the fact that you're not trying to excel in your job as much as you could or should be. Or it could be much larger and even potentially lethal, such as a full-blown addiction that at this very moment is destroying your life. The truth is, no matter who you are, no matter how small or large your problems may seem, denial is holding you back from living your life to the fullest. Denial is the number one symptom of addiction. It's the mask that lets addicts ignore and avoid the consequences of their actions. But what most people don't know is that denial is also the fuel that creates an addiction in the first place as well as nearly every other disorder, behavior, and habit that can negatively affect your life. In Face It and Fix It, Seeley leads readers through a three-step process to remove life-damaging denial in order to live balanced and healthy lives. He helps readers first to identify life-damaging behaviors; next he gives the tools necessary to break down the walls that denial builds up over time; and finally he shows how to maintain balanced lives and relationships.Whether you're looking for help for someone you love or struggling with an addiction of your own, Face It and Fix It will leave you with a greater sense of self-awareness and the skills you need to both improve your relationships and to live the life you deserve.
HarperCollins e-books
HarperCollins e-books
Kerner, Ian
¥140.08
Are you a victim of a crime of the heart?Is your relationship an unsolved mystery?It's time to analyze the Dating DNA.In this hilarious and helpful handbook, best-selling author Ian Kerner introduces us to the DSI team, a top-secret unit within the FBI (that's the Federal Bureau of Intimacy) whose sole mission is to investigate dating dilemmas and equip you with the skills you need so you're never again a dating victim.Through humorous and engaging case studies, you'll read about boyfriends who might be gay, gamers who won't step up to the plate, and wimps who won't go down for the count. You'll meet Dating DUPEs (Desperately Under Pressure to Evaluate) and their antagonistic ARSEs (Anti-Relationship Suspect Examinees). You'll gain unprecedented access to previously classified relationship rap sheets: detailed reports that reveal interpersonal infractions, mating misdemeanors, and flirtatious felonies. You'll boldly go where no civilian has gone before as we apply the latest forensic tools to decipher complex dating data: From testing for SPARK (Sexual Potential and Romantic Kinship), to consulting with undercover agents in the MBU (Missing Boyfriends Unit), Kerner ventures above the law and beneath the covers.Because in the end . . . the love life you save may be your own.