Every time I ask a question of my church friends that is deeper than “does God love me?” it’s as if the authorities called for radio silence.
I’ve never once got a reply to a religious question. Quite frankly, I’ve had it with baby church.
Every time I ask a question of my church friends that is deeper than “does God love me?” it’s as if the authorities called for radio silence.
I’ve never once got a reply to a religious question. Quite frankly, I’ve had it with baby church.
While looking up information on Strymon pedals I stumbled across a blog concerning playing guitar in a church worship band. In my current church a few members have stated their liberal leanings and one complimented me on being civil in my staunch capitalist/constitutionalist, freedom loving facebook posts.
I’m wondering how they would respond to the following article:
Why I’m a Libertarian Christian
The comments are open below.
To do:
public class bibleParts { public static Func<bibleDataContext, string, IQueryable<bibleParts>> theVersion = CompiledQuery.Compile((bibleDataContext context, string bibleVersion) => (from v in context.bibles_infos where v.bibleName == bibleVersion select new bibleParts { version = v.bibleID, language = v.language, copyright = v.copyright })); public static Func<bibleDataContext, int, string, IQueryable<bibleParts>> theBook = CompiledQuery.Compile((bibleDataContext context, int bookLang, string book) => (from b in context.book_names where (b.book == book || b.abbreviation == book || b.alt == book) && b.language == bookLang select new bibleParts { bookID = b.book_id, book = b.book })); public static Func<bibleDataContext, int, int, int, IQueryable<bibleParts>> theVerses = CompiledQuery.Compile((bibleDataContext context, int version, int book, int chapter) => (from v in context.verses where v.versionID == version && v.bookID == book && v.chapter == chapter select new bibleParts { verseNum = v.verse1, thisVerse = v.text })); public int version {get;set;} public int language {get;set;} public string copyright {get;set;} public int bookID {get;set;} public string book {get;set;} public int verseNum {get;set;} public string thisVerse {get;set;} } </pre></pre> <pre><pre>private string verseMod(string text) { string textVal = text; string errorValue = ""; string verseNumBegin = "<sup>"; string verseNumEnd = "</sup>"; string footerBegin = "<em> - "; string footerEnd = "</em>"; string bibleVersion = "kjv"; //default version if none is specified string pat = @"\[bible[=]?(?<version>[a-zäëïöüæø]*)](?<entire>(?<book>([0-9][\s]?)?[a-zäëïöüæø]*[\s]{1}([a-zäëïöüæø]*[\s]?[a-zäëïöüæø]*[\s]{1})?)(?<chapter>[0-9]{1,3})(:{1}(?<verse>[0-9]{1,3})(-{1}(?<toVerse>[0-9]{1,3}))?)?)\[/bible]"; Regex r = new Regex(pat, RegexOptions.IgnoreCase); MatchCollection m = r.Matches(textVal); foreach (Match match in m) { string verseVal = ""; string errorText = ""; if (!String.IsNullOrEmpty(match.Groups["version"].Value)) bibleVersion = match.Groups["version"].Value; string thisBook = match.Groups["book"].Value; int fromVerse = 0; int toVerse; if (!String.IsNullOrEmpty(match.Groups["verse"].Value)) fromVerse = Convert.ToInt32(match.Groups["verse"].Value); toVerse = fromVerse; if (!String.IsNullOrEmpty(match.Groups["toVerse"].Value)) toVerse = Convert.ToInt32(match.Groups["toVerse"].Value); using (var bdc = new bibleDataContext()) { var searchVersion = bibleParts.theVersion(bdc, bibleVersion).SingleOrDefault(); if (searchVersion != null) { var searchBook = bibleParts.theBook(bdc, searchVersion.language, thisBook).SingleOrDefault(); if (searchBook != null) { var searchVerses = bibleParts.theVerses(bdc, searchVersion.version, searchBook.bookID, Convert.ToInt32(match.Groups["chapter"].Value)); if (fromVerse != 0) { searchVerses = from v in searchVerses where v.verseNum >= fromVerse && v.verseNum <= toVerse select v; } string realToVerse = ""; verseVal += String.Format("{1}{0}{2}", match.Groups["entire"].Value.Replace(match.Groups["book"].Value.Trim(), searchBook.book), "<span class=\"bibleHead\">", "</span>"); verseVal += "<span class=\"bibleContent\">"; foreach (var theVerse in searchVerses) { string verseFormat = "{2}{1}{3}{0} "; if (String.IsNullOrEmpty(match.Groups["toVerse"].Value) && !String.IsNullOrEmpty(match.Groups["verse"].Value)) verseFormat = "{0} "; verseVal += String.Format(verseFormat, theVerse.thisVerse, theVerse.verseNum, verseNumBegin, verseNumEnd); realToVerse = theVerse.verseNum.ToString(); } verseVal += String.Format("{1}{0}{2}</span>", searchVersion.copyright, footerBegin, footerEnd); verseVal = verseVal.Replace(String.Format("-{0}", toVerse), String.Format("-{0}", realToVerse)); verseVal = verseVal.Replace("-</span>", "</span>"); } else { errorText = "The book \"{0}\" does not exist. Please check the spelling and try again."; errorValue = match.Groups["book"].Value; } } else { errorText = "The version \"{0}\" is not installed on this server"; errorValue = match.Groups["version"].Value; } if (String.IsNullOrEmpty(errorText)) { textVal = textVal.Replace(match.Groups[0].Value, verseVal); } else { textVal = textVal.Replace(match.Groups[0].Value,String.Format(errorText,errorValue.Trim())); } } } return textVal; }
Currently active at newcastlechurchofChrist.com.
Look, friends, I don’t want you asking my son if he got anything from Santa. I don’t want you telling my son that if he’s good Santa will bring him presents. I’m not going to lie to him and I don’t want him lied to by others.
[bible]Luke 22:19-20[/bible]
The New Covenant Passover is a memorial of the death of Jesus Christ as the true Passover Lamb. We eat the broken bread and drink the wine in remembrance (re-enactment) of the sacrifice of His beaten body and shed blood.
With the recent celebration of valentine’s day at the church I attend, I once again sit wondering why pagan rituals are not only accepted but openly celebrated in a church that is supposed to separate themselves from the practices and customs of the world.
[bible]2 Corinthians 6:16-17[/bible]
Including christmas, easter, halloween and Sunday “sabbath”, I just can not find biblical evidence that a Christian should observe or celebrate any of these generally accepted “religious” holidays. The only exception to the list is probably Pentecost, a day that should be observed, biblically speaking, and that is shunned by all save the “pentecostal movement” (and even they get the wrong day by calculating it from easter instead of the weekly sabbath in the Passover week).
I understand that most pastors and priests are teaching what they honestly believe is the truth but whatever happened to looking into what you are being taught as the Bereans did?
[bible]Acts 17:10-11[/bible]
They searched the scriptures daily to see if what they were being taught was truth. They even had it harder than we have it today. They didn’t have a New Testament, they had to interpret the Old Testament to see if what they are being told about the Messiah agreed with the old prophecies.
I think it is time to start weighing your customs, thoughts, sermons, teachings and beliefs against the Bible that you claim to believe is the inspired Word of God
[bible]2 Timothy 3:16[/bible]
and get rid of the things that don’t agree. All I ask is you consider what I’m saying, it’s not that hard, you have it a lot easier than the Bereans did. Do some research and pray about it. Be Berean!
If I’m wrong, I expect to be told and corrected. I will accept any correction as long as it is biblical and not based on “we’ve always done things that way” or “I know that the holidays aren’t biblical but we use them for that purpose now”.
Trackbacked to:
The Crazy Rants of Samantha Burns
The Liberal Wrong – Wing
Common Folk Using Common Sense
Conservative Cat
The Trouble with Angels
See here for more information on the new version of the Bible verse tags.
I hope that this plugin can be used to spread the good news throughout the earth.
Let me know if you need any help installing it.
[bible=kjv]John 3:16[/bible]
[bible=asv]1 John 1[/bible]
[bible=dansk]1 Mosebog 3:12[/bible]
[bible=luther]Kol 3:1-3[/bible]
Trackbacked to:
Open Trackback @ Samantha Burns dot com
Cao’s Blog
Diane’s Stuff
Swan Songs – In Search of the Staffstone
“A blast of fire roared toward him. The clothes on his back burst into flames. Kyle dove into the river… The dragon dove into the river…” Swan Songs In Search of the Staffstone A Christian children’s fantasy-adventure story about…
All for a song. Swan Songs: In Search of the Staffstone is the first in a series filled with cliffhangers, mystery, riddles, conflict, and adventure. Imagine another Narnia, another Sword in the Stone, another Hobbit (dragon included). It is here!
Father, I just thank you for Mark. I thank you for my brother. Lord, we bless him right now.
The Lord says, “Son, I’ve been working in you and working on you.” And yea, the Lord says, “I’m working through you now greater than ever before.” And the Lord says, “I’m doing some finalizing in your life and I’m taking that screwdriver and I’m tightening down and making some adjustments.” And yea, the Lord says, “It’s like a torque wrench going on you.” And yea, the Lord says, “I’m removing some things out of you and I’m putting some new things within you. I’m taking out the old and some of the religious mindsets and past traditions.” And yea, the Lord says, “and I’m filling you up with new revelation.” And the Lord says, “Son, get ready because you’re getting ready to jump out into the river as never before and walk on the water.” And yea, the Lord says, “I’m going to raise you up in the house. I’m going to raise you up,” says the Lord, “with some business opportunities in these next few years to come. I’m just making the man right now. I’m stirring your heart with desires.” And yea, the Lord says, “the resources will be there and you love to sow and you love to give and you love to minister and you love to plant.” And yea, the Lord says, “the day comes when you’re going to have much substance to give and sow and plant.” And yea, the Lord says, “but now the word of knowledge that’s on the inside of you that ministry gift shall flourish.” And yea, the Lord says, “you’re going to dance, you’re going to rejoice, you’ll not just be a worshipper, but you’re going to be a wild warrior for me,” says the Lord. And yea, the Lord says, “the day comes when you’ll get out from behind the sound system and you will run the aisles and you will jump and leap and twirl and as you dance on the devils head victory is going to be released not only in your life but in the lives of others, and I’m making you like a Holy Ghost whirlwind,” says the Lord, “and you’re going to be a centrifugal force of my anointing,” says God. And yea, the Lord says, “the day comes when you teach and you exhort and you minister to men and you’re going to minister to my people,” saith God, “in ways that you thought that you weren’t even capable or qualified because I’ve called you, you’re qualified,” says the Lord.
Father we bless Mark in Jesus’ name. Thank you Lord. Thank you Lord. Amen.
Mark! Powerful name. God bless our mothers. (That your mama? Good choice mom. Praise God.)
Uh, you know, I don’t know what your life has been like so much but you know some names are dangerous. You know Mark means “Mighty Hammer”, so hope you haven’t spent as many years as I have beating things and hammering things and going after things.
Mark, the Lord says, “Supernatural help from heaven is coming upon you now.” Now, don’t over-interpret this, but the Lord says, “An angel is being dispatched to deal with issues and circumstances, because there’s something here that’s been warped and oblonged than man can’t bring back to the proper shape, but this angel will go to work out there and angels can maneuver things and man can’t do much about it because they’re invisible.” (Not man, angels. Make sure you understand that.) And the Lord said, “This thing is going to be put back into the right shape so that it’s proper and upright before the Lord.” And a breakthrough is coming to you! Relief! Say it everybody, “RELIEF!” is coming to you brother. Say it, “RELIEF!” is coming to you. Not a cease fire for this moment of time. No no no no no no no. A victory is coming to you to close this chapter of your life to shut this door once and for all so you can go on and have some nights where you sleep good. Let slumber come upon my brother. In the name of Jesus let him sleep, sleep, sleep. Let him sleep at night. Let his mind slow down. Let his nerves be stabilized and let him live that stable clear life that you’ve meant for him to live. I don’t care what the days gone past have done to him or said to him. I see his future and he has a breakthrough coming and has some of the freest years that he’s had yet. Raise our hand to him, pray for him.
Freedom. FREEDOM! And PEACE! In the name of Jesus.
[tongues]
Give the Lord a handclap everybody, hallelujah!
Lord, I just thank you for Mark. And we bless Mark right now. And the Lord says, “Son, I’ve put a business mantle on your life.†And the Lord says, “I’m going to school you and I’m going to activate you. I’m going to season you. I’m going to have you in business association of relationships.†And the Lord says, “I’ve put a prophetic grace within you and a prophetic river. And you will prophesy the word.†And, yea, the Lord says, “You’re going to flow in the arts of drama and you’re going to dance before me. You’re going to be involved, you’re going to activate men and to be a warrior in expressive arts,†saith the Lord. And, yea, the Lord says, “I’m teaching you what it is to pray and hear and know my voice.†And the Lord says, “You’re going to be a voice of confirmation unto many.†Lord we bless him right now, in Jesus’ name.
Supernaturally, I’m going to penetrate the perimeters that Satan has built around your life. Get ready for me to break through, you’re looking for a breakthrough, but I’m telling you I’m going to break through. And I’m going to reach you right where you are at and there is not an evil spirit or all of them put together that can stop me!
My hand is on you to bless you, to grow you, to equip you, to anoint you and to make you the son that I’ve always wanted you to be. Your hearts in doing that, the Lord says, you’ve just had some major interruptions. And the Lord says he wants you to stop taking credit for most of them. Sure, you’ve blown it once or twice…who hasn’t? But the Lord says you’ve been victimized as much as you’ve done anything wrong. You’re not subject and responsible to what other people do that’s goofy. Did you hear me? I said goofy. Like in GOO-FY!
But the Lord says, your day of stabilization has come upon you. You’re going to pick your chin up, put your shoulders back and march like a soldier of the cross and obey me!
Here comes that anointing…give me 3 holy men to pray over this brother, c’mon…
[tongues] everybody pray, c’mon…
[tongues] yeah, yeah, yeah, yeah, fix it and repair it. Advance and promotion. In his life/on him. In the name of Jesus, help him, help him Lord with tomorrow.
[tongues] In the name of Jesus…in the name of Jesus.