Connect with us

Milwaukee, WI

Doors Open Milwaukee 2024: A guide to new sites and other essential info

Published

on

Doors Open Milwaukee 2024: A guide to new sites and other essential info


play

The west side’s spiffy Davidson Park and downtown’s expanded, modernized Baird Center are two of the new attractions for Doors Open Milwaukee Sept. 28-29.

Advertisement

The annual event gives architecture lovers chances to explore more than 140 locations around the city, including some that rarely welcome behind-the-scenes visitors or tours. Doors Open is organized and presented by nonprofit organization Historic Milwaukee.

Here’s a look at details you might want to know before planning a 2024 Doors Open excursion.

When is Doors Open Milwaukee 2024?

Basic hours for Doors Open Milwaukee are 10 a.m. to 5 p.m. Saturday (Sept. 28) and Sunday (Sept. 29). But there are many variations. Each site sets its own hours. For example, Bryant’s Cocktail Lounge, 1570 S. 9th St., is only open for Doors Open visitors from noon to 5 p.m. Saturday, Sept. 28. Check details for each site at historicmilwaukee.org/doors-open/buildings.

Is Doors Open in Milwaukee free?

Most events are free, But there are some ticketed tours. Check the Doors Open site at historicmilwaukee.org/doors-open for info on free spots, tour tickets and requirements.

What are some new sites for Doors Open 2024?

New sites for Doors Open 2024 include:

Advertisement
  • Davidson Park, 3725 W. Juneau Ave., a 4.8-acre public park at Harley-Davidson’s corporate headquarters that just opened in June. Its features include a nifty sunken amphitheater with tiered seating.
  • Baird Center North Building, 405 W. Kilbourn Ave. Self-guided tours of the newly expanded and updated convention and exhibition center, which opened in May. (This site will be open only on Saturday, Sept. 28.)
  • Bronzeville Center for the Arts, 507 W. North Ave. A new hub for African American arts. (This site will be open only on Saturday, Sept. 28.)
  • WUWM Milwaukee in the Chase Building, 111 E. Wisconsin Ave. Home of the National Public Radio station 89.7 FM.

What are a few other cool buildings to visit during Doors Open 2024?

Bradley Symphony Center, 212 W. Wisconsin Ave. The Milwaukee Symphony Orchestra converted this Art Deco movie palace into its performing home.

Carma Laboratories, 9750 S. Franklin Drive, Franklin. Yes, you can visit the Carmex lip balm warehouse, which is also home to what organizers call “the world’s largest theater pipe organ.” Music will be playing. This event is Saturday, Sept. 28 only.

Browse a complete list of Doors Open participating buildings and sites at historicmilwaukee.org.

What tours are available during Doors Open Milwaukee 2024?

Find a complete list of paid-ticket tours and free municipal tours at historicmilwaukee.org/doors-open/tours. Public ticket sales for ticketed tours begins at 10 a.m. Sept. 11. These tours can and do sell out, so act quickly. A few of this year’s venues: City Hall Bell Tower (free), Jones Island (free), Beyond the Bars: Water Street ($10 for adults), Forest Home Bike Tour ($10 for adults), Milwaukee Terra Cotta Tour ($10 for adults).

Advertisement

What mobile app tours are available?

By downloading the Historic Milwaukee app from Apple or Google Play, visitors can explore Milwaukee neighborhoods on their own. New neighborhood tours include Lindsay Heights and Historic King Drive (available to download Sept. 28). They join more than a dozen extant mobile app tours, including Avenues West, Indigenous Milwaukee, Metcalfe Park and North Point Mansions South. For Doors Open mobile app info, visit historicmilwaukee.org.

How do I find out more about Doors Open Milwaukee 2024?

Visit historicmilwaukee.org/doors-open.



Source link

Milwaukee, WI

HAVE YOU SEEN HIM? Milwaukee police searching for critically missing person

Published

on

HAVE YOU SEEN HIM? Milwaukee police searching for critically missing person


Police say Smith was last seen near N. 38th St. and W. Fairmount Ave. on Milwaukee’s north side Friday at approximately 7:45 p.m.

