Dave Cole

Candidate — Ward 1

Responsible Taxes. Thoughtful Growth. Strong Communities. Respect for Rural Life.

PLATFORM

Responsible Taxes
Keep taxes affordable, spend efficiently, and make sure Ward 1 taxpayers get real value for every dollar.

Property taxes need to stay affordable, and every dollar collected should be treated with care.

I believe tax increases above inflation should be the exception, not the default. Before asking residents to pay more, council should be looking for efficiencies, grants, partnerships, sponsorships, better use of technology, and smarter ways to deliver services.

There will be times when major spending is necessary—especially for safety, failing infrastructure, or projects that deliver clear long-term value. In those cases, I will look closely at the cost, the benefit, the alternatives, and the financial risk before supporting the expense.

Good financial management also means planning ahead, maintaining healthy reserves, and protecting the municipality’s ability to deal with future needs.

My goal is simple: keep taxes affordable, spend carefully, and make sure taxpayers get real value for their money.

Thoughtful Growth
Support growth that fits our communities, protects taxpayers, and respects the character of Thames Centre.

Thorndale is growing, and I want that growth to better reflect the needs of the people who already live here.

One area that deserves more attention is housing for seniors. Long wait lists and a lack of suitable local options can make it difficult for older residents to downsize or find housing that meets their changing needs without leaving the community.

This is something I’m dealing with personally as well. I’m currently building an accessible accessory dwelling unit, so I’ve seen firsthand how important it is to create practical housing options that can support people as they age and allow families to stay closer together.

I would like to see Thorndale encourage a broader mix of housing, including smaller homes, accessible units, and other options that give seniors more choice while allowing them to remain close to family, friends, services, and the community they know.

At the same time, growth needs to be planned carefully. Roads, water, wastewater, parks, recreation, and other services have to keep pace, and developers should carry a fair share of the costs and risks associated with new development.

My goal is to see Thorndale grow in a way that gives seniors more choices, supports families, and strengthens the community for the long term.

Strong Communities
Invest in the places, services, businesses, and public spaces that make our communities welcoming and connected.

Strong communities are built around the places and services that bring people together.

In Thorndale, I want to focus on the facilities and public spaces residents actually use. That includes continuing to improve local parks and playgrounds, making sure the community centre reflects what residents have said they want, and supporting the local organizations and events that create a sense of belonging.

I also want to see attention given to Wellburn’s playground and courts. These are important community spaces, and I would like to see them maintained and improved so they continue to serve families, youth, and residents of all ages.

Downtown Thorndale is another area with real potential. With new commercial investment already happening, there is an opportunity to build on that momentum through the Community Improvement Plan, better streetscapes, improved pedestrian connections, and support for existing businesses.

For me, this is about making practical improvements that people can see and use every day, while preserving the character that makes our communities feel welcoming and connected.

My goal is to strengthen the places that bring people together and make Thorndale and Wellburn even better places to live.

Respect for Rural Life
Protect farmland, support farmers, and recognize that agriculture and rural living are fundamental to Thames Centre.

Rural life is a big part of what makes this area special, and it needs to be respected as our communities grow.

That starts with protecting productive farmland and making sure settlement boundaries are changed only through careful long-term planning, not through one-off development decisions. Growth should happen where it makes sense and where infrastructure can support it.

I also believe we need to support farmers and recognize the realities of living in an agricultural community. Farming comes with seasonal noise, odour, machinery, and slow-moving equipment. Those are normal parts of rural life, and our policies should reflect that.

At the same time, rural roads, drainage, bridges, and other infrastructure need to remain safe and functional for the people and businesses that rely on them every day.

My goal is to protect the agricultural character of our area while making sure rural residents have the infrastructure and support they need.

About

Local Roots
Born in Putnam in 1977 I've lived near Thorndale since 2012. My family has lived in the area since about the mid-1800s.
Family & Community
My wife Katie and I have been married for 21 years, and we have three kids. Katie teaches at Medway and my children attend WNPS. We own a small business called Monarch Meadows Tree Farm.
Education & Experience
I earned a Bachelor of Commerce from the University of Windsor. My work history includes practical experience in everything from farm labour to high tech manufacturing.
Thames Centre has been so good to me and my family, it feels right to give back.

Case Study

Here’s an example of how I would handle an issue.

Illegal Dumping

In Thames Centre

A practical plan to reduce it.

Make legal disposal easier. Target abuse. Protect taxpayers.

The Goal Is Simple

  • Reduce illegal dumping by making proper disposal easier.
  • Understanding where and when dumping occurs.
  • Targeting repeat problem areas.
  • Making deliberate abuse expensive.

Protect taxpayers from cleanup costs.

1. Make Legal Disposal Easier

  • Review disposal hours
  • Review fees
  • Clarify accepted materials
  • Consider occasional bulky-item drop-off days

If legal disposal is confusing or inconvenient, we should fix that first.

2. Report It

3. Track Where and When It Happens

  • Simple reporting with photo + location
  • Track hotspots
  • Note time, day, and type of waste
  • Look for patterns

