Quantcast
Channel: eBookshare » eBook
Viewing all 725 articles
Browse latest View live

Learning Cocoa with Objective-C: Developing for the Mac and iOS App Stores

$
0
0

Title : Learning Cocoa with Objective-C: Developing for the Mac and iOS App Stores
Author : Paris Buttfield-Addison
ISBN/ASIN : 149190139X
Publication Date : 2014-03-27
Publisher : O’Reilly Media
Paperback : 388 pages

Description :

Get up to speed on Cocoa and Objective-C, and start developing applications on the iOS and OS X platforms. If you don’t have experience with Apple’s developer tools, no problem! From object-oriented programming to storing app data in iCloud, the fourth edition of this book covers everything you need to build apps for the iPhone, iPad, and Mac.

You’ll learn how to work with the Xcode IDE, Objective-C’s Foundation library, and other developer tools such as Event Kit framework and Core Animation. Along the way, you’ll build example projects, including a simple Objective-C application, a custom view, a simple video player application, and an app that displays calendar events for the user.

  • Learn the application lifecycle on OS X and iOS
  • Work with the user-interface system in Cocoa and Cocoa Touch
  • Use AV Foundation to display video and audio
  • Build apps that let users create, edit, and work with documents
  • Store data locally with the file system, or on the network with iCloud
  • Display lists or collections of data with table views and collection views
  • Interact with the outside world with Core Location and Core Motion
  • Use blocks and operation queues for multiprocessing

Download Links :

http://rapidgator.net/file/93ea48abe7b16396e40b493bce0e8c2a/149190139X_OREILLY.LEARNING.COCOA.WITH.OBJECTIVE.C.4TH.EDITION.2014.RETAIL.EBOOK-kE.rar.html

or

http://www.datafile.com/d/TWpnNU1qYzFNQT0F9/149190139X_OREILLY.LEARNING.COCOA.WITH.OBJECTIVE.C.4TH.EDITION.2014.RETAIL.EBOOK-kE.rar


Apache Accumulo for Developers

$
0
0

Title : Apache Accumulo for Developers
Author : Guðmundur Jón Halldórsson
ISBN/ASIN : 1783285990
Publication Date : 2013-10-16
Publisher : Packt Publishing
Paperback : 120 pages

Description :

Build and integrate Accumulo clusters with various cloud platforms

Overview

  • Shows you how to build Accumulo, Hadoop, and ZooKeeper clusters from scratch on both Windows and Linux
  • Allows you to get hands-on knowledge about how to run Accumulo on Amazon EC2, Google Cloud Platform, Rackspace, and Windows Azure Cloud platforms
  • Packed with practical examples to enable you to manipulate Accumulo with ease

In Detail

Accumulo is a sorted and distributed key/value store designed to handle large amounts of data. Being highly robust and scalable, its performance makes it ideal for real-time data storage. Apache Accumulo is based on Google’s BigTable design and is built on top of Apache Hadoop, Zookeeper, and Thrift.

Apache Accumulo for Developers is your guide to building an Accumulo cluster both as a single-node and multi-node, on-site and in the cloud. Accumulo has been proven to be able to handle petabytes of data, with cell-level security, and real-time analyses so this is your step by step guide in taking full advantage of this power.

Apache Accumulo for Developers looks at the process of setting up three systems – Hadoop, ZooKeeper, and Accumulo – and configuring, monitoring, and securing them.

You will learn to connect Accumulo to both Hadoop and ZooKeeper. You will also learn how to monitor the cluster (single-node or multi-node) to find any performance bottlenecks, and then integrate to Amazon EC2, Google Cloud Platform, Rackspace, and Windows Azure. When integrating with these cloud platforms, we will focus on scripting as well.

You will also learn to troubleshoot clusters with monitoring tools, and use Accumulo cell-level security to secure your data.

What you will learn from this book

  • Set up Hadoop, ZooKeeper, and Accumulo
  • Monitor clusters – both performance and application logs
  • Secure your data in Accumulo
  • Optimize Hadoop, ZooKeeper, and Accumulo performance
  • Integrate to various cloud platforms
  • Use the Accumulo command-line shell
  • Employ Ganglina to monitor the cluster and Graylog2 to monitor application logs
  • Understand what tools are needed to optimize Accumulo performance

Approach

The book will have a tutorial-based approach that will show the readers how to start from scratch with building an Accumulo cluster and learning how to monitor the system and implement aspects such as security.

Who this book is written for

This book is great for developers new to Accumulo, who are looking to get a good grounding in how to use Accumulo. It’s assumed that you have an understanding of how Hadoop works, both HDFS and the Map/Reduce. No prior knowledge of ZooKeeper is assumed.

Download Links :

http://rapidgator.net/file/006d4c6fafd7a08485605af54927ba17/1783285990_PACKT.APACHE.ACCUMULO.FOR.DEVELOPERS.2013.RETAIL.EBOOK-kE.rar.html

or

http://www.datafile.com/d/TXpBd05qWXlPQT0F9/1783285990_PACKT.APACHE.ACCUMULO.FOR.DEVELOPERS.2013.RETAIL.EBOOK-kE.rar

Application Development with Parse using iOS SDK

$
0
0

Title : Application Development with Parse using iOS SDK
Author : Bhanu Birani
ISBN/ASIN : 1783550333
Publication Date : 2013-10-22
Publisher : Packt Publishing
Paperback : 112 pages

Description :

Develop the backend of your applications instantly using Parse iOS SDK

Overview

  • Build your applications using Parse iOS which serves as a complete cloud-based backend service
  • Understand and write your code on cloud to minimize the load on the client side
  • Learn how to create your own applications using Parse SDK, with the help of the step- by- step, practical tutorials

In Detail

Parse using iOS SDK is a new technology, and is the first of its kind in the field of mobile application development. It provides you the cloud where you can keep your data, host your code, and even your website without any hassle. It provides SDK so that you can access your data through your mobile and web applications.

This practical, hands- on guide will help you to instantly get started with Parse iOS. It is packed with step- by- step exercises, which will help you to take advantage of the real power of the Parse iOS cloud backend service, and provides you with an example- based approach to help you build applications using Parse iOS.

Starting with Parse iOS installation, we will move onto integration, and finally, this guide will end with the development of an application using Parse iOS. You will also learn about securing your application data by specifying ACL and Roles to your data objects. We will also learn about configuration in detail, and the implementation of cloud code to make your application lighter on the client side. You can take advantage of iCloud by hosting your website as well.

