Jumat, 28 Februari 2014

Wow! eBook: Oracle Goldengate 11g Complete Cookbook - 6 new eBooks


Wow! eBook: Oracle Goldengate 11g Complete Cookbook - 6 new eBooks

Link to Wow! eBook

Oracle Goldengate 11g Complete Cookbook

Posted: 28 Feb 2014 03:37 AM PST

Book Description

Oracle Goldengate 11g Complete Cookbook is your complete guide to all aspects of Goldengate administration. The recipes in this book will teach you how to setup Goldengate configurations for simple and complex environments requiring various filtering and transformations. It also covers various aspects of tuning and troubleshooting the replication setups using exception handling, custom fields, and logdump utility.

The book begins by explaining some basic tasks like Installation and Process groups setup. You will then be introduced to some further topics including DDL replication and various options to perform Initial Loads. You will then learn some advanced administration tasks such as Multi Master replication setup and conflict resolution. Further recipes, contain the cross platform replication and high availability options for Goldengate.

What you will learn from this book

  • Configure DML and DDL Goldengate replication
  • Tune and Troubleshoot Goldengate replication
  • Cross Platform replication using Goldengate
  • Monitor Goldengate Replication using OEM 12c
  • What to do when GoldenGate replication breaks
  • Reverse changes applied by Goldengate
  • High Availability Setup for Goldengate
  • Learn about GoldenGate Veridata and GoldenGate Director
  • Migrate Oracle Streams environment to Goldengate

Approach
Oracle Goldengate 11g Complete Cookbook follows the Cookbook style. Each recipe provides step by step instructions with various examples and scripts. This book provides the necessary information to successfully complete most of the possible administration tasks.

Who this book is written for
Oracle Goldengate 11g Complete Cookbook is aimed at Database Administrators, Architects, and Middleware Administrators who are keen to know more about Oracle Goldengate. Whether you are handling Goldengate environments on a day-to-day basis, or using it just for migration, this book provides the necessary information required to successfully complete your administration tasks. The reader is expected to have some knowledge of Oracle databases.

Book Details

  • Paperback: 362 pages
  • Publisher: Packt Publishing (September 2013)
  • Language: English
  • ISBN-10: 1849686149
  • ISBN-13: 978-1849686143
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Oracle Goldengate 11g Complete Cookbook appeared first on Wow! eBook.

Learning Perforce SCM

Posted: 28 Feb 2014 03:34 AM PST

Book Description

Learning Perforce SCM is a pragmatic how-to guide, explaining the key concepts and usage of Perforce. Based on the authors’ experiences training thousands of users around the globe, it explains those key concepts in a clear, incremental manner, combining sound theory with the pragmatic application of principles.

Learning Perforce SCM provides practical knowledge which will transform you into confident and competent Perforce users in your day-to-day operations.

You’ll start by learning how to use Perforce to track your day-to-day coding activities. Once a solid foundation is established you’ll learn how to apply the data mining features to evaluate current and past activities. Then you’ll learn how to configure Perforce so that it adapts to support your specific development needs. All the while you’ll be learning how to deal with conflicts and use the tool to communicate with other team members. Finally, you’ll learn about using branches and streams to provide seamless support for concurrent development. Along the way, pragmatic hints and tips will help you avoid issues and identify areas for further personal exploration.

What you will learn from this book

  • Use Perforce to significantly reduce the overhead of working as part of a team
  • Understand your codebase and its evolution over time through powerful reporting options
  • Use classic branching and streams effectively
  • Manage changelists efficiently
  • Get to grips with the P4V GUI
  • Use workspace features to solve common challenges with development patterns and environments
  • Confidently deal with conflicts

Approach
“Learning Perforce SCM” is written in a friendly and practical style with a focus on getting you started with Perforce efficiently and effectively. The book provides plenty of examples and screenshots to guide you through the process of learning.

