Google Analytics

Google Analytic’s Site Speed 3

The Google Analytic’s Site Speed can give you some valuable information into how your site is preforming for your users.     In this post we are going to look into how to decifer the meaning behind the site speed reports.   In a future post we will be look […]


Google Analytics

Google Analytics profiles renamed

Google has made a change to the admin interface on Analytics (again). They have renamed profiles to views, in my opinion this is a good change views is a much better description.  The image above shows the change in the admin interface.   Lets take some time to understand the Analtyics […]


Google Analytics

Google Analytics Quota 2

Google Analytics Quota In this post we will be looking into the Google Analtyics Quota system.   We will be discussing why it is a good idea to use QuotaUser or UserIp in all of your calls to the Google Analytics API.    We will also be looking into exactly what the […]


Facebook App Settings

A few minutes ago some one posted a question on StackExchange about Netflix still having access to an account even though the password on that account had been changed. This is because Netflix allows you to authorize a device using open authentication. A lot of non programmers don’t know what […]


Twitter Analytics

I have recently been taking a closer look at twitter.   I know a lot of people use it but what i have come to see is that a lot of companies use it as well.     This made me start to wonder how if it would be possible […]


Execute SSIS packages with C#

SQL Server Integration Services packages can be executed  programmatic. In this tutorial I will be showing you how to do it with C#.    I will also explain how to avoid the Error “The Execute method on the task returned error code 0x80131621″. Reference In your project you will need to […]


SSIS Package Variables

This short tutorial will explain just a few of the ways you can use variables in your SQL Server Integration Services packages.  From time to time you may want to create a variable in your package that you can either change easily or can update automatically.     Lets say that every […]


Google Analytics

Google Analytic’s API v3 with C# 43

Have you been trying to connect your website or application to Google Analytics? Would you like to be able to show your users Google Analytics data for your website?   If you are you trying to work with the Google Analytics API in C# .net I might be able to […]


Mobile path to purchase

Google recently commissioned a Nielsen study to understand the role of mobile devices and the customers path to purchase.    Nine hundred and fifty people participated in the study, they responded to a servery and there mobile usage was observed for 14 days.    I found the results quite interesting […]


Google Drive API C# 113

Have you been trying to connect your website or application to Google Drive?  Would you like to see a list of files or a list of Directories stored on Google Drive?   Would you like to Upload a file to Google Drive or download a file from Google drive using […]