You will learn everything that you need to know to develop your application using Parse iOS as a backend.

What you will learn from this book

  • Learn how to handle objects and queries in Parse
  • Work with subclasses and files, to use the Parse iOS cloud to save data
  • Discover how to configure your application on Parse along with its installation in your project
  • Use Parse analytics for tracking users’ activity on applications
  • Understand user creation with login process and user roles to secure data on Parse iOS cloud
  • Get to grips with the different ways to handle errors along with securing your data on cloud

Approach

A practical guide, featuring step-by-step instructions showing you how to use Parse iOS, and handle your data on cloud.

Who this book is written for

If you are a developer who wants to build your applications instantly using Parse iOS as a back end application development, this book is ideal for you. This book will help you to understand Parse, featuring examples to help you get familiar with the concepts of Parse iOS.

Download Links :

http://rapidgator.net/file/da49bd8e3df77f5cbda47fc65e0fe110/1783550333_PACKT.APPLICATION.DEVELOPMENT.WITH.PARSE.USING.IOS.SDK.2013.RETAIL.EBOOK-kE.rar.html

or

http://www.datafile.com/d/TXpBd05qWXlPUT0F9/1783550333_PACKT.APPLICATION.DEVELOPMENT.WITH.PARSE.USING.IOS.SDK.2013.RETAIL.EBOOK-kE.rar

Getting Started with Grunt: The JavaScript Task Runner

$
0
0

Title : Getting Started with Grunt: The JavaScript Task Runner
Author : Jaime Pillora
ISBN/ASIN : 1783980621
Publication Date : 2014-02-19
Publisher : Packt Publishing
Paperback : 132 pages

Description :

A hands-on approach to mastering the fundamentals of Grunt

Overview

  • Gain insight on the core concepts of Grunt, Node.js and npm to get started with Grunt.
  • Learn how to install, configure, run, and customize Grunt
  • Example-driven and filled with tips to help you create custom Grunt tasks

In Detail

In recent times, modern web browsers have become the application platform of choice. Grunt, along with its wide range of plugins, provides a simple way of managing the large number of build tasks required to maintain a sophisticated web application.

Getting Started with Grunt: The JavaScript Task Runner provides you with all the information you need to become an effective Grunt power-user. You will quickly learn how to install, configure, and run Grunt. You will go on to understand how to use third-party Grunt and then create your own Grunt tasks that cater to your particular needs.

This book first demonstrates various Grunt use cases before running through the steps of installing, configuring, running, and customizing Grunt. You will learn how to install Node.js, the Node.js package manager (npm), and Grunt. Then, you will understand how to set up and configure a personalized Grunt environment. Next, you will look at the various methods of running and customizing Grunt to utilize its flexibility. Finally, to emphasise what has been learnt, you will see a complete example build of a web application.

Getting Started with Grunt: The JavaScript Task Runner will enable you to create your very own Grunt environments from scratch and fully utilize Grunt’s large feature set to effectively solve your custom requirements.

What you will learn from this book

  • Learn about Grunt and its advantages
  • Understand Node.js and how it relates to Grunt
  • Take an in-depth look at npm, Node.js modules, and the working of Grunt plugins
  • Get familiar with installing Grunt and setting up your first Grunt build environment
  • Gain insight on the methods of configuring Grunt and when each method should be used
  • Effectively execute Grunt through the use of task arguments, task aliasing, multi-task targets, and more
  • Construct your own Grunt tasks, multi-tasks, and asynchronous tasks

Approach

A step-by-step, practical tutorial to help you transform into a Grunt power-user.

Who this book is written for

This book is for JavaScript developers who want to get to grips with GruntJS and use it to build and test their JavaScript applications. The only requirement for this book is a basic understanding of objects and functions in JavaScript.

Download Links :

http://rapidgator.net/file/a07edd53d5d83a73bc18b4181e52e2bc/1783980621_PACKT.GETTING.STARTED.WITH.GRUNT.THE.JAVASCRIPT.TASK.RUNNER.2014.RETAIL.EBOOK-kE.rar.html

or

http://www.datafile.com/d/TXpBd05qWXpNQT0F9/1783980621_PACKT.GETTING.STARTED.WITH.GRUNT.THE.JAVASCRIPT.TASK.RUNNER.2014.RETAIL.EBOOK-kE.rar

Creating Mobile Apps with Appcelerator Titanium

$
0
0

Title : Creating Mobile Apps with Appcelerator Titanium
Author : Christian Brousseau
ISBN/ASIN : 1849519269
Publication Date : 2013-10-25
Publisher : Packt Publishing
Paperback : 318 pages

Description :

Develop fully-featured mobile applications using a hands-on approach, and get inspired to develop more

Overview

  • Walk through the development of ten different mobile applications by leveraging your existing knowledge of JavaScript
  • Allows anyone familiar with some Object-oriented Programming (OOP), reusable components, AJAX closures take their ideas and heighten their knowledge of mobile development
  • Full of examples, illustrations, and tips with an easy-to-follow and fun style to make app development fun and easy
  • Get empowered to build your own apps from the knowledge gained from this book

In Detail

Smartphones and tablets have really changed the technological landscape over the last 3-4 years. Much like the web did in the last decade, these powerful tools have changed the way people communicate and access information. Such a wide market creates opportunities for developers who have the skills to develop mobile applications.

“Creating Mobile Apps with Appcelerator Titanium” is a practical, step-by-step guide to building iPhone, iPad, and Android applications using JavaScript. This book will give you a solid grounding of the dos and don’ts of mobile development and also covers a lot of the functionalities offered by the Titanium platform.

This book begins with a look at what the Titanium platform has to offer. By taking you through clear tutorials on developing each application step-by-step, it helps you to apply your newly acquired knowledge afterwards. The difficulty level gradually increases along the course of the book.

Each application from this book covers different aspects of mobile development. Every chapter starts by defining the application’s features as well as the user interface structure. Every single code section is then explained and put into context allowing you to gain a clear understanding of their purpose and functionality. The book takes a “small milestone” approach, allowing you to actually run the application and see the progression. Every step is accompanied by many screenshots so you can see the expected result on screen.