Who this book is written for
“Learning Perforce SCM” is for anyone who wants to know how to adeptly manage software development activities using Perforce. Experience with other version control tools is a plus but is not required.

Book Details

  • Paperback: 254 pages
  • Publisher: Packt Publishing (September 2013)
  • Language: English
  • ISBN-10: 1849687641
  • ISBN-13: 978-1849687645
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Learning Perforce SCM appeared first on Wow! eBook.

Lift Application Development Cookbook

Posted: 28 Feb 2014 03:30 AM PST

Book Description

Developing secure web applications is one of the most important tasks developers have to deal with. With Lift, it is easy to create solid and formidable web applications as it is the most secure web framework available today. The View-First approach and being able to handle things as purely data transformation, makes working with Lift an exciting task.

“Lift Application Development Cookbook” teaches you how to build web applications using this amazing framework. The book moves gradually, starting with the basics (starting a new project, submitting a form, and so on) before covering more advanced topics such as building a REST API and integrating your application with other technologies and applications.

“Lift Application Development Cookbook” takes you on a journey of creating secure web applications. Step-by-step instructions help you understand how things work and how various elements relate to each other.

You’ll learn different ways to process a form, build dynamic HTML pages, and create an API using REST. You’ll also learn how to work with relational and NoSQL databases and how to integrate your application with other technologies as well as with third-part applications such as Gmail and Facebook.

By the end of the book, you will be able to understand how Lift works and be able to build web applications using this amazing and exciting framework.

What you will learn from this book

  • Start a new web application using Lift
  • Manage and validate forms to handle data submitted by users
  • Build an application to create and maintain client data by using a REST interface
  • Use Mapper, an ORM system for relational databases, included with Lift
  • Use Liquibase to manage database changes incrementally
  • Integrate Lift and Akka
  • Schedule jobs using Quartz
  • Integrate your application with JMS queues
  • Use IoC frameworks such as Google Guice and Spring
  • Use social media to log in users
  • Fetch user data from social media

Approach
Lift Application Development Cookbook contains practical recipes on everything you will need to create secure web applications using this amazing framework.

The book first teaches you basic topics such as starting a new application and gradually moves on to teach you advanced topics to achieve a certain task. Then, it explains every step in detail so that you can build your knowledge about how things work.

Who this book is written for
This book is for developers who have at least some basic knowledge about Scala and who are looking for a functional, secure, and modern web framework. Prior experience with HTML and JavaScript is assumed.

Book Details

  • Paperback: 254 pages
  • Publisher: Packt Publishing (September 2013)
  • Language: English
  • ISBN-10: 1849515883
  • ISBN-13: 978-1849515887
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Lift Application Development Cookbook appeared first on Wow! eBook.

Getting Started with WebRTC

Posted: 28 Feb 2014 03:25 AM PST

Book Description

WebRTC delivers web-based real-time communication and is set to revolutionize our view of what the Web really is. Streaming audio and video from browser to browser, as well as opening raw access to the camera and microphone, is already creating a whole new dynamic web. WebRTC also introduces real-time data channels that will allow interaction with dynamic data feeds from sensors and other devices. This really is a great time to be a web developer!

Getting Started with WebRTC provides all of the practical information you need to quickly understand what WebRTC is, how it works, and how you can add it to your own web applications. It includes clear working examples designed to help you get started building your own WebRTC-enabled applications right away.

Getting Started with WebRTC will guide you through the process of creating your own WebRTC application that can be applied in a number of different real-world situations, using well documented and clearly explained code examples.

You will learn how to quickly and easily create a practical peer-to-peer video chat application, an audio only call option, and how a Web-Socket-based signaling server can also be used to enable real-time text-based chat. You will also be shown how this same server and application structure can easily be extended to include simple drag-and-drop file sharing with transfer updates and thumbnail previews.

