Doug Culler

Doug is the Director of Network Systems for Shenandoah County Public Schools and Shenandoah County Government. With a career spanning nearly three decades, he has been an integral part of the county's technological growth.  Doug began his journey at Shenandoah County Public Schools in 1996 as the Network Coordinator. His performance led to a promotion to Supervisor in 2008, followed by his appointment as Director in 2020. In 2019, recognizing the synergy between the school system and county government, the IT departments merged under his leadership. Doug's expertise and strategic vision have been instrumental in driving technological advancements to benefit both the educational and governmental sectors of the community.

function openCity(evt, cityName) { // Declare all variables var i, tabcontent, tablinks; // Get all elements with class="tabcontent" and hide them tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } // Get all elements with class="tablinks" and remove the class "active" tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } // Show the current tab, and add an "active" class to the button that opened the tab document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } //Reveal Animation on homepage