You will learn everything you need to know to develop your very own mobile applications. The book takes a laid-back approach to Titanium development and provides information in a way designed to never overwhelm the reader with information and also uses clear diagrams, screenshots, and tips throughout.

What you will learn from this book

  • Create full-fledged applications using native components
  • Save your data using a database and interact with it using SQL
  • Interact with web services to retrieve data from external sources
  • Make your own adventure game (Japanese RPG style)
  • Bring a friend along on your epic adventure by adding online multiplayer to your game
  • Use Geolocation to interact localized data and display it on a map
  • Store your information in a centralized form using Appcelerator Cloud Services (ACS) and share this information with other users
  • Integrate your applications with popular social media sites such as Facebook and Twitter

Approach

“Creating Mobile Apps with Appcelerator Titanium” provides a hands-on approach and working examples on creating apps and games as well as embedding them onto a social networking website. Developers can then move on from there to develop their own applications based on the ones they have developed throughout the course of this book.

Download Links :

http://rapidgator.net/file/dd34fd8a87f655d08dc0458c09e8ec49/1849519269_PACKT.CREATING.MOBILE.APPS.WITH.APPCELERATOR.TITANIUM.2013.RETAIL.EBOOK-kE.rar.html

or

http://www.datafile.com/d/TXpBd05qWXpNZz0F9/1849519269_PACKT.CREATING.MOBILE.APPS.WITH.APPCELERATOR.TITANIUM.2013.RETAIL.EBOOK-kE.rar

Groovy 2 Cookbook

$
0
0

Title : Groovy 2 Cookbook
Author : Andrey Adamovich
ISBN/ASIN : 1849519366
Publication Date : 2013-10-23
Publisher : Packt Publishing
Paperback : 394 pages

Description :

Over 90 recipes that provide solutions to everyday programming challenges using the powerful features of Groovy 2

Overview

  • Simple and more advanced recipes to cover a broad number of topics and challenges
  • With scores of practical examples, this book will help you to build efficient, flexible, and well-integrated systems
  • Solve everyday programming problems with the elegance and simplicity of Groovy 2

In Detail

Get up to speed with Groovy, a language for the Java Virtual Machine (JVM) that integrates features of both object-oriented and functional programming. This book will show you the powerful features of Groovy 2 applied to real-world scenarios and how the dynamic nature of the language makes it very simple to tackle problems that would otherwise require hours or days of research and implementation.

Groovy 2 Cookbook contains a vast number of recipes covering many facets of today’s programming landscape. From language-specific topics such as closures and metaprogramming, to more advanced applications of Groovy flexibility such as DSL and testing techniques, this book gives you quick solutions to everyday problems.

The recipes in this book start from the basics of installing Groovy and running your first scripts and continue with progressively more advanced examples that will help you to take advantage of the language’s amazing features.

Packed with hundreds of tried-and-true Groovy recipes, Groovy 2 Cookbook includes code segments covering many specialized APIs to work with files and collections, manipulate XML, work with REST services and JSON, create asynchronous tasks, and more. But Groovy does more than just ease traditional Java development: it brings modern programming features to the Java platform like closures, duck-typing, and metaprogramming.

In this new book, you’ll find code examples that you can use in your projects right away along with a discussion about how and why the solution works. Focusing on what’s useful and tricky, Groovy 2 Cookbook offers a wealth of useful code for all Java and Groovy programmers, not just advanced practitioners.

What you will learn from this book

  • Use Groovy with different IDEs and Operating Systems
  • Integrate Groovy with Java and understand the peculiar features of the language
  • Work with files of different formats, like PDF, Excel, and Zip
  • Manipulate XML and work with JSON
  • Access databases using the elegant Groovy API
  • Unleash the power of asynchronous programming using the advanced features of the GPars API
  • Learn how to use Groovy to test your Java code and other testing techniques
  • Master the metaprogramming capabilities of the language and learn how to write Domain Specific Languages

Approach

This book follows a Cookbook style and is packed with intermediate and advanced level recipes.

Who this book is written for

This book is for Java developers who have an interest in discovering new ways to quickly get the job done using a new language that shares many similarities with Java. The book’s recipes start simple, therefore no previous Groovy experience is required to understand the code and the explanations accompanying the examples.

Download Links :

http://rapidgator.net/file/6b8fcdfc0e4980b673c9f8da59101c59/1849519366_PACKT.GROOVY.2.COOKBOOK.2013.RETAIL.EBOOK.rar.html

or

http://www.datafile.com/d/TXpBd05qWXpNUT0F9/1849519366_PACKT.GROOVY.2.COOKBOOK.2013.RETAIL.EBOOK.rar

Applying and Extending Oracle Spatial

Android Application Programming with OpenCV

$
0
0

Title : Android Application Programming with OpenCV
Author : Joseph Howse
ISBN/ASIN : 1849695202
Publication Date : 2013-09-25
Publisher : Packt Publishing
Paperback : 130 pages

Description :

Overview

  • Set up OpenCV and an Android development environment on Windows, Mac, or Linux
  • Capture and display real-time videos and still images
  • Manipulate image data using OpenCV and Apache Commons Math
  • Track objects and render 2D and 3D graphics on top of them
  • Create a photo-capture and photo-sharing app that supports a variety of filters with a real-time preview feature

In Detail

Take a smartphone from your pocket, and within a few seconds, you can snap a photo, manipulate it, and share it with the world. You have just achieved mass production of image data. With a computer vision library such as OpenCV, you can analyze and transform copious amounts of image data in real time on a mobile device. The upshot to this is that you, as developers, can provide mobile users with many new kinds of images, constantly highlighting certain visual features that are of artistic or practical interest. Android is a convenient platform for such experiments because it uses a high-level language (Java), it provides standardized interfaces for sharing image data between applications, and it is mostly open source, so everyone can study its implementation.

Android Application Programming with OpenCV is a practical, hands-on guide that covers the fundamental tasks of computer vision—capturing, filtering, and analyzing images-with step-by-step instructions for writing both an application and reusable library classes.

Android Application Programming with OpenCV looks at OpenCV’s Java bindings for Android and dispels mysteries such as which version of these bindings to use, how to integrate with standard Android functionality for layout, event handling, and data sharing, and how to integrate with OpenGL for rendering. By following the clear, concise, and modular examples provided in this book, you will develop an application that previews, captures, and shares photos with special effects based on color manipulation, edge detection, image tracking, and 3D rendering.Beneath the application layer, you will develop a small but extensible library that you can reuse in your future projects. This library will include filters for selectively modifying an image based on edge detection, 2D and 3D image trackers, and adapters to convert the Android system’s camera specifications into OpenCV and OpenGL projection matrices. If you want a quick start in computer vision for Android, then this is the book for you.

