'); if(!WVM.IS_STREAMING){ $videoEl.append('' + '' + ''); } setTimeout(function(){ $('.mute-overlay').on('touchstart click', function(e){ if(e.handled === false) return; e.stopPropagation(); e.preventDefault(); e.handled = true; player.muted(false); //console.log("volumee " + WVM.activePlayer.volume()); $(this).hide(); $(this).css('display', 'none'); var currentTime = player.currentTime(); if(currentTime 0){ if(deviceName == 'desktop'){ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top; }else{ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top - $('.next-dropdown-accordion').height(); } if(deviceName == 'desktop'){ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); }else{ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); } WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId).height(); //console.log("container height: " + WVM.CONTAINER_HEIGHT); $(window).on( "resize", function() { if(deviceName == 'desktop'){ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top; }else{ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top - $('.next-dropdown-accordion').height(); } if(deviceName == 'desktop'){ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); }else{ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); } WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId).height(); console.log("container height: " + WVM.CONTAINER_HEIGHT); }); //console.log("VIDEOTOP: " + WVM.VIDEO_TOP); //console.log("VIDEOHEIGHT: " + WVM.VIDEO_HEIGHT); $(window).on( "scroll", function() { if(!WVM.IS_FLOATING){ if(deviceName == 'desktop'){ WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId).height(); }else{ WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId + " .hlsvideo-wrapper").height() + $('#media-container-' + videoId + " .now-playing-container").height(); } } //var top = $('#media-container-' + videoId).offset().top; var offset = WVM.VIDEO_TOP + (WVM.VIDEO_HEIGHT / 2); var offsetBack = WVM.VIDEO_TOP; var changed = false; //console.log("VIDEOTOP: " + WVM.VIDEO_TOP); //console.log("VIDEOHEIGHT: " + WVM.VIDEO_HEIGHT); //console.log("scrolltop " + $(window).scrollTop()); //only float if playing var isPlaying = WVM['player_state' + videoId]['IS_PLAYING'] || WVM['player_state' + videoId]['AD_IS_PLAYING']; if(isPlaying){ $('.vjs-loading-spinner').hide(); } if($(window).scrollTop() > offset && isPlaying && !WVM['player_state' + videoId]['CANCEL_FLOATING']){ $('#media-placeholder-' + videoId).height(WVM.CONTAINER_HEIGHT); $('#media-placeholder-' + videoId).css('display', 'block'); if(!WVM.IS_FLOATING){ changed = true; } WVM.IS_FLOATING = true; $('#media-container-' + videoId).addClass('floating-video'); //set right var sWidth = window.innerWidth || document.documentElement.clientWidth; var sHeight = window.innerHeight || document.documentElement.clientHeight; if(deviceName == 'desktop' || sWidth > 900){ var leftPos2 = $('aside').get(0).getBoundingClientRect().left; var leftPos = $('aside').offset().left ; $('#media-container-' + videoId).css('left', leftPos + "px"); var newWidth = Math.floor(sWidth / 3.5); $('#media-container-' + videoId).css('width', newWidth + "px"); } else{ $('#media-container-' + videoId).css('width', "100% !important"); $('#media-container-' + videoId + ' .now-playing-container').css('display', 'block'); $('#media-container-' + videoId + ' .next-dropdown-accordion').css('display', 'block'); } //floating-video $('#media-container-' + videoId + " " + '.page-carousel-wrapper').hide(); setTimeout(function(){ var hWrapper = $('.floating-video .hlsvideo-wrapper').height(); var npWidth = $('.floating-video .now-playing-container').height(); var ndWidth = $('.floating-video .next-dropdown-header').height() + 20; var scrollerHeight = sHeight - (hWrapper + npWidth + ndWidth); scrollerHeight = 180; //scrollerHeight = parseInt(scrollerHeight * 0.5); if(WVM.device_name == 'desktop'){ $('#media-container-' + videoId + " " + " .mobile-list-videos").height(scrollerHeight); } }, 100); }else if($(window).scrollTop() 0){ var container = document.querySelector('#page-carousel-' + fullVideoId); imagesLoaded( container, function() { var screenWidth = window.innerWidth || document.documentElement.clientWidth; if(screenWidth > 850){ WVM.IS_DESKTOP = true; $('#page-carousel-' + fullVideoId + ' .page-carousel-lg-slides').css('display', 'block'); WVM['player_settings' + fullVideoId].slider = $('#page-carousel-' + fullVideoId).bxSlider({ maxSlides: 4, minSlides: 4, slideWidth: 305, infiniteLoop: false, hideControlOnEnd: true, useCSS: true, pager: false, slideMargin: 15, moveSlides: 1, nextText: '', prevText: '' }); }else{ WVM.IS_DESKTOP = false; $('.page-carousel-wrapper').css('display', 'block'); } }); } }; WVM.setupToggleButton = function(fullVideoId, player){ if($('.nextplay-switch-' + fullVideoId).length > 0){ new DG.OnOffSwitchAuto({ cls:'.nextplay-switch-' + fullVideoId, height: 24, trackColorOn:'#F9F9F9', trackColorOff:'#222', textColorOn: '#222', textColorOff: '#222', textOn:'On', textOff:'Off', listener:function(name, checked){ var theVal = 1; if(!checked){ theVal = 0; } $.ajax({ url: '/ajax/update_autoplay_video/', data: { autoplay_on: theVal }, type: 'POST', dataType: 'json', success: function(data) { WVM['player_settings' + fullVideoId]['autoplay'] = checked; }, error : function(){ console.log("Error loading video"); } }); } }); } }; WVM.setupAccordionButton = function(fullVideoId){ var deviceName = 'desktop'; $('#next-dropdown-accordion-button-' + fullVideoId).on('click', function(){ if($(this).find('i').hasClass('fa-chevron-up')){ //hide $(this).find('i').removeClass('fa-chevron-up'); $(this).find('i').addClass('fa-chevron-down'); if(deviceName == "desktop" && !$('#media-container-' + fullVideoId).hasClass('floating-video')){ $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').slideUp(); $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').hide(); }else{ $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').slideUp(); $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').hide(); } var currVideoId = WVM['player_state' + fullVideoId]['VIDEO_ID']; var nextVideoId = WVM.getNextPlaylistIndex(currVideoId); //playerId, mediaId, fieldName var myTitle = WVM.getPlaylistData(fullVideoId, nextVideoId, 'noprefixtitle'); //alert("Getting title " + myTitle); $('#video-slider-nexttitle' + fullVideoId).css('display', 'inline'); $('#video-slider-nexttitle' + fullVideoId).html(myTitle); }else{ //expand $(this).find('i').addClass('fa-chevron-up'); $(this).find('i').removeClass('fa-chevron-down'); $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').css('display', 'block'); if(deviceName == "desktop" && !$('#media-container-' + fullVideoId).hasClass('floating-video')){ $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').css('display', 'block'); $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').slideDown(); $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').hide(); if(!WVM.player_state110141['CAROUSEL_INIT']){ WVM.setupCarousel(fullVideoId); } }else{ $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').slideDown(); $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').hide(); if(!$('#media-container-' + fullVideoId).hasClass('floating-video')){ if(!WVM.player_state110141['CAROUSEL_INIT']){ WVM.setupCarousel(fullVideoId); } } } $('#video-slider-nexttitle' + fullVideoId).css('display', 'none'); } }); var currVideoId = WVM['player_state' + fullVideoId]['VIDEO_ID']; //console.log("current Video " + currVideoId); var nextVideoId = WVM.getNextPlaylistIndex(currVideoId); var myTitle = WVM.getPlaylistData(fullVideoId, nextVideoId, 'noprefixtitle'); //console.log("setting title " + myTitle); $('#video-slider-nexttitle' + fullVideoId).css('display', 'inline'); $('#video-slider-nexttitle' + fullVideoId).html(myTitle); }; WVM.sendbeacon = function(action, nonInteraction, value, eventLabel) { var eventCategory = 'Video'; if (window.ga) { //console.log("sending action: " + action + " val: " + value + " label " + eventLabel); ga('send', 'event', { 'eventCategory': eventCategory, 'eventAction': action, 'eventLabel': eventLabel, 'eventValue': value, 'nonInteraction': nonInteraction }); } }; WVM.getNextPlaylistIndex = function(mediaId, returnArrayIndex){ var currId = null; if(mediaId == null){ return null; } for(var x =0; x 20){ if(fullDuration > 1 && ((fullDuration - fullCurrent) > 1) && !$('.vjs-loading-spinner').hasClass('badspinner')){ console.log("hiding spinner"); $('.vjs-loading-spinner').addClass('badspinner'); } } var duration_time = Math.floor(this.duration()); //this is a hack because the end video event is not firing... var current_time = Math.floor(this.currentTime()); if ( current_time > 0 && ( fullCurrent >= (fullDuration - 10) )){ var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); //if(playerSettings.autoplay_next && newMediaId){ if(newMediaId){ if('desktop' == "iphone" && playerState.AD_ERROR){ console.log("skipped timeupdate end"); }else{ WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); } } } if(!playerState.START_SENT){ WVM.sendbeacon('start', true, playerState.VIDEO_ID, playerState.VIDEO_TITLE); playerState.START_SENT = true; } var currentTime, duration, percent, percentPlayed, _i; currentTime = Math.round(this.currentTime()); duration = Math.round(this.duration()); percentPlayed = Math.round(currentTime / duration * 100); for (percent = _i = 0; _i = percent && __indexOf.call(playerState['PERCENTS_TRACKED'], percent) 0) { playerState['PERCENTS_TRACKED'].push(percent); } } } }); //player.off('ended'); player.on('ended', function(){ console.log("ended"); playerState.IS_PLAYING = false; WVM.sendbeacon("complete", true, playerState.VIDEO_ID, playerState.VIDEO_TITLE); var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); //if(playerSettings.autoplay_next && newMediaId){ if(newMediaId){ WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); }else{ console.log("Playlist complete (no more videos)"); } }); //player.off('adserror'); player.on('adserror', function(e){ //$('#ima-ad-container').remove(); WVM.lastAdRequest = new Date().getTime() / 1000; console.log(e); console.log("ads error"); var errMessage = e['data']['AdError']['l']; playerState.AD_IS_PLAYING = false; playerState.IS_PLAYING = false; // && errMessage == 'The VAST response document is empty.' if(!playerState.AD_ERROR){ var dTime = new Date().getTime(); WVM.firstPrerollTagUrl = WVM.getFirstPrerollUrl(); console.log("calling backup ad tag url: " + WVM.firstPrerollTagUrl); WVM.activePlayer.ima.changeAdTag(WVM.firstPrerollTagUrl + "?" + dTime); WVM.activePlayer.ima.requestAds(); //WVM.activePlayer.src({ // src: masterSrc, // type: 'video/mp4' //}); //WVM.firstPrerollTagUrl = ""; } playerState.AD_ERROR = true; }); //player.off('error'); player.on('error', function(event) { if (player.error().code === 4) { player.error(null); // clear out the old error player.options().sources.shift(); // drop the highest precedence source console.log("now doing src"); console.log(player.options().sources[0]); player.src(player.options().sources[0]); // retry return; } }); //player.off('volumechange'); player.on('volumechange', function(event) { console.log(event); var theHeight = $('#media-container-' + playerState.ORIGINAL_ID + ' .vjs-volume-level').css('height'); var cssVolume = 0; if(theHeight){ cssVolume = parseInt(theHeight.replace('%', '')); } var theVolume = player.volume(); if(theVolume > 0.0 || cssVolume > 0){ $('#media-container-' + playerState.ORIGINAL_ID + ' .mute-overlay').css('display', 'none'); }else{ $('#media-container-' + playerState.ORIGINAL_ID + ' .mute-overlay').css('display', 'block'); } }); WVM.reinitRawEvents(playerState.ORIGINAL_ID); setInterval(function(){ WVM.reinitRawEvents(playerState.ORIGINAL_ID); }, 2000); } if(!WVM.rawCompleteEvent){ WVM.rawCompleteEvent = function(e){ var playerState = WVM['player_state110141']; console.log("firing raw event due to all other events failing"); var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); //if(playerSettings.autoplay_next && newMediaId){ if(newMediaId){ WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); } }; } if(!WVM.rawTimeupdateEvent){ WVM.rawTimeupdateEvent = function(e){ var playerState = WVM['player_state110141']; var rawVideoElem = document.getElementById('html5-video-' + playerState['ORIGINAL_ID'] + '_html5_api'); var fullCurrent = rawVideoElem.currentTime * 1000; var fullDuration = rawVideoElem.duration * 1000; var current_time = Math.floor(rawVideoElem.currentTime); console.log("raw timeupdate: " + fullCurrent + " out of " + fullDuration); if ( current_time > 0 && ( fullCurrent >= (fullDuration - 50) )){ var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); if(newMediaId){ console.log("loading new video from rawtimeupdate"); WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); } } if(!$('.vjs-loading-spinner').hasClass('badspinner')){ $('.vjs-loading-spinner').addClass('badspinner') } }; } WVM.reinitRawEvents = function(playerId){ var playerState = WVM['player_state' + playerId]; var rawVideoElem = document.getElementById('html5-video-' + WVM['player_state' + playerId]['ORIGINAL_ID'] + '_html5_api'); //COMPLETE EENT if( WVM['player_state' + playerId].COMPLETE_EVENT){ rawVideoElem.removeEventListener('ended', WVM.rawCompleteEvent, false); } rawVideoElem.addEventListener('ended', WVM.rawCompleteEvent, false); //TIME UPDATE EVENT if( WVM['player_state' + playerId].TIMEUPDATE_EVENT){ rawVideoElem.removeEventListener('ended', WVM.rawTimeupdateEvent, false); } rawVideoElem.addEventListener('ended', WVM.rawTimeupdateEvent, false); WVM['player_state' + playerId].COMPLETE_EVENT = true; WVM['player_state' + playerId].TIMEUPDATE_EVENT = true; };
SOUTH BEND, Ind.Construction is continuing on a new mixed-use building on South Bends East Bank even as winter arrives.
Developer and Founder of Matthews LLC, David Matthews, said that the crews of mostly local carpenters will continue working through cold and wet weather, though on windy days the crane is not able to operate.
Theyre laying between 40 to 60 yards of concrete per day, Matthews said.
The $45 million development project at 300 E. LaSalle Ave. is not slated for completion until spring of 2021 but Matthews is already sharing his big plans for the space.
Its a mid-rise development in downtown South Bend with a grocery store, a parking garage, some Class A office space and 144 apartments, Matthews said.
The 144 apartments will be a mix of one, two and three bedroom units. Most units will feature a balcony with gas hookups for grills.
On the first floor of the 10-story building, 15,000-20,000 square feet of retail space will be primarily occupied by a grocery store. Unused retail space left following the grocery stores construction process will open up the opportunity for additional retail establishments.
A couple of hundred parking spots will be available in the buildings parking garage and about a hundred more spots will be included in a surface lot.
Matthews said the decision to build the development on LaSalle was simple.
Were trying to build up downtown South Bend, Matthews said. In order to have more customers for shops, for parks, for restaurants, we need more people living downtown in walking distance.
Multiple city parks are within a 20 minute walking distance from the new development, including the newly renovated Howard Park.
Matthews has not shared what grocery store will live in the building, but he did say that the development will be more than just a place for the community to shop and live.
Its not just giving the people who live here a spot to go. Its helping reinforce the urban fabric of downtown so when you visit or take a stroll along the East Race, theres more people, theres more restaurants, theres more activity that makes downtown South Bend feel like a city we want to visit, Matthews said.
Next door to 300 E. LaSalle, in the Atrium of the Commerce Center, another project of Matthews is headed to fruition.
Weve had a lot of people who visit and say I want to open a restaurant but they lack the financial means to do a restaurant buildout, Matthews said. How do you take someone who is driven and competent but doesnt have the financial backing yet or the reputation to do a full fledge restaurant? Our approach is weve created three of these small restaurant incubators.
Comparing it to the new ramen noodle bar inside of the Emporium building, Matthews explained that the three completed stalls will serve as venues of experimentation for those who want to give their culinary business ideas a test-run with month-to-month leases.
The idea is that within two years, or even sooner, the pop-up restaurants will have evolved to where they can afford and attain their own, more permanent, spaces, Matthews explained.
Were just trying to create that pathway for people to have a shot, Matthews said.
One of the stalls is waiting for the first pop-up restaurant operator to set up shop while the other two await completion.
Down the hallway from the restaurant incubator, the local farmer-owned River Valley Farmers Market, which opened to the public in October, is already making big expansion plans.
Theyll be tripling in size in the beginning of 2020, Matthews said.
Read more:
Construction continues into winter months for new mixed-use building on E. LaSalle - ABC 57 News
- Proposed New Albany mixed-use project could add 104 homes, retail space off US 62 - The Columbus Dispatch - February 16th, 2025 [February 16th, 2025]
- McLaren to build top-down on 60m New Bond Street contract - Construction Enquirer - January 31st, 2025 [January 31st, 2025]
- Nearly 300-unit complex, retail space breaks ground along Delmar Loop, is expected to boost business - First Alert 4 - January 31st, 2025 [January 31st, 2025]
- Chicago approves $7-billion 1901 Project near United Center - Chicago Construction News - January 21st, 2025 [January 21st, 2025]
- New year forecast to be big for Austin-area retail construction - The Business Journals - January 13th, 2025 [January 13th, 2025]
- With housing and retail, the next big Wilmington project has a new construction timeline - StarNewsOnline.com - November 21st, 2024 [November 21st, 2024]
- Limited Construction Will Drive Retail, Industrial Performance - Globe St. - November 21st, 2024 [November 21st, 2024]
- A $23 million apartment complex promises to bring new vitality to quaint Swedesboro, N.J. But is there enough parking? - The Philadelphia Inquirer - November 21st, 2024 [November 21st, 2024]
- Developer seeks to build 7 new retail spaces on Staten Island Mall property - SILive.com - October 28th, 2024 [October 28th, 2024]
- From bread to batting cages: Old Sunbeam bakery building could have a bright future - SouthCoastToday.com - October 28th, 2024 [October 28th, 2024]
- The Shops at Indian Creek Will Bring Grocery Store, Retail Space to Henry County - What Now Atlanta - September 7th, 2024 [September 7th, 2024]
- Developer proposing to build thousands of homes, retail space in Dixon - ABC10.com KXTV - September 7th, 2024 [September 7th, 2024]
- Santander to convert its office space in Miami into 41-story tower with combined office and retail space - Santander - August 25th, 2024 [August 25th, 2024]
- 46-acre project off I-495 expected to add housing, retail, jobs in Littleton - MassLive.com - August 25th, 2024 [August 25th, 2024]
- The value of building work in the commercial construction pipeline is slowing - Interest.co.nz - August 25th, 2024 [August 25th, 2024]
- New center will bring shops to area near Meyerland Plaza - Houston Chronicle - August 17th, 2024 [August 17th, 2024]
- Anytime Fitness withdraws from Weston site, building expands from 3 tenants to 4 - WSAW - August 17th, 2024 [August 17th, 2024]
- Transforming Former Retail Spaces into Outpatient Facilities - Healthcare Construction and Operations News - June 24th, 2024 [June 24th, 2024]
- Construction begins on apartments, retail space in Bellanca building - Cabin Radio - April 25th, 2024 [April 25th, 2024]
- City financing proposed for The Ave - Urbanize LA - April 25th, 2024 [April 25th, 2024]
- Leveraging Commercial Construction Expertise for Business Growth in London - London Post - March 23rd, 2024 [March 23rd, 2024]
- Kittery, Maine will demolish one of its outlet malls to make room for new housing - WBUR News - March 5th, 2024 [March 5th, 2024]
- Work Resumes on 550 Tenth Avenue After Crane Collapse in Hell's ... - New York YIMBY - October 27th, 2023 [October 27th, 2023]
- Bill Rudin Stepping Down as CEO of Rudin Management - The Real Deal - October 27th, 2023 [October 27th, 2023]
- Kaplan Survives Appeals Against Woodland Hills Development - The Real Deal - October 27th, 2023 [October 27th, 2023]
- Related, W5 Building Wynwood Co-Living Project - The Real Deal - October 27th, 2023 [October 27th, 2023]
- What's next for Waterfront development on Allentown riverfront? - The Morning Call - October 27th, 2023 [October 27th, 2023]
- Clean Buildings bill might get messy for commercial property owners - Spokane Journal of Business - October 27th, 2023 [October 27th, 2023]
- M&T Bank Lends $30M on 111 West 57th Street Tower - Commercial Observer - October 27th, 2023 [October 27th, 2023]
- Shoma Doubles Height, Expands Project on US 1, Bird in Miami - The Real Deal - October 27th, 2023 [October 27th, 2023]
- Town of Andover Awarded $3.3 Million MassWorks Grant for ... - Andover, MA - October 27th, 2023 [October 27th, 2023]
- Settlement reached in ballpark construction in CT city - Hartford Courant - October 27th, 2023 [October 27th, 2023]
- Launch of Leasing Announced For Swanky New Gowanus Office ... - BK Reader - October 27th, 2023 [October 27th, 2023]
- MAD architects will perch a futuristic 'ark' atop a cement factory ruin ... - Designboom - October 27th, 2023 [October 27th, 2023]
- Moab climbing gym in the works - Moab Sun News - October 27th, 2023 [October 27th, 2023]
- Heres the latest on the new mixed-use, transit-oriented development coming to Nubian Square - Boston.com - November 18th, 2022 [November 18th, 2022]
- Historic renovation to begin in downtown OKC in March 2023 - KOKH FOX25 - November 18th, 2022 [November 18th, 2022]
- STRATUS PROPERTIES INC Management's Discussion and Analysis of Financial Condition and Results of Operations. (form 10-Q) - Marketscreener.com - November 18th, 2022 [November 18th, 2022]
- Why a 450,000-square-foot office building in Plymouth is about to meet the wrecking ball - Star Tribune - September 5th, 2022 [September 5th, 2022]
- Skokie hotel expected to boost downtown area; construction starting - Chicago Tribune - September 5th, 2022 [September 5th, 2022]
- Here's when the St. Louis area's newest Costco is set to open - KSDK.com - September 5th, 2022 [September 5th, 2022]
- 12 latest commercial permits filed in Conroe, including First Watch and Walk On's Bistreaux & Bar - Community Impact Newspaper - September 5th, 2022 [September 5th, 2022]
- Construction Poised to Begin on $1.2b North Sydney Tower - The Urban Developer - September 5th, 2022 [September 5th, 2022]
- Project of the Month: Ayr Wellness opens dispensary in Watertown - built by Connolly Brothers; designed by Scott/Griffin Architects - New England Real... - September 5th, 2022 [September 5th, 2022]
- Brookridge project could break ground in Overland Park this fall - Shawnee Mission Post - September 5th, 2022 [September 5th, 2022]
- Sunday Summary: Back to the Office Commercial Observer - Commercial Observer - September 5th, 2022 [September 5th, 2022]
- US 1 is getting a public square | CNU - Congress for the New Urbanism - September 5th, 2022 [September 5th, 2022]
- Rockefeller, Park Tower land $200M to build at Greenpoint Landing - The Real Deal - September 5th, 2022 [September 5th, 2022]
- Developers seek to build 264 apartments near Jeffersonville Town Center - Yahoo News - September 5th, 2022 [September 5th, 2022]
- 32 Hoboken + Jersey City News Stories You Missed This Week - hobokengirl.com - September 5th, 2022 [September 5th, 2022]
- Vacation resort planned for northwest Cape Coral | News, Sports, Jobs - Pineisland Eagle - Pine Island Eagle - September 5th, 2022 [September 5th, 2022]
- Commentary: Will Housing Bills Help Address Housing Shortfalls? - The Peoples Vanguard of Davis - September 5th, 2022 [September 5th, 2022]
- New Construction? S. Fla. Is Almost Out of Land - | Florida Realtors - January 25th, 2022 [January 25th, 2022]
- Newburgh warehouses add to steady development in Orange County - Times Herald-Record - January 25th, 2022 [January 25th, 2022]
- Retail vendors, restaurants, food trucks: New Ocala Mall will be housed in old Ocala Kmart - Ocala - January 25th, 2022 [January 25th, 2022]
- Northland Acquires Land at Corner of 17th and Spring Streets For Multifamily Project - What Now Atlanta - January 25th, 2022 [January 25th, 2022]
- Post Brothers Closes $400M Construction Loan for Philly Megaproject - Commercial Observer - January 25th, 2022 [January 25th, 2022]
- Beechwood going big with multiple projects in North Carolina - Long Island Business News - January 25th, 2022 [January 25th, 2022]
- Some arent ready to close curtain on Varsity Theater for proposed apartment development - Evanston RoundTable - January 25th, 2022 [January 25th, 2022]
- DMCC's Uptown Tower tops out at 329m, steel crown to complete in Q1 2022 - Construction Week Online - January 25th, 2022 [January 25th, 2022]
- Construction at massive new CSULB art museum promises more art and community inclusion the Hi-lo - Long Beach Post - July 14th, 2021 [July 14th, 2021]
- ASU alum builds rewarding construction career from ground up - ASU Now - July 14th, 2021 [July 14th, 2021]
- $100 million apartment building coming to Center City in 2023 - PhillyVoice.com - July 14th, 2021 [July 14th, 2021]
- Enclave starts big expansion of Uptown & Main in southwest Fargo - INFORUM - July 14th, 2021 [July 14th, 2021]
- Facebook Is Getting Into the Real Estate Business - Architectural Digest - July 14th, 2021 [July 14th, 2021]
- Point Square hits the market with 75m price tag - The Irish Times - July 14th, 2021 [July 14th, 2021]
- Strongsville voters to determine future of townhomes-retail project at Ohio 82 and Prospect Road - cleveland.com - July 14th, 2021 [July 14th, 2021]
- Housing Takes the Podium Eugene Weekly - Eugene Weekly - July 14th, 2021 [July 14th, 2021]
- Hotel addition that could be downtown's new largest building passes Asheville planning board - Citizen Times - July 14th, 2021 [July 14th, 2021]
- Fight over Utah Theatre will likely flare up this week. How did we get here? - buildingsaltlake.com - July 14th, 2021 [July 14th, 2021]
- Gables Residential Breaks Ground on New Development in Washington, DC - PR Web - July 14th, 2021 [July 14th, 2021]
- Former heating, plumbing supply building site of mixed-use proposal - Herald-Whig - July 14th, 2021 [July 14th, 2021]
- Rutgers Cancer Institute of New Jersey and RWJBarnabas Health Leader Recognized as NJBIZ 2021 Healthcare Hero - Newswise - July 14th, 2021 [July 14th, 2021]
- Mayor Bowser Cuts Ribbon on New All Affordable Senior Housing Honoring the Late Todd A. Lee | mayormb - Executive Office of the Mayor - July 14th, 2021 [July 14th, 2021]
- Construction sector projected to grow by 3.9 per - architects - The Star, Kenya - July 14th, 2021 [July 14th, 2021]
- Drexel came through the pandemic better than expected. Now president John Fry is contemplating his next step. - The Philadelphia Inquirer - July 14th, 2021 [July 14th, 2021]
- St. Augustine plans traffic upgrade for busy intersection of Wildwood Drive and US 1 South - St. Augustine Record - February 20th, 2021 [February 20th, 2021]
- Lowe Debuts Assembly 127-unit Apartment Building in Oakland's Uptown District - Business Wire - February 20th, 2021 [February 20th, 2021]
- WilmingtonBiz Talk: Downtown update - Greater Wilmington Business Journal - February 20th, 2021 [February 20th, 2021]
- In The Pipeline: Top Projects Coming To D.C.'s Southwest Waterfront - Bisnow - February 20th, 2021 [February 20th, 2021]