Advertisement

Milwaukee Police Department

have you seen him? milwaukee police searching for critically missing person

SOURCE: Milwaukee Police Department

Advertisement

HAVE YOU SEEN HIM? Milwaukee police searching for critically missing person

Advertisement

Police say Smith was last seen near N. 38th St. and W. Fairmount Ave. on Milwaukee’s north side Friday at approximately 7:45 p.m.

WISN logo

Updated: 11:45 PM CDT Apr 10, 2026

Editorial Standards

Advertisement

The Milwaukee Police Department needs your help finding Bobby Smith, who police say is critically missing.Police say Smith was last seen near N. 38th St. and W. Fairmount Ave. on Milwaukee’s north side Friday at approximately 7:45 p.m.Smith is 5’11” and weighs 140 pounds. Police say he was last seen wearing a white T-shirt, black pants, and black shoes.If anyone knows where Smith may be, they are asked to call MPD District 7 at 414-935-7272.

The Milwaukee Police Department needs your help finding Bobby Smith, who police say is critically missing.

Police say Smith was last seen near N. 38th St. and W. Fairmount Ave. on Milwaukee’s north side Friday at approximately 7:45 p.m.

Advertisement

Smith is 5’11” and weighs 140 pounds. Police say he was last seen wearing a white T-shirt, black pants, and black shoes.

If anyone knows where Smith may be, they are asked to call MPD District 7 at 414-935-7272.

Advertisement

