<!doctype html>

<html lang="en" class="no-js" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">

<head>

	<!-- Meta tag includes -->
	<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="fb:app_id" content="101409449906175">
<meta name="description" content="ForConstructionPros.com is the leading resource for the commercial construction industry including news, articles, equipment and product reviews for the commercial construction industry. - Displaying Blogs">
<meta property="og:title" content="Commercial Construction-Projects-Equipment | ForConstructionPros.com Blogs" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.forconstructionpros.com" />
<meta property="og:image" content="http://r3.forconstructionpros.com/files/media/www.forconstructionpros.com/beta/site_logo_fb.png" />
<meta property="og:image:width" content="640" />
<meta property="og:image:height" content="360" />
<meta property="og:site_name" content="ForConstructionPros.com" />
<meta property="og:description" content="ForConstructionPros.com is the leading resource for the commercial construction industry including news, articles, equipment and product reviews for the commercial construction industry. - Displaying Blogs" />
<meta name="google-site-verification" content="OCrF-zyhtSG20EbO5ncDQ7wGzz4MYfx-v8Mn_Bepz5o">


	<title>Commercial Construction-Projects-Equipment | ForConstructionPros.com Blogs</title>
	<link href="http://r2.forconstructionpros.com/files/media/www.forconstructionpros.com/beta/favicon.ico" rel="shortcut icon" />

	<link rel="apple-touch-icon-precomposed" href="http://r3.forconstructionpros.com/files/media/www.forconstructionpros.com/beta/icon.png" />
	<meta name=viewport content="width=device-width, initial-scale=1, user-scalable=no">
	<meta name="apple-mobile-web-app-capable" content="yes">
	<meta name="apple-mobile-web-app-status-bar-style" content="black">

	

	<!-- Begin included scripts -->
	<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://acbm-fcp.baseplatform.io/components/platform.min.js">

{}

</script>
<script type="text/javascript" src="http://cygnus-d.openx.net/w/1.0/jstag"></script>
<script type="text/javascript" src="https://www.google.com/recaptcha/api.js"></script>
<script type="text/javascript" src="http://www.forconstructionpros.com/app/merrick/files/www.forconstructionpros.com/js/c949704b048fe26ab01998aae1bc7a71.js"></script>

	
<script type="text/javascript">
//<![CDATA[

	   var default_fb_image = 'http://r3.forconstructionpros.com/files/media/www.forconstructionpros.com/beta/site_logo_fb.png';
	


var
   librarySrc = 'http://olytics.cygnus.com/olytics.js?v=2',
   initParams = [
      ['_setEndPoint', '/acbm/fcp'],
      ['_setTrackerDomain', 'http://olytics.cygnus.com'],
      ['_setDomainName', 'forconstructionpros.com'],
   ];

   Analytics.setTracker('_olytics', librarySrc, initParams);




   var 
      librarySrc = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js',
      token = $.cookie('token'),
      initParams = [
        ['_setAccount', 'UA-25351581-1'],
        ['_setDomainName', 'forconstructionpros.com'],
        ['_trackPageLoadTime'],
      ];

   if (token) 
   {
      initParams.push(['_setCustomVar', 5, 'User', token, 1]);
   }
   else
   {
      initParams.push(['_setCustomVar', 5, 'User', 'Anonymous', 1]);
   }

   Analytics.setTracker('_gaq', librarySrc, initParams);


//]]>
</script>

	<!-- End included scripts -->

	<!-- Begin included CSS -->
	<link rel="stylesheet" type="text/css" href="http://www.forconstructionpros.com/app/merrick/files/www.forconstructionpros.com/css/0638dfd4894293548442c77d809b76bc.css" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Arvo:400,700" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700" />

	<!-- End included CSS -->

	
<script type="text/javascript">
//<![CDATA[
$(document).ready(function(){
    PlatformComponents.on('ready', function() {

        // Redraw masonry when comments change.
        PlatformComponents.on('Comments.render', function() {
            Page.reloadGrid();
            Content.setSidebarHeight();
        })

        // Show download buttons when a customer is logged in.
        PlatformComponents.on('CustomerManager.customer.loaded', function(e) {

            if (null !== PlatformComponents.getCustomer().id && undefined !== window.oTable) {
                $('<strong>EXPORT RESULTS AS</strong>').appendTo($('#spec_search .export'));
                window.oTable.buttons().container().appendTo( $('#spec_search .export'));
            }
        })

        var hideModal = function() {
            Navigation.closeMenus();
            Page.hideOverlay();
        }

        PlatformComponents.on('SignIn.login', function() {
            hideModal();
        });
        PlatformComponents.on('SignIn.logout', function() {
            hideModal();
        });
        PlatformComponents.on('SignIn.register', function(e) {
            e.preventDefault();
            e.stopPropagation();
            window.location.pathname = '/reg/register/display';
        });

        // Force merrick logout on component logout.
        PlatformComponents.on('CustomerManager.logout.success', function() {
            $.cookie('auth', null, { domain: '.forconstructionpros.com' });
            $.cookie('ukey', null, { domain: '.forconstructionpros.com' });
            Navigation.closeMenus();
        });

        // Force merrick logout on component logout.
        PlatformComponents.on('CustomerManager.login.success', function(e, response, payload) {
            if (payload.hasOwnProperty('_username') && payload.hasOwnProperty('_password')) {
                var data = 'email='+payload._username+'&pwd='+payload._password;
                PlatformComponents.ajaxSend('/reg/login/submit', 'POST', data).then(function(response) {
                    Navigation.closeMenus();
                }, function(err) {
                    Navigation.closeMenus();
                });
            }
        });

        // Send cookies with component checkAuth
        PlatformComponents.registerCallback('checkAuth', function() {
            // Send merrick auth cookies to check auth.
            var headers = {
            };
            if ($.cookie('token') && $.cookie('ukey') && $.cookie('auth')) {
                headers = {
                    'X-Merrick-Token': $.cookie('token'),
                    'X-Merrick-Auth': $.cookie('auth'),
                    'X-Merrick-Ukey': $.cookie('token'),
                };
            }
            headers['X-Merrick-User'] = true;
            return headers;
        });
    });
    PlatformComponents.init();



	// set social provides as specified in config.php on a per site basis
	Cygnus.social.providers = 'facebook,twitter,google,linkedin';

	// set how often sponsorship positions should rotate back in with ROS
	Cygnus.advertisement.frequencies.sponsor = 1;

	Cygnus.advertisement.meta = {
		aliases: {"537455001":"WP","537454972":"BS","537454996":"MR","537454973":"HP","537454997":"ML","537454994":"LB","537454999":"SL","537454998":"PP","537455000":"TO","537455011":"WA","537454995":"MS"},
		data: {"BS":{"width":970,"height":250,"excludeLayout":["1col","2col"]},"MR":{"width":300,"height":250},"HP":{"width":300,"height":600},"ML":{"width":320,"height":50,"excludeLayout":["2col","3col"]},"LB":{"width":728,"height":90,"excludeLayout":["1col","3col"]},"SL":{"width":970,"height":90,"excludeLayout":["1col","2col"]},"PP":{"width":500,"height":500,"excludeLayout":["1col"]},"WP":{"width":1658,"height":1058,"excludeLayout":["1col","2col"]},"WA":{"width":550,"height":480,"excludeLayout":["1col"]},"TO":{"width":1,"height":1,"excludeLayout":["1col"]},"MS":{"width":300,"height":50}},
        adUnits: {"WP":537455001,"BS":537454972,"MR":537454996,"HP":537454973,"ML":537454997,"LB":537454994,"SL":537454999,"PP":537454998,"TO":537455000,"WA":537455011,"MS":537454995}
	};

	Cygnus.advertisement.skips.sponsor = 1;

    
    Cygnus.advertisement.useAdUnitGroups = true;
    Cygnus.advertisement.adUnitGroups.COL1.adUnitGroupId = 537065535;
    Cygnus.advertisement.adUnitGroups.COL2.adUnitGroupId = 537065536;
    Cygnus.advertisement.adUnitGroups.COL3.adUnitGroupId = 537065537;
    

});
//]]>
</script>

	

    
    
</head>

<body>

	
	















	

	
	

    



    













































<!-- Custom Ads -->
<!-- Wallpaper Ad container -->
<div id="ad_hug">
	<div id="ad_hug_left"></div>
	<div id="ad_hug_right"></div>
</div>
<!-- End Wallpaper Ad container -->

<!-- TEST TAGS -->
<!-- END TEST TAGS -->

<div class="ad custom-ad ad-1658x1058 wallpaper-ad" data-ad-unit-trigger="onload" data-instance-id="s-5016-p1" data-ad-unit-id="537455001" data-ad-skip-fallback="true" id="openx_adunit_id__537455001__910140696"></div>
<!-- Welcome Ad container -->
<!-- End Welcome Ad container -->

<!-- TEST TAGS -->
<!-- END TEST TAGS -->

<div class="ad custom-ad ad-550x480 welcome-ad" data-ad-unit-trigger="onload" data-instance-id="s-5016-p1" data-ad-unit-id="537455011" data-ad-skip-fallback="true" id="openx_adunit_id__537455011__800205851"></div>
<!-- Page Peel Ad container -->
<!-- End Page Peel Ad container -->

<!-- TEST TAGS -->
<!-- END TEST TAGS -->

<div class="ad custom-ad ad-500x500 page-peel-ad" data-ad-unit-trigger="onload" data-instance-id="s-5016-p1" data-ad-unit-id="537454998" data-ad-skip-fallback="true" id="openx_adunit_id__537454998__1169600501"></div>
<!-- Page Peel Ad container -->
<!-- End Page Peel Ad container -->

<!-- TEST TAGS -->
<!-- END TEST TAGS -->

<div class="ad custom-ad ad-1x1 take-over-ad" data-ad-unit-trigger="onload" data-instance-id="s-5016-p1" data-ad-unit-id="537455000" data-ad-skip-fallback="true" id="openx_adunit_id__537455000__386706165"></div>
<!-- End Custom Ads -->