What you will learn from this book

  • Discover how to offer an audio only option as an alternative
  • Create an extensible Web Socket signaling server
  • Detect which browsers support WebRTC
  • Extend your application with real-time text-based chat
  • Add rich collaboration with drag-and-drop file sharing
  • Use RTCDataChannels to share real-time data
  • Design a state-based user interface for WebRTC apps
  • Explore the options available for image and audio post-processing and analysis

Approach
The book will follow a step-by-step tutorial approach to construct an application that allows video conferencing and calls between two browsers and a system for sharing files among a group.

Who this book is written for
This book is ideal for developers new to the WebRTC standards who are interested in adding sensor-driven, real-time, peer-to-peer communication to their web applications. You will only need basic experience with HTML and JavaScript.

Book Details

  • Paperback: 114 pages
  • Publisher: Packt Publishing (September 2013)
  • Language: English
  • ISBN-10: 1782166300
  • ISBN-13: 978-1782166306
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Getting Started with WebRTC appeared first on Wow! eBook.

Integrating Facebook iOS SDK with Your Application

Posted: 28 Feb 2014 03:18 AM PST

Book Description

Facebook provides an iOS SDK to third party developers which allows them to develop iOS applications. These applications are then made available on the app store, from which the developers are entitled to 70 percent of sales revenue. Embedding these Facebook iOS SDK features takes applications to the next level of user engagement.

Starting with the process of setting up a Facebook developer account, we will use hands-on examples to walk you through developing and integrating social element like inviting others to use your software. This book focuses on detailing and documenting the process of developing an actual application. Through the course of the book, you will learn to use iOS SDK features in your code flawlessly.

Aiming to simplify the process of embedding Facebook iOS SDK features in your app, each chapter focuses on a new feature, and as you move through the chapters, you will find yourself embedding more functionality in your application. We begin with the creation of a new Facebook App ID before creating and setting up a project. Through the course of the book, you will use social platforms to authenticate users and fetch their social information to make your project more attractive and engaging. The book emphasizes on sharing functionalities, such as inviting friends through Facebook messages with the sole intention of making the app viral. By the end of the book, you will look at how to use the Facebook News Feed to make your app go viral. By the end of the book you will have built a powerful application using the world’s largest social media platform.

What you will learn from this book

  • Distribute and promote your application on the social platform
  • Fetch user information and photos with Graph API
  • Display Facebook user profiles and friends list
  • Learn to use Facebook Graph API and API Explorer
  • Check user credentials against the Social Platform effortlessly

Approach
A tutorial-based guide with chapters focusing on learning and embedding crucial Facebook features.

Who this book is written for
If you are a developer who wishes to develop and monetize your apps on the App store, then this is the book for you. This book assumes you have basic knowledge of iOS programming using Objective-C and XCode, however, prior knowledge of Facebook iOS SDK is not required.

Book Details

  • Paperback: 160 pages
  • Publisher: Packt Publishing (September 2013)
  • Language: English
  • ISBN-10: 1782168435
  • ISBN-13: 978-1782168430
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Integrating Facebook iOS SDK with Your Application appeared first on Wow! eBook.

Social Data Visualization with HTML5 and JavaScript

Posted: 28 Feb 2014 03:16 AM PST

Book Description

The increasing adoption of HTML5 opens up a new world of JavaScript-powered visualizations. By harnessing the power of scalable vector graphics (SVGs), you can present even complex data to your users in an easy-to-understand format and improve the user experience by freeing users from the burden of tabular data.

Social Data Visualization with HTML5 and JavaScript teaches you how to leverage HTML5 techniques through JavaScript to build visualizations. It also helps to clear up how the often complicated OAuth protocol works to help you unlock a universe of social media data from sites like Twitter, Facebook, and Google+.

Social Data Visualization with HTML5 and JavaScript provides you with an introduction to creating an accessible view into the massive amounts of data available in social networks. Developers with some JavaScript experience and a desire to move past creating boring charts and tables will find this book a perfect fit. You will learn how to make use of powerful JavaScript libraries to become not just a programmer, but a data artist.