By the end of Android Application Programming with OpenCV, you will have developed a computer vision application that integrates OpenCV, Android SDK, and OpenGL.

What you will learn from this book

  • Install OpenCV and an Android development environment on Windows, Mac, or Linux
  • Capture, display, and save images
  • Make images accessible to other apps via Android’s MediaStore and Intent classes
  • Integrate OpenCV events and views with Android’s standard activity lifecycle and view hierarchy
  • Learn how OpenCV uses matrices to store data about images, recognizable features in images, and camera characteristics
  • Apply curves and other color transformations to simulate the look of old photos, movies, or video games
  • Apply convolution filters that sharpen, blur, emboss, or darken edges and textures in an image
  • Track real-world objects, especially printed images, in 2D and 3D space
  • Extract camera data from Android SDK and use it to construct OpenCV and OpenGL projection matrices
  • Render basic 3D graphics in OpenGL

Download Links :

http://rapidgator.net/file/b4c424fed5397831556a2ad1e4f4e67b/1849695202_PACKT.ANDROID.APPLICATION.PROGRAMMING.WITH.OPENCV.2013.RETAIL.EBOOK-kE.rar.html

or

http://www.datafile.com/d/TXpBd05qWXpOQT0F9/1849695202_PACKT.ANDROID.APPLICATION.PROGRAMMING.WITH.OPENCV.2013.RETAIL.EBOOK-kE.rar


Building Minecraft Server Modifications

$
0
0

Title : Building Minecraft Server Modifications
Author : Cody M. Sommer
ISBN/ASIN : 1849696004
Publication Date : 2013-09-25
Publisher : Packt Publishing
Paperback : 142 pages

Description :

Discover how to program your own server plugins and augment your Minecraft server with Bukkit

Overview

  • Create your own Minecraft server mods
  • Set up a Bukkit server that all your Minecraft friends can play on
  • Step by step instructions guide you through the creation of several unique mods

In Detail

If you have ever played Minecraft on a public server then the chances are that the server was powered by Bukkit. Bukkit plugins allow a server to be modified in more ways than you can imagine. Learning to program your own server mods will allow you to customize the game to your own liking.

Building Minecraft Server Modifications is a complete guide that walks you through the creation of Minecraft server mods. From setting up a server, to testing your newly made plugins, this book teaches you everything you need to know. With the help of this book you can start practising for a career in software development or simply create something awesome to play with your friends.

This book walks you through installing your own Minecraft server for you and your friends. Once your server is running, it will aid you in modifying the game by programming Bukkit plugins. You will learn how to program simple plugin features such as player commands and permissions. You will also learn more complex features including listening for events, creating a configurable plugin, and utilizing the Bukkit scheduler. All of this will be accomplished while writing your own server mods.

You will become familiar with the most important aspects of the Bukkit API. Additional API features will become a breeze to learn after tackling these more complicated tasks.

What you will learn from this book

  • Set up a Bukkit-powered Minecraft server including port forwarding
  • Download and set an IDE to prepare for programming using the Bukkit API
  • Get to grips with the process of installing and testing server mods on your Bukkit server
  • Learn the basics of the Java programming language to begin writing your plugins
  • Handle Bukkit events that occur on a Minecraft server
  • Create customizable plugins to please multiple users
  • Set up permissions on your server and include permission checks in your projects

Approach

Building Minecraft Server Modifications is a unique guide that will walk you through the entire process of developing mods for your Minecraft server.

Who this book is written for

Building Minecraft Server Modifications is great for anyone who is interested in customizing their Minecraft server. Whether you are new to programming, Java, Bukkit, or even Minecraft itself, this book has you covered. All you need is a valid Minecraft account. If you are interested in software development then this book will help you get started. If you are simply interested in playing Minecraft with your friends then this book will help you make that experience even more enjoyable.

Download Links :

http://rapidgator.net/file/061355abd66f5cf220e00a9732f2afc1/1849696004_PACKT.BUILDING.MINECRAFT.SERVER.MODIFICATIONS.2013.RETAIL.EBOOK-kE.rar.html

or

http://www.datafile.com/d/TXpBd05qWXpOUT0F9/1849696004_PACKT.BUILDING.MINECRAFT.SERVER.MODIFICATIONS.2013.RETAIL.EBOOK-kE.rar

Camtasia Studio 8 – Advanced Editing and Publishing Techniques

$
0
0

Title : Camtasia Studio 8 – Advanced Editing and Publishing Techniques
Author : Claire Broadley and Mathew Dixon
ISBN/ASIN : 1849697280
Publication Date : 2013-10-25
Publisher : Packt Publishing
Paperback : 124 pages

Description :

Take your Camtasia Studio videos to the next level with expert tips and advanced features

Overview

  • A step-by-step guide that will help you plan, storyboard, and script your videos
  • Explore advanced video editing tools
  • Produce and publish for a range of devices

In Detail

Camtasia Studio 8 is used to customize and edit videos, giving you the ability to record on-screen activity, add imported media, create interactive content, and share your results. It can be used for many things, including e-learning (predominantly for training) and for marketing within business settings.

Delve deep into the advanced features of Camtasia Studio 8 and learn about the importance of consistency, subtlety, and forward planning when creating a video project. Camtasia Studio 8 – Advanced Editing and Publishing Techniques will help you determine the best production settings to use and will reveal how audio can be used to enhance your video and make the content more engaging. This book is packed with tips and examples that will elevate your skills and greatly improve your video productions.

Starting with how to source video appropriately, Camtasia Studio 8 – Advanced Editing and Publishing Techniques will teach you the basics of editing and introduce you to the most commonly used features of Camtasia Studio 8. This book will cover consistency and sensible use of effects as well as the danger of over-using enhancements. You will learn how to script efficiently and record a voiceover, fade in/out music tracks, and convert speech to text. Finally, you will be introduced to different formats and be shown how to export a video in an appropriate resolution and format. With this book, you will discover exciting new ways to improve your video editing skills, plan recordings, and produce better quality results.