<div class="overlay page-overlay ghost"></div>
<div class="loading loading-large page-loading ghost"></div>

<header class="header fixed fixed-top">
<div class="inner header-inner">
<aside class="row full container alert-container header-top"></aside>


	<div class="navigation-item brand-logo-container">
																<a class="brand-logo" href="/" title="ForConstructionPros.com Homepage">
			<img src="http://r1.forconstructionpros.com/files/media/www.forconstructionpros.com/beta/site_logo.png" alt="" height="50" width="150">
		</a>
	</div>

		<ul class="navigation navigation-primary">

		<li class="navigation-item open-icon text-left">
			<i class="icon icon-reorder"></i>
			<span class="uppercase navigation-active">				
				Channels			
			</span>
			<i class="icon icon-caret-down"></i>
		</li>

		

			        
	
<li class="navigation-item section-9619" data-alias="/equipment">
	<!-- <div class="color-effect"> -->
	<!--a href="/equipment" class="navigation-link uppercase">Equipment</a-->
	<a href="/equipment" class="navigation-link uppercase no-wrap">Equipment</a>
	<!-- </div> -->
</li>


			        
	
<li class="navigation-item section-10513" data-alias="/trucks">
	<!-- <div class="color-effect"> -->
	<!--a href="/trucks" class="navigation-link uppercase">Trucks</a-->
	<a href="/trucks" class="navigation-link uppercase no-wrap">Trucks</a>
	<!-- </div> -->
</li>


			        
	
<li class="navigation-item section-9592" data-alias="/rental">
	<!-- <div class="color-effect"> -->
	<!--a href="/rental" class="navigation-link uppercase">Rental</a-->
	<a href="/rental" class="navigation-link uppercase no-wrap">Rental</a>
	<!-- </div> -->
</li>


			        
	
<li class="navigation-item section-9593" data-alias="/concrete">
	<!-- <div class="color-effect"> -->
	<!--a href="/concrete" class="navigation-link uppercase">Concrete</a-->
	<a href="/concrete" class="navigation-link uppercase no-wrap">Concrete</a>
	<!-- </div> -->
</li>


			        
	
<li class="navigation-item section-9621" data-alias="/asphalt">
	<!-- <div class="color-effect"> -->
	<!--a href="/asphalt" class="navigation-link uppercase">Asphalt</a-->
	<a href="/asphalt" class="navigation-link uppercase no-wrap">Asphalt</a>
	<!-- </div> -->
</li>


	    	    	        
	
<li class="navigation-item section-9620" data-alias="/pavement-maintenance">
	<!-- <div class="color-effect"> -->
	<!--a href="/pavement-maintenance" class="navigation-link uppercase">Pavement Maintenance</a-->
	<a href="/pavement-maintenance" class="navigation-link uppercase wrap">Pavement <br />Maintenance</a>
	<!-- </div> -->
</li>


			        
	
<li class="navigation-item section-9615" data-alias="/business">
	<!-- <div class="color-effect"> -->
	<!--a href="/business" class="navigation-link uppercase">Business</a-->
	<a href="/business" class="navigation-link uppercase no-wrap">Business</a>
	<!-- </div> -->
</li>


	    	    	        
	
<li class="navigation-item section-11395" data-alias="/profit-matters">
	<!-- <div class="color-effect"> -->
	<!--a href="/profit-matters" class="navigation-link uppercase">Profit Matters</a-->
	<a href="/profit-matters" class="navigation-link uppercase wrap">Profit <br />Matters</a>
	<!-- </div> -->
</li>


			        
	
<li class="navigation-item section-9622" data-alias="/sustainability">
	<!-- <div class="color-effect"> -->
	<!--a href="/sustainability" class="navigation-link uppercase">Sustainability</a-->
	<a href="/sustainability" class="navigation-link uppercase no-wrap">Sustainability</a>
	<!-- </div> -->
</li>


	    	    	        
	
<li class="navigation-item section-5146" data-alias="/directory">
	<!-- <div class="color-effect"> -->
	<!--a href="/directory" class="navigation-link uppercase">Buyers Guide</a-->
	<a href="/directory" class="navigation-link uppercase wrap">Buyers <br />Guide</a>
	<!-- </div> -->
</li>


			        
	
<li class="navigation-item section-3631" data-alias="/conexpo">
	<!-- <div class="color-effect"> -->
	<!--a href="/conexpo" class="navigation-link uppercase">Conexpo</a-->
	<a href="/conexpo" class="navigation-link uppercase no-wrap">Conexpo</a>
	<!-- </div> -->
</li>


	</ul>
	
	<div class="tooltip-container extras">
		<ul id="tooltip-menu" class="tooltip-menu navigation-secondary">
			
			<li class="tooltip-item search">
				<a class="tooltip-trigger search" href="#" title="Search ForConstructionPros.com"><i class="icon-search"></i></a>
				<ul class="tooltip-submenu pos-1">
					<li class="nav-pointer pos-1"></li>
					<li class="tooltip-item search">
						<form action="/search" method="GET">
							<input name="q" placeholder="Search" type="search" class="search">
							<button class="button button-primary search-submit">Go</button>
						</form>
					</li>
				</ul>
			</li>

			<li class="tooltip-item">
				<a class="tooltip-trigger menu" href="#" title="ForConstructionPros.com Menu">
					<i class="icon-reorder"></i>
					<span class="small bold uppercase">Menu</span>
				</a>
				<ul class="tooltip-submenu pos-2">
					<li class="nav-pointer pos-2"></li>

					<li class="navigation-header channels">Channels</li>

					
	    
<li class="navigation-item section-9619" data-alias="/equipment">
	<!-- <div class="color-effect"> -->
	<!--a href="/equipment" class="navigation-link uppercase">Equipment</a-->
	<a href="/equipment" class="navigation-link uppercase no-wrap">Equipment</a>
	<!-- </div> -->
</li>

	    
<li class="navigation-item section-10513" data-alias="/trucks">
	<!-- <div class="color-effect"> -->
	<!--a href="/trucks" class="navigation-link uppercase">Trucks</a-->
	<a href="/trucks" class="navigation-link uppercase no-wrap">Trucks</a>
	<!-- </div> -->
</li>

	    
<li class="navigation-item section-9592" data-alias="/rental">
	<!-- <div class="color-effect"> -->
	<!--a href="/rental" class="navigation-link uppercase">Rental</a-->
	<a href="/rental" class="navigation-link uppercase no-wrap">Rental</a>
	<!-- </div> -->
</li>

	    
<li class="navigation-item section-9593" data-alias="/concrete">
	<!-- <div class="color-effect"> -->
	<!--a href="/concrete" class="navigation-link uppercase">Concrete</a-->
	<a href="/concrete" class="navigation-link uppercase no-wrap">Concrete</a>
	<!-- </div> -->
</li>

	    
<li class="navigation-item section-9621" data-alias="/asphalt">
	<!-- <div class="color-effect"> -->
	<!--a href="/asphalt" class="navigation-link uppercase">Asphalt</a-->
	<a href="/asphalt" class="navigation-link uppercase no-wrap">Asphalt</a>
	<!-- </div> -->
</li>

	    
<li class="navigation-item section-9620" data-alias="/pavement-maintenance">
	<!-- <div class="color-effect"> -->
	<!--a href="/pavement-maintenance" class="navigation-link uppercase">Pavement Maintenance</a-->
	<a href="/pavement-maintenance" class="navigation-link uppercase no-wrap">Pavement Maintenance</a>
	<!-- </div> -->
</li>

	    
<li class="navigation-item section-9615" data-alias="/business">
	<!-- <div class="color-effect"> -->
	<!--a href="/business" class="navigation-link uppercase">Business</a-->
	<a href="/business" class="navigation-link uppercase no-wrap">Business</a>
	<!-- </div> -->
</li>

	    
<li class="navigation-item section-11395" data-alias="/profit-matters">
	<!-- <div class="color-effect"> -->
	<!--a href="/profit-matters" class="navigation-link uppercase">Profit Matters</a-->
	<a href="/profit-matters" class="navigation-link uppercase no-wrap">Profit Matters</a>
	<!-- </div> -->
</li>

	    
<li class="navigation-item section-9622" data-alias="/sustainability">
	<!-- <div class="color-effect"> -->
	<!--a href="/sustainability" class="navigation-link uppercase">Sustainability</a-->
	<a href="/sustainability" class="navigation-link uppercase no-wrap">Sustainability</a>
	<!-- </div> -->
</li>

	    
<li class="navigation-item section-5146" data-alias="/directory">
	<!-- <div class="color-effect"> -->
	<!--a href="/directory" class="navigation-link uppercase">Buyers Guide</a-->
	<a href="/directory" class="navigation-link uppercase no-wrap">Buyers Guide</a>
	<!-- </div> -->
</li>

	    
<li class="navigation-item section-3631" data-alias="/conexpo">
	<!-- <div class="color-effect"> -->
	<!--a href="/conexpo" class="navigation-link uppercase">Conexpo</a-->
	<a href="/conexpo" class="navigation-link uppercase no-wrap">Conexpo</a>
	<!-- </div> -->
</li>


					<li class="navigation-header alt-color-3">Additional Resources</li>

					<li class="navigation-item extras section-5140" data-alias="/magazine">
	<!-- <div class="color-effect"> -->
		<a href="/magazine"  class="tooltip-item uppercase">Magazines</a>
	<!-- </div> -->
</li>
<li class="navigation-item extras section-5144" data-alias="/events">
	<!-- <div class="color-effect"> -->
		<a href="/events"  class="tooltip-item uppercase">Events</a>
	<!-- </div> -->
</li>
<li class="navigation-item extras section-6663" data-alias="/blog">
	<!-- <div class="color-effect"> -->
		<a href="/blog"  class="tooltip-item uppercase">Blogs ForConstructionPros</a>
	<!-- </div> -->
</li>
<li class="navigation-item extras section-5145" data-alias="/locator/asphalt">
	<!-- <div class="color-effect"> -->
		<a href="/locator/asphalt"  class="tooltip-item uppercase">Asphalt Industry Directory</a>
	<!-- </div> -->