By using OAuth, which is helpfully demystified in one of the book's chapters, you will be able to unlock the universe of social media data. Through visualizations, you will also tease out trends and relationships which would normally be lost in the noise.

What you will learn from this book

  • Understand how the ever-growing world of data can be simplified through visualization
  • See how traditional graphs fall down in the face of modern visualization
  • Explore the various features of HTML5 which allow for creating visualizations
  • Investigate how social networks delegate authority through OAuth
  • Discover what data is available on Stack Overflow, Facebook, Twitter, and Google+
  • Create exciting graphs which go beyond the normal standards
  • Simplify your code with scales, layouts, and other features of the d3.js visualization library
  • Set up Node.js as a platform to develop visualizations from social media

Approach
This book is a fast-paced guide full of step-by-step instructions that teach you how to visualize social data using HTML5 and JavaScript.

Who this book is for
This book is for developers who are excited about data and who want to share that excitement with others. Developers who are interested in the data which can be extracted from social networks will also find this book hugely beneficial.

Readers should have a working knowledge of both JavaScript and HTML.

Book Details

  • Paperback: 104 pages
  • Publisher: Packt Publishing (September 2013)
  • Language: English
  • ISBN-10: 1782166548
  • ISBN-13: 978-1782166542
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Social Data Visualization with HTML5 and JavaScript appeared first on Wow! eBook.


READ MORE - Wow! eBook: Oracle Goldengate 11g Complete Cookbook - 6 new eBooks

Kamis, 27 Februari 2014

Wow! eBook: Learning Software Testing with Test Studio - 6 new eBooks


Wow! eBook: Learning Software Testing with Test Studio - 6 new eBooks

Link to Wow! eBook

Learning Software Testing with Test Studio

Posted: 27 Feb 2014 08:43 AM PST

Book Description

Test Studio is Telerik’s QA solution for automating your manual testing. With Test Studio’s standalone edition or Visual Studio plugin, you can rule out the possibility of unreliable test execution and UI recognition, non indicative test results and reports, dispersed test repository, low code coverage, and unaffordable learning curves. With no code, this tool provides an intuitive IDE to effortlessly create maintainable tests. If you are looking for a solution to automate testing for your web, desktop, or mobile application, you can now benefit from Test Studio’s rich automation features.

“Learning Software Testing with Test Studio” will illustrate how to reliably automate test cases when it is time to relinquish manual testing habits. This book is all about less theory and more hands-on examples to present a complete manual and automated solution for your ASP .NET, WPF, Silverlight or iOS apps.

This book gets you started directly with automation in Test Studio by exploiting its recording powers through series of concrete test cases built around the equipped applications. Each chapter starts with a typical automation problem which is then approached using Test Studio specialized automation features.

You will learn how to create record and playback functional, performance, and load tests. Furthermore, we will see how to insert verification steps, logical constructs, convenient logging operations, and how to convert test scripts in order to implement keyword and data-driven architectures. To endow your tests with additional flexibility, each recorded automation feature will be approached from its coded perspective through the usage of the underlying ArtOfTest Test Studio automation library.

This book also illustrates how Test Studio can automate pre-conditions, test result inputting, and the capturing of system states during manual test case execution in order to keep the tester’s attention focused on the important details.

What you will learn from this book

  • Create functional automated tests using the recorder
  • Add logic to the recorded tests
  • Insert proper verification, and wait and log steps
  • Customize tests in code
  • Produce Keyword tests
  • Generate data-driven tests by connecting tests to various data sources
  • Export, create and run manual tests
  • Create and execute test lists
  • Gather performance test metrics
  • Carry out performance and load testing while collecting necessary metrics

Approach
“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.

Who this book is for
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.

Book Details

  • Paperback: 376 pages
  • Publisher: Packt Publishing (September 2013)
  • Language: English
  • ISBN-10: 1849688907
  • ISBN-13: 978-1849688901
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Learning Software Testing with Test Studio appeared first on Wow! eBook.