If the problem happens at certain places and times, the response should fit the pattern.

4. Target Repeat Locations

  • Better signage
  • Barriers where appropriate
  • Lighting
  • Portable cameras after legal and privacy review
  • Focused enforcement

“I would rather target real problem areas well than spread resources everywhere.”

5. Escalate Penalties

For repeat and commercial offenders

  • A one-off residential offence is not the same as repeat dumping
  • Commercial-scale dumping should face stronger penalties
  • Recover the full cleanup cost where possible
  • Make deliberate abuse expensive

6. Clean It Up Quickly

And recover the cost

  • Preserve evidence where practical
  • Remove dumped waste quickly
  • Use cost-recovery tools when offenders can be identified

Taxpayers should not be left with the bill when someone else caused the problem.

The Approach

  • ListenUnderstand the issue and hear from residents.
  • LearnLook at the facts, data and what’s been tried.
  • PlanDevelop practical, evidence-based solutions.
  • ActTake action and put the plan into motion.
  • CheckMeasure results and be accountable.
  • AdaptLearn, adjust and keep improving.

That is how I think Thames Centre should tackle problems like illegal dumping.

What do you think Thames Centre should do about illegal dumping?

Ask Dave

← Back

(function(){var r=document.getElementById('dc-case');if(!r||r.dcInit)return;r.dcInit=1;var t=r.querySelector('.dc-track'),n=t.children.length,p=r.querySelector('.dc-prev'),x=r.querySelector('.dc-next'),d=r.querySelector('.dc-dots'),i;for(i=0;n>i;i++)d.appendChild(document.createElement('span'));function cur(){var w=t.clientWidth||1;return Math.max(0,Math.min(n-1,Math.round(t.scrollLeft/w)))}function upd(){var c=cur();for(var k=0;n>k;k++)d.children[k].className=k===c?'on':'';p.disabled=c===0;x.disabled=c===n-1;var h=t.children[c].offsetHeight;if(h)t.style.height=h+'px'}var want=null,tm;function pos(){return want===null?cur():want}function go(k){k=Math.max(0,Math.min(n-1,k));want=k;clearTimeout(tm);tm=setTimeout(function(){want=null},700);t.scrollTo({left:k*t.clientWidth,behavior:'smooth'})}p.addEventListener('click',function(){go(pos()-1)});x.addEventListener('click',function(){go(pos()+1)});t.addEventListener('scroll',function(){window.requestAnimationFrame(upd)});t.addEventListener('keydown',function(e){if(e.key==='ArrowRight'){e.preventDefault();go(pos()+1)}if(e.key==='ArrowLeft'){e.preventDefault();go(pos()-1)}});window.addEventListener('resize',upd);window.addEventListener('hashchange',function(){setTimeout(upd,50);setTimeout(upd,600)});if(window.ResizeObserver)new ResizeObserver(upd).observe(t);upd()})();

Contact

The contact form has moved. To send me a question or a concern, use Ask Dave.

Go to Ask Dave
(function(){if(location.hash==='#contact'){location.replace('#ask')}})();

Ask Dave

Have a question about Ward 1 or Thames Centre, a concern, or something you’d like me to look into? Send it here. It comes to me and my campaign team, and we keep track of it so it doesn’t get lost.

This is a campaign inbox, not a municipal service. I’m a candidate, so I can’t direct municipal staff or promise an outcome. To report a problem or request a service, contact the Municipality of Thames Centre at 519-268-7334 or [email protected]. In an emergency, call 911.

A first name is fine.

Please leave out health, financial or other sensitive details, and your full address. A road name or the nearest crossroads is plenty. 0 / 1500

How we handle your message
  • Only Dave and the campaign volunteers he has authorized can see it.
  • We don’t share it, publish it, or use it to send you campaign mail.
  • We delete messages 60 days after the election. To have yours deleted sooner, email [email protected].

← Back