What you will learn from this book

  • Use audio effects to enhance the action on-screen
  • Create and edit captions quickly using speech-to-text
  • Select the correct output format and resolution for a video
  • Record voiceovers and presentations efficiently
  • Maintain a consistent look and feel across a single video or a series of videos
  • Learn how to highlight key information using callouts

Approach

A practical guide packed with examples that will show you how to implement the different features of Camtasia Studio 8 and create professional looking projects.

Who this book is written for

If you are familiar with Camtasia Studio and you want to experiment with more advanced techniques, then this is the guide you have been looking for!

Download Links :

http://rapidgator.net/file/0923bedb5af6a1d6e76f3a80e79da626/1849697280_PACKT.CAMTASIA.STUDIO.8.ADVANCED.EDITING.AND.PUBLISHING.TECHNIQUES.2013.RETAIL.EBOOK-kE.rar.html

or

http://www.datafile.com/d/TXpBd05qWXpOZz0F9/1849697280_PACKT.CAMTASIA.STUDIO.8.ADVANCED.EDITING.AND.PUBLISHING.TECHNIQUES.2013.RETAIL.EBOOK-kE.rar

Getting started with IntelliJ IDEA

$
0
0

Title : Getting started with IntelliJ IDEA
Author : Hudson Orsine Assumpção
ISBN/ASIN : 1849699615
Publication Date : 2013-10-17
Publisher : Packt Publishing
Paperback : 114 pages

Description :

Exploit IntelliJ IDEA’s unique features to rapidly develop web and Java Enterprise applications

Overview

  • Exhibit techniques that improve development performance
  • Present framework support
  • Create an application that explores the features of the integrated development environment (IDE)

In Detail

IntelliJ IDEA is a commercial Java development tool which competes with the free Eclipse and NetBeans projects. It is an integrated development environment (IDE) designed to automate parts of the coding process; to support a large number of different frameworks, tools, and targets; to work with multiple languages; and not to get in the way of the developer’s work. IntelliJ IDEA also does a good job of keeping up-to-date with the Java platform, subject to the expense of keeping current with the latest product version.

A practical guide that will provide you with concepts and clear step-by-step exercises to help you understand and improve your performance. Through this guide, you will be able to extract more from IntelliJ IDEA 12.

This book will navigate through the features of IntelliJ IDEA 12 and present the reader with concepts and tips that will give them a greater understanding of this IDE. Using a practical real-world example, readers will learn to develop one application and use some of the features presented. Through clear instructions, you will learn how to integrate the IDE with your favorite bug tracker, take a look at the refactoring approaches that IntelliJ offers, and will quickly understand and use different ways to navigate through the code.

This book teaches you how to develop a web application and a simple Swing application. The development of this application will help you to understand how to work with IntelliJ’s Swing GUI constructor. The book will also provide a simple code as starting point and will show you how to develop some code.

What you will learn from this book

  • Manage your tasks using (or not using) your favorite bug tracker
  • Work with Spring framework with IntelliJ
  • Understand and use the intentions and smart code completion features
  • Create web services using the IntelliJ tools
  • Install and use third party plugins

Approach

A practical, fast-paced guide with clear, step-by-step exercisesto help you understand the basics of IntelliJ Idea and develop a web application.

Who this book is written for

This book will be ideal if you are a Java developer who has a little knowledge about IntelliJ and wants to get more information on using it to improve your development performance.

Download Links :

http://rapidgator.net/file/374c18417547c19a7ea288a3dfbdd996/1849699615_PACKT.GETTING.STARTED.WITH.INTELLIJ.IDEA.2013.RETAIL.EBOOK-kE.rar.html

or

http://www.datafile.com/d/TXpBd05qWXpOdz0F9/1849699615_PACKT.GETTING.STARTED.WITH.INTELLIJ.IDEA.2013.RETAIL.EBOOK-kE.rar

Kali Linux Cookbook

$
0
0

Title : Kali Linux Cookbook
Author : Willie L. Pritchett
ISBN/ASIN : 1783289597
Publication Date : 2013-10-15
Publisher : Packt Publishing
Paperback : 260 pages

Description :

Over 70 recipes to help you master Kali Linux for effective penetration security testing

Overview

  • Recipes designed to educate you extensively on the penetration testing principles and Kali Linux tools
  • Learning to use Kali Linux tools, such as Metasploit, Wire Shark, and many more through in-depth and structured instructions
  • Teaching you in an easy-to-follow style, full of examples, illustrations, and tips that will suit experts and novices alike

In Detail

In this age, where online information is at its most vulnerable, knowing how to execute the same attacks that hackers use to break into your system or network helps you plug the loopholes before it’s too late and can save you countless hours and money. Kali Linux is a Linux distribution designed for penetration testing and security auditing. It is the successor to BackTrack, the world’s most popular penetration testing distribution.

Discover a variety of popular tools of penetration testing, such as information gathering, vulnerability identification, exploitation, privilege escalation, and covering your tracks.

Packed with practical recipes, this useful guide begins by covering the installation of Kali Linux and setting up a virtual environment to perform your tests. You will then learn how to eavesdrop and intercept traffic on wireless networks, bypass intrusion detection systems, and attack web applications, as well as checking for open ports, performing data forensics, and much more. The book follows the logical approach of a penetration test from start to finish with many screenshots and illustrations that help to explain each tool in detail. The Kali Linux Cookbook will serve as an excellent source of information for the security professional and novice alike!

What you will learn from this book

  • Install and setup Kali Linux on multiple platforms
  • Customize Kali Linux to your individual needs
  • Locate vulnerabilities with Nessus and OpenVAS
  • Exploit vulnerabilities you’ve found with Metasploit
  • Learn multiple solutions to escalate privileges on a compromised machine
  • Understand how to use Kali Linux in all phases of a penetration test
  • Crack WEP/WPA/WPA2 encryption
  • Simulate an actual penetration test using Kali Linux

Approach

A practical, cookbook style with numerous chapters and recipes explaining the penetration testing. The cookbook-style recipes allow you to go directly to your topic of interest if you are an expert using this book as a reference, or to follow topics throughout a chapter to gain in-depth knowledge if you are a beginner.

Who this book is written for

This book is ideal for anyone who wants to get up to speed with Kali Linux. It would also be an ideal book to use as a reference for seasoned penetration testers.

Download Links :

