<feed xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US">
    <title>Conservative Calling</title>
    <link rel="self" type="application/xml" href="http://www.jasoncecil.com/Blog/Atom.aspx" />
    <subtitle type="html">Being conservative is not just a choice, it's a calling.</subtitle>
    <id>http://www.jasoncecil.com/Blog/Default.aspx</id>
    <author>
        <name>Jason</name>
        <uri>http://www.jasoncecil.com/Blog/Default.aspx</uri>
    </author>
    <generator uri="http://subtextproject.com" version="Subtext Version 1.9.5.177">Subtext</generator>
    <updated>2008-07-17T12:32:52Z</updated>
    <entry>
        <title>How to get Subtext Akismet Spam Filtering to Work On Godaddy</title>
        <link rel="self" type="text/html" href="http://www.jasoncecil.com/Blog/archive/2007/12/24/how-to-get-subtext-akismet-spam-filtering-to-work-on.aspx" />
        <id>http://www.jasoncecil.com/Blog/archive/2007/12/24/how-to-get-subtext-akismet-spam-filtering-to-work-on.aspx</id>
        <published>2007-12-24T12:09:34-06:00:00</published>
        <updated>2007-12-24T12:11:25Z</updated>
        <content type="html">&lt;p&gt;I have been using &lt;a href="http://www.subtextproject.com/"&gt;Subtext&lt;/a&gt; for a few months now and I absolutely love it. There were a few things that weren't quite like I wanted but that was no big deal because it's open source.  I just changed the code and uploaded my own version. There are many built in features I didn't enable at first just to see if they were needed.  One such feature was &lt;a href="http://akismet.com/"&gt;Akismet&lt;/a&gt; spam filtering support.&lt;/p&gt;  &lt;p&gt;I get email notification every time someone posts a comment on this blog.  However, I don't get an email when I get a trackback (aka pingback and pingtrack).  I logged into my &lt;a href="http://www.google.com/analytics/"&gt;Google analytics&lt;/a&gt; account this morning and found that people were finding my site via some pretty racy search terms.  Sure enough, there were hundreds of spam trackbacks on my blog.&lt;/p&gt;  &lt;p&gt;No problem, right?  I'll just enable Akismet spam filtering which is built into Subtext.  All I had to do (or so I thought) was to sign up for a free &lt;a href="http://wordpress.org/"&gt;WordPress&lt;/a&gt; account which would give me a free Akismet API key, then enter that key into the comment options in the admin section.  Well, it wasn't that simple and at no fault of Subtext or Akismet.  Turns out Akismet will not work in a medium trust environment because it needs to make web service calls to the Akismet servers.&lt;/p&gt;  &lt;p&gt;I did a quick Google search and found &lt;a href="http://haacked.com/archive/2006/10/25/Subtext_1.9.2_quotShields_Upquot_Edition_Released.aspx"&gt;Paul Haack's blog post about the issue&lt;/a&gt;.  He anticipated this problem (you gotta love Paul and those other Subtext guys) and setup the option for Subtext to use a proxy for web service calls like this.  I then searched Godaddy's support documentation but found no mention of a proxy.  I suppose it's something they don't exactly want to advertise if they can help it. I sent them an email through their support system and got a response within a couple of minutes.  They do have a proxy!  I added the proxy settings to my web.config and now I have full Akismet spam filtering.&lt;/p&gt;  &lt;p&gt;If you're in the same situation, just add the proxy host and port to your web.config (around line 300).&lt;/p&gt;  &lt;pre class="csharpcode"&gt;&amp;lt;add key=&lt;span class="str"&gt;"ProxyHost"&lt;/span&gt; &lt;span class="kwrd"&gt;value&lt;/span&gt;=&lt;span class="str"&gt;"http://wc-v01.inet.mesa1.gdg"&lt;/span&gt; /&amp;gt;