</li>
<li class="navigation-item extras section-11786" data-alias="/economics">
	<!-- <div class="color-effect"> -->
		<a href="/economics"  class="tooltip-item uppercase">Economics</a>
	<!-- </div> -->
</li>
<li class="navigation-item extras section-11788" data-alias="/specguide">
	<!-- <div class="color-effect"> -->
		<a href="/specguide"  class="tooltip-item uppercase">Excavator Spec Guide</a>
	<!-- </div> -->
</li>


					<li class="navigation-header alt-color-1">User</li>

					    <li class="platform-logout navigation-item extras"><a href="/reg/logout/submit" class="tooltip-item">Log Out</a></li>
    <li class="platform-register navigation-item one-half extras"><a href="/reg/register/display" class="tooltip-item">Register</a></li>
    <li class="platform-login navigation-item one-half extras"><a href="/reg/login/display" class="tooltip-item">Log In</a></li>

	<li class="navigation-item one-half extras"><a href="/privacy-policy" class="tooltip-item">Privacy Policy</a></li>
	<li class="navigation-item one-half extras"><a href="/terms-conditions" class="tooltip-item">Terms of Use</a></li>



					<li class="navigation-header alt-color-2">Site Tools</li>
					
					<li class="navigation-item one-half extras"><a href="/reg/contact_us/display" class="tooltip-item">Contact Us</a></li>
					<li class="navigation-item one-half extras"><a href="/advertise" class="tooltip-item">Advertise</a></li>
					<!-- <li class="navigation-item extras"><a href="/sitemap" class="tooltip-item">Sitemap</a></li> -->

				</ul>
			</li>
			
		</ul>		
	</div>


<aside class="row full container alert-container header-bottom"></aside>
</div>
</header>

<aside class="advertisement leaderboard variable-ad block body">

	<div class="ad-container leaderboard-ad-container variable">

		<div class="ad leaderboard-ad ad-320x50" data-ad-sponsor-skip="" data-ad-unit-refresh="" data-ad-unit-trigger="inview" data-instance-id="s-5016-p1" data-ad-unit-id="537454997" id="openx_adunit_id__537454997__422223236"></div>

		<div class="ad leaderboard-ad ad-728x90" data-ad-sponsor-skip="" data-ad-unit-refresh="" data-ad-unit-trigger="inview" data-instance-id="s-5016-p1" data-ad-unit-id="537454994" id="openx_adunit_id__537454994__1554582243"></div>

		<div class="ad leaderboard-ad ad-970x90" data-ad-sponsor-skip="" data-ad-unit-refresh="" data-ad-unit-trigger="inview" data-instance-id="s-5016-p1" data-ad-unit-id="537454972" id="openx_adunit_id__537454972__773750009"></div>

	</div>
	
</aside>

<div class="page-context grid-block" data-id="s-5016-p1">
<script type="text/javascript">
//<![CDATA[
   // Context Data
      var pageContextData = {"ad_server":[["addVariable","env","live"],["addVariable","pathname","\/home\/blog"],["addVariable","page","1"],["addVariable","section_id","5016"],["addVariable","term_vocab_ids",""],["addContentTopic",1]],"tracking":{"page":{"title":"Commercial Construction-Projects-Equipment | ForConstructionPros.com Blogs","description":"ForConstructionPros.com is the leading resource for the commercial construction industry including news, articles, equipment and product reviews for the commercial construction industry. - Displaying Blogs","url":"http:\/\/www.forconstructionpros.com\/home\/blog","uri":"\/home\/blog","number":1,"type":"Channel: Home"},"section":{"id":5016,"name":"Home","alias":"home"},"taxonomy":[]}};
   Page.setContextData("s-5016-p1", pageContextData);
//]]>
</script>
</div>

<section class="grid-wrapper content-grid masonry clearfix home">

	    
    <div class="page-context grid-block" data-id="s-5016-p1">
<script type="text/javascript">
//<![CDATA[
   // Context Data
      var pageContextData = {"ad_server":[["addVariable","env","live"],["addVariable","pathname","\/home\/blog"],["addVariable","page","1"],["addVariable","section_id","5016"],["addVariable","term_vocab_ids",""],["addContentTopic",1]],"tracking":{"page":{"title":"Commercial Construction-Projects-Equipment | ForConstructionPros.com Blogs","description":"ForConstructionPros.com is the leading resource for the commercial construction industry including news, articles, equipment and product reviews for the commercial construction industry. - Displaying Blogs","url":"http:\/\/www.forconstructionpros.com\/home\/blog","uri":"\/home\/blog","number":1,"type":"Channel: Home"},"section":{"id":5016,"name":"Home","alias":"home"},"taxonomy":[]}};
   Page.setContextData("s-5016-p1", pageContextData);
//]]>
</script>
</div>

	
		<div class="brand block grid-block w-2">
		<h2 class="large uppercase dark-gray bold list-title no-margin section-trigger section-color-5016" data-url="//blog" data-id="5016" data-offset="58">
				Welcome
			</h2>


	<p class="standard section-description"></p>
	
	<div class="block no-margin user-block section-5016">
							<div class="uppercase text-center one-quarter bourder-box">
    <a class="platform-logout" href="/reg/logout/submit">
        <i class="icon-user"></i><br>
        <span class="small">Log Out</span>
    </a>
    <a class="platform-login" href="/reg/login">
        <i class="icon-user"></i><br>
        <span class="small">Login</span>
    </a>
</div>

			<div class="uppercase text-center one-quarter bourder-box">
				<a class="" href="/reg/contact_us" target="_self">
					<i class="icon-phone"></i><br>
					<span class="small">Contact</span>
				</a>
			</div>
			<div class="uppercase text-center one-quarter bourder-box">
				<a class="" href="/subscribe">
					<i class="icon-envelope"></i><br>
					<span class="small">Subscribe</span>
				</a>
			</div>
			<div class="uppercase text-center one-quarter bourder-box">
				<a class="" href="/advertise">
					<i class="icon-lightbulb"></i><br>
					<span class="small">Advertise</span>
				</a>
			</div>
			</div>

</div>



		<!--  -->
					
			<article class="content-gigya-details block content-block grid-block w-4 blog" data-id="12323402" data-type="blog" data-title="[APP]  MeasureOn Offers End-to-End Project Management for Bosch Laser Measures" data-url="/blog/12323402/free-bosch-measureon-app-offers-end-to-end-project-management-for-bosch-blaze-glm-50-c-and-bosch-glm-100-c-laser-measures" data-full-url="http://forconstructionpros.com/blog/12323402/free-bosch-measureon-app-offers-end-to-end-project-management-for-bosch-blaze-glm-50-c-and-bosch-glm-100-c-laser-measures" data-description="Enables real-time capture and sharing of everything from room dimensions to notes on how to configure a space" data-primary-image="http://r1.forconstructionpros.com/files/base/FCP/image/2017/04/16x9/640x360/Bosch_measure_on.58e68796d2d8b.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-9619 content-filter">
			<a class="tag" href="/equipment">Equipment</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12323402">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12323402/free-bosch-measureon-app-offers-end-to-end-project-management-for-bosch-blaze-glm-50-c-and-bosch-glm-100-c-laser-measures" title="[APP]  MeasureOn Offers End-to-End Project Management for Bosch Laser Measures">		<img alt="[APP]  MeasureOn Offers End-to-End Project Management for Bosch Laser Measures" src="http://r1.forconstructionpros.com/files/base/FCP/image/2017/04/16x9/640x360/Bosch_measure_on.58e68796d2d8b.jpg" class="content-image full float-left img-640x360 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12323402/free-bosch-measureon-app-offers-end-to-end-project-management-for-bosch-blaze-glm-50-c-and-bosch-glm-100-c-laser-measures" title="[APP]  MeasureOn Offers End-to-End Project Management for Bosch Laser Measures"> [APP]  MeasureOn Offers End-to-End Project Management for Bosch Laser Measures </a>

</h2>







<p class="content content-teaser standard large full">
		Enables real-time capture and sharing of everything from room dimensions to notes on how to configure a space
	</p>





</article>


		
		<div class="block w-2 h-6 advertisement grid-block">

<aside class="advertisement body variable-ad" data-type="advertisement">
	<div class="ad-container body-ad-container">
		<div class="ad body-ad ad-300x250" data-ad-unit-refresh="" data-ad-unit-trigger="inview" data-instance-id="s-5016-p1" data-ad-unit-id="537454996" id="openx_adunit_id__537454996__82275707" data-ad-strict-view=""></div>
	</div>
</aside>

</div>

		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
							<!--  -->
			
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
									<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12323336" data-type="blog" data-title="Are You Ready to Work?" data-url="/blog/12323336/are-you-ready-to-work" data-full-url="http://forconstructionpros.com/blog/12323336/are-you-ready-to-work" data-description="The paving season is just about here. Here are 5 tips to make sure you&rsquo;re ready." data-primary-image="http://r2.forconstructionpros.com/files/base/FCP/image/2017/04/16x9/640x360/AAEAAQAAAAAAAAL0AAAAJDU2ZTZmZTAyLTIzNjAtNDg1ZS1iNjgwLWYyODdmZTVhOGRmNA.58e663993619b.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-9620 content-filter">
			<a class="tag" href="/pavement-maintenance">Pavement Maintenance</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12323336">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12323336/are-you-ready-to-work" title="Are You Ready to Work?">		<img alt="Are You Ready to Work?" src="http://r2.forconstructionpros.com/files/base/FCP/image/2017/04/16x9/320x180/AAEAAQAAAAAAAAL0AAAAJDU2ZTZmZTAyLTIzNjAtNDg1ZS1iNjgwLWYyODdmZTVhOGRmNA.58e663993619b.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12323336/are-you-ready-to-work" title="Are You Ready to Work?"> Are You Ready to Work? </a>

</h2>









