万本电子书0元读

万本电子书0元读

Maximize Your Investment
Maximize Your Investment
Grady Brett Beaubouef
¥71.93
This book is aimed at enterprise architects, development leads, project managers, business systems analysts, business systems owners, and anyone who wants to implement packaged software effectively. If you are a customer looking to implement COTS software in the future then this book will provide a strategy to maximize your investment. If you are in an internal IT role and you find that your internal software development methodology doesn't quite work for an off-the-shelf business software package then this book will provide you with perspective on how to adjust your approach. If you are an implementation partner looking to minimize the blood, sweat, and tears shed with implementing COTS software then this book will be a guide to filter out obstacles and enable implementation focus.
Talend OpenStudio Cookbook
Talend OpenStudio Cookbook
Rick Barton
¥80.65
Primarily designed as a reference book, simple and effective exercises based upon genuine real-world tasks enable the developer to reduce the time to deliver the results. Presentation of the activities in a recipe format will enable the readers to grasp even the complex concepts with consummate ease.Talend Open Studio Cookbook is principally aimed at relative beginners and intermediate Talend Developers who have used the product to perform some simple integration tasks, possibly via a training course or beginner's tutorials.
Symfony 1.3 Web Application Development
Symfony 1.3 Web Application Development
Tim Bowler
¥71.93
This book is an example driven tutorial that takes you through the process of building Model-View-Controller-based web applications. You will create and develop an online store application. It also covers best practices for better and quicker application development. This book is for PHP web developers who want to get started with Symfony 1.3. If you are already using Symfony 1.0 or are new to Symfony, you will learn how to use it in the best way to produce better applications faster. Basic knowledge of Object Oriented design and ORM will be quite helpful.
Asterisk 1.6
Asterisk 1.6
Barrie Dempster
¥71.93
The book offers readers both a detailed de*ion as well as step by step instructions on deploying software solutions as well as Asterisk configurations. Screenshots are provided in sections to give a visual perspective of the instructions. For Asterisk configurations actual sample code is listed in the book which can be directly inserted into your Asterisk solution.This book is aimed at anyone who is interested in building a powerful telephony system using the free and open source application, Asterisk, without spending many thousands of dollars buying a commercial and often less flexible system. This book is suitable for the novice and those new to Asterisk and telephony. Telephony or Linux experience will be helpful, but not required.
Drupal 6 Search Engine Optimization
Drupal 6 Search Engine Optimization
Ben Finklea
¥80.65
This is a practical, hands-on book based around sound SEO techniques specifically applied to Drupal. Each chapter starts with a brief overview of the important concepts then quickly moves into practical step-by-step actions you can take immediately. Throughout the book, you'll get clear instructions and detailed screenshots, so you can see exactly what to do each step of the way. You will install and configure a selection of Drupal modules – each of which will move you one step closer to optimization. Chapter-by-chapter, your Drupal site will become more optimized so that by the end of the book, your site is 100% ready for Google. This book is written for Drupal site owners and those who create Drupal sites including themers, developers, programmers, and consultants. A basic understanding of Drupal will be helpful: what a node is, how to create nodes, how to log in to the admin sections of your Drupal site, and how to properly install and enable a module. No knowledge of SEO will be assumed but a basic knowledge of search engines is expected.
Joomla! 1.5x Customization: Make Your Site Adapt to Your Needs
Joomla! 1.5x Customization: Make Your Site Adapt to Your Needs
Daniel Chapman
¥80.65
Filled with plenty of examples and careful explanations, this step-by-step guide teaches you to build a sub*ion-based business site with Joomla!. This site will evolve chapter by chapter as you apply the techniques and theory that you are learning to it. You will start by looking at the environment in which you develop, setting yourself up with the right tools to develop a professional site as effectively and efficiently as possible. Then you will move on to setting the purpose of our site, and why it is important to have a clear purpose and goals for your site before you ever even install Joomla!. You will begin to look through choosing, installing and customizing extensions, and proceed to work on your sample sub*ion site as a practical example of the information covered in each chapter. Finally you will look at how to market and monetize your site to ensure the maximum success for your site. This book is written for people with basic knowledge of Joomla! who want to expand their skills and move from simply assembling extensions and installing a template to truly customizing their own site. Readers are expected to have functional knowledge of Joomla! and a very basic understanding of terms such as FTP, PHP, HTML, CSS, JavaScript, even if they have no real knowledge of the workings behind these terms. This book does not cover topics such as installing Joomla! and extensions, or creating content. The ideal reader is one who wishes to build a successful business web site using Joomla! and is interested in making as well as saving money by applying professional tools and techniques to the development, monetization, and marketing of their site. Non-business focussed site owners can still benefit greatly from the book, however, if they wish to add a level of professionalism to their work.
Python Web Penetration Testing Cookbook
Python Web Penetration Testing Cookbook
Cameron Buchanan
¥80.65
This book is for testers looking for quick access to powerful, modern tools and customizable *s to kick-start the creation of their own Python web penetration testing toolbox.
Troubleshooting CentOS
Troubleshooting CentOS
Jonathan Hobson
¥54.49
It is assumed that you will already have a server up and running, you have a good working knowledge of CentOS, and you are comfortable with the concept of working with those services used by your server.
Apache Spark Graph Processing
Apache Spark Graph Processing
Rindra Ramamonjison
¥63.21
Build, process and analyze large-scale graph data effectively with Spark About This Book Find solutions for every stage of data processing from loading and transforming graph data to Improve the scalability of your graphs with a variety of real-world applications with complete Scala code. A concise guide to processing large-scale networks with Apache Spark. Who This Book Is For This book is for data scientists and big data developers who want to learn the processing and analyzing graph datasets at scale. Basic programming experience with Scala is assumed. Basic knowledge of Spark is assumed. What You Will Learn Write, build and deploy Spark applications with the Scala Build Tool. Build and analyze large-scale network datasets Analyze and transform graphs using RDD and graph-specific operations Implement new custom graph operations tailored to specific needs. Develop iterative and efficient graph algorithms using message aggregation and Pregel abstraction Extract subgraphs and use it to discover common clusters Analyze graph data and solve various data science problems using real-world datasets. In Detail Apache Spark is the next standard of open-source cluster-computing engine for processing big data. Many practical computing problems concern large graphs, like the Web graph and various social networks. The scale of these graphs - in some cases billions of vertices, trillions of edges - poses challenges to their efficient processing. Apache Spark GraphX API combines the advantages of both data-parallel and graph-parallel systems by efficiently expressing graph computation within the Spark data-parallel framework. This book will teach the user to do graphical programming in Apache Spark, apart from an explanation of the entire process of graphical data analysis. You will journey through the creation of graphs, its uses, its exploration and analysis and finally will also cover the conversion of graph elements into graph structures. This book begins with an introduction of the Spark system, its libraries and the Scala Build Tool. Using a hands-on approach, this book will quickly teach you how to install and leverage Spark interactively on the command line and in a standalone Scala program. Then, it presents all the methods for building Spark graphs using illustrative network datasets. Next, it will walk you through the process of exploring, visualizing and analyzing different network characteristics. This book will also teach you how to transform raw datasets into a usable form. In addition, you will learn powerful operations that can be used to transform graph elements and graph structures. Furthermore, this book also teaches how to create custom graph operations that are tailored for specific needs with efficiency in mind. The later chapters of this book cover more advanced topics such as clustering graphs, implementing graph-parallel iterative algorithms and learning methods from graph data. Style and approach A step-by-step guide that will walk you through the key ideas and techniques for processing big graph data at scale, with practical examples that will ensure an overall understanding of the concepts of Spark.
ASP.NET 3.5 Social Networking
ASP.NET 3.5 Social Networking
Andrew Siemer
¥90.46
Each chapter starts by showing the user experience we are going to create in the chapter. It then has a section discussing the major design decisions we face in building these features, and finally presents the 'solution' including the overall architecture and highlighting the most important code elements. The book presents a lot of real-world code, with comprehensive explanation and discussion. The full social network application is available for download from the Packt website, for you to examine, study, and modify. This book is written for ASP.NET and C# developers who want to build an enterprise-grade Social Network, either for their own business purposes or as a contract job for another company. The book assumes you have prior experience of developing web applications using ASP.NET 3.5, C# 3.0, SQL Server 2005/2008, and Visual Studio .NET 2008; it focuses on topics that will be of interest to existing developers not on providing step-by-step examples for each detail.
Lighttpd
Lighttpd
Andre Bogus
¥71.93
This book is for System Administrators or Web Developers seeking a lean deployment platform for web applications or who want to switch to a "lighter" web server than Apache.
Business Process Driven SOA using BPMN and BPEL
Business Process Driven SOA using BPMN and BPEL
Kapil Pant
¥107.90
The book provides a well-balanced mixture of theoretical discussion and real-world examples. It explains the concepts and approaches, and describes methodology and notation. It demonstrates these concepts on real-world examples and provides a step-by-step example tutorial that guides readers from business process modeling in BPMN through transformation into BPEL to execution on the SOA process server. It also discusses some key concepts using practical examples and business scenarios around Business Rules Management and Business Activity Monitoring with BPM and SOA. This book is for CIOs, executives, SOA project managers, business process analysts, BPM and SOA architects, who are responsible for improving the efficiency of business processes through IT, or for designing SOA. It provides a high-level coverage of business process modeling, but it also gives practical development examples on how to move from model to execution. We expect the readers to be familiar with the basics of SOA.
Learning Website Development with Django
Learning Website Development with Django
Ayman Hourieh
¥71.93
Being a beginner's guide this book has a very simple and clear approach. It is a practical guide that will help you learn the features of Django and help you build a dynamic website using those features. This book is for web developers who want to see how to build a complete site with Web 2.0 features, using the power of a proven and popular development system, but do not necessarily want to learn how a complete framework functions in order to do this. Basic knowledge of Python development is required for this book, but no knowledge of Django is expected.
Managing eZ Publish Web Content Management Projects
Managing eZ Publish Web Content Management Projects
David Touitou
¥107.90
This is a compact Administrators Guide. It is friendly, and contains plenty of step-by-step instructions for installation and configuration of Zimbra as well as useful references and checklists. Administrators working with Zimbra on Linux or Mac OS X. Administrators who want to set up Zimbra for use in small/medium businesses.
JasperReports for Java Developers
JasperReports for Java Developers
David R. Heffelfinger
¥80.65
This book is a concise and practical guide aimed at getting the results you want as quickly as possible. This book is for Java developers who want to create rich reports for either the web or print, and want to get started quickly with JasperReports to do this. No knowledge of JasperReports is presumed, although obviously familiarity with Java, SQL, and XML are assumed where they are required.
Learning Software Testing with Test Studio
Learning Software Testing with Test Studio
Rawane Madi
¥99.18
Learning Software Testing with Test Studio is a practical, hands-on guide that will help you get started with Test Studio to design your automated solution and tests. All through the book, there are best practices and tips and tricks inside Test Studio which can be employed to improve your solution just like an experienced QA.If you are a beginner or a professional QA who is seeking a fast, clear, and direct to the point start in automated software testing inside Test Studio, this book is for you. You should be familiar with the .NET framework, mainly Visual Studio, C#, and SQL, as the book's examples rely on them. Prior testing knowledge will also be helpful.
Windows Server 2012 Automation with PowerShell Cookbook
Windows Server 2012 Automation with PowerShell Cookbook
Ed Goad
¥90.46
Cookbook with recipes based on real life examples. This book is written to assist the daily tasks for systems administrators, engineers, and architects working with Windows Server 2012.
Final Cut Pro X Cookbook
Final Cut Pro X Cookbook
Jason Cox
¥90.46
Written in cookbook style, this book offers many recipes to edit slick, professional videos with FCPX. Each recipe contains step-by-step instructions followed by analysis of what was done in each task and other useful information. The book is designed so that you can read it chapter by chapter, or you can look at the list of recipes and refer to them in no particular order. If you’ve been toying around with iMovie and want more power or you’ve taken FCPX for a whirl and simply can’t find the fastest, most efficient workflow, this book will help! Veteran editors will find just as much useful info as FCPX is radically different than its predecessor, Final Cut Pro 7.
Avid Media Composer 6.x Cookbook
Avid Media Composer 6.x Cookbook
Benjamin Hershleder
¥90.46
Written in a Cookbook style, it's packed with logically-sequenced recipes to gain deeper understanding of the software. Each recipe contains step-by-step instructions followed by analysis of what was done in each task and other useful information. The book is designed so that you can read it chapter by chapter, or you can look at the list of recipes and refer to them in no particular order. If you are new to editing with Avid, this book will help you get the most out of Avid Media Composer right from the start. Even if you are intermediately experienced with Avid, you will discover new methods and gain a deeper understanding to take your Avid experience to the next level, with greater confidence.
Creating templates with Artisteer
Creating templates with Artisteer
Jakub Sanecki
¥45.77
"Creating stunning Templates with Artisteer" is a practical, step-by-step guide which will show you how to create professional-looking websites on your own. This book is great for enthusiasts, Artisteer users, and individuals who want to create professional-looking websites without paying for professional services and expensive tools. The book also shows you how to speed up your work and automate time-consuming tasks.
Instant Traffic Analysis with Tshark How-to
Instant Traffic Analysis with Tshark How-to
Borja Merino
¥45.77
Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. This How-to guide will explore TShark. As this is the terminal version, it will show the user all commands and syntax as well as all options for Tshark and its common uses through small recipes. This book is intended for network administrators and security officers who have to deal daily with a variety of network problems and security incidents. It will also be a good learning aid for Cisco students wishing to implement and understand the many theoretical concepts related to traffic data and communications in greater depth.