<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js ie lt-ie9 lt-ie8 lt-ie7" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]-->
<!--[if IE 7]>         <html class="no-js ie lt-ie9 lt-ie8" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]-->
<!--[if IE 8]>         <html class="no-js ie lt-ie9" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]-->
<!--[if gt IE 8]>      <html class="no-js ie lt-ie10" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]-->
<!--[if gt IE 9]>      <html class="no-ie" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]-->

<head>

    
    <meta charset="utf-8">

    <title>Blog &bull; Live Connexus</title>

<link rel="stylesheet" href="https://liveconnexus.com/wp-content/plugins/sitepress-multilingual-cms/res/css/language-selector.css?v=3.3.6" type="text/css" media="all" />


    <link rel="icon" type="image/png" href="https://liveconnexus.com/wp-content/uploads/2014/02/FAVICON.png">


    <!--[if lte IE 9]>
        <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->

    <meta name="viewport" content="width=device-width, initial-scale=1.0">        <style type="text/css">
                    </style>
    
    
	<link rel="alternate" type="application/rss+xml" title="Live Connexus Feed" href="https://liveconnexus.com/feed/">

<!-- This site is optimized with the Yoast SEO plugin v9.1 - https://yoast.com/wordpress/plugins/seo/ -->
<link rel="canonical" href="https://liveconnexus.com/blog" />
<link rel="publisher" href="https://plus.google.com/+Liveconnexus1"/>
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Blog &bull; Live Connexus" />
<meta property="og:url" content="https://liveconnexus.com/blog" />
<meta property="og:site_name" content="Live Connexus" />
<meta property="article:publisher" content="https://www.facebook.com/liveconnexus" />
<meta property="article:section" content="Blog" />
<meta property="og:image" content="https://new.liveconnexus.com/wp-content/uploads/2014/10/cloud_and_business.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Blog &bull; Live Connexus" />
<meta name="twitter:site" content="@liveconnexus" />
<meta name="twitter:image" content="http://new.liveconnexus.com/wp-content/uploads/2014/10/cloud_and_business.jpg" />
<meta name="twitter:creator" content="@liveconnexus" />
<script type='application/ld+json'>{"@context":"https:\/\/schema.org","@type":"Organization","url":"https:\/\/liveconnexus.com\/","sameAs":["https:\/\/www.facebook.com\/liveconnexus","https:\/\/www.instagram.com\/liveconnexus\/","https:\/\/www.linkedin.com\/company\/live-connexus","https:\/\/plus.google.com\/+Liveconnexus1","https:\/\/www.youtube.com\/user\/liveconnexus","https:\/\/twitter.com\/liveconnexus"],"@id":"https:\/\/liveconnexus.com\/#organization","name":"Live Connexus","logo":"https:\/\/liveconnexus.com\/wp-content\/uploads\/smart-way-ofdoingit-LOGO160x125.jpg"}</script>
<!-- / Yoast SEO plugin. -->

<link rel='dns-prefetch' href='//www.google.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<!-- This site uses the Google Analytics by MonsterInsights plugin v7.10.0 - Using Analytics tracking - https://www.monsterinsights.com/ -->
<script type="text/javascript" data-cfasync="false">
	var mi_version         = '7.10.0';
	var mi_track_user      = true;
	var mi_no_track_reason = '';
	
	var disableStr = 'ga-disable-UA-19224378-1';

	/* Function to detect opted out users */
	function __gaTrackerIsOptedOut() {
		return document.cookie.indexOf(disableStr + '=true') > -1;
	}

	/* Disable tracking if the opt-out cookie exists. */
	if ( __gaTrackerIsOptedOut() ) {
		window[disableStr] = true;
	}

	/* Opt-out function */
	function __gaTrackerOptout() {
	  document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
	  window[disableStr] = true;
	}
	
	if ( mi_track_user ) {
		(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
			(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
			m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
		})(window,document,'script','//www.google-analytics.com/analytics.js','__gaTracker');

		__gaTracker('create', 'UA-19224378-1', 'auto');
		__gaTracker('set', 'forceSSL', true);
		__gaTracker('set', 'anonymizeIp', true);
		__gaTracker('require', 'displayfeatures');
		__gaTracker('send','pageview');
	} else {
		console.log( "" );
		(function() {
			/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
			var noopfn = function() {
				return null;
			};
			var noopnullfn = function() {
				return null;
			};
			var Tracker = function() {
				return null;
			};
			var p = Tracker.prototype;
			p.get = noopfn;
			p.set = noopfn;
			p.send = noopfn;
			var __gaTracker = function() {
				var len = arguments.length;
				if ( len === 0 ) {
					return;
				}
				var f = arguments[len-1];
				if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
					console.log( 'Not running function __gaTracker(' + arguments[0] + " ....) because you are not being tracked. " + mi_no_track_reason );
					return;
				}
				try {
					f.hitCallback();
				} catch (ex) {

				}
			};
			__gaTracker.create = function() {
				return new Tracker();
			};
			__gaTracker.getByName = noopnullfn;
			__gaTracker.getAll = function() {
				return [];
			};
			__gaTracker.remove = noopfn;
			window['__gaTracker'] = __gaTracker;
					})();
		}
</script>
<!-- / Google Analytics by MonsterInsights -->
		<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/liveconnexus.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.9.16"}};
			!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
		<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