http://rapidgator.net/file/82df0f085b0664c3597627d1a6aa1b2a/1783289597_PACKT.KALI.LINUX.COOKBOOK.2013.RETAIL.EBOOK-kE.rar.html

or

http://www.datafile.com/d/TXpFeE16YzVOdz0F9/1783289597_PACKT.KALI.LINUX.COOKBOOK.2013.RETAIL.EBOOK-kE.rar

iOS 7 Game Development

$
0
0

Title : iOS 7 Game Development
Author : Dmitry Volevodz
ISBN/ASIN : 1783551577
Publication Date : 2014-01-20
Publisher : Packt Publishing
Paperback : 120 pages

Description :

Overview

  • Pen your own endless runner game using Apple’s new Sprite Kit framework
  • Enhance your user experience with easy-to-use animations and particle effects using Xcode 5
  • Utilize particle systems and create custom particle effects

In Detail

Sprite Kit, a new framework introduced in iOS7, has been designed as a built-in animation workflow for keyframing 2D animation without the need of engines such as Unity to serve as an intermediate. Sprite Kit enables the easy and fast development cycle, leaving more time to work on gameplay and polish, and less on tedious tasks.

This book offers a practical approach to game development with the Sprite Kit framework of iOS7 platform, by creating an endless runner game. You will gain a full understanding of the new Apple framework along with tips and tricks to interact with the game either by detecting taps, using sophisticated gesture recognizers, and moving sprites by dragging.

Starting with how to get your first sprite on screen, and then moving on to complicated physics and animations, we will be learning about the new features that iOS7provides for game development. You will also learn how to optimize your game performance, how to add animation files and create texture atlas in Xcode 5, and how to build different particles. By the end of the book you will learn how to create full featured endless runner game, with animations, sound effects and particle systems, how to post you application to the iTunes Appstore and about different application icons, categories, certificates, provisioning profiles, new Xcode publishing features and review process.

This book will teach you everything you need to know to create your own powerful and immersive games.

What you will learn from this book

  • Create and run your own animations
  • Utilize particle systems and create custom particle effects
  • Understand the physics engine and how to use it to your advantage
  • Add support for new game controllers from Apple
  • Optimize your game for performance
  • Use gestures to control game-play

Approach

The book is an example based, hands-on guide where you will learn how to make a game from scratch, and learn how to develop games on the iOS platform.

Who this book is written for

If you have great ideas for games and want to learn iOS game development, then this book is the right choice for you. Being familiar with iOS development is a plus, but is not mandatory. You will gradually get to grips with the new Sprite Kit framework with the help of this book.

Download Links :

http://rapidgator.net/file/242c190882eb80700e6aeee952216029/1783551577_PACKT.IOS.7.GAME.DEVELOPMENT.2014.RETAIL.EBOOK-kE.rar.html

or

http://www.datafile.com/d/TXpFeE16YzVPQT0F9/1783551577_PACKT.IOS.7.GAME.DEVELOPMENT.2014.RETAIL.EBOOK-kE.rar

Lift Application Development Cookbook

$
0
0

Title : Lift Application Development Cookbook
Author : Gilberto T. Garcia Jr.
ISBN/ASIN : 1849515883
Publication Date : 2013-09-25
Publisher : Packt Publishing
Paperback : 254 pages

Description :

Over 50 practical recipes to build web applications using Lift, the most secure web framework available

Overview

  • Lift made easy with step-by-steps recipes written by a developer for developers
  • Practical examples covering topics from basic to advanced levels
  • Learn to use Schemifier to automatically create tables and columns
  • Understand how to integrate Lift with other technologies and social media
  • Filled with task-based recipes to create web applications in a very secure manner

In Detail

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.

Download Links :

http://rapidgator.net/file/43ae28b56d0add2142d3f24cb416b0f3/1849515883_PACKT.LIFT.APPLICATION.DEVELOPMENT.COOKBOOK.2013.RETAIL.EBOOK-kE.rar.html

or

http://www.datafile.com/d/TXpFeE16YzVPUT0F9/1849515883_PACKT.LIFT.APPLICATION.DEVELOPMENT.COOKBOOK.2013.RETAIL.EBOOK-kE.rar

Microsoft SharePoint 2013 Disaster Recovery Guide

$
0
0

Title : Microsoft SharePoint 2013 Disaster Recovery Guide
Author : Peter Ward
ISBN/ASIN : 184968510X
Publication Date : 2013-09-25
Publisher : Packt Publishing
Paperback : 278 pages

Description :

Learn everything you need to know to design and implement a solid disaster recovery plan for SharePoint 2013

Overview

  • Design, implement, test, and execute solid disaster recovery plans for your SharePoint environment with this essential guide
  • Learn outofthebox backup and restore procedures
  • Implement a solid disaster recovery strategy for custom development environments
  • A quick handson guide to get familiar with procedures to secure your data

In Detail

Where does it all go wrong with disaster recovery? Yes, why a disaster recovery plan fails the business and costs IT staff their jobs or a promotion? This book is an easytounderstand guide that explains how to get it right and why it often goes wrong.

Given that Microsoft’s SharePoint platform has become a missioncritical application where business operations just cannot run without complete uptime of this technology, disaster recovery is one of the most important topics when it comes to SharePoint. Yet, support and an appropriate approach for this technology are still difficult to come by, and are often vulnerable to technical oversight and assumptions.

Microsoft SharePoint 2013 Disaster Recovery Guide looks at SharePoint disaster recovery and breaks down the mystery and confusion that surrounds what is a vital activity to any technical deployment. This book provides a holistic approach with practical recipes that will help you to take advantage of the new 2013 functionality and cloud technologies.

You will also learn how to plan, test, and deploy a disaster recovery environment using SharePoint, Windows Server, and SQL tools. We will also take a look at datasets and custom development. If you want to have an approach to disaster recovery that gives you peace of mind, then this is the book for you.

What you will learn from this book

  • Learn why disaster recovery is a struggle to understand and implement
  • Learn how to support optimized application recovery times with tiered service levels
  • Inherit a missioncritical environment that has no disaster recoveryplans
  • Get familiar with backup and restore procedures that are available to an administrator as well as the pros and cons of each
  • Learn about Disaster recovery in regards to virtualization and the cloud
  • Architect data in SharePoint with disaster recovery in mind
  • Build confidence and refine disaster recovery plans with more frequent testing
  • Create a theme for use with your video player