`;
}

Advertisement

function refreshWeatherIframe(containerId) {
var iframeId = ‘weather-iframe-‘ + containerId;
var iframe = document.getElementById(iframeId);
if (iframe && iframe.src) {
var originalSrc = iframe.src;
iframe.src = originalSrc + (originalSrc.indexOf(‘?’) > -1 ? ‘&’ : ‘?’) + ‘t=” + Date.now();
}
}

function initializeWeatherBox(container) {
var containerId = container.getAttribute(“data-container-id’);
var isWeatherBoxV2 = containerId === ‘home-weather-v2’;

function switchWeatherTab(tabName, clickedElement) {
container.querySelectorAll(‘[data-tab-id]’).forEach(function(tab) {
tab.classList.remove(‘open’);
tab.setAttribute(‘aria-selected’, ‘false’);
});

clickedElement.classList.add(‘open’);
clickedElement.setAttribute(‘aria-selected’, ‘true’);

container.querySelectorAll(‘[data-content-id]’).forEach(function(content) {
content.style.display = ‘none’;
content.setAttribute(‘hidden’, ‘true’);
});

Advertisement

var targetContent = container.querySelector(‘[data-content-id=”‘ + tabName + ‘”]’);
if (targetContent) {
targetContent.style.display = ‘block’;
targetContent.removeAttribute(‘hidden’);
}
}

function loadWeatherData() {
// If weather data is already being loaded, wait for it
if (window.weatherDataPromise) {
window.weatherDataPromise.then(function(data) {
if (data && data.data) {
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
}
});
return;
}

var location = { zip: window.DEFAULT_ZIPCODE };

try {
var storedLocations = localStorage.getItem(‘hrst.zip.history’);
if (storedLocations) {
var locations = JSON.parse(storedLocations);
if (locations && locations.length > 0) {
location = locations[0];
}
}
} catch (e) {}

var apiUrl = (window.DEWY_HOSTNAME || ”) + ‘/api/v1/weather/full/’ + location.zip;

Advertisement

if (window.fetch) {
window.weatherDataPromise = fetch(apiUrl)
.then(function(response) { return response.json(); })
.then(function(data) {
if (data && data.data) {
var article = container.closest(‘.article–wrapper’);
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
return data;
}
})
.catch(function(error) {
console.error(‘Error loading weather:’, error);
// Reset to unknown background on error
updateWeatherBackground(‘unknown’);
});
}
}

function updateWeatherAlertsBar(weatherData) {
var weatherWatchHeader = container.querySelector(‘.weather-watch-header’);
if (!weatherWatchHeader) return;

var weatherWatchText = weatherWatchHeader.querySelector(‘.weather-watch-text’);
var weatherWatchLink = weatherWatchHeader.querySelector(‘.weather-watch-link’);

if (weatherData.alerts_count > 0) {
weatherWatchHeader.className=”weather-watch-header has-alerts”;
if (weatherWatchText) {
weatherWatchText.textContent = `Weather Alerts (${weatherData.alerts_count})`;
}
if (weatherWatchLink) {
if (!weatherWatchLink.getAttribute(‘data-initial-href’)) {
weatherWatchLink.setAttribute(‘data-initial-href’, weatherWatchLink.getAttribute(‘href’));
weatherWatchLink.setAttribute(‘data-initial-onclick’, weatherWatchLink.getAttribute(‘onclick’) || ”);
}
weatherWatchLink.setAttribute(‘href’, “https://www.wisn.com/alerts”);
weatherWatchLink.setAttribute(‘onclick’, “return handleWeatherLinkClick(event, ‘click_alerts’, ‘click’, ‘mobile-weather’, “https://www.wisn.com/alerts”);”);
}
} else {
weatherWatchHeader.className=”weather-watch-header”;
if (weatherWatchText) {
weatherWatchText.textContent = containerId === ‘home-weather-v2’ ? ‘Watch Latest Forecast’ : ‘Latest Forecast’;
}
if (weatherWatchLink) {
var initialHref = weatherWatchLink.getAttribute(‘data-initial-href’);
var initialOnclick = weatherWatchLink.getAttribute(‘data-initial-onclick’);
if (initialHref) {
weatherWatchLink.setAttribute(‘href’, initialHref);
}
if (initialOnclick) {
weatherWatchLink.setAttribute(‘onclick’, initialOnclick);
}
}
}
}

function updateCurrentWeather(weatherData) {
if (weatherData.current) {
var tempValue = weatherData.current.temp_f || ”;
var skyValue = weatherData.current.sky || ”;
var feelsLikeValue = weatherData.current.feels_like_f || weatherData.current.temp_f || ”;

Advertisement

var tempEl = container.querySelector(‘.weather-grid–current-temp-value’);
if (tempEl) {
tempEl.textContent = tempValue;
tempEl.setAttribute(‘aria-label’, tempValue + ‘ degrees Fahrenheit’);
}

var iconEl = container.querySelector(‘.weather-grid–current-icon’);
if (iconEl && weatherData.current.icon_name) {
iconEl.className=”weather-grid–current-icon weather-current-icon icon icon-weather-” + weatherData.current.icon_name;
}

var skyEl = container.querySelector(‘.weather-grid–sky’);
if (skyEl) {
skyEl.textContent = skyValue;
skyEl.setAttribute(‘aria-label’, ‘Current condition: ‘ + skyValue);
}

var feelsEl = container.querySelector(‘.weather-grid–feels’);
if (feelsEl) {
feelsEl.textContent = feelsLikeValue + ‘°F’;
feelsEl.setAttribute(‘aria-label’, feelsLikeValue + ‘ degrees Fahrenheit’);
}

var weatherContainer = container.querySelector(‘.weather-temp-container’);
if (weatherContainer) {
var summary = ‘Current temperature ‘ + tempValue + ‘ degrees Fahrenheit, ‘ +
skyValue + ‘, feels like ‘ + feelsLikeValue + ‘ degrees’;
weatherContainer.setAttribute(‘aria-label’, summary);
}

Advertisement

updateWeatherBackground(weatherData.current.icon_name);
}
}

function updateWeatherBackground(iconName) {
try {
var bgPath = weatherImages.backgrounds[iconName] || weatherImages.backgrounds.unknown;
container.style.backgroundImage=”url(” + bgPath + ‘)’;
} catch (e) {
console.log(‘Error updating weather background:’, e);
}
}

function updateForecastTabs(weatherData) {
var visibleItems = isWeatherBoxV2 ? 6 : 5;

if (weatherData.hourly) {
var hourlyContainer = container.querySelector(‘.weather-hourly-forecast’);
if (hourlyContainer) {
var html=””;
var maxHours = Math.min(visibleItems, weatherData.hourly.length);

for (var i = 0; i 0 ? currentIndex – 1 : tabs.length – 1;
tabs[prevIndex].focus();
break;
case ‘ArrowRight’:
e.preventDefault();
var nextIndex = currentIndex

Advertisement

`;
}

