Coffee & Chat #38

Happy October! This month is my happy month. I love the autumn colors, the dip in temperature, the shorter days, the swirl of fallen leaves  in a breeze and rainy days. Oh, and I love the food! Pumpkin everything. Plus some comfort food faves like butternut squash soup and beef stew. I also love cozying up on the sofa with Connie and a book. And I’ve read some good ones leading up to this month.

On the writing front, in July finished the first draft of the ninth Food Blogger mystery and I turned the final draft of the one that will be coming out in December 2025, which is titled THE COLD CASE AND THE CORPSE. Earlier this week I sent back the proof pages and received the cover, which I will be sharing soon. In between those tasks, I’ve been writing another book and more about that story will be shared at the beginning of 2026. Yeah, there’s been a lot of juggling projects recently.I’ve also just started binging Only Murders in the Building. Yeah, I know, I’m kind of late to the party but I’m here now and I’m loving the show! We just finished season two this week. And I also caught up on the Agatha Raisin series thanks to Hoopla.On the reading front, I finished three books and they were all ARCs. First up was DEATH ON DICKENS ISLAND, the first in a new series by Alison Brook. Next, I read HOW TO TALK TO YOUR DOG ABOUT MURDER by Emily Soderberg and I just finished SUGAR AND SPITE by Carol J. Perry. All three were perfect reads for this spooky, cozy season. Definitely a great way to begin autumn.

That’s my week in a nutshell! What have you been reading or watching lately? Let me know in the comments—I’m always looking for recommendations! Newsletter Signup!

Sign up today to receive regular updates from Debra about her Food Blogger mystery series and Resale Boutique mystery series, exclusive content and the recipe for her Divine Dark Chocolate Brownies.

Email Name Please wait... SUBSCRIBE NOW

Thank you for sign up!

var selectedLanguage = ""; var validationMessages = messages["en"]; if(selectedLanguage) { validationMessages = messages[selectedLanguage]; } window.addEventListener("load", function () { var form_container = document.querySelector(`#mailerlite-form_8[data-temp-id="68ea26e7af278"] form`); let submitButton = form_container.querySelector('.mailerlite-subscribe-submit'); submitButton.disabled = true; fetch('https://debrasennefelder.com/wp-admin...', { method: 'POST', headers:{ 'Content-Type': 'application/x-www-form-urlencoded', }, body: new URLSearchParams({ "action" : "ml_create_nonce", "ml_nonce" : form_container.querySelector("input[name='ml_nonce']").value }) }) .then((response) => response.json()) .then((json) => { if(json.success) { form_container.querySelector("input[name='ml_nonce']").value = json.data.ml_nonce; submitButton.disabled = false; } }) .catch((error) => { console.error('Error:', error); }); form_container.addEventListener('submit', (e) => { e.preventDefault(); let data = new URLSearchParams(new FormData(form_container)).toString(); let validationError = false; document.querySelectorAll('.mailerlite-form-error').forEach(el => el.remove()); Array.from(form_container.elements).forEach((input) => { if(input.type !== 'hidden') { if(input.required) { if(input.value == '') { validationError = true; let error = document.createElement("span"); error.className = 'mailerlite-form-error'; error.textContent = validationMessages.required; input.after(error); return false; } } if((input.type == "email") && (!validateEmail(input.value))) { validationError = true; let error = document.createElement("span"); error.className = 'mailerlite-form-error'; error.textContent = validationMessages.email; input.after(error); return false; } } }); if(validationError) { return false; } fade.out(form_container.querySelector('.mailerlite-subscribe-button-container'), () => { fade.in(form_container.querySelector('.mailerlite-form-loader')); }); fetch('https://debrasennefelder.com/wp-admin...', { method: 'POST', headers:{ 'Content-Type': 'application/x-www-form-urlencoded', }, body: data }) .then((response) => { fade.out(form_container.querySelector('.mailerlite-form-inputs'), () => { fade.in(form_container.querySelector('.mailerlite-form-response')); }); }) .catch((error) => { console.error('Error:', error); }); }); }, false); var fade = { out: function(el, fn = false) { var fadeOutEffect = setInterval(function () { if (!el.style.opacity) { el.style.opacity = 1; } if (el.style.opacity > 0) { el.style.opacity -= 0.1; } else { el.style.display = 'none'; clearInterval(fadeOutEffect); } }, 50); if( typeof (fn) == 'function') { fn(); } }, in: function(el) { var fadeInEffect = setInterval(function () { if (!el.style.opacity) { el.style.opacity = 0; } if (el.style.opacity < 1) { el.style.opacity = Number(el.style.opacity) + 0.1; } else { el.style.display = 'block'; clearInterval(fadeInEffect); } }, 50); } }; function validateEmail(email){ if(email.match( /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/ )) { return true; } return false; }

The post Coffee & Chat #38 appeared first on Debra Sennefelder.

 •  0 comments  •  flag
Share on Twitter
Published on October 10, 2025 05:00
No comments have been added yet.