<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>CharltonFamily.net</title>
	<atom:link href="http://www.charltonfamily.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.charltonfamily.net</link>
	<description>Life's a journey</description>
	<pubDate>Mon, 22 Dec 2008 19:56:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Thank God!</title>
		<link>http://www.charltonfamily.net/2008/08/09/thank-god</link>
		<comments>http://www.charltonfamily.net/2008/08/09/thank-god#comments</comments>
		<pubDate>Sun, 10 Aug 2008 06:02:15 +0000</pubDate>
		<dc:creator>Cory</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.charltonfamily.net/?p=51</guid>
		<description><![CDATA[Lot&#8217;s of stuff going on in my life that I could be complaining about but I&#8217;m going to take the time to thank the Lord&#8230;
I had been trying to quit smoking all day and was doing great. Was really proud of myself for finally committing and realizing it&#8217;s hard but certainly not impossible to just [...]]]></description>
			<content:encoded><![CDATA[<p>Lot&#8217;s of stuff going on in my life that I could be complaining about but I&#8217;m going to take the time to thank the Lord&#8230;</p>
<p>I had been trying to quit smoking all day and was doing great. Was really proud of myself for finally committing and realizing it&#8217;s hard but certainly not impossible to just stop smoking and stick it through the uncomfortableness (is that a word?). Ended up going over to my sister&#8217;s house to have dinner and celebrate my first day of not smoking in who knows how many years. Steak was delicious and we had a great time.</p>
<p>On my way home while waiting at a red light I was rear ended by a Chevy Blazer who&#8217;s driver was extremely drunk (blew a 2.0 BAC) which ended up pushing me into the car in front of me which had a child in it. Thankfully no one was injured and the police came and arrested the driver.</p>
<p>At first I was very upset because I found out my license is expired and I wasn&#8217;t sure what was going to happen to me. I started worrying about the possible legal reprecusions of me driving without a license and the struggle of having to renew my license and get my car fixed without the support I am used to but God blessed me. The police let me call my sister and her husband to come pick me and my car up.</p>
<p>We ended up in the parking lot of North County Fair while I called my insurance company to report the accident. While we were waiting the girlfriend/wife of the drunk driver came up to us and asked us if we knew what was going on. I explained the situation to her and it was obvious she wanted to talk to the police to ask more questions about the DUI driver&#8217;s fate. She had her child with her and the police officer was about to leave so without even thinking I ran to the officer and explained that she was coming to ask questions and had him wait.</p>
<p>It was at that moment that I realized I had given my anger to God and realized how lucky I was for I was certainly under his protection tonight and feel that he used me to protect other people from greater harm.</p>
<p>I am thankful to God that the DUI driver hit me and my german built tank and no one was hurt instead of the DUI driver killing an innocent pedestrian.</p>
<p>I am thankful to God that I have family around that is always ready to help me.</p>
<p>I am thankful to God that even though I was breaking the law driving on an expired license that the police let me go with a warning.</p>
<p>I am thankful to God that he provides for me and I need not worry about the little things like getting to the DMV on Monday to get my license renewed or being without a car while I get it fixed for things could be so much worse.</p>
<p>Thank you God for all that you do for me, in Jesus&#8217; name amen!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.charltonfamily.net/2008/08/09/thank-god/feed</wfw:commentRss>
		</item>
		<item>
		<title>Happy Fourth of July!</title>
		<link>http://www.charltonfamily.net/2008/07/04/happy-fourth-of-july</link>
		<comments>http://www.charltonfamily.net/2008/07/04/happy-fourth-of-july#comments</comments>
		<pubDate>Fri, 04 Jul 2008 16:23:47 +0000</pubDate>
		<dc:creator>Cory</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Visual C#]]></category>

		<guid isPermaLink="false">http://www.charltonfamily.net/?p=50</guid>
		<description><![CDATA[Woke up early so I&#8217;ve been working on fixing the problem in IE Script Debugging Toggler where it doesn&#8217;t always change the script debugging state in open Internet Explorer Windows. Have been trying to use InternetSetOption() from WinInet.dll to force open windows to update their settings. I&#8217;m using the following code:
public static class WinInet
{
  #region [...]]]></description>
			<content:encoded><![CDATA[<p>Woke up early so I&#8217;ve been working on fixing the problem in <a href="http://www.charltonfamily.net/software/ie-script-debugging-toggler">IE Script Debugging Toggler</a> where it doesn&#8217;t always change the script debugging state in open Internet Explorer Windows. Have been trying to use <a href="http://msdn.microsoft.com/en-us/library/aa385114(VS.85).aspx">InternetSetOption</a>() from WinInet.dll to force open windows to update their settings. I&#8217;m using the following code:</p>
<p><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">public</span></span><span style="font-size: x-small;"> </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">static</span></span><span style="font-size: x-small;"> </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">class</span></span><span style="font-size: x-small;"> </span><span style="font-size: x-small; color: #2b91af;"><span style="font-size: x-small; color: #2b91af;">WinInet<br />
</span></span><span style="font-size: x-small;">{<br />
  </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">#region </span></span><span style="font-size: x-small;">Public Constants<br />
  </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">public</span></span><span style="font-size: x-small;"> </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">const</span></span><span style="font-size: x-small;"> </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">int</span></span><span style="font-size: x-small;"> INTERNET_OPTION_REFRESH = 37;<br />
  </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">public</span></span><span style="font-size: x-small;"> </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">const</span></span><span style="font-size: x-small;"> </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">int</span></span><span style="font-size: x-small;"> INTERNET_OPTION_SETTINGS_CHANGED = 39;<br />
  </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">#endregion</span></span></p>
<p><span style="color: #0000ff;">  </span><span style="font-size: x-small;">[</span><span style="font-size: x-small; color: #2b91af;"><span style="font-size: x-small; color: #2b91af;">DllImport</span></span><span style="font-size: x-small;">(</span><span style="font-size: x-small; color: #a31515;"><span style="font-size: x-small; color: #a31515;">"wininet.dll"</span></span><span style="font-size: x-small;">, SetLastError = </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">true</span></span><span style="font-size: x-small;">, CharSet = </span><span style="font-size: x-small; color: #2b91af;"><span style="font-size: x-small; color: #2b91af;">CharSet</span></span><span style="font-size: x-small;">.Auto)]<br />
  </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">public</span></span><span style="font-size: x-small;"> </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">static</span></span><span style="font-size: x-small;"> </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">extern</span></span><span style="font-size: x-small;"> </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">bool</span></span><span style="font-size: x-small;"> InternetSetOption(</span><span style="font-size: x-small; color: #2b91af;"><span style="font-size: x-small; color: #2b91af;">IntPtr</span></span><span style="font-size: x-small;"> hInternet, </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">int</span></span><span style="font-size: x-small;"> dwOption, </span><span style="font-size: x-small; color: #2b91af;"><span style="font-size: x-small; color: #2b91af;">IntPtr</span></span><span style="font-size: x-small;"> lpBuffer, </span><span style="font-size: x-small; color: #0000ff;"><span style="font-size: x-small; color: #0000ff;">int </span></span><span style="font-size: x-small;">dwBufferLength);<br />
}</span></p>
<p><span style="font-size: x-small; color: #2b91af;"><span style="font-size: x-small; color: #2b91af;">WinInet</span></span><span style="font-size: x-small;">.InternetSetOption(</span><span style="font-size: x-small; color: #2b91af;"><span style="font-size: x-small; color: #2b91af;">IntPtr</span></span><span style="font-size: x-small;">.Zero, </span><span style="font-size: x-small; color: #2b91af;"><span style="font-size: x-small; color: #2b91af;">WinInet</span></span><span style="font-size: x-small;">.INTERNET_OPTION_SETTINGS_CHANGED, </span><span style="font-size: x-small; color: #2b91af;"><span style="font-size: x-small; color: #2b91af;">IntPtr</span></span><span style="font-size: x-small;">.Zero, 0);<br />
</span><span style="font-size: x-small; color: #2b91af;"><span style="font-size: x-small; color: #2b91af;">WinInet</span></span><span style="font-size: x-small;">.InternetSetOption(</span><span style="font-size: x-small; color: #2b91af;"><span style="font-size: x-small; color: #2b91af;">IntPtr</span></span><span style="font-size: x-small;">.Zero, </span><span style="font-size: x-small; color: #2b91af;"><span style="font-size: x-small; color: #2b91af;">WinInet</span></span><span style="font-size: x-small;">.INTERNET_OPTION_REFRESH, </span><span style="font-size: x-small; color: #2b91af;"><span style="font-size: x-small; color: #2b91af;">IntPtr</span></span><span style="font-size: x-small;">.Zero, 0);</span></p>
<p>But it doesn&#8217;t seem to be working. Reading up on INTERNET_OPTION_SETTINGS_CHANGED and INTERNET_OPTION_REFRESH at <a href="http://msdn.microsoft.com/en-us/library/aa385483.aspx">MSDN</a> it looks like INTERNET_OPTION_REFRESH only refreshes the proxy data so I problably don&#8217;t need to be calling it. As far as INTERNET_OPTION_SETTINGS_CHANGED is concerned they mention &#8220;on the next call to <a href="http://msdn.microsoft.com/en-us/library/aa384363(VS.85).aspx">InternetConnect</a>&#8221; so I&#8217;m not clear when that would occur in an open browser. My other thought is that since I can&#8217;t find a was to set the script debugging settings using InternetSetOption then maybe an INTERNET_OPTION_SETTINGS_CHANGED won&#8217;t refresh those values.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.charltonfamily.net/2008/07/04/happy-fourth-of-july/feed</wfw:commentRss>
		</item>
		<item>
		<title>IE Script Debugging Toggler 1.0.8.702</title>
		<link>http://www.charltonfamily.net/2008/07/02/ie-script-debugging-toggler-108702</link>
		<comments>http://www.charltonfamily.net/2008/07/02/ie-script-debugging-toggler-108702#comments</comments>
		<pubDate>Thu, 03 Jul 2008 04:33:49 +0000</pubDate>
		<dc:creator>Cory</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Visual C#]]></category>

		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.charltonfamily.net/?p=49</guid>
		<description><![CDATA[I&#8217;ve been doing a lot more AJAX development recently and was frustrated by how many steps (4-5 heh) it took to enable/disable script debugging in Internet Explorer. After a quick search I wasn&#8217;t able to find a tool to make enabling/disabling script debugging in IE simpler so I wrote IE Script Debugging Toggler. Follow the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing a lot more AJAX development recently and was frustrated by how many steps (4-5 heh) it took to enable/disable script debugging in Internet Explorer. After a quick search I wasn&#8217;t able to find a tool to make enabling/disabling script debugging in IE simpler so I wrote <a href="http://www.charltonfamily.net/software/ie-script-debugging-toggler">IE Script Debugging Toggler</a>. Follow the link for more details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.charltonfamily.net/2008/07/02/ie-script-debugging-toggler-108702/feed</wfw:commentRss>
		</item>
		<item>
		<title>My Moto Q is stuck in Flash Mode</title>
		<link>http://www.charltonfamily.net/2008/06/16/my-moto-q-is-stuck-in-flash-mode</link>
		<comments>http://www.charltonfamily.net/2008/06/16/my-moto-q-is-stuck-in-flash-mode#comments</comments>
		<pubDate>Mon, 16 Jun 2008 19:35:20 +0000</pubDate>
		<dc:creator>Cory</dc:creator>
		
		<category><![CDATA[Motorola Q]]></category>

		<guid isPermaLink="false">http://www.charltonfamily.net/?p=46</guid>
		<description><![CDATA[This morning I took my Motorolla Q off the charger and tried to power it on. It would briefly display the Sprint boot logo then fade out and shutoff completly. Thinking it might be a temporary condition I removed and replaced the battery which only made things worse. Now I am no longer able to [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I took my Motorolla Q off the charger and tried to power it on. It would briefly display the Sprint boot logo then fade out and shutoff completly. Thinking it might be a temporary condition I removed and replaced the battery which only made things worse. Now I am no longer able to power on/off the phone but when I remove and replace the battery I&#8217;m greeted with a &#8220;Motorolla Flash Mode&#8221; screen that instructs me to connect the USB cable.</p>
<p>I&#8217;ve been searching forums all morning looking for a solution since the phone seems to be partially working. Came across a site that suggested I could use the Motorolla Software Updater to reflash it but this is unable to determine the version of my phone. I tried another method of using the Motorolla Software Updater to start the process on a co-workers &#8220;good&#8221; Moto Q and swapping mine in while the update is downloading but I can&#8217;t get that to work.</p>
<p>So I&#8217;ve moved on to trying to use RDSLite to reflash the phone. I&#8217;ve found SPT_Q2_C_01.13.00I_01.0D.00R_MONSTER_01.sbf which is apparently firmware for some version (not sure which) of a Moto Q provided by Sprint. Using RDSLite I get part of the way through the process but it fails. The error doesn&#8217;t give much detail (that helps me understand what is going on at least) but it &#8220;seems&#8221; like it&#8217;s failing while trying to erase the old flash but also indicates that it&#8217;s not able to verify the bootloader (like a checksum error). So I&#8217;m not sure if the phone is actually dead (ie: dead flash) or if the problem is with the the file I am trying to upload. For shiggles I&#8217;m going to try uploading a Verizon image that looks like it might be an older version than what I have&#8230; Sigh&#8230;</p>
<p>Update: Tried several different flash images with RDSLite and they all seem to fail the same way. Luckily I found <a href="http://www.motorola.com/iden/support">http://www.motorola.com/iden/support</a> and was able to verify that my Moto Q is still under warranty. Going to ship it off tomorrow and keep my fingers crossed. Wish I had known about this repair service the first time it died and Sprint charged me $55 for a replacement. I have a Samsung A900 I was able to temporarily active on my account so the 10-14 days estimated repair time is only a slight inconvenience (hope I don&#8217;t miss any meetings heh).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.charltonfamily.net/2008/06/16/my-moto-q-is-stuck-in-flash-mode/feed</wfw:commentRss>
		</item>
		<item>
		<title>CC.USBHID 0.0.8.323 (.NET picoLCD &#8220;driver&#8221;)</title>
		<link>http://www.charltonfamily.net/2008/03/23/ccusbhid-008323-net-picolcd-driver</link>
		<comments>http://www.charltonfamily.net/2008/03/23/ccusbhid-008323-net-picolcd-driver#comments</comments>
		<pubDate>Mon, 24 Mar 2008 02:17:55 +0000</pubDate>
		<dc:creator>Cory</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Visual C#]]></category>

		<guid isPermaLink="false">http://www.charltonfamily.net/2008/03/23/ccusbhid-008323-beta-net-picolcd-driver</guid>
		<description><![CDATA[As part of my CC.PowerManager project I purchased a M200-LCD case from Mini-Box.com and wanted to be able to write to the display from my .NET application. The manufacturer provides a C++ source code example that I was able to walk through and create a .NET alternative using Visual C#. In it&#8217;s current release CC.USBHID allows [...]]]></description>
			<content:encoded><![CDATA[<p>As part of my CC.PowerManager project I purchased a <a href="http://www.mini-box.com/M200-LCD-Enclosure">M200-LCD</a> case from <a href="http://www.mini-box.com">Mini-Box.com</a> and wanted to be able to write to the display from my .NET application. The manufacturer provides a C++ source code example that I was able to walk through and create a .NET alternative using Visual C#. In it&#8217;s current release CC.USBHID allows .NET developers to easily connect to and control a picoLCD device and provides a good start to communicate with other USB HID devices. Read more <a href="http://www.charltonfamily.net/software/ccusbhid">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.charltonfamily.net/2008/03/23/ccusbhid-008323-net-picolcd-driver/feed</wfw:commentRss>
		</item>
		<item>
		<title>.NET Micro Framework and CC.PowerManager</title>
		<link>http://www.charltonfamily.net/2008/03/17/net-micro-framework-and-ccpowermanager</link>
		<comments>http://www.charltonfamily.net/2008/03/17/net-micro-framework-and-ccpowermanager#comments</comments>
		<pubDate>Mon, 17 Mar 2008 22:25:53 +0000</pubDate>
		<dc:creator>Cory</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Visual C#]]></category>

		<guid isPermaLink="false">http://www.charltonfamily.net/2008/03/17/net-micro-framework-mono-and-ccpowermanager</guid>
		<description><![CDATA[Recently I started a project tenatively named CC.PowerManager. This project will consist of client/server software and is designed to control the AC power distribution to each component in my entertainment center. Allowing me to cut the power to each device to eliminate their current draw while &#8220;Off&#8221;. The client software will run on an embedded [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I started a project tenatively named CC.PowerManager. This project will consist of client/server software and is designed to control the AC power distribution to each component in my entertainment center. Allowing me to cut the power to each device to eliminate their current draw while &#8220;Off&#8221;. The client software will run on an embedded computer and use GPIOs to toggle relays connected to each power outlet. I wanted to start &#8220;simple&#8221; so I purchased an <a href="http://www.pcengines.ch/alix1c.htm">alix1c</a> from <a href="http://www.pcengines.ch/">PC Engines</a> which should allow me to run Windows XP and play on familiar ground. Turns out a buddy at work is also working on a similiar project and is more in the know than I as he recently pointed me towards the <a href="http://msdn2.microsoft.com/en-us/embedded/bb267253.aspx">.NET Micro Framework</a> which looks pretty slick.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.charltonfamily.net/2008/03/17/net-micro-framework-and-ccpowermanager/feed</wfw:commentRss>
		</item>
		<item>
		<title>WMReboot 1.0</title>
		<link>http://www.charltonfamily.net/2007/11/22/wmreboot-10</link>
		<comments>http://www.charltonfamily.net/2007/11/22/wmreboot-10#comments</comments>
		<pubDate>Thu, 22 Nov 2007 19:23:06 +0000</pubDate>
		<dc:creator>Cory</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[Motorola Q]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Visual C#]]></category>

		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://www.charltonfamily.net/2007/11/22/wmreboot-10</guid>
		<description><![CDATA[WMReboot 0.2 seemed to take too long to load for what it&#8217;s function was. I figured if someone needs to reboot their device they want to do it quickly. For that reason I rewrote WMReboot as a Visual C# console application to greatly decrease the load time. It would problably run faster if I used [...]]]></description>
			<content:encoded><![CDATA[<p>WMReboot 0.2 seemed to take too long to load for what it&#8217;s function was. I figured if someone needs to reboot their device they want to do it quickly. For that reason I rewrote WMReboot as a Visual C# console application to greatly decrease the load time. It would problably run faster if I used C++ but I&#8217;m more comfortable in the managed code arena so we&#8217;ll take things one step at a time <img src='http://www.charltonfamily.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> Read more <a href="http://www.charltonfamily.net/software/wmreboot">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.charltonfamily.net/2007/11/22/wmreboot-10/feed</wfw:commentRss>
		</item>
		<item>
		<title>WMStopWatch 0.6</title>
		<link>http://www.charltonfamily.net/2007/11/22/wmstopwatch-06</link>
		<comments>http://www.charltonfamily.net/2007/11/22/wmstopwatch-06#comments</comments>
		<pubDate>Thu, 22 Nov 2007 17:13:53 +0000</pubDate>
		<dc:creator>Cory</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[Motorola Q]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Visual Basic .NET]]></category>

		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://www.charltonfamily.net/2007/11/22/wmstopwatch-06</guid>
		<description><![CDATA[Quick release of WMStopWatch to fix the issues caused in the 0.5 release. Read more here.
]]></description>
			<content:encoded><![CDATA[<p>Quick release of WMStopWatch to fix the issues caused in the 0.5 release. Read more <a href="http://www.charltonfamily.net/software/wmstopwatch">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.charltonfamily.net/2007/11/22/wmstopwatch-06/feed</wfw:commentRss>
		</item>
		<item>
		<title>WMStopWatch 0.5</title>
		<link>http://www.charltonfamily.net/2007/11/22/wmstopwatch-05</link>
		<comments>http://www.charltonfamily.net/2007/11/22/wmstopwatch-05#comments</comments>
		<pubDate>Thu, 22 Nov 2007 08:00:46 +0000</pubDate>
		<dc:creator>Cory</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[Motorola Q]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Visual Basic .NET]]></category>

		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://www.charltonfamily.net/2007/11/22/wmstopwatch-05</guid>
		<description><![CDATA[I&#8217;ve released a new version of WMStopWatch that adds a countdown mode. The countdown mode allows you to set a time and optionally a wav file. When the timer reaches the countdown time the default system beep or the configured wav file is played. Read more here.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve released a new version of WMStopWatch that adds a countdown mode. The countdown mode allows you to set a time and optionally a wav file. When the timer reaches the countdown time the default system beep or the configured wav file is played. Read more <a href="http://www.charltonfamily.net/software/wmstopwatch">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.charltonfamily.net/2007/11/22/wmstopwatch-05/feed</wfw:commentRss>
		</item>
		<item>
		<title>Site Update / New Car</title>
		<link>http://www.charltonfamily.net/2007/11/17/site-update</link>
		<comments>http://www.charltonfamily.net/2007/11/17/site-update#comments</comments>
		<pubDate>Sat, 17 Nov 2007 07:40:56 +0000</pubDate>
		<dc:creator>Cory</dc:creator>
		
		<category><![CDATA[Automobile]]></category>

		<category><![CDATA[Family]]></category>

		<category><![CDATA[Website]]></category>

		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.charltonfamily.net/2007/11/17/site-update</guid>
		<description><![CDATA[Been a while since I&#8217;ve updated the site. Things have been pretty busy at work but I finally found some time to update Wordpress and all the plugins. My wife and I recently bought a new Hyundai Santa FE. I don&#8217;t get to drive it much and I can&#8217;t smoke in it but other than [...]]]></description>
			<content:encoded><![CDATA[<p>Been a while since I&#8217;ve updated the site. Things have been pretty busy at work but I finally found some time to update Wordpress and all the plugins. My wife and I recently bought a new Hyundai Santa FE. I don&#8217;t get to drive it much and I can&#8217;t smoke in it but other than that it&#8217;s nice <img src='http://www.charltonfamily.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.charltonfamily.net/2007/11/17/site-update/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