&amp;lt;add key=&lt;span class="str"&gt;"ProxyPort"&lt;/span&gt; &lt;span class="kwrd"&gt;value&lt;/span&gt;=&lt;span class="str"&gt;"3128"&lt;/span&gt; /&amp;gt;&lt;/pre&gt;
&lt;style type="text/css"&gt;&lt;![CDATA[
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }]]&gt;&lt;/style&gt;&lt;img src="http://www.jasoncecil.com/Blog/aggbug/22.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://www.jasoncecil.com/Blog/comments/22.aspx</wfw:comment>
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://www.jasoncecil.com/Blog/comments/commentRss/22.aspx</wfw:commentRss>
        <trackback:ping>http://www.jasoncecil.com/Blog/services/trackbacks/22.aspx</trackback:ping>
    </entry>
    <entry>
        <title>A Great Day For Human Life</title>
        <link rel="self" type="text/html" href="http://www.jasoncecil.com/Blog/archive/2007/11/30/a-great-day-for-human-life.aspx" />
        <id>http://www.jasoncecil.com/Blog/archive/2007/11/30/a-great-day-for-human-life.aspx</id>
        <published>2007-11-30T10:02:23-06:00:00</published>
        <updated>2007-11-30T10:02:23Z</updated>
        <content type="html">&lt;p&gt;I read &lt;a href="http://www.realclearpolitics.com/articles/2007/11/stem_cell_vindication_for_bush.html"&gt;an article by Charles Krauthammer&lt;/a&gt; this morning and was reminded of how important it is to have a president with moral values.  Millions and perhaps billions of lives have been saved.  Would this scientific breakthrough have happened eventually?  Quite possibly.  But I doubt it would have happened this soon.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;A decade ago, Thomson was the first to isolate human embryonic stem cells. Last week, he (and Japan's Shinya Yamanaka) announced one of the great scientific breakthroughs since the discovery of DNA: an embryo-free way to produce genetically matched stem cells. &lt;/p&gt;    &lt;p&gt;Even a scientist who cares not a whit about the morality of embryo destruction will adopt this technique because it is so simple and powerful. &lt;/p&gt;    &lt;p&gt;The embryonic stem cell debate is over. &lt;/p&gt;    &lt;p&gt;Which allows a bit of reflection on the storm that has raged ever since the August 2001 announcement of President Bush's stem cell policy. &lt;/p&gt;    &lt;p&gt;The verdict is clear: Rarely has a president -- so vilified for a moral stance -- been so thoroughly vindicated.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Read the &lt;a href="http://www.realclearpolitics.com/articles/2007/11/stem_cell_vindication_for_bush.html"&gt;full article here&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://www.jasoncecil.com/Blog/aggbug/20.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://www.jasoncecil.com/Blog/comments/20.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jasoncecil.com/Blog/comments/commentRss/20.aspx</wfw:commentRss>
        <trackback:ping>http://www.jasoncecil.com/Blog/services/trackbacks/20.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Anyone Want to Sponsor My Nextel Cup Team?</title>
        <link rel="self" type="text/html" href="http://www.jasoncecil.com/Blog/archive/2007/10/19/anyone-want-to-sponsor-me.aspx" />
        <id>http://www.jasoncecil.com/Blog/archive/2007/10/19/anyone-want-to-sponsor-me.aspx</id>
        <published>2007-10-19T13:06:00-05:00:00</published>
        <updated>2008-07-17T12:29:26Z</updated>
        <content type="html">&lt;p&gt;I had some fun yesterday at the race track.  I was invited to go to a sales pitch for geeky web stuff and it was the best sales pitch ever.  They had food, they had a plasma TV raffle (which I didn't win) and they paid for everyone to ride in a Nextel Cup car around the track at 165mph.  Apparently I can be bought.&lt;/p&gt;&lt;img src="http://www.jasoncecil.com/Blog/aggbug/13.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://www.jasoncecil.com/Blog/comments/13.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jasoncecil.com/Blog/comments/commentRss/13.aspx</wfw:commentRss>
        <trackback:ping>http://www.jasoncecil.com/Blog/services/trackbacks/13.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Blogging in Style - Windows Live Writer</title>
        <link rel="self" type="text/html" href="http://www.jasoncecil.com/Blog/archive/2007/10/17/blogging-in-style---windows-live-writer.aspx" />
        <id>http://www.jasoncecil.com/Blog/archive/2007/10/17/blogging-in-style---windows-live-writer.aspx</id>
        <published>2007-10-17T13:55:37-05:00:00</published>
        <updated>2007-10-17T13:56:38Z</updated>
        <content type="html">&lt;p&gt;As mentioned a &lt;a href="http://www.jasoncecil.com/Blog/archive/2007/10/11/switching-to-subtext.aspx"&gt;few posts below&lt;/a&gt;, I switched blogging software to &lt;a href="http://www.subtextproject.com/"&gt;Subtext&lt;/a&gt;.  I have also recently discovered a really cool blog editor, &lt;a href="http://windowslivewriter.spaces.live.com/"&gt;Windows Live Writer&lt;/a&gt;.  Most blogging services have a web editor for posting and editing your blog.  Subtext is no different.  And just like all other blogging services, the web editor in Subtext leaves much to be desired.&lt;/p&gt;  &lt;p&gt;That's where Windows Live Writer comes in.  It installs on your local computer and functions very similar to Microsoft Word but it is built specifically for blogging.  All of the features you wish your web editor had, this has.  Don't have Subtext as your blogging software?  No problem!  WLW works with most blogging services.  It was originally written for Windows Live Spaces but the authors were smart and made it compatible with nearly all other services as well.&lt;/p&gt;  &lt;p&gt;Installation was a breeze too.  I simply typed in the URL of my blog and it automatically detected which software I was using and configured itself to post to it.  It automatically detected all of my categories and posts and imported them into the editor.  All I had to do was start typing.  It couldn't be more simple!&lt;/p&gt;  &lt;p&gt;If this sounds too good to be true, &lt;a href="http://windowslivewriter.spaces.live.com/blog/cns!D85741BB5E0BE8AA!1421.entry"&gt;then try it yourself&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://www.jasoncecil.com/Blog/aggbug/8.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://www.jasoncecil.com/Blog/comments/8.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jasoncecil.com/Blog/comments/commentRss/8.aspx</wfw:commentRss>
        <trackback:ping>http://www.jasoncecil.com/Blog/services/trackbacks/8.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Reading the Qur'an</title>
        <link rel="self" type="text/html" href="http://www.jasoncecil.com/Blog/archive/2007/10/16/reading-the-quran.aspx" />
        <id>http://www.jasoncecil.com/Blog/archive/2007/10/16/reading-the-quran.aspx</id>
        <published>2007-10-16T14:48:14-05:00:00</published>
        <updated>2007-10-16T15:54:35Z</updated>
        <content type="html">I have long been interested in religious studies not only about Christianity but about all world religions.  As a Christian I have taken a lot of time to carefully read The Bible and understand its teachings (as any Christian should).  There is much left for me to learn and I don't think I can ever get to a point where I can say I know everything about The Bible and Christianity.  I have found that one of the best ways to learn about your own religion is to study another and then compare and contrast.  It will either reinforce your faith or shake it at its core.  Either way, it is good to know what you believe and why you believe it.&lt;br /&gt;
&lt;br /&gt;
Several years ago now, I began working with a man who I will characterize as a seeker.  He has a Muslim background (Sunni to be specific) but could never really call the religion his own.  He is attempting to find the truth by studying all of the main world religions and he is trying to be as objective as possible.  I have had many conversations with him over the last several years regarding Christianity and we have both been surprised at some of the differences and similarities.  I have committed to studying with him and I think the best place to start is Islam.  Since his background is in Islam, studying it first will give me a good understanding of his perspective.  It's also a good place to start since Islam has become such a major topic around the world.&lt;br /&gt;
&lt;br /&gt;
Even though I will be bringing a Christian perspective, I hope to approach this study as objective as possible.  I know I won't be able to be completely objective and in some cases I'll look to my Christian background to compare and contrast, but I'm going to do my best to read the text for what it is.  I just happened to grow up in a Christian family but what if I had grown up in a Muslim family or even Hindu?  Might I believe as strongly in them as I do Christianity?  My studies of Christianity have revealed lots of supporting evidence.  Does similar evidence exist for other religions?&lt;br /&gt;
&lt;br /&gt;
One important thing I have learned from studying The Bible is that context is key.  Context about the culture of the time and even the situation of the person who penned the text is very important in comprehending the entire meaning of the text.  I'm sure context is just as important in the Qur'an.  I already know that the Qur'an was written in the early 600s although it did not exist in its current form at that time.  It is widely believed that Muhammad revealed the entire text orally and that it was written by his followers.  Different parts of the text were revealed at different times and the Qur'an is not organized chronologically.  I also know that the Qur'an makes claims about Christianity and Judaism which I will not discuss until the next post.&lt;br /&gt;
&lt;br /&gt;
A few months ago one of my favorite blogs started "&lt;a href="http://hotair.com/archives/2007/05/26/hot-air-introduces-blogging-the-quran/"&gt;Blogging the Qur'an&lt;/a&gt;".  I have intentionally not read any commentary on the Qur'an including the site linked above so I can be as objective as possible.  I would, however like to take a similar approach in my study.  My plan is to first post about the general context of the entire text and to give some background as I understand it.  I will then make a post about individual chapters.  For each chapter I will attempt to present a summary, make some observations and then list questions I have about that chapter.  Hopefully, someone can respond to some of my questions.  My first post will come soon.&lt;img src="http://www.jasoncecil.com/Blog/aggbug/6.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://www.jasoncecil.com/Blog/comments/6.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jasoncecil.com/Blog/comments/commentRss/6.aspx</wfw:commentRss>
        <trackback:ping>http://www.jasoncecil.com/Blog/services/trackbacks/6.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Switching to SubText</title>
        <link rel="self" type="text/html" href="http://www.jasoncecil.com/Blog/archive/2007/10/11/switching-to-subtext.aspx" />
        <id>http://www.jasoncecil.com/Blog/archive/2007/10/11/switching-to-subtext.aspx</id>
        <published>2007-10-11T14:30:00-05:00:00</published>
        <updated>2007-10-13T16:24:01Z</updated>
        <content type="html">As you have probably already noticed, the site has changed dramatically.  I am switching blogging software from blogger to &lt;a href="http://www.subtextproject.com/"&gt;SubText&lt;/a&gt;, a free open-source .NET blog.  This will allow me to do basically whatever I want since I can change the software to suite my needs.  You may also notice that most of my previous posts are gone.  I only took the time to import my favorite ones and the rest I'm just leaving behind.&lt;br /&gt;
&lt;br /&gt;
A few things still on my conversion to-do list:&lt;br /&gt;
&lt;ol&gt;
    &lt;li style="text-decoration: line-through;"&gt;Update skin for the photo gallery.&lt;/li&gt;
    &lt;li style="text-decoration: line-through;"&gt;Update the photo gallery.  I think it has been several months since I uploaded any new pictures.  I didn't stop taking them and I have many new ones to put up.&lt;/li&gt;
    &lt;li&gt;Create a custom icon for the header.&lt;/li&gt;
&lt;/ol&gt;
Let me know what you think about the new look.&lt;img src="http://www.jasoncecil.com/Blog/aggbug/5.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://www.jasoncecil.com/Blog/comments/5.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jasoncecil.com/Blog/comments/commentRss/5.aspx</wfw:commentRss>
        <trackback:ping>http://www.jasoncecil.com/Blog/services/trackbacks/5.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Christian's First Poem</title>
        <link rel="self" type="text/html" href="http://www.jasoncecil.com/Blog/archive/2007/02/19/christians-first-poem.aspx" />
        <id>http://www.jasoncecil.com/Blog/archive/2007/02/19/christians-first-poem.aspx</id>
        <published>2007-02-19T11:15:16-06:00:00</published>
        <updated>2007-10-11T11:17:31Z</updated>
        <content type="html">Christian and I were home alone on Sunday morning and he was divinely inspired to write this poem. I helped him along but the words are his.&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;font style="font-weight: bold;"&gt;Ode To My Kitty&lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
My dear kitty,&lt;br /&gt;
I love you so.&lt;br /&gt;
I wonder why,&lt;br /&gt;
why you go.&lt;br /&gt;
When we touch,&lt;br /&gt;
you let out a loud grrr.&lt;br /&gt;
I bet that's because&lt;br /&gt;
I'm pulling out your fur.&lt;/div&gt;&lt;img src="http://www.jasoncecil.com/Blog/aggbug/2.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://www.jasoncecil.com/Blog/comments/2.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jasoncecil.com/Blog/comments/commentRss/2.aspx</wfw:commentRss>
        <trackback:ping>http://www.jasoncecil.com/Blog/services/trackbacks/2.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Introducing Christian Douglas Cecil</title>
        <link rel="self" type="text/html" href="http://www.jasoncecil.com/Blog/archive/2006/04/25/introducing-christian-douglas-cecil.aspx" />
        <id>http://www.jasoncecil.com/Blog/archive/2006/04/25/introducing-christian-douglas-cecil.aspx</id>
        <published>2006-04-25T10:53:37-05:00:00</published>
        <updated>2008-07-17T12:32:52Z</updated>
        <content type="html">&lt;center&gt;DOB: 4/22/2006 Weight: 6 lbs 5.7 oz Length: 21 inches&lt;/center&gt;
&lt;p&gt;Jenni was absolutely amazing during labor and delivery. It only took 7 hours of labor which was a welcome surprise to us. Jenni and Christian are doing very well. More info to come later.&lt;/p&gt;
&lt;center&gt;&lt;a href="http://www.jasoncecil.com/gallery/"&gt;Click here to see some photos&lt;/a&gt;.&lt;/center&gt;&lt;img src="http://www.jasoncecil.com/Blog/aggbug/1.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://www.jasoncecil.com/Blog/comments/1.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.jasoncecil.com/Blog/comments/commentRss/1.aspx</wfw:commentRss>
        <trackback:ping>http://www.jasoncecil.com/Blog/services/trackbacks/1.aspx</trackback:ping>
    </entry>
</feed>