<p class="content content-teaser standard large full">
		The paving season is just about here. Here are 5 tips to make sure you&rsquo;re ready.
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
									<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12300926" data-type="blog" data-title="It's Time to Improve Suicide Awareness and Prevention in the Construction Industry" data-url="/blog/12300926/its-time-to-improve-suicide-awareness-and-prevention-in-the-construction-industry" data-full-url="http://forconstructionpros.com/blog/12300926/its-time-to-improve-suicide-awareness-and-prevention-in-the-construction-industry" data-description="Start the conversation about suicide prevention in your company then take advantage of the resources available to expand your suicide prevention efforts for the benefit of your employees and the industry" data-primary-image="http://r1.forconstructionpros.com/files/base/FCP/image/2017/02/16x9/640x360/suicide_lifeline.589231846a7fd.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-5991 content-filter">
			<a class="tag" href="/blogs/construction-toolbox">Construction Toolbox</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12300926">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12300926/its-time-to-improve-suicide-awareness-and-prevention-in-the-construction-industry" title="It's Time to Improve Suicide Awareness and Prevention in the Construction Industry">		<img alt="It's Time to Improve Suicide Awareness and Prevention in the Construction Industry" src="http://r1.forconstructionpros.com/files/base/FCP/image/2017/02/16x9/320x180/suicide_lifeline.589231846a7fd.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12300926/its-time-to-improve-suicide-awareness-and-prevention-in-the-construction-industry" title="It's Time to Improve Suicide Awareness and Prevention in the Construction Industry"> It's Time to Improve Suicide Awareness and Prevention in the Construction Industry </a>

</h2>









<p class="content content-teaser standard large full">
		Start the conversation about suicide prevention in your company then take advantage of the resources available to expand your suicide prevention efforts for the benefit of your employees and the industry
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
									<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12298015" data-type="blog" data-title="[APP] Track Hours, Employees, Equipment and Materials with New NoteVault Crew! Mobile App" data-url="/blog/12298015/app-track-hours-employees-equipment-and-materials-with-new-notevault-crew-mobile-app" data-full-url="http://forconstructionpros.com/blog/12298015/app-track-hours-employees-equipment-and-materials-with-new-notevault-crew-mobile-app" data-description="NoteVault Crew! is a mobile tracking app that allows users to log hours and headcount as well as record equipment and materials used on a jobsite" data-primary-image="http://r1.forconstructionpros.com/files/base/FCP/image/2017/01/16x9/640x360/notevault_crew_main_screen.588f96009ab6d.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-5991 content-filter">
			<a class="tag" href="/blogs/construction-toolbox">Construction Toolbox</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12298015">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12298015/app-track-hours-employees-equipment-and-materials-with-new-notevault-crew-mobile-app" title="[APP] Track Hours, Employees, Equipment and Materials with New NoteVault Crew! Mobile App">		<img alt="[APP] Track Hours, Employees, Equipment and Materials with New NoteVault Crew! Mobile App" src="http://r1.forconstructionpros.com/files/base/FCP/image/2017/01/16x9/320x180/notevault_crew_main_screen.588f96009ab6d.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12298015/app-track-hours-employees-equipment-and-materials-with-new-notevault-crew-mobile-app" title="[APP] Track Hours, Employees, Equipment and Materials with New NoteVault Crew! Mobile App"> [APP] Track Hours, Employees, Equipment and Materials with New NoteVault Crew! Mobile App </a>

</h2>









<p class="content content-teaser standard large full">
		NoteVault Crew! is a mobile tracking app that allows users to log hours and headcount as well as record equipment and materials used on a jobsite
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
									<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12320186" data-type="blog" data-title="Chasing New Construction Work in 2017? Here&rsquo;s Where to Look" data-url="/blog/12320186/chasing-new-construction-work-in-2017-heres-where-to-look" data-full-url="http://forconstructionpros.com/blog/12320186/chasing-new-construction-work-in-2017-heres-where-to-look" data-description="Seventy-three percent of construction firms plan to expand payrolls in 2017 to keep pace with expectations of both private and public growth. Forecasts favor the broadest recovery in four sectors" data-primary-image="http://r1.forconstructionpros.com/files/base/FCP/image/2017/03/16x9/640x360/Building_Builder_Design_Housing_Construction_995350.58daa7c4b9ec2.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-11395 content-filter">
			<a class="tag" href="/profit-matters">Profit Matters</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12320186">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12320186/chasing-new-construction-work-in-2017-heres-where-to-look" title="Chasing New Construction Work in 2017? Here&rsquo;s Where to Look">		<img alt="Chasing New Construction Work in 2017? Here&rsquo;s Where to Look" src="http://r1.forconstructionpros.com/files/base/FCP/image/2017/03/16x9/320x180/Building_Builder_Design_Housing_Construction_995350.58daa7c4b9ec2.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12320186/chasing-new-construction-work-in-2017-heres-where-to-look" title="Chasing New Construction Work in 2017? Here&rsquo;s Where to Look"> Chasing New Construction Work in 2017? Here&rsquo;s Where to Look </a>

</h2>









<p class="content content-teaser standard large full">
		Seventy-three percent of construction firms plan to expand payrolls in 2017 to keep pace with expectations of both private and public growth. Forecasts favor the broadest recovery in four sectors
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
					<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12297980" data-type="blog" data-title="[APP] Rent, Manage United Rentals Equipment with UR Jobsite Mobile App" data-url="/blog/12297980/app-rent-manage-united-rentals-equipment-with-ur-jobsite-mobile-app" data-full-url="http://forconstructionpros.com/blog/12297980/app-rent-manage-united-rentals-equipment-with-ur-jobsite-mobile-app" data-description="UR Jobsite lets United Rentals users identify underused equipment, remove or extend rentals, verify pending pick-ups and deliveries, access customer care and more from a mobile device" data-primary-image="http://r2.forconstructionpros.com/files/base/FCP/image/2017/01/16x9/640x360/UR_jobsite_rented_equipment.588782822b787.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-5991 content-filter">
			<a class="tag" href="/blogs/construction-toolbox">Construction Toolbox</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12297980">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12297980/app-rent-manage-united-rentals-equipment-with-ur-jobsite-mobile-app" title="[APP] Rent, Manage United Rentals Equipment with UR Jobsite Mobile App">		<img alt="[APP] Rent, Manage United Rentals Equipment with UR Jobsite Mobile App" src="http://r2.forconstructionpros.com/files/base/FCP/image/2017/01/16x9/320x180/UR_jobsite_rented_equipment.588782822b787.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12297980/app-rent-manage-united-rentals-equipment-with-ur-jobsite-mobile-app" title="[APP] Rent, Manage United Rentals Equipment with UR Jobsite Mobile App"> [APP] Rent, Manage United Rentals Equipment with UR Jobsite Mobile App </a>

</h2>









<p class="content content-teaser standard large full">
		UR Jobsite lets United Rentals users identify underused equipment, remove or extend rentals, verify pending pick-ups and deliveries, access customer care and more from a mobile device
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
					<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12307975" data-type="blog" data-title="Is Creating a Customized Mobile App Right for Your Construction Business?" data-url="/blog/12307975/is-creating-a-customized-mobile-app-right-for-your-construction-business" data-full-url="http://forconstructionpros.com/blog/12307975/is-creating-a-customized-mobile-app-right-for-your-construction-business" data-description="If you can't find a ready-made mobile app that can meet your construction business needs maybe it's time to consider options to customize an app just for your company" data-primary-image="http://r2.forconstructionpros.com/files/base/FCP/image/2017/02/16x9/640x360/Express_form_editor.58ada1657213d.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-5991 content-filter">
			<a class="tag" href="/blogs/construction-toolbox">Construction Toolbox</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12307975">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12307975/is-creating-a-customized-mobile-app-right-for-your-construction-business" title="Is Creating a Customized Mobile App Right for Your Construction Business?">		<img alt="Is Creating a Customized Mobile App Right for Your Construction Business?" src="http://r2.forconstructionpros.com/files/base/FCP/image/2017/02/16x9/320x180/Express_form_editor.58ada1657213d.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12307975/is-creating-a-customized-mobile-app-right-for-your-construction-business" title="Is Creating a Customized Mobile App Right for Your Construction Business?"> Is Creating a Customized Mobile App Right for Your Construction Business? </a>

</h2>









<p class="content content-teaser standard large full">
		If you can't find a ready-made mobile app that can meet your construction business needs maybe it's time to consider options to customize an app just for your company
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
						<div class="block w-2 h-15 advertisement grid-block">
	
<aside class="advertisement body variable-ad" data-type="advertisement">
	<div class="ad-container body-ad-container">
		<div class="ad body-ad ad-300x600" data-ad-unit-refresh="" data-ad-unit-trigger="inview" data-instance-id="s-5016-p1" data-ad-unit-id="537454973" id="openx_adunit_id__537454973__1853159361"></div>
	</div>
</aside>

</div>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
					<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12302667" data-type="blog" data-title="[APP] Submit Fluid Samples from the Field with HORIZON Mobile App" data-url="/blog/12302667/app-submit-fluid-samples-from-the-field-with-horizon-mobile-app" data-full-url="http://forconstructionpros.com/blog/12302667/app-submit-fluid-samples-from-the-field-with-horizon-mobile-app" data-description="Using the HORIZON app, contractors can submit fluid analysis samples from the field, eliminating unnecessary paperwork helping ensure sample information is submitted immediately and accurately" data-primary-image="http://r2.forconstructionpros.com/files/base/FCP/image/2017/02/16x9/640x360/Horizon_sample_submission.5899eedbd4154.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-5991 content-filter">
			<a class="tag" href="/blogs/construction-toolbox">Construction Toolbox</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12302667">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12302667/app-submit-fluid-samples-from-the-field-with-horizon-mobile-app" title="[APP] Submit Fluid Samples from the Field with HORIZON Mobile App">		<img alt="[APP] Submit Fluid Samples from the Field with HORIZON Mobile App" src="http://r2.forconstructionpros.com/files/base/FCP/image/2017/02/16x9/320x180/Horizon_sample_submission.5899eedbd4154.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12302667/app-submit-fluid-samples-from-the-field-with-horizon-mobile-app" title="[APP] Submit Fluid Samples from the Field with HORIZON Mobile App"> [APP] Submit Fluid Samples from the Field with HORIZON Mobile App </a>

