Welcome to the Takeover + Review Blitz for The New Loneliness by Cindi McMenamin hosted by JustRead Publicity Tours!
About the Book
Title: The New Loneliness Author: Cindi McMenamin Publisher: Harvest House Publishers Release Date: January 7, Genre: Christian Personal Growth
You Can Overcome Your Feelings of Aloneness
In our age of increased social isolation and growing reliance on technology, genuine connection can feel more difficult than ever. But what if community and closeness are nearer than you thought?
The New Loneliness is about experiencing the authentic relationships God created you for by identifying and overcoming today’s biggest relational obstacles. Cindi McMenamin explores how our current cultural environment and dependence on electronic devices have hindered our ability to connect, and she offers uplifting guidance, biblical insights, and encouraging action steps to help you
release feelings of inadequacy and shame by realigning with how the Lord sees you and understanding His purpose for you
take confident steps toward nourishing healthy, in-person relationships by learning to slow down and operate from a secure attachment to God
thrive within new friendships and community with practical guidance for making life more meaningful and preferring faces over screens
God did not create us to live in isolation. Journey with the Lord from aloneness to abundance, and flourish as you deepen your relationships with God and others.
Cindi McMenamin is an award-winning writer and national speaker who has ministered to women for nearly 40 years. She is the author of 17 books, including When Women Walk Alone (more than , copies sold) and When a Woman Overcomes Life’s Hurts. As a Bible teacher, her passion is to help women strengthen their walk with God and their relationships.
Con
I wanted to read this book because I walk alone spiritually. I was hoping that, by reading this book, I would learn to accept the reality of my aloneness, would learn to feel okay about it, and would stop wanting it to be different. I was initially disappointed that the book seemed more about fixing the aloneness rather than learning to accept it. However, as I read the book slowly for a second time her message became clearer to me and resonated with me.
In the beginning of the book Ms. McMenamin clearly states her objective in writing this book. “We will not be learning how to avoid these seasons of loneliness, but rather, we will learn how to strengthen ourselves in order to be ready when that path unfolds before us…I want to help you walk from the desert of aloneness to the oasis of abundance by seeing your alone times not as obstacles to your growth, but as opportunities to draw closer to the heart of God.” She goes on to say that “God often draws us out to the desert where we’re feeling alone to show us a side of Himself we might not otherwise see if we were in an arena of abundance.”
I fervently believe this last statement and have experienced God drawing me out to the desert to teach me some valuable lessons. If you are interested in reading about this time in my life, go to previous post.
In reading this book I realized that I am in another season of aloneness and need to deepen my trust in God and strengthen my dependence on him. Some points Ms. McMenanim made that were especially encouraging and/or eye opening for me were:
…some reasons we may feel alone spiritually but often can’t explain why. We feel alone when no one shares the passions of our heart. We feel alone without someone to talk about spiritual things. We feel alone when no one else understands or senses what God is doing in our lives;
Even though life might look at times like it’s spinning out of control, there’s a God who knows what He’s doing. He’s weaving a lesson, preparing a promi
Before You Go
Login or Create an account
Recommend a Speaker
"; $('body').append(cssHideLogo); } else { var cssHideLogo = ""; $('body').append(cssHideLogo); } if (geocodeVisitorsSetting == 1 && geocodingMethod === "IP") { populateSearchFields(); } if($('.googleSuggest').val() == ""){ populateSearchFields(); } var geocodeVisitorsSetting = '1'; var geocodingMethod = 'HTML5'; //check the advanced setting "geocode_visitor_default" if set to 1 will override the "location_value" values to the formatted desire address from the google reverse geocoding response var vlon = ''; var vlat = ''; } function switchPlaceID(placeId,urlGET, formActionUrl) { let request = { placeId: placeId, fields: ['address_components', 'adr_address', 'formatted_address', 'geometry', 'icon', 'name', 'place_id', 'plus_code', 'type'], }; let service = new Service(Element('div')); ails(request, function(place, status) { if (status === ) { let dataArray = []; (place); parseInfoToSearch(dataArray, urlGET, formActionUrl); } else { ('Place details request failed with status:', status); } }); } function parseInfoToSearch(results, urlGET, formActionUrl) { var parameters = {}; var addressComponentsArray = []; if ( > 1) { for (let i = 0; i < ; i++) { if (results[i].types[0] === 'natural_feature' || results[i].types[0] === 'airport' || results[i].types[0] === 'point_of_interest' || results[i].types[0] === 'establishment' || results[i].types[0] === 'park') { (i, 1); } } } var adComLength = results[0]; if(results[0].place_id == 'ChIJmQrivHKsQjQR4MIK3c41aj8'){ switchPlaceID('ChIJi73bYWusQjQRgqQGXKbw',urlGET, formActionUrl); return; } m("google_result",ify(results)); //loop that will build the array with the address components and will get the short name of country and administrative area level 1 for (var i = 0; i < adComLength; i++) { if (results[0].address_components[i]['types'][0] == "country") { y_sn = results[0].address_components[i]['short_name']; } if (results[0].address_components[i]['types'][0] == "administrative_area_level_1") { _lvl_1_sn = results[0].address_components[i]['short_name']; } if (results[0].address_components[i]['types'][0] == "administrative_area_level_1") { earchLN = results[0].address_components[i]['long_name']; } if (results[0].address_components[i]['types'][0] == "administrative_area_level_2") { _sn = results[0].address_components[i]['short_name']; } if ((results[0].address_components[i]['types'][0] == "locality" || results[0].address_components[i]['types'][0] == "sublocality_level_1" || results[0].address_components[i]['types'][0] == "colloquial_area" || results[0].address_components[i]['types'][0] == "postal_town") && $.inArray(results[0].address_components[i]['types'][0], results[0].types) !== -1) { = results[0].address_components[i]['long_name']; } if (results[0].address_components[i]['types'][0] == "postal_code" || results[0].address_components[i]['types'][0] == "postal_code_prefix") { _code = results[0].address_components[i]['long_name']; } } on_type = results[0].types[0]; if (_lvl_1_sn != '') { earch = _lvl_1_sn; } if (y_sn == "GB") { delete _lvl_1_sn; } //will check if the response had the bounds parameters //if it had it will add the south west and north east parameters to the new url if (results[0]Property('bounds') || results[0]Property('viewport')) { if (results[0]Property('bounds')) { var boundsResponse = results[0]; } else { var boundsResponse = results[0]rt; } = thWest().lat(); = thEast().lat(); = thWest().lng(); = thEast().lng(); //if there were not bounds parameters in the response it will send the parameter fsearch as radius so a radius search will be performed because of lack of info for this location } else { h = "radius"; } var locationCenterResponse = results[0]on; = (); = (); ss = results[0].formatted_address; _id = results[0].place_id; var formatParameters = $.param(parameters); urlGET = urlGET + "&" + formatParameters; var urlPath = formActionUrl; var redirect = urlPath + "?" + urlGET; //will redirect the page using the new url that has been constructed = redirect; } function populateSearchFields() { var prePopulateLocationSetting = '1'; var geolocationMethod = 'HTML5'; //if set to one will get the lat and lng to do reverse geocoding if (prePopulateLocationSetting == 1 && (geolocationMethod === "HTML5" || geolocationMethod === "IP") && (vlat !== '' && vlon !== '' && vlat != undefined && vlon != undefined && vlat != 0 && vlon != 0)) { var visitorLatLng = new (parseFloat(vlat), parseFloat(vlon)); var visitorGeocoder = new er(); var formattedAddress = []; var preFormattedStructure = { "locality": "long_name", "administrative_area_level_2": "long_name", "administrative_area_level_1": "long_name", "country": "long_name" }; e({'latLng': visitorLatLng}, function (results, status) { //if the google response of the geocoding was successful it will use that info to build the url for the new search if (status == ) { $.each(preFormattedStructure, function (findex, fvalue) { $.each(results[0].address_components, function (rindex, rvalue) { if ([0] == findex) { (_name); } }); }); $('.googleSuggest').each(function () { if ($(this).val() == '') { if ( > 0) { $(this).val((', ')); clearContent($(this)); } } }); } else { $('.googleSuggest').each(function () { $(this).val(''); }); } }); } } function showError(error) { switch () { case SION_DENIED: $('d').popover({ content: 'Your Local browser settings have prevented location targeting', container: 'body' }); $('d').popover('toggle'); setTimeout(function () { $('d').popover('hide'); $('d').removeClass('clicked'); }, ); break; case ON_UNAVAILABLE: ("Location information is unavailable."); break; case T: ("The request to get user location timed out."); break; case N_ERROR: ("An unknown error occurred."); break; } } if (ation) { if ($(".googleSuggest")[0]) { $(document).on('click', '.fill_location', function getCXPosition() { $(this).addClass('clicked'); var startP
#sponsor #partner
I received a copy of the most excellent nonfiction book by Cindi McMenaminThe New Lonelinessabout a topic which affects many, if not all, humans who are living in this year of our Lord It is a spectacular read. Yes, many of us (all of us) experience loneliness in some form or fashion. What if indeed, the way out of loneliness has been provided for us by the God who loves us? Cindi believes soand has included so many intuitive and practical ideas and solutions. I want to tell you more about The New Loneliness, as well as ways it might be of help to youplus, you can enter to win your own copy (and other fab bookish swag, too!).
Welcome to the Takeover + Review Blitz for The New Loneliness by Cindi McMenamin hosted by JustRead Publicity Tours!
About the Book
Title:The New Loneliness Author:Cindi McMenamin Publisher: Harvest House Publishers Release Date:January 7, Genre:Christian Personal Growth You Can Overcome Your Feelings of AlonenessIn our age of increased social isolation and growing reliance on technology, genuine connection can feel more difficult than ever. But what if community and closeness are nearer than you thought? The New Loneliness is about experiencing the authentic relationships God created you for by identifying and overcoming today’s biggest relational obstacles. Cindi McMenamin explores how our current cultural environment and dependence on electronic devices have hindered our ability to connect, and she offers uplifting guidance, biblical insights, and encouraging action steps to help you
release feelings of inadequacy and shame by realigning with how the Lord sees you and understanding His purpose for you
take confident steps toward nourishing healthy, in-person relationships by learning to slow down and operate from a secure attachment to God
thrive within new friendships and community with practical guidance for making life more meaningful and preferring faces over screens