(function(){var ENDPOINT='https://script.google.com/macros/s/AKfycbx1yuGxYuvGWBIZ4g72hPd4m0sJUg-8jQtDOl9fDDEScYorBbE_xOnvtpQo2A7wLZk0eQ/exec';var root=document.getElementById('dc-ask');if(!root||root.dcInit)return;root.dcInit=1;var started=Date.now(); function $(id){return document.getElementById(id)} function fld(n){return root.querySelector('[data-f="'+n+'"]')} var form=root.querySelector('form'),sum=root.querySelector('.dc-errsum'),btn=root.querySelector('.dc-send'); var MSG={name:'Please tell us what to call you. A first name is fine.',topic:'Please choose a topic. If nothing fits, choose Other.',question:'Please write your question or concern.',question_long:'That’s a little long for this form. Please shorten it to 1500 characters, or send the main point and ask for a reply.',email_empty:'Add an email address so we can reply, or untick “I would like a reply”.',email:'That email address doesn’t look right. Check for a missing @ or a typo.',ack:'Please tick the box to show you’ve read how your message is used.',fail:'Your message didn’t go through. Nothing was lost on this page, so please try Send again in a minute. If it keeps happening, call the campaign at the number on the home page.'}; var INPUT={name:'dca-name',topic:'dca-topic',question:'dca-q',email:'dca-email',ack:'dca-ack'}; $('dca-topic').addEventListener('change',function(){fld('other').hidden=this.value!=='Other'}); $('dca-reply').addEventListener('change',function(){fld('email').hidden=!this.checked}); $('dca-q').addEventListener('input',function(){$('dca-count').textContent=String(this.value.length)}); function clearErrors(){var old=root.querySelectorAll('.dc-err');for(var i=0;old.length>i;i++)old[i].parentNode.removeChild(old[i]);var bad=root.querySelectorAll('.dc-bad');for(var j=0;bad.length>j;j++)bad[j].classList.remove('dc-bad');while(sum.firstChild)sum.removeChild(sum.firstChild);sum.hidden=true} function show(errs){clearErrors();if(!errs.length)return;var lead=document.createElement('strong');lead.textContent=errs.length===1?'Please fix one thing before sending:':'Please fix these before sending:';sum.appendChild(lead);var ul=document.createElement('ul');sum.appendChild(ul);for(var i=0;errs.length>i;i++){var e=errs[i],li=document.createElement('li');if(e.input){var a=document.createElement('a');a.href='#'+e.input;a.textContent=e.msg;(function(id){a.addEventListener('click',function(ev){ev.preventDefault();$(id).focus()})})(e.input);li.appendChild(a);var f=fld(e.field);if(f){f.classList.add('dc-bad');var p=document.createElement('p');p.className='dc-err';p.id=e.input+'-e';p.textContent=e.msg;f.appendChild(p);$(e.input).setAttribute('aria-invalid','true')}}else{li.textContent=e.msg}ul.appendChild(li)}sum.hidden=false;sum.focus()} function check(){var errs=[],v;function add(field,key){errs.push({field:field,input:INPUT[field],msg:MSG[key]})} if(!$('dca-name').value.trim())add('name','name');if(!$('dca-topic').value)add('topic','topic');v=$('dca-q').value;if(!v.trim())add('question','question');else if(v.length>1500)add('question','question_long'); if($('dca-reply').checked){v=$('dca-email').value.trim();if(!v)add('email','email_empty');else if(!/^[^\s@]+@[^\s@]+\.[^\s@]{2,}$/.test(v))add('email','email')} if(!$('dca-ack').checked)add('ack','ack');return errs} form.addEventListener('submit',function(ev){ev.preventDefault();var ins=root.querySelectorAll('[aria-invalid]');for(var i=0;ins.length>i;i++)ins[i].removeAttribute('aria-invalid');var errs=check();show(errs);if(errs.length)return; var reply=$('dca-reply').checked;var data={name:$('dca-name').value,topic:$('dca-topic').value,topicOther:$('dca-topic').value==='Other'?$('dca-other').value:'',question:$('dca-q').value,replyWanted:reply,email:reply?$('dca-email').value:'',ack:true,website:$('dca-web').value,elapsed:Date.now()-started}; btn.disabled=true;var label=btn.textContent;btn.textContent='Sending…'; function fail(){btn.disabled=false;btn.textContent=label;show([{msg:MSG.fail}])} fetch(ENDPOINT,{method:'POST',headers:{'Content-Type':'text/plain;charset=utf-8'},body:JSON.stringify(data)}).then(function(r){return r.json()}).then(function(res){if(!res||!res.ok){fail();return} $('dca-ref').textContent=res.ref;$('dca-replyline').textContent=reply?'You asked for a reply, so someone from my team or I will write back to the email address you gave.':'You didn’t ask for a reply, so we won’t contact you, but your message will be read.'; $('dc-ask-form').hidden=true;var done=$('dc-ask-done');done.hidden=false;done.focus();root.scrollIntoView({block:'start'})}).catch(fail)})})();

Testimonials

What your friends and neighbours say.

You’re the man for our next Councillor

Ron Johnson

As a local business owner, and dedicated family man, and lifelong friend, Dave Cole brings the rare combination of honesty, patient listening, and trusted, informed decision-making that will serve our council and community very well.

Mark Stevens

I have known Dave Cole for many years and know him to be a welcoming, giving, and empathetic person. He will bring thoughtful consideration to our concerns and work hard to support and enhance our community.

Kim Stevens

Dave is a natural leader who takes the time to listen to all sides, apply common sense and provide actionable feedback that strives to move things forward in a financially responsible way. His first hand experiences on dealing with council and Thames Centre staff position him to be a great leader for Ward 1. Most importantly, when he sees something that is not right he is not shy about calling it out and working on it until it is resolved.

Scott Johnson

Dave Cole is a successful, practical rural entrepreneur. He brings the qualities we need on council: sound judgment, good ideas, and the ability to turn those ideas into results. I’m supporting Dave because he’ll help our community thrive while making careful, efficient use of our resources.

James Verwaayen

Dave is an entrepreneur that thinks outside of the box to get things done

Mike Root

← Back