</h2>









<p class="content content-teaser standard large full">
		Using the HORIZON app, contractors can submit fluid analysis samples from the field, eliminating unnecessary paperwork helping ensure sample information is submitted immediately and accurately
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
					<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12297965" data-type="blog" data-title="[APP] View Project Models Within Existing Environment with InfraWorks 360 Mobile App" data-url="/blog/12297965/app-view-project-models-within-existing-environment-with-infraworks-360-mobile-app" data-full-url="http://forconstructionpros.com/blog/12297965/app-view-project-models-within-existing-environment-with-infraworks-360-mobile-app" data-description="Autodesk&rsquo;s InfraWorks 360 mobile app allows users to view project models and scenarios from an iPad within the context of the existing environment" data-primary-image="http://r1.forconstructionpros.com/files/base/FCP/image/2017/01/16x9/640x360/Infraworks_scenario_list.5887803787e9b.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-5991 content-filter">
			<a class="tag" href="/blogs/construction-toolbox">Construction Toolbox</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12297965">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12297965/app-view-project-models-within-existing-environment-with-infraworks-360-mobile-app" title="[APP] View Project Models Within Existing Environment with InfraWorks 360 Mobile App">		<img alt="[APP] View Project Models Within Existing Environment with InfraWorks 360 Mobile App" src="http://r1.forconstructionpros.com/files/base/FCP/image/2017/01/16x9/320x180/Infraworks_scenario_list.5887803787e9b.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12297965/app-view-project-models-within-existing-environment-with-infraworks-360-mobile-app" title="[APP] View Project Models Within Existing Environment with InfraWorks 360 Mobile App"> [APP] View Project Models Within Existing Environment with InfraWorks 360 Mobile App </a>

</h2>









<p class="content content-teaser standard large full">
		Autodesk&rsquo;s InfraWorks 360 mobile app allows users to view project models and scenarios from an iPad within the context of the existing environment
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
					<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12315214" data-type="blog" data-title="What&rsquo;s One Construction App You Can&rsquo;t Afford to Ignore?" data-url="/blog/12315214/whats-one-construction-app-you-cant-afford-to-ignore" data-full-url="http://forconstructionpros.com/blog/12315214/whats-one-construction-app-you-cant-afford-to-ignore" data-description="There are so many construction apps competing for your attention these days it&rsquo;s easy to get overwhelmed. And when that happens, your brain just might shut down to block out all the noise. That&rsquo;s understandable. But if you&rsquo;re in the market for construction equipment, there&rsquo;s one app you simply must pay attention to&mdash;the application in which your new machine will be working. 
  What&rsquo;s at stake?   If you buy new equipment without a thorough assessment of your application, you may end up with the wrong machine for the job. And whether it&rsquo;s too big or too small, undersized or underutilized, the outcome will be the same: costs will go up and profit down. The key, of course, is matching the machine to the application&mdash;selecting the model that best meets your requirements for performance, life, uptime, fuel economy and operating costs. But that can get complicated.     Weigh the options    You may think you know which machine you need. But sometimes manufacturers offer multiple..." data-primary-image="" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-11395 content-filter">
			<a class="tag" href="/profit-matters">Profit Matters</a>
		</span>
	

</aside>



<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12315214/whats-one-construction-app-you-cant-afford-to-ignore" title="What&rsquo;s One Construction App You Can&rsquo;t Afford to Ignore?"> What&rsquo;s One Construction App You Can&rsquo;t Afford to Ignore? </a>

</h2>









<p class="content content-teaser standard large full">
		There are so many construction apps competing for your attention these days it&rsquo;s easy to get overwhelmed. And when that happens, your brain just might shut down to block out all the noise. That&rsquo;s understandable. But if you&rsquo;re in the market for...
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
					<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12301000" data-type="blog" data-title="March 2017 Marks First Ever National Ladder Safety Month" data-url="/blog/12301000/march-2017-marks-first-ever-national-ladder-safety-month" data-full-url="http://forconstructionpros.com/blog/12301000/march-2017-marks-first-ever-national-ladder-safety-month" data-description="National Ladder Safety month was established to raise awareness of ladder safety and to decrease the number of ladder-related injuries and fatalities" data-primary-image="http://r3.forconstructionpros.com/files/base/FCP/image/2017/02/16x9/640x360/Screen_Shot_2017_02_01_at_1.23.55_PM.589241b26e988.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-5991 content-filter">
			<a class="tag" href="/blogs/construction-toolbox">Construction Toolbox</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12301000">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12301000/march-2017-marks-first-ever-national-ladder-safety-month" title="March 2017 Marks First Ever National Ladder Safety Month">		<img alt="March 2017 Marks First Ever National Ladder Safety Month" src="http://r3.forconstructionpros.com/files/base/FCP/image/2017/02/16x9/320x180/Screen_Shot_2017_02_01_at_1.23.55_PM.589241b26e988.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12301000/march-2017-marks-first-ever-national-ladder-safety-month" title="March 2017 Marks First Ever National Ladder Safety Month"> March 2017 Marks First Ever National Ladder Safety Month </a>

</h2>









<p class="content content-teaser standard large full">
		National Ladder Safety month was established to raise awareness of ladder safety and to decrease the number of ladder-related injuries and fatalities
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
					<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12297954" data-type="blog" data-title="[APP] Project Managers Can Manage Every Project Task in the Field with JobTrac Mobile" data-url="/blog/12297954/app-project-managers-can-manage-every-project-task-in-the-field-with-jobtrac-mobile" data-full-url="http://forconstructionpros.com/blog/12297954/app-project-managers-can-manage-every-project-task-in-the-field-with-jobtrac-mobile" data-description="Manage and track all project tasks with JobTrac project management and field communication software" data-primary-image="http://r1.forconstructionpros.com/files/base/FCP/image/2017/01/16x9/640x360/JobTrac_daily_work_report.58877f518a51f.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-5991 content-filter">
			<a class="tag" href="/blogs/construction-toolbox">Construction Toolbox</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12297954">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12297954/app-project-managers-can-manage-every-project-task-in-the-field-with-jobtrac-mobile" title="[APP] Project Managers Can Manage Every Project Task in the Field with JobTrac Mobile">		<img alt="[APP] Project Managers Can Manage Every Project Task in the Field with JobTrac Mobile" src="http://r1.forconstructionpros.com/files/base/FCP/image/2017/01/16x9/320x180/JobTrac_daily_work_report.58877f518a51f.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12297954/app-project-managers-can-manage-every-project-task-in-the-field-with-jobtrac-mobile" title="[APP] Project Managers Can Manage Every Project Task in the Field with JobTrac Mobile"> [APP] Project Managers Can Manage Every Project Task in the Field with JobTrac Mobile </a>

</h2>









<p class="content content-teaser standard large full">
		Manage and track all project tasks with JobTrac project management and field communication software
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
					<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12311067" data-type="blog" data-title="Vote ForConstructionPros as the Best Construction Business Blog" data-url="/blog/12311067/vote-forconstructionpros-as-the-best-construction-business-blog" data-full-url="http://forconstructionpros.com/blog/12311067/vote-forconstructionpros-as-the-best-construction-business-blog" data-description="ForConstructionPros's Construction Toolbox blog has been nominated for the third year in a row, and we need your help to vote us this year's winner!" data-primary-image="http://r3.forconstructionpros.com/files/base/FCP/image/2017/03/16x9/640x360/JDRBadges_CB.58b740d0d7f72.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-5991 content-filter">
			<a class="tag" href="/blogs/construction-toolbox">Construction Toolbox</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12311067">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12311067/vote-forconstructionpros-as-the-best-construction-business-blog" title="Vote ForConstructionPros as the Best Construction Business Blog">		<img alt="Vote ForConstructionPros as the Best Construction Business Blog" src="http://r3.forconstructionpros.com/files/base/FCP/image/2017/03/16x9/320x180/JDRBadges_CB.58b740d0d7f72.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12311067/vote-forconstructionpros-as-the-best-construction-business-blog" title="Vote ForConstructionPros as the Best Construction Business Blog"> Vote ForConstructionPros as the Best Construction Business Blog </a>

</h2>









<p class="content content-teaser standard large full">
		ForConstructionPros's Construction Toolbox blog has been nominated for the third year in a row, and we need your help to vote us this year's winner!
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
					<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12291776" data-type="blog" data-title="[APP] Take Calculations and Measurements with the DEWALT Mobile Pro Calculator App for Construction" data-url="/blog/12291776/app-take-calculations-and-measurements-with-the-dewalt-mobile-pro-calculator-app-for-construction" data-full-url="http://forconstructionpros.com/blog/12291776/app-take-calculations-and-measurements-with-the-dewalt-mobile-pro-calculator-app-for-construction" data-description="The DEWALT Mobile Pro app is a full-featured calculator and reference tool designed for construction pros" data-primary-image="http://r2.forconstructionpros.com/files/base/FCP/image/2017/01/16x9/640x360/Dewalt_mobile_1.586d3e68aa418.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-5991 content-filter">
			<a class="tag" href="/blogs/construction-toolbox">Construction Toolbox</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12291776">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12291776/app-take-calculations-and-measurements-with-the-dewalt-mobile-pro-calculator-app-for-construction" title="[APP] Take Calculations and Measurements with the DEWALT Mobile Pro Calculator App for Construction">		<img alt="[APP] Take Calculations and Measurements with the DEWALT Mobile Pro Calculator App for Construction" src="http://r2.forconstructionpros.com/files/base/FCP/image/2017/01/16x9/320x180/Dewalt_mobile_1.586d3e68aa418.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12291776/app-take-calculations-and-measurements-with-the-dewalt-mobile-pro-calculator-app-for-construction" title="[APP] Take Calculations and Measurements with the DEWALT Mobile Pro Calculator App for Construction"> [APP] Take Calculations and Measurements with the DEWALT Mobile Pro Calculator App for Construction </a>

</h2>









