Old Town Day News
community

Splatter Paint Workshop Coming to DCHS CODE

HA
Harvey WaldenCommunity Member
9 hours ago

Splatter Paint

Splatter Paint When April 15, 2026 6:00 PM to 9:00 PM Eastern Time Where DCHS CODE Details Come join us for a fun night of splatter painting! We will provide all the materials you need to create your own unique splatter paint masterpiece. This is a great opportunity to express yourself and get creative. No experience necessary!

Spread the word

Comments (0)

Log in to join the conversation.

No comments yet. Be the first to share your thoughts.

Keep Reading

Related Announcements

Summer Reading Programs at Monroe County Libraries
community
HAHarvey Walden
1 day ago

Summer Reading Programs at Monroe County Libraries

Summer Reading Is On This June & JulyMonroe County Public Library2 hours ago1 min readSummer Reading is back at all of our branches during June and July - come check out our special programs, get your reading logs, and earn prizes for other activities.New this year: Our two Upper Keys branches, Key Largo and Islamorada, will share a theme. You can turn in your logs at either branch to collect your prize.Each branch, from Key Largo to Key West, will be hosting special events and other activities for Summer Reading. Check out what's happening here:Key West is offering a Ticket To ReadBig Pine is reading Coast to Coast, Cover to CoverMarathon is making music with Rock-n-ReadIslamorada and Key Largo are celebrating America's 250th BirthdayAnd even if you can't make it to the programs, the Library has lots to offer kids and teens year-round.All programs are free and open to the public. Library cards are encouraged — but not required.Questions? Call your local branch or contact us here.Tags:Summer ReadingKids and Teens News  

00
community
community
HAHarvey Walden
1 day ago

Senior Programing by JOY - Plantation Key

Senior Programing by JOY - Plantation Key Skip to Main Content Home Calendar Calendar View all calendars is the default. Choose Select a Calendar to view a specific calendar.Select the arrows on either side of the current month to change the month. Search Calendars by: Start Date End Date Enter Search Terms

00
community
community
HAHarvey Walden
1 day ago

THIS SATURDAY: America 250 Florida Keys Pennekamp Paddle Day - FREE

THIS SATURDAY: America 250 Florida Keys Pennekamp Paddle Day - FREE • Monroe County, FL THIS SATURDAY: America 250 Florida Keys Pennekamp Paddle Day - FREE Posted on September 10, 2026 Monroe County and Friends of John Pennekamp Coral Reef State Park invite residents and visitors to celebrate America’s 250th birthday in true Florida Keys style at the America 250 Florida Keys Pennekamp Paddle Day on Saturday, Sept. 12, at John Pennekamp Coral Reef State Park in Key Largo. Thanks to Florida State Parks, park admission will be free, giving the community an opportunity to enjoy one of the Florida Keys’ most treasured natural resources as part of the yearlong America 250 Florida Keys celebration. The park is open from 8 a.m. to sunset. A Progressive Red, White, & Blue Paddleboard and Kayak Parade through the mangrove trail – kayaks and paddleboards provided Glass-bottom boat experiences (first come, first served) Snorkeling Experiences (snorkel gear included) (first come, first served) Hot dogs, chips, a soda, and chocolate-dipped Key Lime Pie from 11 a.m. to 4 p.m. Live entertainment from local musicians from 11 a.m. to 4 p.m. Interactive activities from community partners from 11 a.m. to 4 p.m. Pennekamp is known as the nation’s first undersea park and is home to mangrove forests, tropical hammocks, seagrass beds, and coral reefs. The event is part of America 250 Florida Keys, which is Monroe County and the Tourist Development Council’s celebration of the 250th anniversary of the United States of America. Several free events are being planned to highlight the islands’ history, culture, natural resources, and community spirit. On Oct. 10, a sunset celebration will be held at the Old 7-Mile Bridge in Marathon, and events in Big Pine Key and Islamorada are being planned for November. More information and event updates will be available at www.monroecounty-fl.gov/250.

00
Community Remembrances

Historic Preservation Commission Meeting - Hybrid

1 day ago

