Drilling Back to Source Data in Dynamics GP 2013 using Dashboards
In this article by Mark Polino, author of Building Dashboards with Microsoft Dynamics GP 2013 and Excel 2013, will walk you through the deployment of a dashboard. Once you deploy a dashboard, it's inevitable that someone will want more information. They won't believe a number and will want to know the detail that makes up a balance. A great way to manage this is to build a couple of dashboards. Usually, this looks like a primary dashboard with secondary dashboards that break out more information about sales, cash, or departments. We've done this on a very simple level with our Revenue and Net Income tabs. They provide additional detail to expand on the main dashboard numbers.
Another great way to deal with the need for detail, and to take your dashboard beyond what everyone else is doing, is to allow users to drill down into specific transactions or accounts in Microsoft Dynamics GP 2013. In this article, we will look at drill down options including:
-
Hyperlinks
-
Using drill downs present in GP 2013
-
The structure of a drill down
-
Building your own links with Drill Down Builder
-
Drill downs in complex environments
Insight into Hyper-V Storage
In this article by Zahir Hussain Shah, the author of Windows Server 2012 Hyper-V: Deploying Hyper-V Enterprise Server Virtualization Platform, we will dive deeper into Hyper-V storage, where we will discuss the various types of storage options available with Microsoft Windows Server 2012 Hyper-V for a virtual machine in detail.
Read Insight into Hyper-V Storage in full.NET 4.5 Extension Methods on IQueryable
In this article by Shawn R. McLean, author of Instant .NET 4.5 Extension Methods How-to , we learn about the extension methods on IQueryable. IQueryable is used to operate mainly on databases. IQueryable<T>are an extension from IEnumerable<T>, hence, we can call all extensions and methods of IEnumerable<T>. A query using IQueryable can be built up on over time, before it hits the database. The query is executed once you execute an eager function such as ToList(), looping the data or attempting to use the values. IQueryable is used by providers such as LINQ to entities or LINQ to SQL.
Read .NET 4.5 Extension Methods on IQueryable in fullTracking Faces with Haar Cascades
This article by Joseph Howse, author of OpenCV Computer Vision with Python introduces some of OpenCV's tracking functionality, along with the data files that define particular types of trackable objects. Specifically, we look at Haar cascade classifiers, which analyze contrast between adjacent image regions to determine whether or not a given image or subimage matches a known type. We consider how to combine multiple Haar cascade classifiers in a hierarchy, such that one classifier identifies a parent region (for our purposes, a face) and other classifiers identify child regions (eyes, nose, and mouth).
We also take a detour into the humble but important subject of rectangles. By drawing, copying, and resizing rectangular image regions, we can perform simple manipulations on image regions that we are tracking.
By the end of this article, we will integrate face tracking and rectangle manipulations into Cameo. Finally, we'll have some face-to-face interaction!
All the finished code for this article can be downloaded from my website: http://nummist.com/opencv/3923_04.zip.
Read Tracking Faces with Haar Cascades in fullWhat is OpenLayers?
In this article by Alessio Di Lorenzo and Giovanni Allegri, the authors of the book Instant OpenLayers Starter, we will discuss some basic points about OpenLayers
OpenLayers is an open source map viewing library, originally developed and released by MetaCarta under a BSD license. It is written in pure JavaScript and makes it easy to incorporate interactive maps from a variety of sources into your web pages and applications.
Read What is OpenLayers? in full