function refreshWeatherIframe(containerId) {
var iframeId = ‘weather-iframe-‘ + containerId;
var iframe = document.getElementById(iframeId);
if (iframe && iframe.src) {
var originalSrc = iframe.src;
iframe.src = originalSrc + (originalSrc.indexOf(‘?’) > -1 ? ‘&’ : ‘?’) + ‘t=” + Date.now();
}
}

function initializeWeatherBox(container) {
var containerId = container.getAttribute(“data-container-id’);
var isWeatherBoxV2 = containerId === ‘home-weather-v2’;

function switchWeatherTab(tabName, clickedElement) {
container.querySelectorAll(‘[data-tab-id]’).forEach(function(tab) {
tab.classList.remove(‘open’);
tab.setAttribute(‘aria-selected’, ‘false’);
});

clickedElement.classList.add(‘open’);
clickedElement.setAttribute(‘aria-selected’, ‘true’);

Advertisement

container.querySelectorAll(‘[data-content-id]’).forEach(function(content) {
content.style.display = ‘none’;
content.setAttribute(‘hidden’, ‘true’);
});

var targetContent = container.querySelector(‘[data-content-id=”‘ + tabName + ‘”]’);
if (targetContent) {
targetContent.style.display = ‘block’;
targetContent.removeAttribute(‘hidden’);
}
}

function loadWeatherData() {
// If weather data is already being loaded, wait for it
if (window.weatherDataPromise) {
window.weatherDataPromise.then(function(data) {
if (data && data.data) {
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
}
});
return;
}

var location = { zip: window.DEFAULT_ZIPCODE };

try {
var storedLocations = localStorage.getItem(‘hrst.zip.history’);
if (storedLocations) {
var locations = JSON.parse(storedLocations);
if (locations && locations.length > 0) {
location = locations[0];
}
}
} catch (e) {}

Advertisement

var apiUrl = (window.DEWY_HOSTNAME || ”) + ‘/api/v1/weather/full/’ + location.zip;

if (window.fetch) {
window.weatherDataPromise = fetch(apiUrl)
.then(function(response) { return response.json(); })
.then(function(data) {
if (data && data.data) {
var article = container.closest(‘.article–wrapper’);
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
return data;
}
})
.catch(function(error) {
console.error(‘Error loading weather:’, error);
// Reset to unknown background on error
updateWeatherBackground(‘unknown’);
});
}
}

function updateWeatherAlertsBar(weatherData) {
var weatherWatchHeader = container.querySelector(‘.weather-watch-header’);
if (!weatherWatchHeader) return;

var weatherWatchText = weatherWatchHeader.querySelector(‘.weather-watch-text’);
var weatherWatchLink = weatherWatchHeader.querySelector(‘.weather-watch-link’);

if (weatherData.alerts_count > 0) {
weatherWatchHeader.className=”weather-watch-header has-alerts”;
if (weatherWatchText) {
weatherWatchText.textContent = `Weather Alerts (${weatherData.alerts_count})`;
}
if (weatherWatchLink) {
if (!weatherWatchLink.getAttribute(‘data-initial-href’)) {
weatherWatchLink.setAttribute(‘data-initial-href’, weatherWatchLink.getAttribute(‘href’));
weatherWatchLink.setAttribute(‘data-initial-onclick’, weatherWatchLink.getAttribute(‘onclick’) || ”);
}
weatherWatchLink.setAttribute(‘href’, “https://www.wisn.com/alerts”);
weatherWatchLink.setAttribute(‘onclick’, “return handleWeatherLinkClick(event, ‘click_alerts’, ‘click’, ‘sidelist-weather’, “https://www.wisn.com/alerts”);”);
}
} else {
weatherWatchHeader.className=”weather-watch-header”;
if (weatherWatchText) {
weatherWatchText.textContent = containerId === ‘home-weather-v2’ ? ‘Watch Latest Forecast’ : ‘Latest Forecast’;
}
if (weatherWatchLink) {
var initialHref = weatherWatchLink.getAttribute(‘data-initial-href’);
var initialOnclick = weatherWatchLink.getAttribute(‘data-initial-onclick’);
if (initialHref) {
weatherWatchLink.setAttribute(‘href’, initialHref);
}
if (initialOnclick) {
weatherWatchLink.setAttribute(‘onclick’, initialOnclick);
}
}
}
}

Advertisement

function updateCurrentWeather(weatherData) {
if (weatherData.current) {
var tempValue = weatherData.current.temp_f || ”;
var skyValue = weatherData.current.sky || ”;
var feelsLikeValue = weatherData.current.feels_like_f || weatherData.current.temp_f || ”;

var tempEl = container.querySelector(‘.weather-grid–current-temp-value’);
if (tempEl) {
tempEl.textContent = tempValue;
tempEl.setAttribute(‘aria-label’, tempValue + ‘ degrees Fahrenheit’);
}

var iconEl = container.querySelector(‘.weather-grid–current-icon’);
if (iconEl && weatherData.current.icon_name) {
iconEl.className=”weather-grid–current-icon weather-current-icon icon icon-weather-” + weatherData.current.icon_name;
}

var skyEl = container.querySelector(‘.weather-grid–sky’);
if (skyEl) {
skyEl.textContent = skyValue;
skyEl.setAttribute(‘aria-label’, ‘Current condition: ‘ + skyValue);
}

var feelsEl = container.querySelector(‘.weather-grid–feels’);
if (feelsEl) {
feelsEl.textContent = feelsLikeValue + ‘°F’;
feelsEl.setAttribute(‘aria-label’, feelsLikeValue + ‘ degrees Fahrenheit’);
}

Advertisement

var weatherContainer = container.querySelector(‘.weather-temp-container’);
if (weatherContainer) {
var summary = ‘Current temperature ‘ + tempValue + ‘ degrees Fahrenheit, ‘ +
skyValue + ‘, feels like ‘ + feelsLikeValue + ‘ degrees’;
weatherContainer.setAttribute(‘aria-label’, summary);
}

updateWeatherBackground(weatherData.current.icon_name);
}
}

function updateWeatherBackground(iconName) {
try {
var bgPath = weatherImages.backgrounds[iconName] || weatherImages.backgrounds.unknown;
container.style.backgroundImage=”url(” + bgPath + ‘)’;
} catch (e) {
console.log(‘Error updating weather background:’, e);
}
}

function updateForecastTabs(weatherData) {
var visibleItems = isWeatherBoxV2 ? 6 : 5;

if (weatherData.hourly) {
var hourlyContainer = container.querySelector(‘.weather-hourly-forecast’);
if (hourlyContainer) {
var html=””;
var maxHours = Math.min(visibleItems, weatherData.hourly.length);

Advertisement

for (var i = 0; i 0 ? currentIndex – 1 : tabs.length – 1;
tabs[prevIndex].focus();
break;
case ‘ArrowRight’:
e.preventDefault();
var nextIndex = currentIndex

Loading more articles…



Source link

Continue Reading

Milwaukee, WI

Milwaukee stabbing suspect deemed ‘not competent’ for trial

Published

on

Milwaukee stabbing suspect deemed ‘not competent’ for trial


play

The Milwaukee man accused of stabbing his 44-year-old girlfriend to death then allegedly confessing to the crime in a text message was found not competent to stand trial and unable to assist in his own defense.

Mile Dukic has been in custody at the Milwaukee County Jail since his arrest in February, following the brutal killing of Amanda Varisco, 44.

Advertisement

Dukic is charged with first-degree intentional homicide, use of a dangerous weapon, and felony counts of bail jumping.

The doctor’s report was submitted to the court April 9, online court records show. At an April 10 hearing, Dukic, attending by Zoom, and his lawyers Arial Rosenberg and Theodore O’Reilly did not contest any of the report’s conclusions.

Court proceedings were ordered suspended by Circuit Court Judge David Swanson, and Dukic was assigned to the Department of Health and Family Services for institutional treatment to restore competency.

Swanson ordered the parties to return for a review hearing on July 9 to report progress.

Advertisement

Here’s what police and prosecutors say happened that night

According to a criminal complaint, Dukic and Varisco had a physical altercation on Feb. 3 at an apartment on the 3600 block of West National Avenue.

Milwaukee police were sent there that night to do a welfare check.

Officers arrived and talked to Varisco’s daughter and the daughter’s boyfriend at the scene. The daughter shared with police a text message she said she received from Dukic in which he claimed he had killed her mother, the complaint said.

Advertisement

Dukic told officers in an interview he and Varisco fought because Varisco had gotten a phone call from another man and that she told Dukic she wanted him to leave, the complaint reads.

Online court records show Dukic was out on bail in two cases at the time of Varsico’s death – one for stalking another woman, one for bail jumping.

Chris Ramirez covers courts for the Milwaukee Journal Sentinel. He can be reached at caramirez@usatodayco.com.



Source link

Advertisement
Continue Reading

Milwaukee, WI

Milwaukee man accused of appliance beating; victim later dies

Published

on

Milwaukee man accused of appliance beating; victim later dies


A Milwaukee man accused of beating a longtime friend with household appliances now faces additional scrutiny after the victim later died from his injuries.

What we know:

Advertisement

The accused is 51-year-old David Tisser. He has been charged with the following:

  • Battery to an elderly person – intentionally causing great bodily harm, use of a dangerous weapon
  • Battery to an elderly person – intentionally causing bodily harm

If convicted, he faces up to $110,000 in fines and up to 46 years in prison, including a possible five-year dangerous weapon enhancer. However, now that one of the victims has died, the Milwaukee County District Attorney’s Office will be reviewing additional charges.

Advertisement

The backstory:

According to a criminal complaint, the incident happened just after 7 p.m. April 1 at a building near 15th and National.

FREE DOWNLOAD: Get breaking news alerts in the FOX LOCAL Mobile app for iOS or Android

Advertisement

Investigators say Tisser first kicked in a door and injured a 72-year-old man before forcing his way into another room belonging to 64-year-old Steve Stegall.

Stegall’s daughter, Sheronica McIntyre, said her father knew Tisser and considered him a friend.

Advertisement

The complaint says Tisser struck Stegall in the head and face using multiple items inside the room, including a microwave, mini-fridge and television, before pushing him down a stairway as he attempted to leave.

What they’re saying:

 McIntyre reiterated this.

Advertisement

“He went to open the door, David Tisser forced himself in his room. He beat my dad severely with a microwave and picked up a refrigerator, yes, to beat my day with appliances over the head,” McIntyre said. “He threw him down the stairs severely and my dad says that’s when he hit his head. He was left with a TBI in severe bleeding up the brain.”

Stegall was taken to the hospital with a head wound requiring five staples, a forehead injury requiring 15 stitches and brain bleeding that doctors described as potentially life-threatening.

Advertisement

McIntyre said her father was placed in a coma for three days following the attack. She said he later woke up and described the assault.

“This happened to my dad, being a good person because he believed they’re showing grace,” McIntyre said.

SIGN UP TODAY: Get daily headlines, breaking news emails from FOX6 News

Advertisement

Stegall died Wednesday, according to McIntyre.

“I’m the only child, he’s my only parent, this is my last parent. This is my dad,” McIntyre said. “He was somebody my dad thought was a friend, so yeah, I want justice for my dad. You know he wasn’t insane. When he did this, he wasn’t insane. He knew exactly what he was doing.”

Advertisement

What’s next:

A competency exam has been ordered for Tisser, with the report expected in court May 4, according to court records.

His cash bond was set at $10,000.

Advertisement

The Source: Information in this report is from the Milwaukee County District Attorney’s Office and Wisconsin Circuit Court.

Crime and Public SafetyMilwaukeeNews



Source link

Advertisement
Continue Reading

Trending