"Search autocomplete is currently not responding. Please try again later. Please click the link below to join the webinar:  https://mcbocc.zoom.us/j/88142895938     US: +16465189805,,88142895938#  or +16699006833,,88142895938#      Dial(for higher quality, dial a number based on your current location):         US: +1 646 518 9805  or +1 669 900 6833      Webinar ID: 881 4289 5938     International numbers available: https://mcbocc.zoom.us/u/k7Wa5Irou Adoption of the Minutes from the meeting on May 11, 2026.  Applications for Special Certificate of Appropriateness are reviewed in the following order: Staff presentation and recommendationApplicant presentation Public testimonyStaff responseApplicant responseBoard discussionMotion and Vote     Applications for Special Certificate of Appropriateness 1.    JUAN R. RAVELO (FILE NO. 2026-080) IS SEEKING APPROVAL AMEND HISTORIC PRESERVATION COMMISSION (HPC) RESOLUTION NO. HP 13-2022 (FILE NO. 2022-109) IN ORDER TO CONSTRUCT WITH A TALLER HEIGHT THE PREVIOUSLY APRPOVED ADDITION FLOORPLAN AT 143 ATLANTIC CIRCLE DRIVE, WITHIN THE TAVERNIER HISTORIC DISTRICT, HAVING PARCEL IDENTIFICIATION NUMBER 00090060-000000 AND DESCRIBED AS PART OF LOT 17, ACCORDING TO GEORGE L. MCDONALD PLAT, ACCORDING TO THE PLAT THEREOF, AS RECORDED IN PLAT BOOK 1, AT PAGE 64, OF THE PUBLIC RECORDS OF MONROE COUNTY, FLORIDA.STAFF REPORTFILE 2.    CONFIRM HISTORIC PRESERVATION COMMISSION (HPC) JULY 2026 MEETING DATE. ADA ASSISTANCE: If you are a person with a disability who needs special accommodations in order to participate in this proceeding, please contact the County Administrator's Office, by phoning (305) 292-4441, between the hours of 8:30 a.m. - 5:00 p.m., no later than five (5) calendar days prior to the scheduled meeting; if you are hearing or voice impaired, call “711”.  Agenda Facility Submit Event Print Email Event Subscription View RSS Feeds Select on Calendar Expand Collapse Previous Next Down Up Map Share Show more Agenda $(window).on("load", function () { $('.icalDescription').urlToLink({ target: '_blank' }); }); var currentTextBox = null; var currentDatePicker = null; function hidePopup() { return currentDatePicker && currentDatePicker.hidePopup(); } //This method is called to handle the onclick and onfocus client side events for the texbox function showPopup(sender, e) { //this is a reference to the texbox which raised the event //see the methods exposed through the $telerik static client library here - http://www.telerik.com/help/aspnet-ajax/telerik-static-client-library.html var textBox = sender.tagName === "INPUT" ? sender : $telerik.getPreviousHtmlNode(sender); // hide previous pop-up if open textBox !== currentTextBox && hidePopup(); currentTextBox = textBox; } function dismissHook(e) { return (e.keyCode === 27 || e.keyCode === 9) && hidePopup(); } function handleKeydown(e) { dismissHook(e) || searchTextHook(e); } //this handler is used to set the text of the TextBox to the value of selected from the popup function dateSelected(sender, args) { if (currentTextBox != null) { //currentTextBox is the currently selected TextBox. Its value is set to the newly selected //value of the picker currentTextBox.value = args.get_newValue(); } } //this function is used to parse the date entered or selected by the user function parseDate(sender, e) { if (currentDatePicker != null) { var date = currentDatePicker.get_dateInput().parseDate(sender.value); var dateInput = currentDatePicker.get_dateInput(); if (date == null) { date = currentDatePicker.get_selectedDate(); } var formattedDate = dateInput.get_dateFormatInfo().FormatDate(date, dateInput.get_displayDateFormat()); sender.value = formattedDate; } } function clearPostBack() { Sys.WebForms.PageRequestManager.getInstance().remove_endRequest(clearPostBack); $('.icalDescription').urlToLink({ target: '_blank' }); } function redrawContentCalendar() { Sys.WebForms.PageRequestManager.getInstance().add_endRequest(clearPostBack); if (document.aspnetForm.calendarView.value == 'list' || document.aspnetForm.calendarView.value == '') raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanelListView', 0, ''); else raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel', 0, ''); blockMenuSpawn = false; } function previousFeaturedItem(view) { document.aspnetForm.calendarView.value = view; raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedPrev'); } function nextFeaturedItem(view) { document.aspnetForm.calendarView.value = view; raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedNext'); } order+='ModuleContent\n' Live Edit // Alert!Monroe & Notify Me®Sign up here .fancyButton483.fancyButton:link,.fancyButton483.fancyButton:visited, .fancyButton483div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=34956'); background-repeat: no-repeat; background-position: center 5px ; background-size: 100px; transition:.2s ease-in-out;} .fancyButton483.fancyButton:hover,.fancyButton483.fancyButton:focus,.fancyButton483.fancyButton:active,.fancyButton483.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; background-size: 110px; } .fancyButton483.fancyButton:link > span,.fancyButton483.fancyButton:visited > span, .fancyButton483div.fancyButton > span{ } .fancyButton483.fancyButton:hover > span,.fancyButton483.fancyButton:focus > span,.fancyButton483.fancyButton:active > span,.fancyButton483.fancyButton.hover > span{ } .fancyButton483.fancyButton .text{ font-family: "Poppins"; padding-top: 7.5em; font-style: normal; text-decoration: none; padding-top: 7.5em; background-image: url('/ImageRepository/Document?documentID=34955'); background-repeat: no-repeat; background-position: center 15px ; transition:.2s ease-in-out; background-size: 80px;line-height: 1.1;} .fancyButton483.fancyButton:hover .text,.fancyButton483.fancyButton:focus .text,.fancyButton483.fancyButton:active .text,.fancyButton483.fancyButton.hover .text{ text-decoration: underline; background-repeat: no-repeat; background-position: center 15px ; } .fancyButton483.fancyButton .textStyle1{ color: rgb(42, 60, 87); font-size: 1em; font-weight: 600; text-decoration: none; } .fancyButton483.fancyButton:hover .textStyle1, .fancyButton483.fancyButton.hover .textStyle1{ text-decoration: underline; } .fancyButton483.fancyButton .textStyle2{ color: rgb(0, 0, 0); font-size: .8em; font-style: normal; text-decoration: none; } .fancyButton483.fancyButton:hover .textStyle2, .fancyButton483.fancyButton.hover .textStyle2{ text-decoration: underline; } EmploymentSee open positions .fancyButton484.fancyButton:link,.fancyButton484.fancyButton:visited, .fancyButton484div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=34956'); background-repeat: no-repeat; background-position: center 5px ; background-size: 100px; transition:.2s ease-in-out;} .fancyButton484.fancyButton:hover,.fancyButton484.fancyButton:focus,.fancyButton484.fancyButton:active,.fancyButton484.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; background-size: 110px; } .fancyButton484.fancyButton:link > span,.fancyButton484.fancyButton:visited > span, .fancyButton484div.fancyButton > span{ } .fancyButton484.fancyButton:hover > span,.fancyButton484.fancyButton:focus > span,.fancyButton484.fancyButton:active > span,.fancyButton484.fancyButton.hover > span{ } .fancyButton484.fancyButton .text{ font-family: "Poppins"; padding-top: 7.5em; font-style: normal; text-decoration: none; padding-top: 7.5em; background-image: url('/ImageRepository/Document?documentID=34958'); background-repeat: no-repeat; background-position: center 15px ; transition:.2s ease-in-out; background-size: 80px;line-height: 1.1;} .fancyButton484.fancyButton:hover .text,.fancyButton484.fancyButton:focus .text,.fancyButton484.fancyButton:active .text,.fancyButton484.fancyButton.hover .text{ text-decoration: underline; background-repeat: no-repeat; background-position: center 15px ; } .fancyButton484.fancyButton .textStyle1{ color: rgb(42, 60, 87); font-size: 1em; font-weight: 600; text-decoration: none; } .fancyButton484.fancyButton:hover .textStyle1, .fancyButton484.fancyButton.hover .textStyle1{ text-decoration: underline; } .fancyButton484.fancyButton .textStyle2{ color: rgb(0, 0, 0); font-size: .8em; font-style: normal; text-decoration: none; } .fancyButton484.fancyButton:hover .textStyle2, .fancyButton484.fancyButton.hover .textStyle2{ text-decoration: underline; } Permits & LicensesForms & information .fancyButton485.fancyButton:link,.fancyButton485.fancyButton:visited, .fancyButton485div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=34956'); background-repeat: no-repeat; background-position: center 5px ; background-size: 100px; transition:.2s ease-in-out;} .fancyButton485.fancyButton:hover,.fancyButton485.fancyButton:focus,.fancyButton485.fancyButton:active,.fancyButton485.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; background-size: 110px; } .fancyButton485.fancyButton:link > span,.fancyButton485.fancyButton:visited > span, .fancyButton485div.fancyButton > span{ } .fancyButton485.fancyButton:hover > span,.fancyButton485.fancyButton:focus > span,.fancyButton485.fancyButton:active > span,.fancyButton485.fancyButton.hover > span{ } .fancyButton485.fancyButton .text{ font-family: "Poppins"; padding-top: 7.5em; font-style: normal; text-decoration: none; padding-top: 7.5em; background-image: url('/ImageRepository/Document?documentID=34960'); background-repeat: no-repeat; background-position: center 15px ; transition:.2s ease-in-out; background-size: 80px;line-height: 1.1;} .fancyButton485.fancyButton:hover .text,.fancyButton485.fancyButton:focus .text,.fancyButton485.fancyButton:active .text,.fancyButton485.fancyButton.hover .text{ text-decoration: underline; background-repeat: no-repeat; background-position: center 15px ; } .fancyButton485.fancyButton .textStyle1{ color: rgb(42, 60, 87); font-size: 1em; font-weight: 600; text-decoration: none; } .fancyButton485.fancyButton:hover .textStyle1, .fancyButton485.fancyButton.hover .textStyle1{ text-decoration: underline; } .fancyButton485.fancyButton .textStyle2{ color: rgb(0, 0, 0); font-size: .8em; font-style: normal; text-decoration: none; } .fancyButton485.fancyButton:hover .textStyle2, .fancyButton485.fancyButton.hover .textStyle2{ text-decoration: underline; } Meetings, Agendas & MinutesCurrent, upcoming & past .fancyButton486.fancyButton:link,.fancyButton486.fancyButton:visited, .fancyButton486div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=34956'); background-repeat: no-repeat; background-position: center 5px ; background-size: 100px; transition:.2s ease-in-out;} .fancyButton486.fancyButton:hover,.fancyButton486.fancyButton:focus,.fancyButton486.fancyButton:active,.fancyButton486.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; background-size: 110px; } .fancyButton486.fancyButton:link > span,.fancyButton486.fancyButton:visited > span, .fancyButton486div.fancyButton > span{ } .fancyButton486.fancyButton:hover > span,.fancyButton486.fancyButton:focus > span,.fancyButton486.fancyButton:active > span,.fancyButton486.fancyButton.hover > span{ } .fancyButton486.fancyButton .text{ font-family: "Poppins"; padding-top: 7.5em; font-style: normal; text-decoration: none; padding-top: 7.5em; background-image: url('/ImageRepository/Document?documentID=34954'); background-repeat: no-repeat; background-position: center 15px ; transition:.2s ease-in-out; background-size: 80px;line-height: 1.1;} .fancyButton486.fancyButton:hover .text,.fancyButton486.fancyButton:focus .text,.fancyButton486.fancyButton:active .text,.fancyButton486.fancyButton.hover .text{ text-decoration: underline; background-repeat: no-repeat; background-position: center 15px ; } .fancyButton486.fancyButton .textStyle1{ color: rgb(42, 60, 87); font-size: 1em; font-weight: 600; text-decoration: none; } .fancyButton486.fancyButton:hover .textStyle1, .fancyButton486.fancyButton.hover .textStyle1{ text-decoration: underline; } .fancyButton486.fancyButton .textStyle2{ color: rgb(0, 0, 0); font-size: .8em; font-style: normal; text-decoration: none; } .fancyButton486.fancyButton:hover .textStyle2, .fancyButton486.fancyButton.hover .textStyle2{ text-decoration: underline; } Public NoticesLearn More Here .fancyButton487.fancyButton:link,.fancyButton487.fancyButton:visited, .fancyButton487div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=34956'); background-repeat: no-repeat; background-position: center 5px ; background-size: 100px; transition:.2s ease-in-out;} .fancyButton487.fancyButton:hover,.fancyButton487.fancyButton:focus,.fancyButton487.fancyButton:active,.fancyButton487.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; background-size: 110px; } .fancyButton487.fancyButton:link > span,.fancyButton487.fancyButton:visited > span, .fancyButton487div.fancyButton > span{ } .fancyButton487.fancyButton:hover > span,.fancyButton487.fancyButton:focus > span,.fancyButton487.fancyButton:active > span,.fancyButton487.fancyButton.hover > span{ } .fancyButton487.fancyButton .text{ font-family: "Poppins"; padding-top: 7.5em; font-style: normal; text-decoration: none; padding-top: 7.5em; background-image: url('/ImageRepository/Document?documentID=34959'); background-repeat: no-repeat; background-position: center 15px ; transition:.2s ease-in-out; background-size: 80px;line-height: 1.1;} .fancyButton487.fancyButton:hover .text,.fancyButton487.fancyButton:focus .text,.fancyButton487.fancyButton:active .text,.fancyButton487.fancyButton.hover .text{ text-decoration: underline; background-repeat: no-repeat; background-position: center 15px ; } .fancyButton487.fancyButton .textStyle1{ color: rgb(42, 60, 87); font-size: 1em; font-weight: 600; text-decoration: none; } .fancyButton487.fancyButton:hover .textStyle1, .fancyButton487.fancyButton.hover .textStyle1{ text-decoration: underline; } .fancyButton487.fancyButton .textStyle2{ color: rgb(0, 0, 0); font-size: .8em; font-style: normal; text-decoration: none; } .fancyButton487.fancyButton:hover .textStyle2, .fancyButton487.fancyButton.hover .textStyle2{ text-decoration: underline; } Emergency ManagementHurricane information .fancyButton488.fancyButton:link,.fancyButton488.fancyButton:visited, .fancyButton488div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=34956'); background-repeat: no-repeat; background-position: center 5px ; background-size: 100px; transition:.2s ease-in-out;} .fancyButton488.fancyButton:hover,.fancyButton488.fancyButton:focus,.fancyButton488.fancyButton:active,.fancyButton488.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; background-size: 110px; } .fancyButton488.fancyButton:link > span,.fancyButton488.fancyButton:visited > span, .fancyButton488div.fancyButton > span{ } .fancyButton488.fancyButton:hover > span,.fancyButton488.fancyButton:focus > span,.fancyButton488.fancyButton:active > span,.fancyButton488.fancyButton.hover > span{ } .fancyButton488.fancyButton .text{ font-family: "Poppins"; padding-top: 7.5em; font-style: normal; text-decoration: none; padding-top: 7.5em; background-image: url('/ImageRepository/Document?documentID=34957'); background-repeat: no-repeat; background-position: center 15px ; transition:.2s ease-in-out; background-size: 80px;line-height: 1.1;} .fancyButton488.fancyButton:hover .text,.fancyButton488.fancyButton:focus .text,.fancyButton488.fancyButton:active .text,.fancyButton488.fancyButton.hover .text{ text-decoration: underline; background-repeat: no-repeat; background-position: center 15px ; } .fancyButton488.fancyButton .textStyle1{ color: rgb(42, 60, 87); font-size: 1em; font-weight: 600; text-decoration: none; } .fancyButton488.fancyButton:hover .textStyle1, .fancyButton488.fancyButton.hover .textStyle1{ text-decoration: underline; } .fancyButton488.fancyButton .textStyle2{ color: rgb(0, 0, 0); font-size: .8em; font-style: normal; text-decoration: none; } .fancyButton488.fancyButton:hover .textStyle2, .fancyButton488.fancyButton.hover .textStyle2{ text-decoration: underline; } Monroe County1100 Simonton StreetKey West, FL 33040Main Number: 305-294-4641 County Staff DirectoryEmail Us"