Microsoft Dynamics NAV 7 Programming Cookbook

Posted: 27 Feb 2014 08:38 AM PST

Book Description

Microsoft Dynamics NAV 7 is a business management solution that helps simplify and streamline highly specialized business processes. Learning NAV programing in NAV 7 gives you the full inside view of an ERP system.

Microsoft Dynamics NAV 7 Programming Cookbook covers topics that span a wide range of areas such as integrating the NAV system with other software applications including Microsoft Office, and creating reports to present information from multiple areas of the system,. We will not only learn the essentials of NAV programming, you will also be exposed to the technologies that surround NAV including .NET programming, SQL Server and NAV system administration.

Microsoft Dynamics NAV 7 Programming Cookbook is written in a direct, to-the-point style to help you get what you need and continue working in NAV. The first half of the cookbook will help programmers using NAV for the first time, by walking them through the building blocks of writing code and creating objects such as tables, pages, and reports.

The second half focuses on using the technologies surrounding NAV to build better solutions. You will learn how to write .NET code that works with the NAV system and how to integrate the system with other software applications such as Microsoft Office or even custom programs.

You will learn everything you need to know for developing all types of NAV CSIDE objects, as well as how to integrate and maintain a NAV system.

What you will learn from this book

  • Build tables and perform complex actions on their data
  • Design different types of pages to display and interact with business data
  • Create reports to present information from multiple areas of the system
  • Build solutions that work with the entire Microsoft Office suite of products
  • Learn to work with SQL Server and execute basic queries against the NAV database
  • Diagnose and resolve code problems

Approach
Written in the style of a cookbook. Microsoft Dynamics NAV 7 Programming Cookbook is full of recipes to help you get the job done.

Who this book is written for
If you are a junior / entry-level NAV developer then the first half of the book is designed primarily for you. You may or may not have any experience programming. It focuses on the basics of NAV programming.

If you are a mid-level NAV developer, you will find these chapters explain how to think outside of the NAV box when building solutions. There are also recipes that senior developers will find useful.

Book Details

  • Paperback: 312 pages
  • Publisher: Packt Publishing (September 2013)
  • Language: English
  • ISBN-10: 1849689105
  • ISBN-13: 978-1849689106
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Microsoft Dynamics NAV 7 Programming Cookbook appeared first on Wow! eBook.

Visualforce Development Cookbook

Posted: 27 Feb 2014 08:33 AM PST

Book Description

Visualforce, in conjunction with Apex, makes it easy to develop sophisticated, custom UIs for Force.com desktop and mobile apps without having to write thousands of lines of code and markup. The “Dynamic Binding” feature of Visualforce lets you develop generic Visualforce pages to display information related to the records without necessarily knowing which data fields to show. This is accomplished through a formula-like syntax, which makes it simple to manage even a complex hierarchy of records.

“Visualforce Development Cookbook” provides solutions for a variety of challenges faced by Salesforce developers and demonstrates how easy it is to build rich, interactive pages using Visualforce. Whether you are looking to make a minor addition to the standard page functionality or override it completely, this book will provide you with the required help throughout.

“Visualforce Development Cookbook” starts with explaining the simple utilities and builds up to advanced techniques for data visualization and reuse of functionality. This book contains recipes that cover various topics like creating multiple records from a single page, visualizing data as charts, using JavaScript to enhance client-side functionality, building a public website and making data available to a mobile device.

“Visualforce Development Cookbook” provides lots of practical examples to enhance and extend the Salesforce user interface.

What you will learn from this book

  • Write effective controller tests
  • Maintain multiple records from a single page
  • Produce re-usable components for utility functions
  • Create custom charts to visualize single or multiple sets of data
  • Redraw part of a page in response to user input
  • Replace standard components with custom, brandable versions
  • Provide access to data via a public website
  • Allow users to create and retrieve data from a mobile device

