![Learning Puppet Security](http://img61.ddimg.cn/digital/product/13/3/1900491303_ii_cover.jpg?version=1a73e3ef-358d-4b4c-b290-7ded4798becd)
Learning Puppet Security
¥71.93
If you are a security professional whose workload is increasing, or a Puppet professional looking to increase your knowledge of security, or even an experienced systems administrator, then this book is for you. This book will take you to the next level of security automation using Puppet. The book requires no prior knowledge of Puppet to get started.
![FreeSWITCH 1.6 Cookbook](http://img61.ddimg.cn/digital/product/14/5/1900491405_ii_cover.jpg?version=c3f258f8-575a-446e-abe8-0d3a7e2b8c9b)
FreeSWITCH 1.6 Cookbook
¥71.93
FreeSWITCH 1.6 Cookbook is written for anyone who wants to learn more about using FreeSWITCH in production. The information is presented in such a way that you can get up and running quickly. The cookbook approach eschews much of the foundational concepts, and instead focuses on discrete examples that illustrate specific features. If you need to implement a particular feature as quickly as possible, then this book is for you.
![Getting Started with Citrix Provisioning Services 7.0](http://img60.ddimg.cn/digital/product/12/24/1900491224_ii_cover.jpg?version=43d8639c-4868-4eaf-9615-d7080b64f23b)
Getting Started with Citrix Provisioning Services 7.0
¥71.93
This practical guide helps you to administer Citrix Provisioning Services. Each chapter is structured in way to help you easily understand the various features, with accompanying practical examples that help beginners to quickly understand the product. This book is a useful guide for an admin/engineer who is new to the Citrix virtualization solution and provisioning service, and who is looking to get a good grounding in Citrix PVS. It’s assumed that you will have some understanding of the basics of virtualization already, but that's all you need to know!
![Responsive Web Design with HTML5 and CSS3 - Second Edition](http://img61.ddimg.cn/digital/product/14/41/1900491441_ii_cover.jpg?version=a9f52154-b165-4299-ae76-a0af43a93f9e)
Responsive Web Design with HTML5 and CSS3 - Second Edition
¥71.93
Are you writing two websites: one for mobile and one for larger displaysOr perhaps you've already implemented your first RWD but are struggling to bring it all togetherIf so, this book gives you everything you need to take your websites to the next level. Some HTML and CSS knowledge will help; everything else you need is included in the book.
![Getting Started with PowerShell](http://img61.ddimg.cn/digital/product/14/48/1900491448_ii_cover.jpg?version=1a8d5bc2-a707-431e-be50-e0860295444f)
Getting Started with PowerShell
¥71.93
This book is intended for Windows administrators or DevOps users who need to use PowerShell to automate tasks. Whether you know nothing about PowerShell or know just enough to get by, this guide will give you what you need to take your *ing to the next level.
![Learning AndEngine](http://img62.ddimg.cn/digital/product/9/82/1900490982_ii_cover.jpg?version=6b8f9d28-4046-445c-97e7-22a4c617ef3d)
Learning AndEngine
¥71.93
If you are a beginner to AndEngine, or mobile game development in general, and you are looking for a simple way to start making games for Android, this book is for you. You should already know the basics of Java programming, but no previous game development experience is required.
![jQuery for Designers Beginner's Guide: Second Edition](http://img61.ddimg.cn/digital/product/10/56/1900491056_ii_cover.jpg?version=d64f7409-6a9e-462d-9779-269bc2f89a56)
jQuery for Designers Beginner's Guide: Second Edition
¥71.93
A step-by-step guide that spices up your web pages and designs them in the way you want using the most widely used JavaScript library, jQuery. The beginner-friendly and easy-to-understand approach of the book will help get to grips with jQuery in no time. If you know the fundamentals of HTML and CSS, and want to extend your knowledge by learning to use JavaScript, then this is just the book for you. jQuery makes JavaScript straightforward and approachable – you'll be surprised at how easy it can be to add animations and special effects to your beautifully designed pages.
![Learning Primefaces' Extensions Development](http://img60.ddimg.cn/digital/product/11/65/1900491165_ii_cover.jpg?version=7243715d-8c87-4716-9cda-18861c145cc5)
Learning Primefaces' Extensions Development
¥71.93
This book provides a step by step approach that explains the most important extension components and their features. All the major features are explained by using the JobHub application with supporting screenshots. If you are an intermediate to advanced level user (or developer) who already has a basic working knowledge of PrimeFaces, then this book is for you. The only thing you need to know is Java Server Faces(JSF).
![Cucumber Cookbook](http://img61.ddimg.cn/digital/product/13/62/1900491362_ii_cover.jpg?version=16c9b0e0-b071-4949-ac42-d9e3494914df)
Cucumber Cookbook
¥71.93
This book is intended for business and development personnel who want to use Cucumber for behavior-driven development and test automation. Readers with some familiarity with Cucumber will find this book of most benefit. Since the main objective of this book is to create test automation frameworks, previous experience in automation will be helpful.
![Using Yocto Project with BeagleBone Black](http://img60.ddimg.cn/digital/product/13/99/1900491399_ii_cover.jpg?version=2fecc0ff-55d5-4aa6-a70f-1cb84f122cf1)
Using Yocto Project with BeagleBone Black
¥71.93
This book is ideal for system developers with knowledge and experience of embedded systems. Knowledge of BeagleBone Black is assumed, while no knowledge of Yocto Project build system is necessary.
![Test-Driven JavaScript Development](http://img60.ddimg.cn/digital/product/56/91/1900535691_ii_cover.jpg?version=de3270b6-b3cf-4d32-bdea-aad397679f44)
Test-Driven JavaScript Development
¥71.93
Learn JavaScript test-driven development using popular frameworks and tools About This Book Learn the life cycle of TDD and its importance in real-world application Gain knowledge about popular tools and analyze features, syntax, and how they help in JavaScript testing Implement test-driven programming exercises using the practical code examples Who This Book Is For If you have an intermediate knowledge of HTML, CSS, and JavaScript and want to learn how and why the test-driven development approach is better for your assignments, then this book is for you. What You Will Learn Basic TDD fundamentals, life cycle, and benefits Become acquainted with the concepts and elements of unit testing and writing basic unit tests for JavaScript Understand the way JsUnit, Qunit, Karma and DalekJs work Use the Jasmine framework Interpret feature detection and devise tests specific to cross-browser compatibility Integrate jsTestDriver with Eclipse and run tests with jsTestDriver Explore re-factoring, adding and notifying observers Understand test-driven development in case of server-side JS In Detail Initially, all processing used to happen on the server-side and simple output was the response to web browsers. Nowadays, there are so many JavaScript frameworks and libraries created that help readers to create charts, animations, simulations, and so on. By the time a project finishes or reaches a stable state, so much JavaScript code has already been written that changing and maintaining it further is tedious. Here comes the importance of automated testing and more specifically, developing all that code in a test-driven environment. Test-driven development is a methodology that makes testing the central part of the design process – before writing code developers decide upon the conditions that code must meet to pass a test. The end goal is to help the readers understand the importance and process of using TDD as a part of development. This book starts with the details about test-driven development, its importance, need, and benefits. Later the book introduces popular tools and frameworks like YUI, Karma, QUnit, DalekJS, JsUnit and goes on to utilize Jasmine, Mocha, Karma for advanced concepts like feature detection, server-side testing, and patterns. We are going to understand, write, and run tests, and further debug our programs. The book concludes with best practices in JavaScript testing. By the end of the book, the readers will know why they should test, how to do it most efficiently, and will have a number of versatile tests (and methods for devising new tests) to get to work immediately. Style and approach Easy-to-follow guide with suitable examples for developing JavaScript code in the test-Driven environment, with popular tools and frameworks. User experience and statements are also included to help readers make a better choice of tool for real-world projects.
![Python Business Intelligence Cookbook](http://img60.ddimg.cn/digital/product/56/94/1900535694_ii_cover.jpg?version=6a865f2c-881e-4bc4-8c6d-0f2653d78a2b)
Python Business Intelligence Cookbook
¥71.93
Leverage the computational power of Python with more than 60 recipes that arm you with the required skills to make informed business decisions About This Book Want to minimize risk and optimize profits of your businessLearn to create efficient analytical reports with ease using this highly practical, easy-to-follow guide Learn to apply Python for business intelligence tasks—preparing, exploring, analyzing, visualizing and reporting—in order to make more informed business decisions using data at hand Learn to explore and analyze business data, and build business intelligence dashboards with the help of various insightful recipes Who This Book Is For This book is intended for data analysts, managers, and executives with a basic knowledge of Python, who now want to use Python for their BI tasks. If you have a good knowledge and understanding of BI applications and have a “working” system in place, this book will enhance your toolbox. What You Will Learn Install Anaconda, MongoDB, and everything you need to get started with your data analysis Prepare data for analysis by querying cleaning and standardizing data Explore your data by creating a Pandas data frame from MongoDB Gain powerful insights, both statistical and predictive, to make informed business decisions Visualize your data by building dashboards and generating reports Create a complete data processing and business intelligence system In Detail The amount of data produced by businesses and devices is going nowhere but up. In this scenario, the major advantage of Python is that it's a general-purpose language and gives you a lot of flexibility in data structures. Python is an excellent tool for more specialized analysis tasks, and is powered with related libraries to process data streams, to visualize datasets, and to carry out scientific calculations. Using Python for business intelligence (BI) can help you solve tricky problems in one go. Rather than spending day after day scouring Internet forums for “how-to” information, here you’ll find more than 60 recipes that take you through the entire process of creating actionable intelligence from your raw data, no matter what shape or form it’s in. Within the first 30 minutes of opening this book, you’ll learn how to use the latest in Python and NoSQL databases to glean insights from data just waiting to be exploited.< We’ll begin with a quick-fire introduction to Python for BI and show you what problems Python solves. From there, we move on to working with a predefined data set to extract data as per business requirements, using the Pandas library and MongoDB as our storage engine. Next, we will analyze data and perform transformations for BI with Python. Through this, you will gather insightful data that will help you make informed decisions for your business. The final part of the book will show you the most important task of BI—visualizing data by building stunning dashboards using Matplotlib, PyTables, and iPython Notebook. Style and approach This is a step-by-step guide to help you prepare, explore, analyze and report data, written in a conversational tone to make it easy to grasp. Whether you’re new to BI or are looking for a better way to work, you’ll find the knowledge and skills here to get your job done efficiently.
![Windows Phone 7.5 Data Cookbook](http://img61.ddimg.cn/digital/product/94/35/1900489435_ii_cover.jpg?version=1f422677-427c-40ba-b93a-50523df10afc)
Windows Phone 7.5 Data Cookbook
¥71.93
The book is written in a cookbook style, presenting examples in the style of recipes, allowing you to go directly to your topic of interest, or follow topics throughout a chapter to gain in-depth knowledge. This book is for developers who want to build data-driven apps, or a line of business applications using the Windows Phone platform. It is also useful for developers on other mobile platforms looking to convert their apps to Windows Phone 7.5 Mango. Basic understanding of C#, XAML and Silverlight is required.
![HTML5 Multimedia Development Cookbook](http://img62.ddimg.cn/digital/product/95/56/1900489556_ii_cover.jpg?version=a229139e-b3f9-4563-bcb9-00349ab96ed6)
HTML5 Multimedia Development Cookbook
¥71.93
Written in a cookbook style, this book offers solutions using a recipe based approach. Each recipe contains step-by-step instructions followed by an analysis of what was done in each task and other useful information. Web developers who value the need to stay ahead of the game. This cookbook will give you the edge with practical recipes for wielding this new technology immediately.
![WordPress Top Plugins](http://img60.ddimg.cn/digital/product/97/8/1900489708_ii_cover.jpg?version=4afe9e11-ab8b-4d78-851e-44450266c08d)
WordPress Top Plugins
¥71.93
Regardless of whether this is your first time working with WordPress, or you’re a seasoned WordPress coding ninja, WordPress Top Plugins will walk you through finding and installing the best plugins for generating and sharing content, building communities and reader base, and generating real advertising revenue.
![Moodle 1.9 for Design and Technology](http://img61.ddimg.cn/digital/product/97/83/1900489783_ii_cover.jpg?version=ed1a7aca-e8d8-4640-8a28-e1f24435d051)
Moodle 1.9 for Design and Technology
¥71.93
This book has real-world samples of how to solve problems related to Design and Technology and offers tips on how to enhance the use of Moodle to get the most out of the subject. Worked examples will act as a base from which to build complex and exciting courses for students in all age ranges and abilities. If you are a Design & Technology teacher, teaching assistant, head of department, SMT, or IT technician in school and would like to use Moodle to design, create, or administer a VLE for Design and Technology, this book is for you. You need to know the basics of Moodle for teaching and learning and should have some experience with Design and Technology.
![Mastering phpMyAdmin 3.3.x for Effective MySQL Management](http://img60.ddimg.cn/digital/product/96/95/1900489695_ii_cover.jpg?version=7aceecd8-acb9-4684-89ab-405a500abbd1)
Mastering phpMyAdmin 3.3.x for Effective MySQL Management
¥71.93
This is a step-by-step instructional guide to get you started easily with phpMyAdmin and teach you to manage and perform database functions on your database. You will first be introduced to the interface and then build basic tables and perform both simple and advanced functions on the created database. The book progresses gradually and you will follow it best by reading it sequentially. If you are a developer or system administrator or web designer who wants to manage MySQL databases and tables efficiently, this book is for you. This book assumes you already are well acquainted with MySQL basics. This book is a must-read for every serious phpMyAdmin user who would like to use this outstanding application to its full power.
![Plone 3.3 Site Administration](http://img61.ddimg.cn/digital/product/97/45/1900489745_ii_cover.jpg?version=beaf1850-c0ae-431b-a4e5-faa5958bb34b)
Plone 3.3 Site Administration
¥71.93
This book is a step-by-step tutorial guide, explaining many common and fundamentally important Plone site administration tasks. This book is designed for site administrators, webmasters, or content editors managing a site with Plone. These users will not be new to Plone itself, but they will be new to the site administration tasks. The reader is also expected to know basic Python programming. This book caters to these users, and builds their confidence by helping them to get their Plone sites up, running, and customized with minimal peripheral knowledge.
![PrestaShop 1.3 Theming – Beginner’s Guide](http://img60.ddimg.cn/digital/product/97/49/1900489749_ii_cover.jpg?version=48701a72-a47a-40c9-9c0a-8902d19e4e62)
PrestaShop 1.3 Theming – Beginner’s Guide
¥71.93
This book is packed with step-by-step exercises that illustrate how to explore the different ways to create your themes for PrestaShop. Each chapter begins with an explanation of the topic and provides a quick exercise that can be applied to your theme. All topics are discussed using a simple yet practical approach to ensure that concepts are grasped easily. This book is meant for beginners to PrestaShop who want a hassle-free way to come up with their own themes. If you are a designer who enjoys creative work but does not want to spend too much time exploring the code, this book is for you. This book is also useful for those "layman" online store owners, who want to do their own modifications for their PrestaShop store.
![Object-Oriented Programming in ColdFusion](http://img62.ddimg.cn/digital/product/96/90/1900489690_ii_cover.jpg?version=410467ed-8a1e-4bad-8321-b9147f1afefa)
Object-Oriented Programming in ColdFusion
¥71.93
This book is a fast-paced tutorial to developing ColdFusion applications using an object-oriented programming approach. Complete with code examples that can be altered and applied to your application and careful explanations, this book will guide you through your first interaction with object-oriented programming within your ColdFusion applications. If you are a web developer wanting to implement object-oriented programming with ColdFusion, then this book is for you. If your goal is to get a good grounding in the basics of object-oriented programming concepts, this book is perfect for you. No prior knowledge of object-oriented programming is expected, but basic knowledge of ColdFusion development skills is assumed.
![Agile Web Application Development with Yii1.1 and PHP5](http://img62.ddimg.cn/digital/product/97/39/1900489739_ii_cover.jpg?version=4b9ce7ea-2655-4b60-8601-20fc9807635f)
Agile Web Application Development with Yii1.1 and PHP5
¥71.93
This is a step-by-step tutorial for developing web applications using Yii. This book follows the test-first, incremental, and iterative approach to software development while developing a project task management application called "TrackStar". If you are a PHP programmer with knowledge of object oriented programming and want to rapidly develop modern, sophisticated web applications, then this book is for you. No prior knowledge of Yii is required to read this book.