<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Steve's Bunker</title>
	<atom:link href="http://mclenithan.com/wp/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://mclenithan.com/wp</link>
	<description>Piles of piles, and piles of stuff.</description>
	<lastBuildDate>Tue, 04 May 2010 04:06:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTML 5 Graphing</title>
		<link>http://mclenithan.com/wp/?p=99</link>
		<comments>http://mclenithan.com/wp/?p=99#comments</comments>
		<pubDate>Tue, 04 May 2010 04:06:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apps / Tools]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://mclenithan.com/wp/?p=99</guid>
		<description><![CDATA[http://www.rgraph.net/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rgraph.net/">http://www.rgraph.net/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mclenithan.com/wp/?feed=rss2&amp;p=99</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Process Explorer v12.01</title>
		<link>http://mclenithan.com/wp/?p=96</link>
		<comments>http://mclenithan.com/wp/?p=96#comments</comments>
		<pubDate>Fri, 09 Apr 2010 13:29:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apps / Tools]]></category>

		<guid isPermaLink="false">http://mclenithan.com/wp/?p=96</guid>
		<description><![CDATA[Latest version of Process Explorer has been released and no it&#8217;s not an April Fool&#8217;s joke.
http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
]]></description>
			<content:encoded><![CDATA[<p>Latest version of Process Explorer has been released and no it&#8217;s not an April Fool&#8217;s joke.</p>
<p><a href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx">http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mclenithan.com/wp/?feed=rss2&amp;p=96</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webkit CSS Quirk aka Feature (Affects Chrome4/5, Safari 4+)</title>
		<link>http://mclenithan.com/wp/?p=93</link>
		<comments>http://mclenithan.com/wp/?p=93#comments</comments>
		<pubDate>Fri, 09 Apr 2010 12:28:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://mclenithan.com/wp/?p=93</guid>
		<description><![CDATA[I ran in to a weird rendering issue with Chrome 4/5 and Safari 4 this week. The debug tools of both browsers provided no hints as to the issue other than the fact that it wasn&#8217;t rendering the style sheets at all. Here&#8217;s the catch though, it was only a problem when accessing the domain [...]]]></description>
			<content:encoded><![CDATA[<p>I ran in to a weird rendering issue with Chrome 4/5 and Safari 4 this week. The debug tools of both browsers provided no hints as to the issue other than the fact that it wasn&#8217;t rendering the style sheets at all. Here&#8217;s the catch though, it was only a problem when accessing the domain in question without the www. prefix. </p>
<p>Then it dawned on me, our style sheets are loaded via the www. path. So I duplicated the style sheet linkage for both situations and presto! it works. From what I can tell this looks to be a new security feature of webkit. Looks like one of the web servers had the mime type for text/css borked and since it was loading from an alternative domain it freaked out. </p>
<p>The summer TODO list grows larger&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://mclenithan.com/wp/?feed=rss2&amp;p=93</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change / Recover MediaWiki Admin Password</title>
		<link>http://mclenithan.com/wp/?p=91</link>
		<comments>http://mclenithan.com/wp/?p=91#comments</comments>
		<pubDate>Thu, 01 Apr 2010 15:57:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code Snippets]]></category>

		<guid isPermaLink="false">http://mclenithan.com/wp/?p=91</guid>
		<description><![CDATA[Lost your admin account? Use the following SQL statement to change it:
UPDATE user SET user_password = MD5( CONCAT( user_id, '-', MD5( 'NEWPASSWORDHERE' ) ) ) WHERE user_id =1
]]></description>
			<content:encoded><![CDATA[<p>Lost your admin account? Use the following SQL statement to change it:</p>
<p><code>UPDATE user SET user_password = MD5( CONCAT( user_id, '-', MD5( 'NEWPASSWORDHERE' ) ) ) WHERE user_id =1</code></p>
]]></content:encoded>
			<wfw:commentRss>http://mclenithan.com/wp/?feed=rss2&amp;p=91</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vacation Pics</title>
		<link>http://mclenithan.com/wp/?p=52</link>
		<comments>http://mclenithan.com/wp/?p=52#comments</comments>
		<pubDate>Mon, 27 Jul 2009 15:08:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mclenithan.com/wp/?p=52</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href='http://mclenithan.com/wp/?attachment_id=53' title='View From The Deck'><img width="150" height="150" src="http://mclenithan.com/wp/wp-content/uploads/2009/07/img_1241-150x150.jpg" class="attachment-thumbnail" alt="View From The Deck" title="View From The Deck" /></a>
<a href='http://mclenithan.com/wp/?attachment_id=54' title='South Manitou Island'><img width="150" height="150" src="http://mclenithan.com/wp/wp-content/uploads/2009/07/img_1242-150x150.jpg" class="attachment-thumbnail" alt="South Manitou Island" title="South Manitou Island" /></a>
<a href='http://mclenithan.com/wp/?attachment_id=55' title='Sleeping Bear Dunes'><img width="150" height="150" src="http://mclenithan.com/wp/wp-content/uploads/2009/07/img_1243-150x150.jpg" class="attachment-thumbnail" alt="Sleeping Bear Dunes Zoomed In" title="Sleeping Bear Dunes" /></a>
<a href='http://mclenithan.com/wp/?attachment_id=56' title='Frankfort Sunet'><img width="150" height="150" src="http://mclenithan.com/wp/wp-content/uploads/2009/07/img_1263-150x150.jpg" class="attachment-thumbnail" alt="Frankfort Sunet" title="Frankfort Sunet" /></a>

]]></content:encoded>
			<wfw:commentRss>http://mclenithan.com/wp/?feed=rss2&amp;p=52</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Showing a &#8220;Message&#8221; While Performing a Task in C++</title>
		<link>http://mclenithan.com/wp/?p=49</link>
		<comments>http://mclenithan.com/wp/?p=49#comments</comments>
		<pubDate>Wed, 08 Jul 2009 17:03:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://mclenithan.com/wp/?p=49</guid>
		<description><![CDATA[It took me a few minutes to figure this one out, a simple MessageBox won&#8217;t do as that&#8217;s a blocking call. Then I stumbled upon this old msdn blog article:
http://blogs.msdn.com/oldnewthing/archive/2006/09/25/770536.aspx.
Basically I had a requirement for a certain project to display some sort of progress message to the end user while performing complicated logic that could [...]]]></description>
			<content:encoded><![CDATA[<p>It took me a few minutes to figure this one out, a simple MessageBox won&#8217;t do as that&#8217;s a blocking call. Then I stumbled upon this old msdn blog article:<br />
<a href="http://blogs.msdn.com/oldnewthing/archive/2006/09/25/770536.aspx">http://blogs.msdn.com/oldnewthing/archive/2006/09/25/770536.aspx</a>.</p>
<p>Basically I had a requirement for a certain project to display some sort of progress message to the end user while performing complicated logic that could take 10seconds to a couple minutes and this had to be done from within a replacement GINA for WinXP. The above article was of extreme help in understanding the way message passing works in Win32.</p>
<p>DialogBox (with reference to the callback function)</p>
<ul>
<li> callback function.</li>
<li>show message window do all my work here.</li>
<li>then call EndDialog to return to the previous function.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mclenithan.com/wp/?feed=rss2&amp;p=49</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TSAmp (Vista64 Compatible)</title>
		<link>http://mclenithan.com/wp/?p=34</link>
		<comments>http://mclenithan.com/wp/?p=34#comments</comments>
		<pubDate>Sat, 20 Jun 2009 17:40:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[recompiled]]></category>
		<category><![CDATA[tsamp]]></category>
		<category><![CDATA[vista64]]></category>

		<guid isPermaLink="false">http://mclenithan.com/wp/?p=34</guid>
		<description><![CDATA[Skip the techno-babble, and go to the download.
For those of you familiar with TSAmp (http://www.pelicansoiree.com/TSAmp/), there is a problem with the original app when running on Vista64. The problem is not with the code, but rather the way in which it was compiled with the &#8220;any&#8221; cpu option. This leads to MSIL code that crashes [...]]]></description>
			<content:encoded><![CDATA[<p><a href="#dl">Skip</a> the techno-babble, and go to the download.</p>
<p>For those of you familiar with TSAmp (<a href="http://www.pelicansoiree.com/TSAmp/">http://www.pelicansoiree.com/TSAmp/</a>), there is a problem with the original app when running on Vista64. The problem is not with the code, but rather the way in which it was compiled with the &#8220;any&#8221; cpu option. This leads to MSIL code that crashes and burns in a 64 bit environment.</p>
<p style="text-align: center;"><img class="size-full wp-image-35 aligncenter" title="Epic Fail on Vista" src="http://mclenithan.com/wp/wp-content/uploads/2009/06/fail_exe.png" alt="Epic Fail on Vista" width="454" height="336" /></p>
<p>I tried opening the source and running it from within the IDE, and found this:</p>
<p style="text-align: center;"><a href="http://mclenithan.com/wp/wp-content/uploads/2009/06/fail_codeview.png"><img class="size-medium wp-image-36 aligncenter" title="Epic Fail inside Visual Studio" src="http://mclenithan.com/wp/wp-content/uploads/2009/06/fail_codeview-300x201.png" alt="Epic Fail inside Visual Studio" width="300" height="201" /></a></p>
<p>Not one to be dissuaded so easily, I fired up Google to figure out WTF that error meant. I ended up here (<a href="http://social.msdn.microsoft.com/Forums/en-US/netfx64bit/thread/35b09f74-1d8e-4676-90e3-c73a439bf632" target="_blank">http://social.msdn.microsoft.com/Forums/en-US/netfx64bit/thread/35b09f74-1d8e-4676-90e3-c73a439bf632</a>). No way it could&#8217;t be that easy. Yes, yes it was. Simply force Visual Studio to compile to x86 only and not &#8220;any cpu&#8221;.  As you can see here, it&#8217;s working like a charm.</p>
<p><img class="aligncenter size-full wp-image-37" title="TSAmp working on Vista64" src="http://mclenithan.com/wp/wp-content/uploads/2009/06/working1.png" alt="TSAmp working on Vista64" width="140" height="346" /><br />
<a name="dl"></a><br />
I&#8217;ve made both the recompiled binaries ready to run and the modifed Visual Studio solution available.</p>
<h3><a title="TSAmp Vista 64bit compatible Binaries" href="http://mclenithan.com//wp/wp-content/uploads/TSAmp_vista64.zip">Download Binaries</a> | <a title="TSAmp Vista 64bit compatible Visual Studio Solution Source" href="http://mclenithan.com//wp/wp-content/uploads/TSAmp_modified_vs_solution.zip">Download Source (VS .sln)</a></h3>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://mclenithan.com/wp/?feed=rss2&amp;p=34</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No more soda/pop/whatever for me</title>
		<link>http://mclenithan.com/wp/?p=33</link>
		<comments>http://mclenithan.com/wp/?p=33#comments</comments>
		<pubDate>Wed, 10 Jun 2009 18:11:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[motivation]]></category>

		<guid isPermaLink="false">http://mclenithan.com/wp/?p=33</guid>
		<description><![CDATA[I&#8217;m kicking the habit, as of 06/05/2009. 5 days now. It&#8217;s crazy how hooked you can get on coca cola not to mention how prevalent it is everywhere you go.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m kicking the habit, as of 06/05/2009. 5 days now. It&#8217;s crazy how hooked you can get on coca cola not to mention how prevalent it is everywhere you go.</p>
]]></content:encoded>
			<wfw:commentRss>http://mclenithan.com/wp/?feed=rss2&amp;p=33</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So many projects, so little time.</title>
		<link>http://mclenithan.com/wp/?p=32</link>
		<comments>http://mclenithan.com/wp/?p=32#comments</comments>
		<pubDate>Wed, 10 Jun 2009 18:04:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://mclenithan.com/wp/?p=32</guid>
		<description><![CDATA[Just thought I&#8217;d publish a quick update. I&#8217;m swamped with projects at work. Fine tuning a project started last summer, a web based inventory system, and a graduate student application reviewing system.
My brain is swimming with relational database diagrams and all that good stuff. Summer rocks!
]]></description>
			<content:encoded><![CDATA[<p>Just thought I&#8217;d publish a quick update. I&#8217;m swamped with projects at work. Fine tuning a project started last summer, a web based inventory system, and a graduate student application reviewing system.</p>
<p>My brain is swimming with relational database diagrams and all that good stuff. Summer rocks!</p>
]]></content:encoded>
			<wfw:commentRss>http://mclenithan.com/wp/?feed=rss2&amp;p=32</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP Dropper</title>
		<link>http://mclenithan.com/wp/?p=23</link>
		<comments>http://mclenithan.com/wp/?p=23#comments</comments>
		<pubDate>Sun, 10 May 2009 20:03:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apps]]></category>

		<guid isPermaLink="false">http://mclenithan.com/wp/?p=23</guid>
		<description><![CDATA[So I woke up really early this morning, and for some reason I decided to finally make a little ftp+weblink dropper. It&#8217;s very simple, just configure your FTP server settings and the corresponding website root URL. Done.
Now just drag and drop. The app spins off another thread to perform the upload task. When it&#8217;s done [...]]]></description>
			<content:encoded><![CDATA[<p>So I woke up really early this morning, and for some reason I decided to finally make a little ftp+weblink dropper. It&#8217;s very simple, just configure your FTP server settings and the corresponding website root URL. Done.</p>
<p>Now just drag and drop. The app spins off another thread to perform the upload task. When it&#8217;s done it gives you the direct URL to the file with the option to copy to clipboard.</p>
<p>Very simple, easy to use and works for what I need. There is some error handling, but I know of a few places where you can still break it <img src='http://mclenithan.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img class="alignnone size-full wp-image-24" title="Dropper Tab" src="http://mclenithan.com/wp/wp-content/uploads/2009/05/page1.jpg" alt="Dropper Tab" width="293" height="241" /> <img class="alignnone size-full wp-image-25" title="Configure Tab" src="http://mclenithan.com/wp/wp-content/uploads/2009/05/page2.jpg" alt="Configure Tab" width="293" height="241" /></p>
<h3><strong>Download: </strong><a title="FTP Dropper Compiled" href="http://mclenithan.com/wp/wp-content/uploads/ftpDropper.zip">Compiled</a> | <a title="FTP Dropper Source" href="http://mclenithan.com/wp/wp-content/uploads/ftpDropper_source.zip">Source</a></h3>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://mclenithan.com/wp/?feed=rss2&amp;p=23</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