Approach
“Visualforce Development Cookbook” is written in such a way that even complex concepts are explained in an easy-to-understand manner. Following a Cookbook structure, the book covers some essential technical scenarios and includes over 75 recipes focusing on real-world development problems. This book is packed with illustrations and also contains lots of code samples for the better understanding of the reader.

Who this book is written for
“Visualforce Development Cookbook” is aimed at developers who have already grasped the basics of Visualforce. Awareness of the standard component library and the purpose of controllers is expected.

Book Details

  • Paperback: 334 pages
  • Publisher: Packt Publishing (September 2013)
  • Language: English
  • ISBN-10: 1782170804
  • ISBN-13: 978-1782170808
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Visualforce Development Cookbook appeared first on Wow! eBook.

Learning Libgdx Game Development

Posted: 27 Feb 2014 08:28 AM PST

Book Description

Game development is a field of interdisciplinary skills, which also makes it a very complex topic in many respects. One decision that usually needs to be made at the beginning of a game development processis to define the kind of computer system or platform the game will be developed for. This does not pose any problems in general but as soon as the game should also be able to run on multiple platforms it will become a developer’s nightmare to maintain several distinct copies of the same game. This is where the libGDX multi-platform game development framework comes to the rescue!

“Learning libGDX Game Development” is a practical, hands-on guide that provides you with all the information you need to know about the libGDX framework as well as game development in general so you can start developing your own games for multiple platforms. You will gradually acquire deeper knowledge of both, libGDX and game development while you work through twelve easy-to-follow chapters.

“Learning libGDX Game Development” will walk you through a complete game development cycle by creating an example game that is extended with new features over several chapters. These chapters handle specific topics such as organizing resources, managing game scenes and transitions, actors, a menu system, using an advanced physics engine and many more. The chapters are filled with screenshots and/or diagrams to facilitate comprehension.

“Learning libGDX Game Development” is the book for you if you want to learn how to write your game code once and run it on a multitude of platforms using libGDX.

What you will learn from this book

  • Learn about libGDX and prepare your system for multi-platform game development
  • Speed up your overall productivity with the awesome JVM Code Hot Swapping feature
  • Create a project setup and test the base code required for game building
  • Use Scene2D to create and organize complex menu structures
  • Use the texture packer to automate the creation of texture atlases
  • Replace the default launcher icon with your own app icon
  • Manage and play audio files and add special effects to a game to improve its look and feel
  • Create and use texture atlases for optimized sprite rendering

Approach
A clear and practical guide to building games in libGDX.

Who this book is written for
This book is great for Indie and existing game developers, as well as those who want to get started with game development using libGDX. Java game knowledge of game development basics is recommended.

Book Details

  • Paperback: 388 pages
  • Publisher: Packt Publishing (September 2013)
  • Language: English
  • ISBN-10: 1782166041
  • ISBN-13: 978-1782166047
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Learning Libgdx Game Development appeared first on Wow! eBook.

Developing AR Games for iOS and Android

Posted: 27 Feb 2014 08:23 AM PST

Book Description

While augmented reality has been around for years, it has never reached its full potential. Now, the vast majority of people are walking around with powerful smartphones that are perfectly suited to house the AR experience. This is the reason why the technology has become as popular as it is now. Augmented reality can deliver a level of immersion that is unrivalled by any other method of development, as it blends our reality with overlaid computer generated data.

Developing AR Games for iOS and Android is a well-structured guide that introduces you to the augmented reality world using a step-by-step approach. It will help you understand how to create powerful AR apps using Unity as well as how to create immersive experiences for users.

Developing AR Games for iOS and Android examines the structures of Vuforia and Unity and how they work together to create augmented reality. The book will introduce you to the structure of the Unity environment and how Vuforia facilitates creating AR apps.You will also see how easy it is to build a whole world in Unity’s Editor. You will go through the process of using Vuforia prefabs like the AR camera and Image Target in Unity, where you can build the AR experience in a what-you-see-is-what-you-get fashion.