<p class="content content-teaser standard large full">
		The DEWALT Mobile Pro app is a full-featured calculator and reference tool designed for construction pros
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
						<div class="block w-2 h-6 advertisement grid-block">

<aside class="advertisement body variable-ad" data-type="advertisement">
	<div class="ad-container body-ad-container">
		<div class="ad body-ad ad-300x250" data-ad-unit-refresh="" data-ad-unit-trigger="inview" data-instance-id="s-5016-p1" data-ad-unit-id="537454996" id="openx_adunit_id__537454996__367765558" data-ad-strict-view=""></div>
	</div>
</aside>

</div>

							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
					<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12309180" data-type="blog" data-title="Republicans Signal Delay until 2018 of Trump&rsquo;s Shrinking Infrastructure Plan" data-url="/blog/12309180/republicans-signal-delay-until-2018-of-trumps-shrinking-infrastructure-plan" data-full-url="http://forconstructionpros.com/blog/12309180/republicans-signal-delay-until-2018-of-trumps-shrinking-infrastructure-plan" data-description="Construction stocks such as Caterpillar dipped as limits of Trump-staff capacity and lure of infrastructure spending as a bargaining chip in 2018 elections made delay seem likely" data-primary-image="http://r1.forconstructionpros.com/files/base/FCP/image/2017/02/16x9/640x360/Trump_signing_order_January_27.58b08972d01f8.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-9615 content-filter">
			<a class="tag" href="/business">Business</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12309180">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12309180/republicans-signal-delay-until-2018-of-trumps-shrinking-infrastructure-plan" title="Republicans Signal Delay until 2018 of Trump&rsquo;s Shrinking Infrastructure Plan">		<img alt="Republicans Signal Delay until 2018 of Trump&rsquo;s Shrinking Infrastructure Plan" src="http://r1.forconstructionpros.com/files/base/FCP/image/2017/02/16x9/320x180/Trump_signing_order_January_27.58b08972d01f8.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12309180/republicans-signal-delay-until-2018-of-trumps-shrinking-infrastructure-plan" title="Republicans Signal Delay until 2018 of Trump&rsquo;s Shrinking Infrastructure Plan"> Republicans Signal Delay until 2018 of Trump&rsquo;s Shrinking Infrastructure Plan </a>

</h2>









<p class="content content-teaser standard large full">
		Construction stocks such as Caterpillar dipped as limits of Trump-staff capacity and lure of infrastructure spending as a bargaining chip in 2018 elections made delay seem likely
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
					<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12302759" data-type="blog" data-title="Women In Construction Week Starts March 5" data-url="/blog/12302759/women-in-construction-week-starts-march-5" data-full-url="http://forconstructionpros.com/blog/12302759/women-in-construction-week-starts-march-5" data-description="March 5-11 is Women In Construction Week, an opportunity for women to find out more about the industry and for contractors to recruit women in to the industry" data-primary-image="http://r3.forconstructionpros.com/files/base/FCP/image/2017/02/16x9/640x360/WIC_week_logo.589a06fc5c217.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-5991 content-filter">
			<a class="tag" href="/blogs/construction-toolbox">Construction Toolbox</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12302759">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12302759/women-in-construction-week-starts-march-5" title="Women In Construction Week Starts March 5">		<img alt="Women In Construction Week Starts March 5" src="http://r3.forconstructionpros.com/files/base/FCP/image/2017/02/16x9/320x180/WIC_week_logo.589a06fc5c217.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12302759/women-in-construction-week-starts-march-5" title="Women In Construction Week Starts March 5"> Women In Construction Week Starts March 5 </a>

</h2>









<p class="content content-teaser standard large full">
		March 5-11 is Women In Construction Week, an opportunity for women to find out more about the industry and for contractors to recruit women in to the industry
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
					<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12291771" data-type="blog" data-title="[APP] Consolidate Relevant BIM Information onto One Collaborative Platform with Aconex Connected BIM" data-url="/blog/12291771/app-consolidate-relevant-bim-information-onto-one-collaborative-platform-with-aconex-connected-bim" data-full-url="http://forconstructionpros.com/blog/12291771/app-consolidate-relevant-bim-information-onto-one-collaborative-platform-with-aconex-connected-bim" data-description="Aconex Connected BIM mobile app connects teams, models and project data into a single, online collaboration platform" data-primary-image="http://r3.forconstructionpros.com/files/base/FCP/image/2017/01/16x9/640x360/Aconex_BIM_1.586d3cd22203a.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-5991 content-filter">
			<a class="tag" href="/blogs/construction-toolbox">Construction Toolbox</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12291771">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12291771/app-consolidate-relevant-bim-information-onto-one-collaborative-platform-with-aconex-connected-bim" title="[APP] Consolidate Relevant BIM Information onto One Collaborative Platform with Aconex Connected BIM">		<img alt="[APP] Consolidate Relevant BIM Information onto One Collaborative Platform with Aconex Connected BIM" src="http://r3.forconstructionpros.com/files/base/FCP/image/2017/01/16x9/320x180/Aconex_BIM_1.586d3cd22203a.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12291771/app-consolidate-relevant-bim-information-onto-one-collaborative-platform-with-aconex-connected-bim" title="[APP] Consolidate Relevant BIM Information onto One Collaborative Platform with Aconex Connected BIM"> [APP] Consolidate Relevant BIM Information onto One Collaborative Platform with Aconex Connected BIM </a>

</h2>









<p class="content content-teaser standard large full">
		Aconex Connected BIM mobile app connects teams, models and project data into a single, online collaboration platform
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
					<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12291763" data-type="blog" data-title="[APP] Access Up-to-date Multiple Project Data for On-the-go Workflow" data-url="/blog/12291763/app-access-up-to-date-multiple-project-data-for-on-the-go-workflow" data-full-url="http://forconstructionpros.com/blog/12291763/app-access-up-to-date-multiple-project-data-for-on-the-go-workflow" data-description="Role-specific, personalized views ensure real-time decisions can be made using the most current and relevant information" data-primary-image="http://r1.forconstructionpros.com/files/base/FCP/image/2017/01/16x9/640x360/Projectwise_1.586d3b93dec0b.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-5991 content-filter">
			<a class="tag" href="/blogs/construction-toolbox">Construction Toolbox</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12291763">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12291763/app-access-up-to-date-multiple-project-data-for-on-the-go-workflow" title="[APP] Access Up-to-date Multiple Project Data for On-the-go Workflow">		<img alt="[APP] Access Up-to-date Multiple Project Data for On-the-go Workflow" src="http://r1.forconstructionpros.com/files/base/FCP/image/2017/01/16x9/320x180/Projectwise_1.586d3b93dec0b.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12291763/app-access-up-to-date-multiple-project-data-for-on-the-go-workflow" title="[APP] Access Up-to-date Multiple Project Data for On-the-go Workflow"> [APP] Access Up-to-date Multiple Project Data for On-the-go Workflow </a>

</h2>









<p class="content content-teaser standard large full">
		Role-specific, personalized views ensure real-time decisions can be made using the most current and relevant information
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
					<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12295318" data-type="blog" data-title="How Do Employees Feel About GPS Tracking?" data-url="/blog/12295318/how-do-employees-feel-about-gps-tracking" data-full-url="http://forconstructionpros.com/blog/12295318/how-do-employees-feel-about-gps-tracking" data-description="New research measures reaction to being tracked by GPS on the job for employees who don't have experience with the technology and those who do; the difference will surprise you" data-primary-image="http://r1.forconstructionpros.com/files/base/FCP/image/2017/01/16x9/640x360/Screen_Shot_2017_01_16_at_2.08.59_PM.587d2872767c7.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-11395 content-filter">
			<a class="tag" href="/profit-matters">Profit Matters</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12295318">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12295318/how-do-employees-feel-about-gps-tracking" title="How Do Employees Feel About GPS Tracking?">		<img alt="How Do Employees Feel About GPS Tracking?" src="http://r1.forconstructionpros.com/files/base/FCP/image/2017/01/16x9/320x180/Screen_Shot_2017_01_16_at_2.08.59_PM.587d2872767c7.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12295318/how-do-employees-feel-about-gps-tracking" title="How Do Employees Feel About GPS Tracking?"> How Do Employees Feel About GPS Tracking? </a>

</h2>









<p class="content content-teaser standard large full">
		New research measures reaction to being tracked by GPS on the job for employees who don't have experience with the technology and those who do; the difference will surprise you
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
					<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12291751" data-type="blog" data-title="[APP] Track, Monitor Safety Compliance with HCSS Safety Mobile App" data-url="/blog/12291751/app-track-monitor-safety-compliance-with-hcss-safety-mobile-app" data-full-url="http://forconstructionpros.com/blog/12291751/app-track-monitor-safety-compliance-with-hcss-safety-mobile-app" data-description="Mobile app users can record, report and notify managers immediately when an incident occurs rather than having to fill out paperwork later" data-primary-image="http://r1.forconstructionpros.com/files/base/FCP/image/2017/01/16x9/640x360/HCSS_safety_desktopdashboard_iPadInspection.586d399a2a3fa.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-5991 content-filter">
			<a class="tag" href="/blogs/construction-toolbox">Construction Toolbox</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12291751">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12291751/app-track-monitor-safety-compliance-with-hcss-safety-mobile-app" title="[APP] Track, Monitor Safety Compliance with HCSS Safety Mobile App">		<img alt="[APP] Track, Monitor Safety Compliance with HCSS Safety Mobile App" src="http://r1.forconstructionpros.com/files/base/FCP/image/2017/01/16x9/320x180/HCSS_safety_desktopdashboard_iPadInspection.586d399a2a3fa.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12291751/app-track-monitor-safety-compliance-with-hcss-safety-mobile-app" title="[APP] Track, Monitor Safety Compliance with HCSS Safety Mobile App"> [APP] Track, Monitor Safety Compliance with HCSS Safety Mobile App </a>

</h2>









