Jason Moore (182)

C++ Explained

This is my guide for people who want to know how C++ works.  With a little effort it can be easy to pick up. I cover the essential basics here with examples.

Continue reading...

Elements Of Unified Communications

Unified communications is an important buzzword these days. It can mean several different things. There are some things in common though. Almost all implementations include messaging, VOIP, and some sort of collaboration. I want to talk about those today. 
 

Using Functions in C++

This article is about using functions in C++. Functions reuse code to help solve problems. It is described as doing a small part that can be used elsewhere in your program. Today I want to show you how to do that.
 
 

What Cloud Computing Really Means

Cloud computing is used a lot these days. Many times people are referring to totally different concepts. When mentioning it, however, there is definitely a disconnect or a lack of understanding of what this means. I will clear some things up and give a good overview of what we are talking about when we say "cloud computing".

Continue reading...

How To Construct Loops in C++

Today's guide will be over loops in C++. I have been wanting to get to my latest C++ article for a while. So lets break out our favorite text editor and compiler and have some real fun today!

Continue reading...

Network Management Guide

In this network management guide I try to talk about the basics of everything that goes into managing and monitoring a network. I will talk about monitoring most aspects of you network along with things to do to help it.

Continue reading...

Hints On Using Onenote

In this article I am going to give you some hints on using OneNote from Microsoft Office. OneNote is a great program to keep detailed records, a journal, documentation, or even a simple checklist. It has a lot of uses for a lot of people. Since you can customize the workflow in it almost anyone can make use of it.

Continue reading...

Guide To Digital Analytics Principles

Digital analytics principles is all the rage these days. It is easy to understand why. When you have a website you need to know exactly what your visitors are doing. You need to know where they are going and what buttons they are clicking on.This is where Analytics comes in. It is an extremely useful tool but you need to know how to use it. In this article I talk about terms, how to get started, and using it to your website's advantage.

Continue reading...