Approach

The style and approach of the book is an easy to read SharePoint admin guide. This is not a step by step instruction book, but rather a guide on how to implement and execute a disaster recovery plan to your SharePoint environment.

Who this book is written for

This book is great for both SharePoint and SQL administrators new to the SharePoint 2013 architecture, and who are looking to get a good grounding in how to use implement a solid disaster recovery plan. It’s assumed that you have some experience in SharePoint and Windows Server and, as well be familiar with SQL.

Download Links :

http://rapidgator.net/file/9cf637ed90bfe15d87174f5e3da14005/184968510X_PACKT.MICROSOFT.SHAREPOINT.2013.DISASTER.RECOVERY.GUIDE.2013.RETAIL.EBOOK-kE.rar.html

or

http://www.datafile.com/d/TXpFeE16Z3dNQT0F9/184968510X_PACKT.MICROSOFT.SHAREPOINT.2013.DISASTER.RECOVERY.GUIDE.2013.RETAIL.EBOOK-kE.rar


IBM SPSS Modeler Cookbook

$
0
0

Title : IBM SPSS Modeler Cookbook
Author : Keith McCormick
ISBN/ASIN : 1849685460
Publication Date : 2013-10-23
Publisher : Packt Publishing
Paperback : 382 pages

Description :

Over 60 practical recipes to achieve better results using the experts’ methods for data mining

Overview

  • Go beyond mere insight and build models than you can deploy in the day to day running of your business
  • Save time and effort while getting more value from your data than ever before
  • Loaded with detailed step-by-step examples that show you exactly how it’s done by the best in the business

In Detail

IBM SPSS Modeler is a data mining workbench that enables you to explore data, identify important relationships that you can leverage, and build predictive models quickly allowing your organization to base its decisions on hard data not hunches or guesswork.

IBM SPSS Modeler Cookbook takes you beyond the basics and shares the tips, the timesavers, and the workarounds that experts use to increase productivity and extract maximum value from data. The authors of this book are among the very best of these exponents, gurus who, in their brilliant and imaginative use of the tool, have pushed back the boundaries of applied analytics. By reading this book, you are learning from practitioners who have helped define the state of the art.

Follow the industry standard data mining process, gaining new skills at each stage, from loading data to integrating results into everyday business practices. Get a handle on the most efficient ways of extracting data from your own sources, preparing it for exploration and modeling. Master the best methods for building models that will perform well in the workplace.

Go beyond the basics and get the full power of your data mining workbench with this practical guide.

What you will learn from this book

  • Use and understand the industry standard CRISP_DM process for data mining.
  • Assemble data simply, quickly, and correctly using the full power of extraction, transformation, and loading (ETL) tools.
  • Control the amount of time you spend organizing and formatting your data.
  • Develop predictive models that stand up to the demands of real-life applications.
  • Take your modeling to the next level beyond default settings and learn the tips that the experts use.
  • Learn why the best model is not always the most accurate one.
  • Master deployment techniques that put your discoveries to work making the most of your business’ most critical resources.
  • Challenge yourself with scripting for ultimate control and automation – it’s easier than you think!

Approach

This is a practical cookbook with intermediate-advanced recipes for SPSS Modeler data analysts. It is loaded with step-by-step examples explaining the process followed by the experts.

Who this book is for

If you have had some hands-on experience with IBM SPSS Modeler and now want to go deeper and take more control over your data mining process, this is the guide for you. It is ideal for practitioners who want to break into advanced analytics.

Download Links :

http://rapidgator.net/file/38a596df19acd9192452a6cf5534be48/1849685460_PACKT.IBM.SPSS.MODELER.COOKBOOK.2013.RETAIL.EBOOK-kE.rar.html

or

http://www.datafile.com/d/TXpFeE16Z3dNUT0F9/1849685460_PACKT.IBM.SPSS.MODELER.COOKBOOK.2013.RETAIL.EBOOK-kE.rar

Learning Perforce SCM

$
0
0

Title : Learning Perforce SCM
Author : Robert Cowham
ISBN/ASIN : 1849687641
Publication Date : 2013-09-24
Publisher : Packt Publishing
Paperback : 254 pages

Description :

A comprehensive guide to the world’s leading enterprise configuration management system

Overview

  • Master the use of P4V – the Perforce Visual Client
  • Get into the Perforce mindset for seamless use in your daily work
  • Grasp key concepts and learn how to apply them for proper software configuration management
  • Clear incremental approach from fundamentals to more advanced application of principles
  • Step-by-step instructions with pointers and ideas for self-exploration and a sample repository to illustrate the ideas and guidance in the book
  • Based on the authors’ experience training thousands of users around the world

In Detail

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.

Download Links :

http://rapidgator.net/file/602f8a40541246a06a7be9ed140ddaaa/1849687641_PACKT.LEARNING.PERFORCE.SCM.2013.RETAIL.EBOOK-kE.rar.html

or

http://www.datafile.com/d/TXpFeE16Z3dNZz0F9/1849687641_PACKT.LEARNING.PERFORCE.SCM.2013.RETAIL.EBOOK-kE.rar

Microsoft Dynamics GP 2013 Reporting – Second Edition

$
0
0

Title : Microsoft Dynamics GP 2013 Reporting – Second Edition
Author : David Duncan
ISBN/ASIN : 1849688923
Publication Date : 2013-10-23
Publisher : Packt Publishing
Paperback : 386 pages

Description :

Create valuable insights for your organization with Microsoft Dynamics GP 2013 reporting tools

Overview

  • Explore the new reporting features found in GP 2013
  • Add value to your organization by identifying the major reporting challenges facing your organization and selecting the most effective reporting tool to meet those challenges
  • Empower users from top to bottom in your organization to create their own reports
  • Go beyond basic reporting by providing true business intelligence for your organization

In Detail

Microsoft Dynamics GP 2013 is a sophisticated enterprise resource planning system with a multitude of features and options. Microsoft Dynamics GP enables you to create and manage a variety of reports that can help your organization effectively manage its financial and operational data.

“Microsoft Dynamics GP 2013 Reporting, Second Edition” will show you how to create and manage reports, know what tools to use and when, how to use these tools, and where to find the data based on how it’s being entered into the system with Dynamics GP.