<p class="content content-teaser standard large full">
		Mobile app users can record, report and notify managers immediately when an incident occurs rather than having to fill out paperwork later
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
					<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12275653" data-type="blog" data-title="[APP] Help Determine Each Jobsite's Profitability with the Stevens Construction Labor Productivity Calculator" data-url="/blog/12275653/app-help-determine-each-jobsites-profitability-with-the-stevens-construction-labor-productivity-calculator" data-full-url="http://forconstructionpros.com/blog/12275653/app-help-determine-each-jobsites-profitability-with-the-stevens-construction-labor-productivity-calculator" data-description="The Construction Labor Productivity Calculator from Stevens Construction Institute measures &ldquo;what is produced and billable for the cost (or hours) expended&rdquo;" data-primary-image="http://r3.forconstructionpros.com/files/base/FCP/image/2016/11/16x9/640x360/Stevens_productivity_calculator.581a0c0f4ffb2.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-5991 content-filter">
			<a class="tag" href="/blogs/construction-toolbox">Construction Toolbox</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12275653">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12275653/app-help-determine-each-jobsites-profitability-with-the-stevens-construction-labor-productivity-calculator" title="[APP] Help Determine Each Jobsite's Profitability with the Stevens Construction Labor Productivity Calculator">		<img alt="[APP] Help Determine Each Jobsite's Profitability with the Stevens Construction Labor Productivity Calculator" src="http://r3.forconstructionpros.com/files/base/FCP/image/2016/11/16x9/320x180/Stevens_productivity_calculator.581a0c0f4ffb2.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12275653/app-help-determine-each-jobsites-profitability-with-the-stevens-construction-labor-productivity-calculator" title="[APP] Help Determine Each Jobsite's Profitability with the Stevens Construction Labor Productivity Calculator"> [APP] Help Determine Each Jobsite's Profitability with the Stevens Construction Labor Productivity Calculator </a>

</h2>









<p class="content content-teaser standard large full">
		The Construction Labor Productivity Calculator from Stevens Construction Institute measures &ldquo;what is produced and billable for the cost (or hours) expended&rdquo;
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
						<div class="block w-2 h-15 advertisement grid-block">
	
<aside class="advertisement body variable-ad" data-type="advertisement">
	<div class="ad-container body-ad-container">
		<div class="ad body-ad ad-300x600" data-ad-unit-refresh="" data-ad-unit-trigger="inview" data-instance-id="s-5016-p1" data-ad-unit-id="537454973" id="openx_adunit_id__537454973__1981754560"></div>
	</div>
</aside>

</div>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
					<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12285921" data-type="blog" data-title="Is It Time to Take a New Approach to Constructing Your Workplace?" data-url="/blog/12285921/is-it-time-to-take-a-new-approach-to-constructing-your-workplace" data-full-url="http://forconstructionpros.com/blog/12285921/is-it-time-to-take-a-new-approach-to-constructing-your-workplace" data-description="One construction company has created a collaborative workspace office that just might be the next revolution in the construction work environment" data-primary-image="http://r2.forconstructionpros.com/files/base/FCP/image/2016/12/16x9/640x360/30653384466_6f80a9a5e0_o.58498e5a8048e.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-5991 content-filter">
			<a class="tag" href="/blogs/construction-toolbox">Construction Toolbox</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12285921">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12285921/is-it-time-to-take-a-new-approach-to-constructing-your-workplace" title="Is It Time to Take a New Approach to Constructing Your Workplace?">		<img alt="Is It Time to Take a New Approach to Constructing Your Workplace?" src="http://r2.forconstructionpros.com/files/base/FCP/image/2016/12/16x9/320x180/30653384466_6f80a9a5e0_o.58498e5a8048e.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12285921/is-it-time-to-take-a-new-approach-to-constructing-your-workplace" title="Is It Time to Take a New Approach to Constructing Your Workplace?"> Is It Time to Take a New Approach to Constructing Your Workplace? </a>

</h2>









<p class="content content-teaser standard large full">
		One construction company has created a collaborative workspace office that just might be the next revolution in the construction work environment
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
					<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12279729" data-type="blog" data-title="[APP] Track Project Logs, Weather and Resources with the OnSite Logging Mobile App" data-url="/blog/12279729/app-track-project-logs-weather-and-resources-with-the-onsite-logging-mobile-app" data-full-url="http://forconstructionpros.com/blog/12279729/app-track-project-logs-weather-and-resources-with-the-onsite-logging-mobile-app" data-description="Record, organize and store all your construction project activity in one place with the OnSite Logging mobile app" data-primary-image="http://r3.forconstructionpros.com/files/base/FCP/image/2016/11/16x9/640x360/Onsite_logging_entries.582c7f221b5a5.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-5991 content-filter">
			<a class="tag" href="/blogs/construction-toolbox">Construction Toolbox</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12279729">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12279729/app-track-project-logs-weather-and-resources-with-the-onsite-logging-mobile-app" title="[APP] Track Project Logs, Weather and Resources with the OnSite Logging Mobile App">		<img alt="[APP] Track Project Logs, Weather and Resources with the OnSite Logging Mobile App" src="http://r3.forconstructionpros.com/files/base/FCP/image/2016/11/16x9/320x180/Onsite_logging_entries.582c7f221b5a5.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12279729/app-track-project-logs-weather-and-resources-with-the-onsite-logging-mobile-app" title="[APP] Track Project Logs, Weather and Resources with the OnSite Logging Mobile App"> [APP] Track Project Logs, Weather and Resources with the OnSite Logging Mobile App </a>

</h2>









<p class="content content-teaser standard large full">
		Record, organize and store all your construction project activity in one place with the OnSite Logging mobile app
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
					<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12275673" data-type="blog" data-title="[APP] Track Time, Log Expenses and Manage Invoices with Harvest Mobile App" data-url="/blog/12275673/app-track-time-log-expenses-and-manage-invoices-with-harvest-mobile-app" data-full-url="http://forconstructionpros.com/blog/12275673/app-track-time-log-expenses-and-manage-invoices-with-harvest-mobile-app" data-description="Track time, log expenses and manage invoices in the office or on the job with the Harvest Time &amp; Expense Tracker mobile app" data-primary-image="http://r3.forconstructionpros.com/files/base/FCP/image/2016/11/16x9/640x360/Harvest_time.581a0e7666cc9.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-5991 content-filter">
			<a class="tag" href="/blogs/construction-toolbox">Construction Toolbox</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12275673">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12275673/app-track-time-log-expenses-and-manage-invoices-with-harvest-mobile-app" title="[APP] Track Time, Log Expenses and Manage Invoices with Harvest Mobile App">		<img alt="[APP] Track Time, Log Expenses and Manage Invoices with Harvest Mobile App" src="http://r3.forconstructionpros.com/files/base/FCP/image/2016/11/16x9/320x180/Harvest_time.581a0e7666cc9.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12275673/app-track-time-log-expenses-and-manage-invoices-with-harvest-mobile-app" title="[APP] Track Time, Log Expenses and Manage Invoices with Harvest Mobile App"> [APP] Track Time, Log Expenses and Manage Invoices with Harvest Mobile App </a>

</h2>









<p class="content content-teaser standard large full">
		Track time, log expenses and manage invoices in the office or on the job with the Harvest Time &amp; Expense Tracker mobile app
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
					<article class="content-gigya-details block content-block grid-block w-2 blog" data-id="12284970" data-type="blog" data-title="10 Giant Infrastructure Projects with the Potential to Reshape the World" data-url="/blog/12284970/10-giant-infrastructure-projects-with-the-potential-to-reshape-the-world" data-full-url="http://forconstructionpros.com/blog/12284970/10-giant-infrastructure-projects-with-the-potential-to-reshape-the-world" data-description="These 10 giant infrastrucutre pojects currently in the works or recently completed have the potential to not only reshape the cities where they are but possibly have world-wide effects" data-primary-image="http://r3.forconstructionpros.com/files/base/FCP/image/2016/12/16x9/640x360/floating_tunnel.5847016c93c6c.jpg" data-section-id="5016">

<aside class="content content-details content-tags bold uppercase">
		
								
		<span class="section-5991 content-filter">
			<a class="tag" href="/blogs/construction-toolbox">Construction Toolbox</a>
		</span>
	

</aside>

<figure class="content content-image-container full container" data-id="12284970">

	<a  class="link content-link content-image-link content-ajax" href="/blog/12284970/10-giant-infrastructure-projects-with-the-potential-to-reshape-the-world" title="10 Giant Infrastructure Projects with the Potential to Reshape the World">		<img alt="10 Giant Infrastructure Projects with the Potential to Reshape the World" src="http://r3.forconstructionpros.com/files/base/FCP/image/2016/12/16x9/320x180/floating_tunnel.5847016c93c6c.jpg" class="content-image full float-left img-320x180 loaded">

				
	</a>
</figure>

<h2 class="content content-name blog large full">
	
	<a class="link content-link content-name-link content-ajax" href="/blog/12284970/10-giant-infrastructure-projects-with-the-potential-to-reshape-the-world" title="10 Giant Infrastructure Projects with the Potential to Reshape the World"> 10 Giant Infrastructure Projects with the Potential to Reshape the World </a>

</h2>









<p class="content content-teaser standard large full">
		These 10 giant infrastrucutre pojects currently in the works or recently completed have the potential to not only reshape the cities where they are but possibly have world-wide effects
	</p>




</article>


							
			
		
										
			<!-- Featured Media block bassed on config position. -->
			
			
			
			
			
				
				
						<div class="block w-2 h-6 advertisement grid-block">

<aside class="advertisement body variable-ad" data-type="advertisement">
	<div class="ad-container body-ad-container">
		<div class="ad body-ad ad-300x250" data-ad-unit-refresh="" data-ad-unit-trigger="inview" data-instance-id="s-5016-p1" data-ad-unit-id="537454996" id="openx_adunit_id__537454996__1426335675" data-ad-strict-view=""></div>
	</div>
</aside>

</div>

							
			
				<div class="w-2 block grid-block page-trigger" data-page="1" data-offset="" data-alias="/home">&nbsp;</div>

			
		
	


	
