Moving space between partitions
This article by Curtis Gedak, author of Manage Partitions with GParted How-to reveals how to migrate free disk space to where it is most needed. It can be frustrating to run out of free space in one partition (for example, C:) when another partition (for example, D:) has plenty. In this recipe we cover the steps to migrate free space from one partition to another.
Read Moving space between partitions in fullGetting Your Course Ready for a New Semester
In this article by Brandon Ballentine, author of Desire2Learn for Higher Education Cookbook, we will cover the following recipes:
-
Copying course materials from a previous semester
-
Importing a publisher's course cartridge
-
Changing many due dates from one screen
-
Double-checking everything from the student view
-
Configuring your web browser
Mobile Devices
We are currently seeing an explosion of mobile devices to the market. A lot of them are more powerful than your average computer was just over a decade ago. This means that in addition to having nice clean, responsive, and functional desktop applications, we are starting to have to make sure the same basic functionality is available to mobile devices. In this article, we are going to be looking at how we can set up mobile devices to be used with Selenium WebDriver.
In this article by David Burns, author of Selenium 2 Testing Tools Beginner's Guide, we shall learn:
-
How to use the stock browser on Android
-
How to test with Opera Mobile
-
How to test on iOS
Building the Control-M Infrastructure
Unlike ordinary desktop applications, Control-M is an enterprise-level large-scale batch workload automation platform that handles the execution of end-to-end business processes potentially across the entire organization. Therefore, it is essential to properly plan the batch infrastructure in advance to fully utilize the benefits of Control-M and allow it to fulfill the future growth of the organization's batch needs.
In this article by Qiang Ding, author of BMC Control-M 7: A Journey from Traditional Batch Scheduling to Workload Automation , we are going to look at important factors that need to be taken into consideration for building a complete batch infrastructure. We will start with introducing the "Three Ages" towards workload automation. This will be followed by discussions of pre-implementation-related topics, such as batch environment sizing considerations, choices of high availability solutions, storage space requirements, firewall configuration requirements, user experience-related performance concerns, and so on. Once we have the environment planned, we focus on the technical aspects by building a complete sandpit Control-M batch infrastructure.
Read Building the Control-M Infrastructure in fullNew Connectivity APIs – Android Beam
In this article by Murat Aydin, the author of Android 4: New features for Application Development, introduces us to new connectivity APIs with Android Ice Cream Sandwich—Android Beam, which uses the NFC hardware of the device. Android Beam allows devices to connect to each other without using a wireless access point. This article will teach us the usage of Android Beam.
The topics covered in this chapter are as follows:
-
Android Beam
-
Beaming NdefMessages
Team Foundation Server 2012
Team Foundation Server 2012 (TFS 2012) is the latest version of Microsoft's Application Lifecycle Management (ALM) system. This article by Jakob Ehn and Terje Sandstrom, authors of Team Foundation Server 2012 Starter, covers all the aspects of managing a software product over its complete lifecycle, from inception, through development and the subsequent maintenance phase for as long as it is in use.
Read Team Foundation Server 2012 in fullCreating Cartesian-based Graphs
In this article by Ben Fhala, author of HTML5 Graphing and Data Visualization Cookbook, we will cover the following topics:
-
Building a bar chart from scratch
-
Spreading data in a scatter chart
-
Building line charts
-
Creating the flying brick chart (waterfall chart)
-
Building a candlestick chart (stock chart)
Creating and configuring a basic mobile application
After everything is configured and prepared, this article by Darko Goleš, author of Magento Mobile How-to, starts exploring the Magento Mobile Admin Panel in order to create our first Magento Mobile application.
Read Creating and configuring a basic mobile application in fullApplication Packaging in VMware ThinApp 4.7 Essentials
In this article by Peter Björk, authors of VMware ThinApp 4.7 Essentials, we will cover the packaging process. We'll discuss packaging's best practices the, packaging environment, entry points, the data container, and Package.ini.
Read Application Packaging in VMware ThinApp 4.7 Essentials in fullCreating Bar Charts
This article by Peter Backx and Dominic Gélineau, authors of ActionScript Graphing Cookbook, will give us all the tools to create multiple bar charts. Be it vertical, horizontal, comparison, or histograms, this article will provide solid bases to improve those charts even more. We will use the same methodology for every chart.
In this article, we will cover:
-
Drawing a bar chart with Flex
-
Building vertical bar charts
-
Creating comparison bar charts
-
Drawing histograms
-
Creating sparklines to enrich text content
-
Making 3D bar charts
Delving Deep into Application Design
In this article Ilya Grinblat and Alex Peterson, the authors of OGRE 3D 1.7 Application Development Cookbook, we'll show you how to create an Ogre 3D Windows application in Visual Studio 2010 using the Win32 API, the Microsoft Foundation Classes ( MFC), and the .NET framework. We'll show you how to configure your project settings to support Ogre, and how to integrate Ogre into each type of application. We'll also create a custom Ogre plugin and a custom resource manager.
Read Delving Deep into Application Design in fullBuilding Your First Application
In this article by Mariano Reingart and Massimo Di Pierro, the authors of web2py Application Development Cookbook we will cover:
-
Improving the scaffolding application
-
Building a simple contacts application
-
Building a Reddit clone
-
Building a Facebook clone
The recipes in this article will provide examples of complete applications, comprising models, views, and controllers. They range from simple contacts applications to a more complex Facebook clone. Other recipes in this article will show you how to solve some recurrent problems that new users typically encounter, from adding a logo to creating a navigation bar.
Read Building Your First Application in fullMore on ADF Business Components and Fusion Page Runtime
In this article by Jobinesh Purushothaman, the author of Oracle ADF Real World Developer’s Guide, we will discuss the following topics:
-
Lifecycle of an ADF Fusion web page with region
-
Transaction management in Fusion web applications
-
Building a dynamic model-driven UI with ADF
-
Building composite view objects
-
Building application modules with no database connection
-
Looking up the UI component from the component tree at runtime
SQL Server and PowerShell Basic Tasks
This article by Donabel Santos author of SQL Server 2012 with PowerShell V3 Cookbook, demonstrates scripts and snippets of code that accomplish some basic SQL Server tasks, using PowerShell. We will start with simple tasks, such as listing SQL Server instances and creating objects such as tables, indexes, stored procedures, and functions, to get you comfortable with working with SQL Server programmatically.
You will find that many of the recipes can be accomplished using PowerShell and SQL Management Objects ( SMO). SMO is a library that exposes SQL Server classes, which allows for programmatic manipulation and automation of many database tasks. For some recipes, we will also explore alternative ways of accomplishing the same tasks, using different native PowerShell cmdlets.
Even though we are exploring how to create some common database objects using PowerShell, I would like to note that PowerShell is not always the best tool for the task. There will be tasks that are best left accomplished using T-SQL. Even so, it is still good to know what is possible with PowerShell and how to do it, so that you know you have alternatives depending on your requirements or situation.
Read SQL Server and PowerShell Basic Tasks in fullHooking into native events
When developing for mobile devices, we can create feature-rich applications that harness the functionality of the native processes and systems.
The devices themselves provide us with built-in controls and user interface elements in the form of native buttons, to which we can apply methods and functions.
We can also make use of the hidden events and manage how our applications work when placed in the background on the device or alter states depending on network connectivity.
In this article by Matt Gifford, author of PhoneGap Mobile Application Development Cookbook, will introduce you to some of the native events available through the PhoneGap API, and how we can implement them into applications.
In this article, we will cover:
-
Pausing your application
-
Resuming your application
-
Displaying the status of the device battery levels
-
Making use of the native search button
-
Displaying network connection status
-
Creating a custom submenu