<link rel="stylesheet" href="https://liveconnexus.com/wp-content/plugins/sitepress-multilingual-cms/res/css/language-selector-click.css?ver=4.9.16">
<link rel="stylesheet" href="https://liveconnexus.com/wp-content/plugins/LayerSlider/static/css/layerslider.css?ver=5.6.2">
<link rel="stylesheet" href="https://liveconnexus.com/wp-content/plugins/crumina-page-slider/css/public.css?ver=1.0.0">
<link rel="stylesheet" href="https://liveconnexus.com/wp-content/plugins/crumina-page-slider/css/options.css?ver=1.0.0">
<link rel="stylesheet" href="https://liveconnexus.com/wp-content/plugins/menu-customizer/css/public.css?ver=1.0.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro%3A300%2C400%2C600%2C700%2C300italic%2C400italic%2C600italic%2C700italic&#038;subset=latin%2Clatin-ext&#038;ver=4.9.16">
<link rel="stylesheet" href="https://liveconnexus.com/wp-content/uploads/secondtouch_fonts/moon/style.css?ver=4.9.16">
<link rel="stylesheet" href="https://liveconnexus.com/wp-content/uploads/secondtouch_fonts/linecon/style.css?ver=4.9.16">
<link rel="stylesheet" href="https://liveconnexus.com/wp-content/themes/secondtouch/assets/css/foundation.css">
<link rel="stylesheet" href="https://liveconnexus.com/wp-content/themes/secondtouch/assets/css/app.css">
<style id='crum_site_style-inline-css' type='text/css'>
#change_wrap_div{ background-repeat: repeat} body{ background-repeat: repeat-y} #footer, #sub-footer{ background-repeat: repeat-y} .tabs dd a, .tabs li a {
		border-right: 1px solid #ffffff;
		}

		article.post h3.entry-title a:hover,
		.share-icons a:hover,
		#comments h3 span,
		.pages-nav a,
		.entry-thumb a.link:before,
		.tabs.horisontal.no-styling dd.active a,
		.pricing-table .title .icon,
		.post-carousel-item .icon-format,
		.featured-news h3.entry-title a:hover,
		article.mini-news .box-name a:hover,
		.skills_widget .start-label, .skills_widget .finish-label,
		.folio-item .box-name:first-letter,
		.folio-item .box-name a:first-letter,
		.folio-item .box-name a .animated,
		.testimonials_item .box-name:first-letter,
		.instagram-autor .box-name:first-letter,
		.recent-posts-list .entry-title:first-letter,
		.recent-posts-list .entry-title .animated,
		.tags-widget a:hover,
		ul.products li.product .amount,
		.widget_shopping_cart .amount,
		.woocommerce p.stars a:hover:before, .woocommerce-page p.stars a:hover:before, .woocommerce p.stars a:focus:before, .woocommerce-page p.stars a:focus:before,
		.woocommerce p.stars a.active:before, .woocommerce-page p.stars a.active:before,
		a:hover, a:focus,
		.crumina-slider-wrap .item-content .icon-format,
		.crumina-slider-wrap .entry-title a:hover,
		.news-row .entry-thumb .mini-comm-count:before,
		.hover-box .more-link:before,
		.hover-box .zoom-link:before,
		.hover-box .like:before, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before{ color: #dd9933 }
		#top-panel .login-header .avatar,
		article .entry-thumb .comments-link:hover,
		article.post .link-read-more,
		.light,
		.lang-sel ul > li:hover a,
		.breadcrumbs,
		.back-to-top,
		.filter li a:after,
		#wp-submit.button-primary, #commentform #submit,
		.pricetable-featured .pricing-table .title,
		.folio-dopinfo i,
		.team_member_box .text:before,
		article.mini-news .mini-comm-count,
		.feature-box .back,
		.recent-block .tabs.horisontal dd a:after,
		.timelime .timeline-item .timeline-title:after,
		div.progress .meter,
		.highlight,
		.quantity .plus, #content .quantity .plus,
		.quantity .minus, #content .quantity .minus:hover,
		.pricing-table .cta-button .button.red,
		.crumina-slider-wrap .active .click-section,
		.tabs.vertical dd.active a,
		.tabs.vertical dd a .icon,
		.tabs.vertical dd.active .icon,
		.top-menu-button.active, article .entry-thumb .comments-link:hover .comments-link:hover:before{ background-color: #dd9933}article .entry-thumb .comments-link:hover:before {
		border-color: #dd9933 transparent transparent transparent;
		background-color: #dd9933 transparent transparent transparent;
		}article .entry-thumb .comments-link
		{
		background: #dd9933;
		background: rgba(221,153,51, 0.7);
		}.crumina-slider-wrap .cat-name
		{
		background: #dd9933;
		background: rgba(221,153,51, 0.6);
		}

		.crumina-slider-wrap .cat-name:hover {
		background: #dd9933;
		background: rgba(221,153,51, 1);
		}

		article .entry-thumb .comments-link:before {
		border-color: #dd9933 transparent transparent transparent;
		border-color: rgba(221,153,51, 0.7) transparent transparent transparent;
		}

		article .entry-thumb .comments-link:hover:before {
		border-color: #dd9933 transparent transparent transparent;
		border-color: rgba(221,153,51, 0.7) transparent transparent transparent;
		}

		#crum-slider .item .item-content-metro {
		background: #dd9933;
		background: rgba(221,153,51, 0.87);
		}

		.author-photo img {
		border-bottom: 3px solid #dd9933; }

		#footer .soc-icons a:hover,
		.charts-box .percent
		{
		border-bottom: 2px solid #dd9933; }

		#wp-submit.button-primary, #commentform #submit {box-shadow:none !important;}

		.feature-block-image .picture:before {
		border-color: transparent transparent transparent #dd9933;
		}

		div.bbp-template-notice
		{border-left: 3px solid #dd9933 !important;}

		.woocommerce-info {
		border-top: 3px solid #dd9933
		}

		.pricing-table .cta-button .button.red {box-shadow:none !important;}
		.twitter-row .icon,
		.page-numbers li:hover a,
		.page-numbers li a:focus,
		.page-numbers li.current a,
		.page-numbers li.current a:hover, .page-numbers li.current a:focus,
		.page-numbers li span:hover a,
		.page-numbers li span a:focus,
		.page-numbers li span.current,
		.tabs.horisontal dd a,
		.tabs.horisontal li a,
		.tabs.vertical dd a,
		.tabs.vertical li a,
		.button, #wp-submit, #commentform #submit,
		.map-holder .box-text,
		.accodion_module .title,
		.contacts-widget,
		.tweet-list,
		.twitter-row .icon,
		.products  .product .button:before,
		ul.products li.product del .amount,
		.quantity .plus, #content .quantity .plus:hover,
		.quantity .minus, #content .quantity .minus


		{background-color:#335273;}


		.bbp-topic-meta a,
		td.product-remove a:hover,
		.product-ordering a:hover,
		.summary .price,
		a
		{color:#335273;}

		.pricing-table:hover
		{border: 2px solid #335273 }

		.pricing-table:hover::before {border-color: transparent #335273 transparent transparent;}

		#bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-replies {
		border-top: 3px solid #335273;
		}
		div.bbp-template-notice.info

		{border-left: 3px solid #335273 !important;}


		#crum-slider .item.even .item-content-metro {
		background: #335273;
		background: rgba(51,82,115 , 0.87);

		}

		.button, #wp-submit, #commentform #submit, .pricing-table .cta-button .button.red {box-shadow:none !important;}#top-panel .login-header {
display: none;
}
</style>
<link rel="stylesheet" href="https://liveconnexus.com/wp-content/themes/secondtouch/assets/css/animate-custom.css">
<link rel="stylesheet" href="https://liveconnexus.com/wp-content/themes/secondtouch/assets/css/bbpress.css">
<link rel="stylesheet" href="https://liveconnexus.com/wp-content/themes/secondtouch/assets/css/jquery.isotope.css">
<link rel="stylesheet" href="https://liveconnexus.com/wp-content/themes/secondtouch/assets/css/flexslider.css">
<link rel="stylesheet" href="https://liveconnexus.com/wp-content/themes/secondtouch/assets/css/responsive.css">
<link rel="stylesheet" href="https://liveconnexus.com/wp-content/themes/secondtouch/assets/css/prettyPhoto.css">
<link rel="stylesheet" href="https://liveconnexus.com/wp-content/themes/secondtouch/css/options.css?1455214259">
<script>if (document.location.protocol != "https:") {document.location = document.URL.replace(/^http:/i, "https:");}</script><script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.16'></script>
<script type='text/javascript' src='https://liveconnexus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://liveconnexus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/liveconnexus.com","hash_tracking":"false"};
/* ]]> */
</script>
<script type='text/javascript' src='https://liveconnexus.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.min.js?ver=7.10.0'></script>
<script type='text/javascript' src='https://liveconnexus.com/wp-content/plugins/LayerSlider/static/js/greensock.js?ver=1.11.8'></script>
<script type='text/javascript' src='https://liveconnexus.com/wp-content/plugins/LayerSlider/static/js/layerslider.kreaturamedia.jquery.js?ver=5.6.2'></script>
<script type='text/javascript' src='https://liveconnexus.com/wp-content/plugins/LayerSlider/static/js/layerslider.transitions.js?ver=5.6.2'></script>
<script type='text/javascript' src='https://liveconnexus.com/wp-content/plugins/crumina-page-slider/js/public.js?ver=1.0.0'></script>
<script type='text/javascript' src='https://liveconnexus.com/wp-content/plugins/menu-customizer/js/public.js?ver=1.0.0'></script>
<link rel='https://api.w.org/' href='https://liveconnexus.com/wp-json/' />
<link rel="alternate" type="application/json+oembed" href="https://liveconnexus.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fliveconnexus.com%2Fblog" />
<link rel="alternate" type="text/xml+oembed" href="https://liveconnexus.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fliveconnexus.com%2Fblog&#038;format=xml" />
<meta name="generator" content="WPML ver:3.3.6 stt:1,2;" />

</head>


	<body data-rsssl=1 class="page-template page-template-tmp-posts-left-img page-template-tmp-posts-left-img-php page page-id-4517 blog" >


	<div id="change_wrap_div" class="  ">

	


    <div class="row">

        <div id="top-panel">

            <div class="login-header" style="display:none">
                <div class="avatar"><i class="linecon-user"></i></div><div class="links"><a href="#" class="drop-login" data-reveal-id="loginModal">Login site</a></div>
                    <div id="loginModal" class="reveal-modal">
                        
		<form name="loginform-custom" id="loginform-custom" action="https://liveconnexus.com/wp-login.php" method="post">
			
			<p class="login-username">
				<label for="user_login">Username or Email Address</label>
				<input type="text" name="log" id="user_login" class="input" value="" size="20" />
			</p>
			<p class="login-password">
				<label for="user_pass">Password</label>
				<input type="password" name="pwd" id="user_pass" class="input" value="" size="20" />
			</p>
			
			<p class="login-remember"><label><input name="rememberme" type="checkbox" id="rememberme" value="forever" /> Remember Me</label></p>
			<p class="login-submit">
				<input type="submit" name="wp-submit" id="wp-submit" class="button button-primary" value="Log In" />
				<input type="hidden" name="redirect_to" value="https://liveconnexus.com" />
			</p>
			
		</form>                        <a class="close-reveal-modal">&#215;</a>
                    </div>

                
            </div>
            <div class="top-info">1 (512) 410 1244 |  Mon - Fri 8:00 am - 5:00 pm CST</div>

            
                <div class="search"><form role="search" method="get" class="form-search searchform" action="https://liveconnexus.com/">
    <label class="hide" for="s">Search for:</label>
    <input type="text" value="" name="s" id="s" class="search-query" placeholder="Search">
    <input type="submit" value="Search" class="btn searchsubmit">
    </form></div>

                        				                <div class="lang-sel">
                    <a href="#"><img src="https://liveconnexus.com/wp-content/themes/secondtouch/assets/img/lang-icon.png" alt="GB"><strong>Change language:</strong>English</a>
                    <ul>
                        <li><a href="https://liveconnexus.com/es/"><img src="https://liveconnexus.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/es.png" height="12" alt="es" width="18" />Español</a></li><li><a href="https://liveconnexus.com/blog"><img src="https://liveconnexus.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png" height="12" alt="en" width="18" />English</a></li>                    </ul>
                </div>
			            
				
            <div class="head-soc-icons"><span>Follow us:</span>

                <div class="soc-icons">
                    <a href="http://www.facebook.com/pages/Live-Connexus/72739465108" class="fb soc_icon-facebook" title="Facebook"></a><a href="https://plus.google.com/105010726342945358746" class="gp soc_icon-google__x2B_" title="Google +"></a><a href="http://twitter.com/liveconnexus" class="tw soc_icon-twitter-3" title="Twitter"></a><a href="http://www.youtube.com/user/liveconnexus" class="yt soc_icon-youtube" title="YouTube"></a>                </div>
            </div>
        </div>
    </div>


<section id="header" class="horizontal" data-not-fixed="">

    <div class="header-wrap">
        <div class="row">

            <div class="twelve columns">

                
                    <div id="logo">

                        <a href="https://liveconnexus.com/"><img src="https://liveconnexus.com/wp-content/uploads/smart-way-ofdoingit-LOGO160x125.jpg" alt="Live Connexus"></a>

                        <a href="https://liveconnexus.com/"><img class="for-panel" src="https://liveconnexus.com/wp-content/uploads/smart-way-ofdoingit-LOGO160x125.jpg" alt="Live Connexus"></a>

                    </div>

					<a href="#" class="top-menu-button " ></a>

                    <ul id="menu-menu-primario" class="tiled-menu "><li  class="nav-menu-item-4006 metro-menu-item main-menu-item  menu-item-even menu-item-depth-0 style-classic " ><a href="https://liveconnexus.com/" class="menu-link main-menu-link"><span class="menu-tile" style=" "   > <i class="tile-icon moon-home2 "></i></span><span class="item-title" style="    "> Home</span></a></li>
<li  class="nav-menu-item-4009 metro-menu-item main-menu-item  menu-item-even menu-item-depth-0 style-classic has-submenu" ><a href="https://liveconnexus.com/business-tech-support-services" class="menu-link main-menu-link"><span class="menu-tile" style=" background-image: url(https://liveconnexus.com/wp-content/uploads/2014/02/totalservicemanagement.png);"   > <i class="tile-icon  "></i></span><span class="item-title" style="    ">Tech Support</span></a>
<ul class="sub-menu menu-odd  menu-depth-1">
	<li  class="nav-menu-item-4004 metro-menu-item sub-menu-item  menu-item-odd menu-item-depth-1 style-classic " ><a href="https://liveconnexus.com/business-tech-support-services/computer-support" class="menu-link sub-menu-link">Computer Support</a></li>
	<li  class="nav-menu-item-4055 metro-menu-item sub-menu-item  menu-item-odd menu-item-depth-1 style-classic " ><a href="https://liveconnexus.com/business-tech-support-services/computer-remote-management" class="menu-link sub-menu-link">Computer Remote Management</a></li>
	<li  class="nav-menu-item-4056 metro-menu-item sub-menu-item  menu-item-odd menu-item-depth-1 style-classic " ><a href="https://liveconnexus.com/business-tech-support-services/computer-consulting" class="menu-link sub-menu-link">Computer Consulting</a></li>
</ul>
</li>
<li  class="nav-menu-item-4016 metro-menu-item main-menu-item  menu-item-even menu-item-depth-0 style-classic has-submenu" ><a href="https://liveconnexus.com/computer-collaboration-mobility" class="menu-link main-menu-link"><span class="menu-tile" style=" background-image: url(https://liveconnexus.com/wp-content/uploads/2014/02/colaborationmobility.png);"   > <i class="tile-icon  "></i></span><span class="item-title" style="    ">Collaboration</span></a>
<ul class="sub-menu menu-odd  menu-depth-1">
	<li  class="nav-menu-item-4054 metro-menu-item sub-menu-item  menu-item-odd menu-item-depth-1 style-classic " ><a href="https://liveconnexus.com/computer-collaboration-mobility/office-365-support" class="menu-link sub-menu-link">Office 365</a></li>
	<li  class="nav-menu-item-4053 metro-menu-item sub-menu-item  menu-item-odd menu-item-depth-1 style-classic " ><a href="https://liveconnexus.com/computer-collaboration-mobility/google-apps-support" class="menu-link sub-menu-link">Google Apps Support</a></li>
	<li  class="nav-menu-item-4045 metro-menu-item sub-menu-item  menu-item-odd menu-item-depth-1 style-classic " ><a href="https://liveconnexus.com/computer-collaboration-mobility/business-phone-service" class="menu-link sub-menu-link">Business Phone Service</a></li>
	<li  class="nav-menu-item-4316 metro-menu-item sub-menu-item  menu-item-odd menu-item-depth-1 style-classic " ><a href="https://liveconnexus.com/computer-collaboration-mobility/adobe-connect" class="menu-link sub-menu-link">Adobe Connect</a></li>
</ul>
</li>
<li  class="nav-menu-item-4078 metro-menu-item main-menu-item  menu-item-even menu-item-depth-0 style-classic has-submenu" ><a href="https://liveconnexus.com/web-services" class="menu-link main-menu-link"><span class="menu-tile" style=" background-image: url(https://liveconnexus.com/wp-content/uploads/2014/02/WebDesign.png);"   > <i class="tile-icon  "></i></span><span class="item-title" style="    ">Web Services</span></a>
<ul class="sub-menu menu-odd  menu-depth-1">
	<li  class="nav-menu-item-4307 metro-menu-item sub-menu-item  menu-item-odd menu-item-depth-1 style-classic " ><a href="https://liveconnexus.com/web-services/website-design" class="menu-link sub-menu-link">Website Design Services</a></li>
	<li  class="nav-menu-item-4371 metro-menu-item sub-menu-item  menu-item-odd menu-item-depth-1 style-classic " ><a href="http://domain.liveconnexus.com" class="menu-link sub-menu-link">Domain &#038; Hosting</a></li>
</ul>
</li>
<li  class="nav-menu-item-4034 metro-menu-item main-menu-item  menu-item-even menu-item-depth-0 style-classic has-submenu" ><a href="https://liveconnexus.com/information-security" class="menu-link main-menu-link"><span class="menu-tile" style=" background-image: url(https://liveconnexus.com/wp-content/uploads/2014/02/security.png);"   > <i class="tile-icon  "></i></span><span class="item-title" style="    ">Security</span></a>
<ul class="sub-menu menu-odd  menu-depth-1">
	<li  class="nav-menu-item-4048 metro-menu-item sub-menu-item  menu-item-odd menu-item-depth-1 style-classic " ><a href="https://liveconnexus.com/information-security/email-archiving" class="menu-link sub-menu-link">Email Archiving</a></li>
	<li  class="nav-menu-item-4050 metro-menu-item sub-menu-item  menu-item-odd menu-item-depth-1 style-classic " ><a href="https://liveconnexus.com/information-security/email-encryption" class="menu-link sub-menu-link">Email Encryption</a></li>
	<li  class="nav-menu-item-4049 metro-menu-item sub-menu-item  menu-item-odd menu-item-depth-1 style-classic " ><a href="https://liveconnexus.com/information-security/business-data-backup" class="menu-link sub-menu-link">Business Data Backup</a></li>
</ul>
</li>
<li  class="nav-menu-item-4075 metro-menu-item main-menu-item  menu-item-even menu-item-depth-0 style-classic has-submenu" ><a href="https://liveconnexus.com/virtualization" class="menu-link main-menu-link"><span class="menu-tile" style=" background-image: url(https://liveconnexus.com/wp-content/uploads/2014/02/hosted.png);"   > <i class="tile-icon  "></i></span><span class="item-title" style="    ">Virtualization</span></a>
<ul class="sub-menu menu-odd  menu-depth-1">
	<li  class="nav-menu-item-4313 metro-menu-item sub-menu-item  menu-item-odd menu-item-depth-1 style-classic " ><a href="https://liveconnexus.com/virtualization/cloud-server" class="menu-link sub-menu-link">Cloud Server</a></li>
	<li  class="nav-menu-item-4052 metro-menu-item sub-menu-item  menu-item-odd menu-item-depth-1 style-classic " ><a href="https://liveconnexus.com/virtualization/office-web-applications" class="menu-link sub-menu-link">Office Web Applications</a></li>
</ul>
</li>
<li  class="nav-menu-item-4551 metro-menu-item main-menu-item  menu-item-even menu-item-depth-0  current-menu-item style-classic " ><a href="https://liveconnexus.com/blog" class="menu-link main-menu-link"><span class="menu-tile" style=" background-image: url(https://liveconnexus.com/wp-content/uploads/2014/10/blog1.jpg);"   > <i class="tile-icon  "></i></span><span class="item-title" style="    "> Blog</span></a></li>
<li  class="nav-menu-item-4063 metro-menu-item main-menu-item  menu-item-even menu-item-depth-0 style-classic " ><a href="https://liveconnexus.com/contact-us" class="menu-link main-menu-link"><span class="menu-tile" style=" "   > <i class="tile-icon moon-users "></i></span><span class="item-title" style="    ">Contact Us</span></a></li>
</ul>
            </div>
        </div>
    </div>
</section>
<section id="before-content-block">

	
</section>

<div id="stuning-header" style=" background-color: #3a6f91; ">
	<div class="row">
		<div class="twelve columns">
			<div id="page-title">
				<div class="page-title-inner">
											<h1 class="page-title">										Blog											</h1>					
					<div class="subtitle">
						The Smart Way of doing IT!					</div>
									</div>

			</div>
		</div>
	</div>
	</div>	
	<section id="layout">

		<div class="row">
			<div class="twelve rows">
																</div>
		</div>

		<div class="row">

			<div class="blog-section sidebar-right">
				<section id="main-content" role="main" class="nine columns">

					
					
						<article class="post-4958 post type-post status-publish format-standard has-post-thumbnail hentry category-technology">

							<div class="row some-aligned-post left-thumbed">
								<div class="post-media six columns">
									
										<div class="entry-thumb">
											<img src="https://liveconnexus.com/wp-content/uploads/badapps1-430x220_c.jpg" alt="Dangerous Apps, Parents Need to be Aware Of" />
											<a href="https://liveconnexus.com/dangerous-apps-parents-need-to-be-aware-of" class="link"></a>
											
																							<div class="post-sharrre" data-url="https://liveconnexus.com/dangerous-apps-parents-need-to-be-aware-of" data-media="https://liveconnexus.com/wp-content/uploads/badapps1.jpg" data-text="<p>As a parent, I am worried about the increase in dangers to kids on the internet. A couple of decades&hellip;</p>
"></div>
											
										</div>

									
								</div>
								<div class="six columns">

									<header>
										
<time datetime="2016-09-13T21:23:34+00:00" class="date updated">
    <span class="day">13</span>
    <span class="month">Sep 2016</span>
</time>

<div class="ovh">

    <h3 class="entry-title"><a href="https://liveconnexus.com/dangerous-apps-parents-need-to-be-aware-of">Dangerous Apps, Parents Need to be Aware Of</a></h3>

    <div class="entry-meta dopinfo">

        <span class="byline author vcard"><a href="https://liveconnexus.com/author/liveconnexus" rel="author" class="fn">liveconnexus</a></span>

        
			<span class="delim"> </span>
			<span class="post-tags">   <ul class="post-categories">
	<li><a href="https://liveconnexus.com/technology" rel="category tag">Technology</a></li></ul></span>

		

    </div>
</div>
									</header>

									<div class="post-format">

										<i class="linecon-pen"></i>
									</div>
									<div class="entry-content">
										<p>&hellip;</p>
<a href="https://liveconnexus.com/dangerous-apps-parents-need-to-be-aware-of"> Read more</a>									</div>

								</div>
							</div>
						</article>

					
						<article class="post-4598 post type-post status-publish format-standard has-post-thumbnail hentry category-technology tag-it-austin tag-it-consulting tag-it-for-small-business tag-it-services tag-it-services-austin tag-it-support-austin tag-small-and-mid-sized-business-it-support tag-small-business-it-support tag-technology tag-website tag-website-creation tag-website-development">

							<div class="row some-aligned-post left-thumbed">
								<div class="post-media six columns">
									
										<div class="entry-thumb">
											<img src="https://liveconnexus.com/wp-content/uploads/2014/10/shutterstock_227736175-Converted-430x220_c.jpg" alt="Website Development &#8211; Key Components of a Website Plan for small and mid-sized companies" />
											<a href="https://liveconnexus.com/website-key-components" class="link"></a>
											
																							<div class="post-sharrre" data-url="https://liveconnexus.com/website-key-components" data-media="https://liveconnexus.com/wp-content/uploads/2014/10/shutterstock_227736175-Converted.jpg" data-text="<p>Thinking on developing a website? No matter what type of business you have, if it's a large or small company, you&hellip;</p>
"></div>
											
										</div>

									
								</div>
								<div class="six columns">

									<header>
										
<time datetime="2014-10-27T02:38:08+00:00" class="date updated">
    <span class="day">27</span>
    <span class="month">Oct 2014</span>
</time>

<div class="ovh">

    <h3 class="entry-title"><a href="https://liveconnexus.com/website-key-components">Website Development &#8211; Key Components of a Website Plan for small and mid-sized companies</a></h3>

    <div class="entry-meta dopinfo">

        <span class="byline author vcard"><a href="https://liveconnexus.com/author/liveconnexus" rel="author" class="fn">liveconnexus</a></span>

        
            <span class="delim"> </span>
            <span class="post-tags">   <a href="https://liveconnexus.com/tag/it-austin" rel="tag">IT Austin</a>, <a href="https://liveconnexus.com/tag/it-consulting" rel="tag">IT consulting</a>, <a href="https://liveconnexus.com/tag/it-for-small-business" rel="tag">it for small business</a>, <a href="https://liveconnexus.com/tag/it-services" rel="tag">IT services</a>, <a href="https://liveconnexus.com/tag/it-services-austin" rel="tag">IT services Austin</a>, <a href="https://liveconnexus.com/tag/it-support-austin" rel="tag">IT support Austin</a>, <a href="https://liveconnexus.com/tag/small-and-mid-sized-business-it-support" rel="tag">small and mid-sized business IT support</a>, <a href="https://liveconnexus.com/tag/small-business-it-support" rel="tag">small business it support</a>, <a href="https://liveconnexus.com/tag/technology" rel="tag">Technology</a>, <a href="https://liveconnexus.com/tag/website" rel="tag">Website</a>, <a href="https://liveconnexus.com/tag/website-creation" rel="tag">Website Creation</a>, <a href="https://liveconnexus.com/tag/website-development" rel="tag">Website Development</a></span>

        
			<span class="delim"> </span>
			<span class="post-tags">   <ul class="post-categories">
	<li><a href="https://liveconnexus.com/technology" rel="category tag">Technology</a></li></ul></span>

		

    </div>
</div>
									</header>

									<div class="post-format">

										<i class="linecon-pen"></i>
									</div>
									<div class="entry-content">
										<p>&hellip;</p>
<a href="https://liveconnexus.com/website-key-components"> Read more</a>									</div>

								</div>
							</div>
						</article>

					
						<article class="post-4596 post type-post status-publish format-standard has-post-thumbnail hentry category-technology tag-it-for-small-business tag-it-managed-services tag-web-development tag-website-creation tag-website-development">

							<div class="row some-aligned-post left-thumbed">
								<div class="post-media six columns">
									
										<div class="entry-thumb">
											<img src="https://liveconnexus.com/wp-content/uploads/2014/02/IT-Consulting-430x220_c.jpg" alt="Designing a Website &#8211; Key Participants" />
											<a href="https://liveconnexus.com/website-key-participants" class="link"></a>
											
																							<div class="post-sharrre" data-url="https://liveconnexus.com/website-key-participants" data-media="https://liveconnexus.com/wp-content/uploads/2014/02/IT-Consulting.jpg" data-text="<p>There are several participants and disciplines required to develop and promote a successful website in today’s business environment. Let us show you&hellip;</p>
"></div>
											
										</div>

									
								</div>
								<div class="six columns">

									<header>
										
<time datetime="2014-10-27T02:35:29+00:00" class="date updated">
    <span class="day">27</span>
    <span class="month">Oct 2014</span>
</time>

<div class="ovh">

    <h3 class="entry-title"><a href="https://liveconnexus.com/website-key-participants">Designing a Website &#8211; Key Participants</a></h3>

    <div class="entry-meta dopinfo">

        <span class="byline author vcard"><a href="https://liveconnexus.com/author/liveconnexus" rel="author" class="fn">liveconnexus</a></span>

        
            <span class="delim"> </span>
            <span class="post-tags">   <a href="https://liveconnexus.com/tag/it-for-small-business" rel="tag">it for small business</a>, <a href="https://liveconnexus.com/tag/it-managed-services" rel="tag">IT managed services</a>, <a href="https://liveconnexus.com/tag/web-development" rel="tag">web development</a>, <a href="https://liveconnexus.com/tag/website-creation" rel="tag">Website Creation</a>, <a href="https://liveconnexus.com/tag/website-development" rel="tag">Website Development</a></span>

        
			<span class="delim"> </span>
			<span class="post-tags">   <ul class="post-categories">
	<li><a href="https://liveconnexus.com/technology" rel="category tag">Technology</a></li></ul></span>

		

    </div>
</div>
									</header>

									<div class="post-format">

										<i class="linecon-pen"></i>
									</div>
									<div class="entry-content">
										<p>&hellip;</p>
<a href="https://liveconnexus.com/website-key-participants"> Read more</a>									</div>

								</div>
							</div>
						</article>

					
						<article class="post-4594 post type-post status-publish format-standard has-post-thumbnail hentry category-technology tag-it-outsourcing tag-outsourced-it tag-outsourced-it-management tag-web-development tag-website tag-website-creation">

							<div class="row some-aligned-post left-thumbed">
								<div class="post-media six columns">
									
										<div class="entry-thumb">
											<img src="https://liveconnexus.com/wp-content/uploads/2014/11/IT-system-monitoring_26c4527f1e16e4b84ff92d1e88577be0-430x220_c.png" alt="How to Attract Viewers to your Website" />
											<a href="https://liveconnexus.com/attract-viewers-to-website" class="link"></a>
											
																							<div class="post-sharrre" data-url="https://liveconnexus.com/attract-viewers-to-website" data-media="https://liveconnexus.com/wp-content/uploads/2014/11/IT-system-monitoring_26c4527f1e16e4b84ff92d1e88577be0.png" data-text="<p>OK, so you have nice website with all the bells, whistles and functionality required to run your business. What now?&hellip;</p>
"></div>
											
										</div>

									
								</div>
								<div class="six columns">

									<header>
										
<time datetime="2014-10-27T02:33:34+00:00" class="date updated">
    <span class="day">27</span>
    <span class="month">Oct 2014</span>
</time>

<div class="ovh">

    <h3 class="entry-title"><a href="https://liveconnexus.com/attract-viewers-to-website">How to Attract Viewers to your Website</a></h3>

    <div class="entry-meta dopinfo">

        <span class="byline author vcard"><a href="https://liveconnexus.com/author/liveconnexus" rel="author" class="fn">liveconnexus</a></span>

        
            <span class="delim"> </span>
            <span class="post-tags">   <a href="https://liveconnexus.com/tag/it-outsourcing" rel="tag">IT outsourcing</a>, <a href="https://liveconnexus.com/tag/outsourced-it" rel="tag">outsourced IT</a>, <a href="https://liveconnexus.com/tag/outsourced-it-management" rel="tag">outsourced IT management</a>, <a href="https://liveconnexus.com/tag/web-development" rel="tag">web development</a>, <a href="https://liveconnexus.com/tag/website" rel="tag">Website</a>, <a href="https://liveconnexus.com/tag/website-creation" rel="tag">Website Creation</a></span>

        
			<span class="delim"> </span>
			<span class="post-tags">   <ul class="post-categories">
	<li><a href="https://liveconnexus.com/technology" rel="category tag">Technology</a></li></ul></span>

		

    </div>
</div>
									</header>

									<div class="post-format">

										<i class="linecon-pen"></i>
									</div>
									<div class="entry-content">
										<p>&hellip;</p>
<a href="https://liveconnexus.com/attract-viewers-to-website"> Read more</a>									</div>

								</div>
							</div>
						</article>

					
						<article class="post-4566 post type-post status-publish format-standard hentry category-technology">

							<div class="row some-aligned-post left-thumbed">
								<div class="post-media six columns">
									
										<div class="entry-thumb">
											<img src="https://liveconnexus.com/wp-content/themes/secondtouch/assets/images/no-image-blog-one-430x220_c.jpg" alt="Reduce IT Costs by 2/3 Through Cloud Computing" />
											<a href="https://liveconnexus.com/reduce-it-costs" class="link"></a>
											
																							<div class="post-sharrre" data-url="https://liveconnexus.com/reduce-it-costs" data-media="https://liveconnexus.com/wp-content/themes/secondtouch/assets/images/no-image-blog-one.jpg" data-text="<p>As a Company Manager, one of your main focus areas is to manage costs. Reducing operational and infrastructure costs are&hellip;</p>
"></div>
											
										</div>

									
								</div>
								<div class="six columns">

									<header>
										
<time datetime="2014-10-27T01:57:00+00:00" class="date updated">
    <span class="day">27</span>
    <span class="month">Oct 2014</span>
</time>

<div class="ovh">

    <h3 class="entry-title"><a href="https://liveconnexus.com/reduce-it-costs">Reduce IT Costs by 2/3 Through Cloud Computing</a></h3>

    <div class="entry-meta dopinfo">

        <span class="byline author vcard"><a href="https://liveconnexus.com/author/liveconnexus" rel="author" class="fn">liveconnexus</a></span>

        
			<span class="delim"> </span>
			<span class="post-tags">   <ul class="post-categories">
	<li><a href="https://liveconnexus.com/technology" rel="category tag">Technology</a></li></ul></span>

		

    </div>
</div>
									</header>

									<div class="post-format">

										<i class="linecon-pen"></i>
									</div>
									<div class="entry-content">
										<p>&hellip;</p>
<a href="https://liveconnexus.com/reduce-it-costs"> Read more</a>									</div>

								</div>
							</div>
						</article>

					
					
					
				</section>

				<aside class="three columns" id="right-sidebar">

    <section id="icl_lang_sel_widget-1" class="widget widget_icl_lang_sel_widget"><div id="lang_sel_click" onclick="wpml_language_selector_click.toggle(this);"
									 class="lang_sel_click" ><ul><li><a href="javascript:;" class="lang_sel_sel icl-en"><img class="iclflag" src="https://liveconnexus.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png" alt="en" title="English" />&nbsp;English</a><ul></ul></li></ul></div></section>

  </aside>

			</div>

		</div>
	</section>

	</div>

	

<section id="sub-footer">
    <div class="row">

        <div class="six columns copyr">

            
            Live Connexus, LLC. Copyright 2014
        </div>

        <div class="six columns">

            <ul id="menu-footer" class="footer-menu"><li><a href="https://liveconnexus.com/privacy-policy">Privacy Policy</a></li>
</ul>
        </div>
    </div>
</section>
<a href="#" id="linkTop" class="backtotop hidden"></a>
<script type='text/javascript' src='https://liveconnexus.com/wp-content/plugins/sitepress-multilingual-cms/res/js/language-selector.js?ver=3.3.6'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var ajax_var = {"url":"https:\/\/liveconnexus.com\/wp-admin\/admin-ajax.php","nonce":"1321acc96c"};
/* ]]> */
</script>
<script type='text/javascript' src='https://liveconnexus.com/wp-content/themes/secondtouch/assets/js/post-like.js?ver=1.0'></script>
<script type='text/javascript' src='https://liveconnexus.com/wp-content/themes/secondtouch/assets/js/foundation.min.js'></script>
<script type='text/javascript' src='https://liveconnexus.com/wp-includes/js/imagesloaded.min.js?ver=3.2.0'></script>
<script type='text/javascript' src='https://liveconnexus.com/wp-content/themes/secondtouch/assets/js/jquery.flexslider-min.js'></script>
<script type='text/javascript' src='https://liveconnexus.com/wp-content/themes/secondtouch/assets/js/animation.js'></script>
<script type='text/javascript' src='https://liveconnexus.com/wp-content/themes/secondtouch/assets/js/jquery.smothscroll.min.js?ver=1.4.11'></script>
<script type='text/javascript' src='https://liveconnexus.com/wp-content/themes/secondtouch/assets/js/app.js'></script>
<script type='text/javascript' src='https://liveconnexus.com/wp-content/themes/secondtouch/assets/js/jquery.prettyPhoto.js'></script>
<script type='text/javascript' src='https://liveconnexus.com/wp-includes/js/wp-embed.min.js?ver=4.9.16'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var icl_vars = {"current_language":"en","icl_home":"https:\/\/liveconnexus.com\/","ajax_url":"https:\/\/liveconnexus.com\/wp-admin\/admin-ajax.php","url_type":"1"};
/* ]]> */
</script>
<script type='text/javascript' src='https://liveconnexus.com/wp-content/plugins/sitepress-multilingual-cms/res/js/sitepress.js?ver=4.9.16'></script>
<!-- 140 queries in 0.903 seconds, using 47.88MB memory -->
</body>
</html>