In Developing AR Games for iOS and Android, you will learn both basic and advanced techniques that can be applied to achieve truly immersive AR apps and then how to deploy them on iOS and Android devices.

What you will learn from this book

  • Import your assets and packages in a Unity environment
  • Create perfect Image Targets for AR tracking
  • Understand how to deploy to iOS and Android from Unity
  • Add colliders to a scene and learn how to respond to events on them
  • Add forces to objects in a scene in a seamless physics-based environment
  • Learn about transformation and positioning in Unity
  • Listen to Vuforia events and respond to them

Approach
A practical and fast-paced guide that gives you all the information you need to start developing augmented reality games for iOS and Android.

Who this book is written for
This book is great for people who are either new to Vuforia and/or new to Unity. It is a great introductory guide for anyone with a very basic knowledge of xCode and iOS as well as a very basic knowledge of deploying to Android to start developing 3D-powered augmented reality apps.

Book Details

  • Paperback: 130 pages
  • Publisher: Packt Publishing (September 2013)
  • Language: English
  • ISBN-10: 1783280034
  • ISBN-13: 978-1783280032
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Developing AR Games for iOS and Android appeared first on Wow! eBook.

Network Graph Analysis and Visualization with Gephi

Posted: 27 Feb 2014 08:21 AM PST

Book Description

Gephi is an interactive visualization and exploration platform for all kinds of networks and complex systems. Social media data has helped to drive network visualization to new levels of relevance and importance. However, there is far more to network visualization than just social media data. For analyzing and visualizing network graphs, you need to have an excellent platform, and you need to know ways to use your data effectively.

Network Graph Analysis and Visualization with Gephi is a practical, hands-on guide that provides you with all the tools you need to begin creating your own network graphs. You will learn how to import data, test multiple graph layouts, and publish your visualizations to the Web.

Network Graph Analysis and Visualization with Gephi will teach you how to create your own network graphs using Gephi. The book begins by taking you through the installation of Gephi and configuring the installation options. You will also get acquainted with the Gephi workspace and the various tools in Gephi. Next, you’ll use these tools to create your own graphs. If you need to add more capability to your personal toolkit, you will be learning to Download and install several of the best Gephi layout plugins. You will then use these layouts simultaneously to produce beautiful graphs. Also, you create and import data in Gephi and add some new plugins that extend Gephi even further. You also gain the skills to prepare and customize your network visualization for export.

By the end of this book, you will be able to create your own network graphs using Gephi, customize the look and feel of your graphs, and successfully publish them to the Web.

What you will learn from this book

  • Install and configure Gephi on your computer and navigate around the Gephi user interface
  • Create simple graphs using existing data and customize nodes and edges using toolbar functions
  • Learn about the use of installed layout formats as well as how to install and use additional layouts via plugins
  • Create data sources internally with spreadsheets and MySQL and filter data within your network graphs
  • Install additional plugins to enhance Gephi’s base functionality
  • Use statistics, ranking, and querying to learn more about your data
  • Customize and deploy your graphs to the Web and find additional resources on network graphs and visualizations

Approach
A practical, hands-on guide, that provides you with all the tools you need to visualize and analyze your data using network graphs with Gephi.

Who this book is written for
This book is for data analysts who want to intuitively reveal patterns and trends, highlight outliers, and tell stories with their data using Gephi. It is great for anyone looking to explore interactions within network datasets, whether the data comes from social media or elsewhere. It is also a valuable resource for those seeking to learn more about Gephi without being overwhelmed by technical details.

Book Details

  • Paperback: 116 pages
  • Publisher: Packt Publishing (September 2013)
  • Language: English
  • ISBN-10: 1783280131
  • ISBN-13: 978-1783280131
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Network Graph Analysis and Visualization with Gephi appeared first on Wow! eBook.


READ MORE - Wow! eBook: Learning Software Testing with Test Studio - 6 new eBooks