Apple Watch App Development
¥80.65
Build real-world applications for the Apple Watch platform using the WatchKit framework and Swift 2.0 About This Book Find out how to download and install the Xcode development tools before learning about Xcode playgrounds and the Swift programming language Discover everything you need to know about the WatchKit platform architecture, its classes, as well its limitations This book introduces you to the very latest mobile platform with hands-on instructions so you can build your very own Apple Watch apps Who This Book Is For This book is for developers who are interested in creating amazing apps for the Apple Watch platform. Readers are expected to have no prior experience of programming. What You Will Learn Navigate within the WatchKit interface using the page-based, modal, and hierarchical navigation techniques Work with context menus to allow your users to interact with the Apple Watch and respond to their actions to perform a task Use the MapKit framework to display a map within the WatchKit interface to track the user's current location Build effective user interfaces for the WatchKit platform and integrate iCloud capabilities to synchronize data between the iOS app and the WatchKit UI Design your apps for the Apple Watch platform by adhering to the set of User Interface design guidelines set out by Apple Reinforce image caching to display animations within the Apple Watch user interface Explore WatchKit tables, which allow your users to purchase groceries and pay for them using Apple Pay Analyze the new layout system to ensure that your Apple Watch apps work with various screen sizes In Detail Wearable are the next wave of mobile technology and with the release of Apple’s WatchKit SDK, a whole new world of exciting development possibilities has opened up. Apple Watch App Development introduces you to the architecture and possibilities of the Apple Watch platform, as well as an in-depth look at how to work with Xcode playgrounds. Benefit from a rapid introduction to the Swift programming language so you can quickly begin developing apps with the WatchKit framework and the Xcode Development IDE. Get to grips with advanced topics such as notifications, glances, iCloud, Apple pay, closures, tuples, protocols, delegates, concurrency, and using Swift Playgrounds, with each concept is backed up with example code that demonstrates how to properly execute it. Finally, discover how to package and deploy your Watch application to the Apple AppStore. By the end of this book, you will have a good understanding of how to develop apps for the Apple Watch platform, and synchronize data using iCloud between the wearable and the iOS device. Style and approach This book takes a step-by-step approach to developing applications for the Apple Watch using the Swift programming language and the WatchKit UI. Each topic is explained in a conversational and easy-to-follow style.
NumPy Essentials
¥54.49
Boost your scientific and analytic capabilities in no time at all by discovering how to build real-world applications with NumPy About This Book Optimize your Python *s with powerful NumPy modules Explore the vast opportunities to build outstanding scientific/ analytical modules by yourself Packed with rich examples to help you master NumPy arrays and universal functions Who This Book Is For If you are an experienced Python developer who intends to drive your numerical and scientific applications with NumPy, this book is for you. Prior experience or knowledge of working with the Python language is required. What You Will Learn Manipulate the key attributes and universal functions of NumPy Utilize matrix and mathematical computation using linear algebra modules Implement regression and curve fitting for models Perform time frequency / spectral density analysis using the Fourier Transform modules Collate with the distutils and setuptools modules used by other Python libraries Establish Cython with NumPy arrays Write extension modules for NumPy code using the C API Build sophisticated data structures using NumPy array with libraries such as Panda and Scikits In Detail In today’s world of science and technology, it’s all about speed and flexibility. When it comes to scientific computing, NumPy tops the list. NumPy gives you both the speed and high productivity you need. This book will walk you through NumPy using clear, step-by-step examples and just the right amount of theory. We will guide you through wider applications of NumPy in scientific computing and will then focus on the fundamentals of NumPy, including array objects, functions, and matrices, each of them explained with practical examples. You will then learn about different NumPy modules while performing mathematical operations such as calculating the Fourier Transform; solving linear systems of equations, interpolation, extrapolation, regression, and curve fitting; and evaluating integrals and derivatives. We will also introduce you to using Cython with NumPy arrays and writing extension modules for NumPy code using the C API. This book will give you exposure to the vast NumPy library and help you build efficient, high-speed programs using a wide range of mathematical features. Style and approach This quick guide will help you get to grips with the nitty-gritties of NumPy using with practical programming examples. Each topic is explained in both theoretical and practical ways with hands-on examples providing you efficient way of learning and adequate knowledge to support your professional work.
Raspberry Pi 2 Server Essentials
¥54.49
Transform your Raspberry Pi into a multi-purpose web server that supports your entire multimedia world with this practical and accessible tutorial! About This Book Host websites, games, and even stream HD videos with the impressive power of Raspberry Pi 2 Get to grips with embedded programming by turning your Pi into the cloud server that can be used to power Internet of Things projects Make the Raspberry Pi 2 the center of your latest tech experiments and discover how it can manage and host resources Who This Book Is For Seeking inspiration for some new tech projectsWant to get more from your Raspberry PiThis book has been created especially for you! What You Will Learn Host your Raspberry Pi as a web server using the minimum power resources Connect your Pi to the Internet and perform network benchmarking Explore the cross-platform features of the Pi as you run Python, Node.JS, ASP.NET, and PHP all in one place Share files over the Internet using your Pi as a file server Turn your Pi into a game server, host and engage into playing Enjoy live HD video streaming and exclusive real-time text overlays In Detail There’s no end to what you can do with a Raspberry Pi – it makes a huge range of tech projects possible. This book shows you how to transform it into a multipurpose web server, able to store and manage resources that lets you build some truly innovative and impressive computing creations. You’ll learn how to use your Raspberry Pi 2 to host a website using a range of different languages, host a game server, store files, and run everything from a media center to a cloud network. If you want to take control of your technological world, start building your own server and find out what’s possible with the Raspberry Pi microcomputer. Begin by getting your Pi set up – follow each step as the book shows you how to prepare a network and configure the additional features that you’ll need to build your projects. Once you’ve done this you’ll dig a little deeper and set up your pi as a file server, making sure it’s built for speed using a range of different tools, including Python, Node.js and ASP.NET. Following this the book shows you how to extend your server to allow you to host games, and stream live HD video before customizing it even further to create a fully-fledged media center. It doesn’t stop there however – the book then dives into the exciting world of the Internet of Things (IoT). You’ll learn how to install Windows IoT onto your Raspberry Pi, the operating system that’s driving embedded software projects all around the world. Once you’ve done this you’ll be ready to explore IoT further, as the book shows you how to use your device to host a cloud network that can form the basis of a wider IoT project. Style and approach Packed with plenty of practical examples that walk you through a number of Raspberry Pi projects, this book is an accessible journey into embedded computing and Internet of Things.
Sass and Compass Designer's Cookbook
¥90.46
Over 120 practical and easy-to-understand recipes that explain how to use Sass and Compass to write efficient, maintainable, and reusable CSS code for your web development projects About This Book Leverage Sass to make your CSS code maintainable, reusable and prevent code duplications Shorten debug time with Sass when creating complex CSS code for different browsers and devices Write easy and bullet-proof CSS with Compass using this step-by-step and detailed guide Who This Book Is For This book is mainly intended for web developers and designers who are comfortable with CSS and HTML. If you are someone with some experience with CSS, you will find the learning curve of learning Sass syntax to be less steep. Basic knowledge of web development is helpful but you don't have to be a programmer to understand Sass. What You Will Learn Spend less time debugging code Compile Sass code into readable and maintainable CSS Integrate Sass in your own projects Reuse your code to prevent code duplications Write reusable and portable CSS code Make use of pre-built and established code written by other developers Reduce development and maintenance time of your projects Set up a development environment with Gulp In Detail Sass and Compass Designer's Cookbook helps you to get most out of CSS3 and harness its benefits to create engaging and receptive applications. This book will help you develop faster and reduce the maintenance time for your web development projects by using Sass and Compass. You will learn how to use with CSS frameworks such as Bootstrap and Foundation and understand how to use other libraries of pre-built mixins. You will also learn setting up a development environment with Gulp. This book guides you through all the concepts and gives you practical examples for full understanding. Style and approach This book is the perfect mix of essential theory combined with real-life examples and problems, with clear explanations of the more sophisticated Sass concepts. Learn Sass and Compass with practical and well-explained example code. This book follows a problem and solution approach that is convenient to understand and follow.
Mastering Python
¥71.93
Master the art of writing beautiful and powerful Python by using all of the features that Python 3.5 offers About This Book Become familiar with the most important and advanced parts of the Python code style Learn the trickier aspects of Python and put it in a structured context for deeper understanding of the language Offers an expert's-eye overview of how these advanced tasks fit together in Python as a whole along with practical examples Who This Book Is For Almost anyone can learn to write working * and create high quality code but they might lack a structured understanding of what it means to be 'Pythonic'. If you are a Python programmer who wants to code efficiently by getting the syntax and usage of a few intricate Python techniques exactly right, this book is for you. What You Will Learn Create a virtualenv and start a new project Understand how and when to use the functional programming paradigm Get familiar with the different ways the decorators can be written in Understand the power of generators and coroutines without digressing into lambda calculus Create metaclasses and how it makes working with Python far easier Generate HTML documentation out of documents and code using Sphinx Learn how to track and optimize application performance, both memory and cpu Use the multiprocessing library, not just locally but also across multiple machines Get a basic understanding of packaging and creating your own libraries/applications In Detail Python is a dynamic programming language. It is known for its high readability and hence it is often the first language learned by new programmers. Python being multi-paradigm, it can be used to achieve the same thing in different ways and it is compatible across different platforms. Even if you find writing Python code easy, writing code that is efficient, easy to maintain, and reuse is not so straightforward. This book is an authoritative guide that will help you learn new advanced methods in a clear and contextualised way. It starts off by creating a project-specific environment using venv, introducing you to different Pythonic syntax and common pitfalls before moving on to cover the functional features in Python. It covers how to create different decorators, generators, and metaclasses. It also introduces you to functools.wraps and coroutines and how they work. Later on you will learn to use asyncio module for asynchronous clients and servers. You will also get familiar with different testing systems such as py.test, doctest, and unittest, and debugging tools such as Python debugger and faulthandler. You will learn to optimize application performance so that it works efficiently across multiple machines and Python versions. Finally, it will teach you how to access C functions with a simple Python call. By the end of the book, you will be able to write more advanced *s and take on bigger challenges. Style and Approach This book is a comprehensive guide that covers advanced features of the Python language, and communicate them with an authoritative understanding of the underlying rationale for how, when, and why to use them.
Web Design Blueprints
¥71.93
Build websites and applications using the latest techniques in modern web development About This Book Create amazing modern day applications that run seamlessly across multiple platforms Implement multiple methodologies by creating different apps with dynamic features This unique project-based guide will help you build your own websites efficiently Who This Book Is For This book is a must-have for web developers who want to stay on top of the latest trends in web app and site development. If you are a web developer who is already familiar with HTML, CSS, and functional JavaScript, and you want to learn the latest trends in web development, this is the book for you. What You Will Learn Find out how to create responsive websites Create websites using the principals of Flat design Create deep-dive sites using parallax scrolling Discover how to use Ajax in single-page applications Create responsive navigation with CSS and JavaScript Create responsive padding with the box model property In Detail The book delivers simple instructions on how to design and build modern Web using the latest trends in web development. You will learn how to design responsive websites, created with modern Flat User Interface design patterns, build deep-scrolling websites with parallax 3D effects, and roll-your-own single-page applications. Finally, you'll work through an awesome chapter that combines them all. Each chapter features actual lines of code that you can apply right away. Style and Approach Using real-world examples, Web Design Blueprints presents practical how-to projects for site enhancements, with a light-hearted, easy-to-understand tone. This book has individual projects that cumulate until you finally build a super-project at the end, using all the skills learned
Sitecore Cookbook for Developers
¥90.46
Over 70 incredibly effective and practical recipes to get you up and running with Sitecore development About This Book Build enterprise-level rich websites quickly and deliver the best possible content management to your website Get maximum usage of functionalities like different user interfaces, workflow, publishing, search, analytics, etc and learn different rendering techniques using presentation components for data bindings, events, handlers, schedulers, media, etc. Add a surprising amount of functionality just by customizing the Sitecore architecture through the best practices contained in this book Who This Book Is For If you are a Sitecore developer or a programmer who wants to expand your Sitecore development skills, this book is ideal for you. You will need working knowledge of ASP.NET WebForms or MVC, as well as HTML, and a basic knowledge of Sitecore installation. What You Will Learn Create, access, and personalize your website content using different Sitecore presentation components Learn how to extend the presentation components to fulfill some real-life requiremnts such as improving the site’s performance, generating Rss feeds and so on Work with multiple websites on a single Sitecore instance and create multilingual websites Customize the Sitecore interfaces as per your business requirements to provide easier and error-free user interface to content authors to save time and improve accuracy Customize the Sitecore backend architecture as per your business needs Automate tasks and achieve scalability by altering the development and configuration settings Integrate external systems with Sitecore to import or export content and secure user interactions Integrate the advanced features of analytics and personalization, to get the best possible customer experience and generate its reports In Detail This book will get you started on building rich websites, and customizing user interfaces by creating content management applications quickly. It will give you an insight into web designs and how to customize the Sitecore architecture as per your website's requirements using best practices. Packed with over 70 recipes to help you achieve and solve real-world common tasks, requirements, and the problems of content management, content delivery, and publishing instance environments. It also presents recipes on Sitecore’s backend processes of customizing pipelines, creating custom event handler and media handler, setting hooks to interpret foreign language URL and more. Other topics covered include creating a workflow action, publishing sublayouts and media files, securing your environment by customizing user profiles and access rights, boosting search capabilities, optimising performance, scalability and high-availability of Sitecore instances and much more. By the end of this book, you will have be able to add virtually limitless features to your websites by developing and deploying Sitecore efficiently. Style and approach This easy-to-follow guide is full of hands-on recipes on real-world development tasks to improve your existing Sitecore system. Each topic is presented with its benefits and detailed steps to achieve it through well-explained code and images.
3D Printing Designs: Design an SD Card Holder
¥35.96
Learn how to design 3D-printed objects that work in the real world About This Book This book shows you how to design from a reference to physical objects that can be easily represented by simple basic objects in Blender (cube, cylinder, sphere, and so on) by measuring them This is the only book on the market that shows you how to take your first steps to create 3D printed objects that are able to interact with existing objects Learn how to utilize Blender's functionality to make your designs more precise and accurate Who This Book Is For Reader will have basic knowledge of Blender and 3D Printing, and will have probably already made something simple. They will be interested in printing their first object. What You Will Learn Gain techniques to accurately measure the objects with rules, manual calipers, and digital calipers Break down complex geometries into multiple simple shapes and model them in layers using Blender Scale and re-scale a model to fit based on volume or size constraints See how to multishell geometries and auto-intersections using the Boolean Modifier In Detail Want to model a 3D printed prototype of an object that needs to be replaced or brokenThis book will teach you how to accurately measure objects in the real world with a few basic measuring techniques and how to create an object for 3D printing around the objects measured. In this book, you'll learn to identify basic shapes from a given object, use Vernier and Digital calipers and grid paper tracing techniques to derive measurements for the objects. With the help of measurements, you'll see to model these objects using Blender, organize the parts into layers, and later combine them to create the desired object, which in this book is a 3D printable SD card holder ring that fits your finger. Style and approach This book will be an easy-to-follow guide to learn the methods of scaling, precise measurements, and accurate designing. Using a step-by-step approach, this book will guide you on your journey to model different parts of a complex object and later combine them to create 3D printed objects that work in the real world.
Troubleshooting NetScaler
¥80.65
Gain essential knowledge and keep your NetScaler environment in top form About This Book Learn how the main features - Load Balancing, Content Switching, GSLB, SSL offloading, AAA, AppFirewall, and Gateway work under the hood using vividly explained flows and traces Explore the NetScaler layout and the various logs, tools and methods available to help you when it’s time to debug An easy-to-follow guide, which will walk you through troubleshooting common issues in your NetScaler environment Who This Book Is For This book is aimed at NetScaler administrators who have a basic understanding of the product but are looking for deeper exposure and guidance in identifying and fixing issues to keep their application environment performing optimally. What You Will Learn Troubleshoot traffic management features such as load balancing, SSL, GSLB and content switching Identify issues with caching and compression Deal with authentication issues when using LDAP, RADIUS, certificates, Kerberos and SAML Diagnose NetScaler high availability and networking issues Explore how application firewall protections work and how to avoid false positives Learn about NetScaler Gateway integration issues with XenApp, XenDesktop, and XenMobile Deal with NetScaler system-level issues Discover the NetScaler troubleshooting tools In Detail NetScaler is a high performance Application Delivery Controller (ADC). Making the most of it requires knowledge that straddles the application and networking worlds. As an ADC owner you will also likely be the first person to be solicited when your business applications fail. You will need to be quick in identifying if the problem is with the application, the server, the network, or NetScaler itself. This book provides you with the vital troubleshooting knowledge needed to act fast when issues happen. It gives you a thorough understanding of the NetScaler layout, how it integrates with the network, and what issues to expect when working with the traffic management, authentication, NetScaler Gateway and application firewall features. We will also look at what information to seek out in the logs, how to use tracing, and explore utilities that exist on NetScaler to help you find the root cause of your issues. Style and approach This helpful guide to troubleshooting NetScaler is delivered in a comprehensive and easy-to-follow manner. The topics in the book adopt a step-by-step approach.
Android Sensor Programming By Example
¥71.93
Take your Android applications to the next level of interactivity by exploring the wide variety of Android sensors About This Book Get a thorough understanding of the fundamentals and framework of Android sensors. Acquire knowledge of advance sensor programming, and learn how to connect and use sensors in external devices such as the Android Watch, Polar heart rate monitors, Adidas speed cells, and so on. Learn from real-world sensor-based applications such as the Pedometer app to detect daily steps, the Driving app to detect driving events, and the Professional Fitness tracker app to track heart rate, weight, daily steps, calories burned, and so on. Who This Book Is For This book is targeted at Android developers who want to get a good understanding of sensors and write sensor-based applications, or who want to enhance their existing applications with additional sensor functionality. A basic knowledge of Android development is required What You Will Learn Learn about sensor fundamentals, different types of sensors, and the sensor co-ordinate system Understand the various classes, callbacks, and APIs of the Android Sensor framework Check all the available sensors on an Android device and know their individual capabilities—for example, their range of values, power consumption, and so on. Implement sensor fusion using two or more sensors together and learn to compensate for the weakness of one sensor by using the strength of another Build a variety of sensor based, real-world applications such as Weather, Pedometer, Compass, Driving Events Detection, Fitness Tracker, and so on. Get to know about wake up and non-wake up sensors, wake locks, and how to use sensor batch processing along with the sensor hardware FIFO queue Develop efficient battery and processor algorithms using raw sensor data to solve real-world problems Connect to a variety of remote sensors such as body weight measurement and body fat percentage measurement using the Google Fit platform from your Android app In Detail Android phones available in today’s market have a wide variety of powerful and highly precise sensors. Interesting applications can be built with them such as a local weather app using weather sensors, analyzing risky driving behavior using motion sensors, a fitness tracker using step-counter sensors, and so on. Sensors in external devices such as Android Watch, Body Analyzer & Weight Machine, Running Speed Cell, and so on can also be connected and used from your Android app running on your phone. Moving further, this book will provide the skills required to use sensors in your Android applications. It will walk you through all the fundamentals of sensors and will provide a thorough understanding of the Android Sensor Framework. You will also get to learn how to write code for the supportive infrastructure such as background services, scheduled and long running background threads, and databases for saving sensor data. Additionally, you will learn how to connect and use sensors in external devices from your Android app using the Google Fit platform. By the end of the book, you will be well versed in the use of Android sensors and programming to build interactive applications. Style and approach A step-by-step and easy-to-follow guide that focuses on utilizing sensors to perform certain tasks. After covering the fundamentals in the first chapter, the book develops the concepts by building a real-world, sensor-based application in subsequent chapters.
Negotiation Skills in 7 simple steps
¥61.51
7 simple steps to flawless negotiations A successful negotiation results in a win-win agreement for both parties. But where do you start if you’re up against people or organisations with conflicting objectives? Or people who are just downright difficult? Getting what you want requires determination and tact. You need to be assertive but know when to compromise. We’ll help you refine your persuasive skills through verbal and non-verbal communication. We’ll show you how to identify and understand the key issues, distinguish between needs and interests and come to an agreement that benefits everyone. With our 7 simple steps you’ll be a pro in no time.
Get that Job in 7 simple steps
¥61.51
7 simple steps to help you find your perfect job Kickstart your job applications and get the job you want. If you’re new to the job market, back for a restart, or want a change of scene, we’ll help you target what you want and show you how to get there. The job market is tougher than ever, and making a great first impression is everything. We’ll debunk the myths of applying for jobs, help get your CV into shape and prepare you for the interview. Just make sure you get there on time (that bit’s up to you).
Amazing Leaders: A2 (Collins Amazing People ELT Readers)
¥42.67
The inspiring stories of 6 people who changed history. Contents: Gaius Julius Caesar, the powerful Roman leader Queen Elizabeth I who ruled England for 45 years George Washington, the first president of the USA King Louis XVI, the last king of France Winston Churchill who led Britain in the Second World War Che Guevara, the Argentinian doctor who fought for revolution BRITISH ENGLISH Word count: 18,924 Headword count: 1,654 Each book includes a free CD with a full recording of each story. PLUS: visit www.collinselt.com/readers for videos, teacher resources and self-study materials. This book is Level 4 in the Collins ELT Readers series. Level 4 is equivalent to CEF level B2. About the Amazing People series: A unique opportunity for learners of English to read about the exceptional lives and incredible abilities of some of the most insightful people the world has seen. Each book contains six short stories, told by the characters themselves, as if in their own words. The stories explain the most significant parts of each character’s life, giving an insight into how they came to be such an important historic figure. After each story, a timeline presents the most major events in their life in a clear and succinct fashion. The timeline is ideal for checking comprehension or as a basis for project work or further research. Created in association with The Amazing People Club. About Collins ELT Readers: Collins ELT Readers are divided into four levels: Level 1 - elementary (A2) Level 2 - pre-intermediate (A2–B1) Level 3 - intermediate (B1) Level 4 - upper intermediate (B2) Each level is carefully graded to ensure that the learner both enjoys and benefits from their reading experience.
Amazing Entrepreneurs & Business People: A2
¥42.67
The inspiring stories of 6 people who changed history. Contents: Mayer Amschel Rothschild who started a bank which made his family rich Cornelius Vanderbilt who became one of the richest people in the USA W. K. Kellogg who started the world’s biggest cereal company Elizabeth Arden who built the Elizabeth Arden cosmetics company Walt Disney who started the famous entertainment company Soichiro Honda who started the Honda motorbike and car company BRITISH ENGLISH Word count: 6,901 Headword count: 623 Each book includes a free CD with a full recording of each story. PLUS: visit www.collinselt.com/readers for videos, teacher resources and self-study materials. This book is Level 1 in the Collins ELT Readers series. Level 1 is equivalent to CEF level A2. About the Amazing People series: A unique opportunity for learners of English to read about the exceptional lives and incredible abilities of some of the most insightful people the world has seen. Each book contains six short stories, told by the characters themselves, as if in their own words. The stories explain the most significant parts of each character’s life, giving an insight into how they came to be such an important historic figure. After each story, a timeline presents the most major events in their life in a clear and succinct fashion. The timeline is ideal for checking comprehension or as a basis for project work or further research. Created in association with The Amazing People Club. About Collins ELT Readers: Collins ELT Readers are divided into four levels: Level 1 - elementary (A2) Level 2 - pre-intermediate (A2–B1) Level 3 - intermediate (B1) Level 4 - upper intermediate (B2) Each level is carefully graded to ensure that the learner both enjoys and benefits from their reading experience.
Amazing Women: A2 (Collins Amazing People ELT Readers)
¥42.67
The inspiring stories of 6 people who changed history. Contents: Harriet Tubman, the slave who helped hundreds of other slaves to escape Emmeline Pankhurst who wanted women to be able to vote Maria Montessori, the doctor who found a new way to teach children Helen Keller, the deaf and blind woman who became a famous teacher Eva Perón, the actress who helped poor and sick people in Argentina Nancy Wake, the Second World War spy BRITISH ENGLISH Word count: 7,001 Headword count: 665 Each book includes a free CD with a full recording of each story. PLUS: visit www.collinselt.com/readers for videos, teacher resources and self-study materials. This book is Level 1 in the Collins ELT Readers series. Level 1 is equivalent to CEF level A2. About the Amazing People series: A unique opportunity for learners of English to read about the exceptional lives and incredible abilities of some of the most insightful people the world has seen. Each book contains six short stories, told by the characters themselves, as if in their own words. The stories explain the most significant parts of each character’s life, giving an insight into how they came to be such an important historic figure. After each story, a timeline presents the most major events in their life in a clear and succinct fashion. The timeline is ideal for checking comprehension or as a basis for project work or further research. Created in association with The Amazing People Club. About Collins ELT Readers: Collins ELT Readers are divided into four levels: Level 1 - elementary (A2) Level 2 - pre-intermediate (A2–B1) Level 3 - intermediate (B1) Level 4 - upper intermediate (B2) Each level is carefully graded to ensure that the learner both enjoys and benefits from their reading experience.
Amazing Philanthropists: B1 (Collins Amazing People ELT Readers)
¥42.67
The inspiring stories of 6 people who changed history. Contents: Alfred Nobel, creator of the Nobel Prize Andrew Carnegie, the businessman who built libraries for poor people John D. Rockefeller who made money from oil and gave it all away Thomas Barnardo who created homes for poor children Henry Wellcome who used his money for medical research Madam C. J. Walker who gave her money to the African-American community BRITISH ENGLISH Word count: 13,950 Headword count: 1179 Each book includes a free CD with a full recording of each story. PLUS: visit www.collinselt.com/readers for videos, teacher resources and self-study materials. This book is Level 3 in the Collins ELT Readers series. Level 3 is equivalent to CEF level B1. About the Amazing People series: A unique opportunity for learners of English to read about the exceptional lives and incredible abilities of some of the most insightful people the world has seen. Each book contains six short stories, told by the characters themselves, as if in their own words. The stories explain the most significant parts of each character’s life, giving an insight into how they came to be such an important historic figure. After each story, a timeline presents the most major events in their life in a clear and succinct fashion. The timeline is ideal for checking comprehension or as a basis for project work or further research. Created in association with The Amazing People Club. About Collins ELT Readers: Collins ELT Readers are divided into four levels: Level 1 - elementary (A2) Level 2 - pre-intermediate (A2–B1) Level 3 - intermediate (B1) Level 4 - upper intermediate (B2) Each level is carefully graded to ensure that the learner both enjoys and benefits from their reading experience.
Amazing Writers: B2 (Collins Amazing People ELT Readers)
¥42.67
The inspiring stories of 6 people who changed history. Contents: Geoffrey Chaucer, writer of the first great works of English Literature William Shakespeare, writer of the greatest plays in history Charles Dickens who wanted to make England a better place Victor Hugo, the French writer who cared about the poor Leo Tolstoy, the man who wrote War and Peace Rudyard Kipling who wrote The Jungle Book and won a Nobel Prize BRITISH ENGLISH Word count: 12,886 Headword count: 1,039 Each book includes a free CD with a full recording of each story. PLUS: visit www.collinselt.com/readers for videos, teacher resources and self-study materials. This book is Level 3 in the Collins ELT Readers series. Level 3 is equivalent to CEF level B1. About the Amazing People series: A unique opportunity for learners of English to read about the exceptional lives and incredible abilities of some of the most insightful people the world has seen. Each book contains six short stories, told by the characters themselves, as if in their own words. The stories explain the most significant parts of each character’s life, giving an insight into how they came to be such an important historic figure. After each story, a timeline presents the most major events in their life in a clear and succinct fashion. The timeline is ideal for checking comprehension or as a basis for project work or further research. Created in association with The Amazing People Club. About Collins ELT Readers: Collins ELT Readers are divided into four levels: Level 1 – elementary (A2) Level 2 – pre-intermediate (A2–B1) Level 3 – intermediate (B1) Level 4 – upper intermediate (B2) Each level is carefully graded to ensure that the learner both enjoys and benefits from their reading experience.
Amazing Performers: A2 (Collins Amazing People ELT Readers)
¥42.67
The inspiring stories of 5 people who changed history. Contents: Glenn Miller, the leader of the most famous big band in the USA Pérez Prado, the Cuban musician who was known as ‘the King of Mambo’ Ella Fitzgerald, the most popular female jazz singer in the USA Luciano Pavarotti, one of the world’s best opera singers John Lennon, member of the famous band The Beatles BRITISH ENGLISH Word count: 7,530 Headword count: 687 Each book includes a free CD with a full recording of each story. PLUS: visit www.collinselt.com/readers for videos, teacher resources and self-study materials. This book is Level 1 in the Collins ELT Readers series. Level 1 is equivalent to CEF level A2. About the Amazing People series: A unique opportunity for learners of English to read about the exceptional lives and incredible abilities of some of the most insightful people the world has seen. Each book contains six short stories, told by the characters themselves, as if in their own words. The stories explain the most significant parts of each character’s life, giving an insight into how they came to be such an important historic figure. After each story, a timeline presents the most major events in their life in a clear and succinct fashion. The timeline is ideal for checking comprehension or as a basis for project work or further research. Created in association with The Amazing People Club. About Collins ELT Readers: Collins ELT Readers are divided into four levels: Level 1 - elementary (A2) Level 2 - pre-intermediate (A2–B1) Level 3 - intermediate (B1) Level 4 - upper intermediate (B2) Each level is carefully graded to ensure that the learner both enjoys and benefits from their reading experience.
Amazing Scientists: B1 (Collins Amazing People ELT Readers)
¥42.67
The inspiring stories of 6 people who changed history. Contents: Antoine Lavoisier who wrote the first modern chemistry textbook Humphry Davy who discovered ‘laughing gas’ Charles Darwin who changed people’s ideas with his theory of evolution Gregor Mendel who first discovered the science of genetics Louis Pasteur who saved millions of lives by killing germs Francis Crick who helped to discover the structure of DNA BRITISH ENGLISH Word count: 13,021 Headword count: 1,064 Each book includes a free CD with a full recording of each story. PLUS: visit www.collinselt.com/readers for videos, teacher resources and self-study materials. This book is Level 3 in the Collins ELT Readers series. Level 3 is equivalent to CEF level B1. About the Amazing People series: A unique opportunity for learners of English to read about the exceptional lives and incredible abilities of some of the most insightful people the world has seen. Each book contains six short stories, told by the characters themselves, as if in their own words. The stories explain the most significant parts of each character’s life, giving an insight into how they came to be such an important historic figure. After each story, a timeline presents the most major events in their life in a clear and succinct fashion. The timeline is ideal for checking comprehension or as a basis for project work or further research. Created in association with The Amazing People Club. About Collins ELT Readers: Collins ELT Readers are divided into four levels: Level 1 - elementary (A2) Level 2 - pre-intermediate (A2–B1) Level 3 - intermediate (B1) Level 4 - upper intermediate (B2) Each level is carefully graded to ensure that the learner both enjoys and benefits from their reading experience.
Smith of Wootton Major
¥73.58
A charming new pocket edition of one of Tolkien’s major pieces of short fiction, and his only finished work dating from after publication of The Lord of the Rings. What began as a preface to The Golden Key by George MacDonald eventually grew into this charming short story, so named by Tolkien to suggest an early work by P.G. Wodehouse. Composed almost a decade after The Lord of the Rings, and when his lifelong occupation with the ‘Silmarillion’ was winding down, Smith of Wootton Major was the product of ripened experience and reflection. It was published in 1967 as a small hardback, complete with charming black and white illustrations by Pauline Baynes, and would be the last work of fiction to be published in Tolkien’s own lifetime. Now, almost 50 years on, this enchanting tale of a wanderer who finds his way into the perilous realm of Faery is being published once again as a pocket hardback. Contained here are many intriguing links to the world of Middle-earth, as well as to Tolkien’s other tales, and this new edition is enhanced with a facsimile of the illustrated first edition, a manu* of Tolkien’s early draft of the story, notes and an alternate ending, and a lengthy essay on the nature of Faery.
Valerie’s Story (Individual stories from WISH YOU WERE HERE!, Book 3)
¥11.77
One of seven touching true stories from Wish You Were Here!, the tale of Butlin’s holiday camps. ‘When I got to the camp I felt as if I’d suddenly walked into Utopia – it was so colourful, so warm, so friendly. There were lights across the roads, there were banners fluttering in the breeze… There seemed to be laughter coming from every building.’ With grey post-WWII skies hanging low over Britain, factories lining the streets and smoke stacks dotting the horizon, there was one way that ordinary families could escape: the ever-cheerful holiday camps of Butlin’s. When Billy Butlin founded his holiday camps in 1936, they were bastions of community spirit and havens of luxury. Here, for one week, wives and mothers were freed from the toil and drudgery of housework, children ran free through the grounds, fathers and husbands hung up their work clothes. Ever-helpful redcoats were on hand all hours of the day, dinner halls ready with plentiful food for old and young alike, bars stocked to quench any level of thirst, ballrooms waiting to be flooded with shiny shoes, rustling dresses and peals of laughter. And, as the sun went down on another exhausting, happy day, a chorus line was ready to sing holidaymakers back to their beds. Rich in period detail and highly evocative, Wish You Were Here! follows the lives of seven of the camps’ key figures through the highs and lows of the holiday season: from redcoats searching for stardom to young families who returned year after year, to pensioners who rediscovered an inner youth. The laughter and tears, the loves and losses, and the fun and friendships that have lasted a lifetime – it's all here. Funny, moving and heartwarming, they are tales of swimming pools and sing-a-longs, Glamorous Grannies and bicycle rides, and of a community spirit that burned brightly in a much-loved British institution.

购物车
个人中心