<div class="block grid-block full h-10 dynamic-trigger loading loading-medium text-center clickable block body" data-src="?action=get_section_body" data-page="2" data-offset="250" data-trigger="continuous" data-type="trigger"  data-url="">
	<h4 class="title large">Loading</h4>
</div>

<!-- data-types="article|news|press_release|product|company"  -->

</section>

<div class="footer-nav block full">
	<div class="block w-6 footer-elements">
		<div class="block logos">
			<div class="logo">
				<a class="brand-logo" href="/">
					<img src="http://r2.forconstructionpros.com/files/media/www.forconstructionpros.com/beta/site_logo_gray.png" class="grayscale" border="0" alt=" Logo" height="50" width="150"/>
				</a>
			</div>
			
			
											<div class="logo">
					<a class="brand-logo" href="/magazine/et">
						<img src="http://r2.forconstructionpros.com/files/media/www.forconstructionpros.com/beta/et_gray.png" class="grayscale" border="0" alt="et Logo" height="50" width="150"/>
					</a>
				</div>
																			<div class="logo">
					<a class="brand-logo" href="/magazine/rpn">
						<img src="http://r1.forconstructionpros.com/files/media/www.forconstructionpros.com/beta/rpn_gray.png" class="grayscale" border="0" alt="rpn Logo" height="50" width="150"/>
					</a>
				</div>
																			<div class="logo">
					<a class="brand-logo" href="/magazine/pvm">
						<img src="http://r3.forconstructionpros.com/files/media/www.forconstructionpros.com/beta/pvm_gray.png" class="grayscale" border="0" alt="pvm Logo" height="50" width="150"/>
					</a>
				</div>
													<div class="clear"></div>
															<div class="logo">
					<a class="brand-logo" href="/magazine/conc">
						<img src="http://r2.forconstructionpros.com/files/media/www.forconstructionpros.com/beta/conc_gray.png" class="grayscale" border="0" alt="conc Logo" height="50" width="150"/>
					</a>
				</div>
																			<div class="logo">
					<a class="brand-logo" href="/magazine/acon">
						<img src="http://r1.forconstructionpros.com/files/media/www.forconstructionpros.com/beta/acon_gray.png" class="grayscale" border="0" alt="acon Logo" height="50" width="150"/>
					</a>
				</div>
																			<div class="logo">
					<a class="brand-logo" href="/magazine/susc">
						<img src="http://r1.forconstructionpros.com/files/media/www.forconstructionpros.com/beta/susc_gray.png" class="grayscale" border="0" alt="susc Logo" height="50" width="150"/>
					</a>
				</div>
													</div>
		<div class="block grid-block">
			<ul class="secondary-navigation list relative clear">
				

			        
	
<li class="navigation-item section-9619" data-alias="/equipment">
	<!-- <div class="color-effect"> -->
	<!--a href="/equipment" class="navigation-link uppercase">Equipment</a-->
	<a href="/equipment" class="navigation-link uppercase no-wrap">Equipment</a>
	<!-- </div> -->
</li>


			        
	
<li class="navigation-item section-10513" data-alias="/trucks">
	<!-- <div class="color-effect"> -->
	<!--a href="/trucks" class="navigation-link uppercase">Trucks</a-->
	<a href="/trucks" class="navigation-link uppercase no-wrap">Trucks</a>
	<!-- </div> -->
</li>


			        
	
<li class="navigation-item section-9592" data-alias="/rental">
	<!-- <div class="color-effect"> -->
	<!--a href="/rental" class="navigation-link uppercase">Rental</a-->
	<a href="/rental" class="navigation-link uppercase no-wrap">Rental</a>
	<!-- </div> -->
</li>


			        
	
<li class="navigation-item section-9593" data-alias="/concrete">
	<!-- <div class="color-effect"> -->
	<!--a href="/concrete" class="navigation-link uppercase">Concrete</a-->
	<a href="/concrete" class="navigation-link uppercase no-wrap">Concrete</a>
	<!-- </div> -->
</li>


			        
	
<li class="navigation-item section-9621" data-alias="/asphalt">
	<!-- <div class="color-effect"> -->
	<!--a href="/asphalt" class="navigation-link uppercase">Asphalt</a-->
	<a href="/asphalt" class="navigation-link uppercase no-wrap">Asphalt</a>
	<!-- </div> -->
</li>


	    	    	        
	
<li class="navigation-item section-9620" data-alias="/pavement-maintenance">
	<!-- <div class="color-effect"> -->
	<!--a href="/pavement-maintenance" class="navigation-link uppercase">Pavement Maintenance</a-->
	<a href="/pavement-maintenance" class="navigation-link uppercase wrap">Pavement <br />Maintenance</a>
	<!-- </div> -->
</li>


			        
	
<li class="navigation-item section-9615" data-alias="/business">
	<!-- <div class="color-effect"> -->
	<!--a href="/business" class="navigation-link uppercase">Business</a-->
	<a href="/business" class="navigation-link uppercase no-wrap">Business</a>
	<!-- </div> -->
</li>


	    	    	        
	
<li class="navigation-item section-11395" data-alias="/profit-matters">
	<!-- <div class="color-effect"> -->
	<!--a href="/profit-matters" class="navigation-link uppercase">Profit Matters</a-->
	<a href="/profit-matters" class="navigation-link uppercase wrap">Profit <br />Matters</a>
	<!-- </div> -->
</li>


			        
	
<li class="navigation-item section-9622" data-alias="/sustainability">
	<!-- <div class="color-effect"> -->
	<!--a href="/sustainability" class="navigation-link uppercase">Sustainability</a-->
	<a href="/sustainability" class="navigation-link uppercase no-wrap">Sustainability</a>
	<!-- </div> -->
</li>


	    	    	        
	
<li class="navigation-item section-5146" data-alias="/directory">
	<!-- <div class="color-effect"> -->
	<!--a href="/directory" class="navigation-link uppercase">Buyers Guide</a-->
	<a href="/directory" class="navigation-link uppercase wrap">Buyers <br />Guide</a>
	<!-- </div> -->
</li>


			        
	
<li class="navigation-item section-3631" data-alias="/conexpo">
	<!-- <div class="color-effect"> -->
	<!--a href="/conexpo" class="navigation-link uppercase">Conexpo</a-->
	<a href="/conexpo" class="navigation-link uppercase no-wrap">Conexpo</a>
	<!-- </div> -->
</li>

				<li class="clear"></li>
				    <li class="platform-logout navigation-item extras"><a href="/reg/logout/submit" class="tooltip-item">Log Out</a></li>
    <li class="platform-register navigation-item one-half extras"><a href="/reg/register/display" class="tooltip-item">Register</a></li>
    <li class="platform-login navigation-item one-half extras"><a href="/reg/login/display" class="tooltip-item">Log In</a></li>

	<li class="navigation-item one-half extras"><a href="/privacy-policy" class="tooltip-item">Privacy Policy</a></li>
	<li class="navigation-item one-half extras"><a href="/terms-conditions" class="tooltip-item">Terms of Use</a></li>

				<li class="navigation-item one-half extras"><a href="/reg/contact_us/display" class="tooltip-item">Contact Us</a></li>
				<li class="navigation-item one-half extras"><a href="/advertise" class="tooltip-item">Advertise</a></li>
				<li class="navigation-item extras"><a href="/sitemap" class="tooltip-item">Sitemap</a></li>
			</ul>
		</div>
	</div>
</div>
<div class="clearfix">&nbsp;</div>

<footer class="footer page-footer fixed">

<aside class="row full container alert-container footer-top"></aside>


<aside class="advertisement leaderboard variable-ad ">

	<div class="ad-container leaderboard-ad-container variable">

		<div class="ad leaderboard-ad ad-320x50" data-ad-sponsor-skip="1" data-ad-unit-refresh="true" data-ad-unit-trigger="inview" data-instance-id="s-5016-p1" data-ad-unit-id="537454997" id="openx_adunit_id__537454997__421105511"></div>

		<div class="ad leaderboard-ad ad-728x90" data-ad-sponsor-skip="1" data-ad-unit-refresh="true" data-ad-unit-trigger="inview" data-instance-id="s-5016-p1" data-ad-unit-id="537454994" id="openx_adunit_id__537454994__1313664410"></div>

		<div class="ad leaderboard-ad ad-970x90" data-ad-sponsor-skip="1" data-ad-unit-refresh="true" data-ad-unit-trigger="inview" data-instance-id="s-5016-p1" data-ad-unit-id="537454999" id="openx_adunit_id__537454999__1977764595"></div>

	</div>
	
</aside>


<aside class="row full container alert-container footer-bottom"></aside>


    


<script src="//fast.wistia.com/static/embed_shepherd-v1.js"></script>
<script>
//<![CDATA[
wistiaEmbeds.onFind(function(video) {
  var email = Wistia.localStorage("golden-ticket");
  if (email) {
    video.setEmail(email);
  }
});
wistiaEmbeds.bind("conversion", function(video, type, data) {
  if (/^(pre|mid|post)-roll-email$/.test(type)) {
    Wistia.localStorage("golden-ticket", data);
    for (var i = 0; i < wistiaEmbeds.length; i++) {
      wistiaEmbeds[i].setEmail(data);
    }
  }
});
//]]>
</script>



</footer>







	<script type="text/javascript" src="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
<script type="text/javascript" src="http://www.forconstructionpros.com/app/merrick/files/www.forconstructionpros.com/js/f5f488921506a271f0fd98853dd4ac25.js"></script>

	
<script type="text/javascript">
//<![CDATA[
;(function() { var d=document,h=d.getElementsByTagName('head')[0],s=d.createElement('script'),sc = 'https:' == document.location.protocol ? 'https://' : 'http://';s.type='text/javascript';s.async=true;s.src=sc+'s.dpmsrv.com/dpm_56ad4d4deaec98465c419b4a8ea7bfc1ed38c4d9.min.js';h.appendChild(s);})();
//]]>
</script>


			<img src="http://tags.w55c.net/rs?id=dd3e654135e745a79012cb51808bdc81&t=marketing">
	</body>

</html>