Summer Reading Programs at Monroe County Libraries

1 day ago

"Summer Reading Is On This June & JulyMonroe County Public Library2 hours ago1 min readSummer Reading is back at all of our branches during June and July - come check out our special programs, get your reading logs, and earn prizes for other activities.New this year: Our two Upper Keys branches, Key Largo and Islamorada, will share a theme. You can turn in your logs at either branch to collect your prize.Each branch, from Key Largo to Key West, will be hosting special events and other activities for Summer Reading. Check out what's happening here:Key West is offering a Ticket To ReadBig Pine is reading Coast to Coast, Cover to CoverMarathon is making music with Rock-n-ReadIslamorada and Key Largo are celebrating America's 250th BirthdayAnd even if you can't make it to the programs, the Library has lots to offer kids and teens year-round.All programs are free and open to the public. Library cards are encouraged — but not required.Questions? Call your local branch or contact us here.Tags:Summer ReadingKids and Teens News  "

Senior Programing by JOY - Plantation Key

1 day ago

"Senior Programing by JOY - Plantation Key Skip to Main Content Home Calendar Calendar View all calendars is the default. Choose Select a Calendar to view a specific calendar.Select the arrows on either side of the current month to change the month. Search Calendars by: Start Date End Date Enter Search Terms"

Meeting: Habitat Conservation Plan - Big Pine Key

1 day ago

"Event date: May 28, 2026 Event Time: 05:30 PM - 07:30 PMLocation: 31300 Overseas HighwayBig Pine Key, FL 33043"

Planning Commission Hearing - Hybrid in Marathon

1 day ago

"Event date: May 27, 2026 Event Time: 10:00 AM - 05:00 PMLocation: 2798 Overseas Hwy.2nd FloorMarathon, FL 33050"

Community Guidelines
  • Share local celebrations and life transitions.
  • Maintain a respectful and supportive tone.
  • Verify event details before posting.
  • No commercial advertising in announcements.
Upcoming Local Events
Sep30

Gov't Mule & Ziggy Marley

Local Venue

Celebrate Together

Sharing announcements helps build a stronger, more connected community.

Post Yours

Have a milestone to share with your community? Let everyone know.

Create Announcement