This book addresses the many challenges and frustrations a company may face when preparing to build new reports. You will learn how to find and locate your data in the GP system and company databases. It then dives deep into topics such as SmartLists, SL Builder and Excel Report Builder, Report Writer, Word Template Generator, SSRS Report Library, Business Analyzer, Analysis Cubes Design, and Management Reporter, amongst others.

With this knowledge in hand, you will be capable of selecting the most effective tool for the current reporting environment.

What you will learn from this book

  • Understand how data is stored in Microsoft Dynamics GP
  • Use Excel and SmartLists Builders for basic GP reporting needs
  • Take advantage of the new Word Template functionality in Report Writer including the Word Template Generator
  • Deploy and modify the Dynamics GP SQL Reporting Services report library
  • Display SSRS reports in dashboard form with Business Analyzer
  • Customize Analysis Cubes for Excel for improved ad-hoc data analysis
  • Slice and dice Dynamics GP data with Excel Pivot Tables and Pivot Formulas
  • Design and create various building blocks for Management Reporter
  • Explore advanced concepts for delivering professional-quality financial statements

Approach

A practical guide to creating and managing reports as well as identifying the most appropriate reporting tool for any reporting challenge, this book employs real-life, step-by-step examples in a part tutorial, part reference manner.

Who this book is written for

If you are a Microsoft Dynamics GP developer, consultant or power user who wants to create and manage reports, then “Microsoft Dynamics GP 2013 Reporting, Second Edition” is for you. A working knowledge of Microsoft Dynamics GP is required. A basic understanding of business management systems and reporting applications such as Microsoft Excel and SQL Reporting Services is highly recommended.

Download Links :

http://rapidgator.net/file/9568b8e2c0015090e81d5f0d48a1bdb3/1849688923_PACKT.MICROSOFT.DYNAMICS.GP.2013.REPORTING.2ND.EDITION.2013.RETAIL.EBOOK-kE.rar.html

or

http://www.datafile.com/d/TXpFeE16Z3dNdz0F9/1849688923_PACKT.MICROSOFT.DYNAMICS.GP.2013.REPORTING.2ND.EDITION.2013.RETAIL.EBOOK-kE.rar

Microsoft Dynamics NAV 7 Programming Cookbook

$
0
0

Title : Microsoft Dynamics NAV 7 Programming Cookbook
Author : Rakesh Raul
ISBN/ASIN : 1849689105
Publication Date : 2013-09-24
Publisher : Packt Publishing
Paperback : 312 pages

Description :

Learn to customize, integrate and administer NAV 7 using practical, hands-on recipes

Overview

  • Integrate NAV with external applications, using the C/AL or SQL server
  • Develop .NET code to extend NAV programming possibilities
  • Administer the Microsoft NAV 7 server and database

In Detail

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.

Download Links :

http://rapidgator.net/file/81d6c02b71cc86c107c70945a82d3761/1849689105_PACKT.MICROSOFT.NAV.7.PROGRAMMING.COOKBOOK.2013.RETAIL.EBOOK-kE.rar.html

or

http://www.datafile.com/d/TXpFeE16Z3dOQT0F9/1849689105_PACKT.MICROSOFT.NAV.7.PROGRAMMING.COOKBOOK.2013.RETAIL.EBOOK-kE.rar

Implementing VMware vCenter Server

$
0
0

Title : Implementing VMware vCenter Server
Author : Konstantin Kuminsky
ISBN/ASIN : 1849689989
Publication Date : 2013-10-25
Publisher : Packt Publishing
Paperback : 324 pages

Description :

A practical guide for deploying and using VMware vCenter, suitable for IT professionals

Overview

  • Gain in-depth knowledge of the VMware vCenter features, requirements, and deployment process
  • Manage hosts, virtual machines, and learn storage management in VMware vCenter server
  • Overview of VMware vCenter Operations Manager and VMware vCenter Orchestrator

In Detail

Virtualization is a hot topic today. It saves time and effort for IT professionals as well as helping to keep infrastructure costs down and makes the IT industry greener. VMware, one of the major players on the virtualization market, offers great scalability and reliability features, professional support, and constantly works on improvements for their products. VMware vCenter Server is a necessary component of any professional vSphere implementation. It offers a great variety of features and capabilities that simplify an administrator’s day-to-day work.

This book is a practical and hands-on guide to VMware vCenter Server, providing a description of its features and capabilities as well as useful tips on doing day-to-day administrative tasks.

This book starts with an introduction to VMware vCenter Server, describing requirements and deployment steps along the way. It takes you through a description of product features and different aspects of administration giving useful tips for day-to-day tasks. You will learn how to deploy VMware vCenter Server, and how to manage hosts and virtual machines. You will also take a look at security features, availability, resource management, and discuss monitoring and automation topics.

The last two chapters will describe additional products that can be used together with VMware vCenter Server: VMware vCenter Operations Manager and VMware vCenter Orchestrator. If you want to learn how VMware vCenter Server can help with managing your environment, then this is the book for you.

What you will learn from this book

  • Deploy VMware vCenter Server and ESXi hosts
  • Create and clone virtual machines and work with templates
  • Reduce downtime, and configure and manage availability features
  • Allocate resources, and configure resource pools and DRS
  • Manage users
  • Secure ESXi hosts
  • Learn to use alerts
  • Work with VMware vCenter Operations Manager
  • Get to grips with VMware vCenter Orchestrator

Approach

This book is a practical, hands-on guide that will help you learn everything you need to know to administer your environment with VMware vCenter Server. Throughout the book, there are best practices and useful tips and tricks which can be used for day-to-day tasks.

Who this book is written for

If you are an administrator or a technician starting with VMware, with little or no knowledge of virtualization products, this book is ideal for you. Even if you are an IT professional looking to expand your existing environment, you will be able to use this book to help you improve the management of these environments. IT managers will find it helpful in terms of improving cost efficiency, ensuring required levels of service and utilising its excellent reporting abilities.

Download Links :

http://rapidgator.net/file/1097bfa8eadab9fcffa4f3d5847e6367/1849689989_PACKT.IMPLEMENTING.VMWARE.VCENTER.SERVER.2013.RETAIL.EBOOK-kE.rar.html

or

http://www.datafile.com/d/TXpFeE16Z3dOUT0F9/1849689989_PACKT.IMPLEMENTING.VMWARE.VCENTER.SERVER.2013.RETAIL.EBOOK-kE.rar

Viewing all 725 articles
Browse latest View live