<?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>Wayne Michael</title>
	<atom:link href="http://www.wrmichael.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.wrmichael.com</link>
	<description>Personal website.  Enjoy!</description>
	<lastBuildDate>Thu, 17 May 2012 10:20:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>clear cached windows credentials</title>
		<link>http://www.wrmichael.com/?p=1835</link>
		<comments>http://www.wrmichael.com/?p=1835#comments</comments>
		<pubDate>Thu, 17 May 2012 10:20:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[System Admin]]></category>

		<guid isPermaLink="false">http://www.wrmichael.com/?p=1835</guid>
		<description><![CDATA[<p>q: I selected &#8220;Save my credentials&#8221; when logging into a web site or server. How can I remove the credentials? a: from command prompt run: rundll32.exe keymgr.dll, KRShowKeyMgr</p>
 ]]></description>
			<content:encoded><![CDATA[<p>q:  I selected &#8220;Save my credentials&#8221; when logging into a web site or server.  How can I remove the credentials?</p>
<p>a: from command prompt run:</p>
<p>rundll32.exe keymgr.dll, KRShowKeyMgr</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wrmichael.com/?feed=rss2&#038;p=1835</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Convert String to Date</title>
		<link>http://www.wrmichael.com/?p=1832</link>
		<comments>http://www.wrmichael.com/?p=1832#comments</comments>
		<pubDate>Wed, 16 May 2012 14:54:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wrmichael.com/?p=1832</guid>
		<description><![CDATA[<p>MSSQL 2005 date input format YYYYMMDDHHMMSSNN date ouput format YYYY-MM-DD HH:MM:SS update tablename set editDate = substring(editdate,1,4) + '-' + substring(editdate,5,2) + '-' + substring(editdate,7,2) + ' ' + substring(editdate,9,2) + ':' + substring(editdate,11,2) + ':' + substring(editdate,13,2)</p>
 ]]></description>
			<content:encoded><![CDATA[<p>MSSQL 2005 </p>
<p>date input format YYYYMMDDHHMMSSNN </p>
<p>date ouput format YYYY-MM-DD HH:MM:SS<br />
<code><br />
update tablename<br />
set editDate = substring(editdate,1,4) + '-' + substring(editdate,5,2) + '-' + substring(editdate,7,2) + ' ' + substring(editdate,9,2) + ':' + substring(editdate,11,2) + ':' + substring(editdate,13,2)<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wrmichael.com/?feed=rss2&#038;p=1832</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The bards tale</title>
		<link>http://www.wrmichael.com/?p=1825</link>
		<comments>http://www.wrmichael.com/?p=1825#comments</comments>
		<pubDate>Mon, 30 Apr 2012 19:55:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://www.wrmichael.com/?p=1825</guid>
		<description><![CDATA[<p>I have been playing the bards tale game. It is a great game from the 80&#8242;s that will require patients and imagination. The emulator is on the iPad and was provided with a 2005 remake of the bards tale. Other than the title the games are not related. You roam the city Skara Brea fighting [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<p>I have been playing the bards tale game.  It is a great game from the 80&#8242;s that will require patients and imagination.</p>
<p>The emulator is on the iPad and was provided with a 2005 remake of the bards tale.  Other than the title the games are not related.</p>
<p>You roam the city Skara Brea fighting evil creates.  If you are lucky enough you will find a Cellar that leads you to the Sewers.</p>
<p>In the sewer you will learn to fight and advance your characters until they are ready to face the catacombs.</p>
<p>Ready for Adventure? Love classic games?  Go get the game at the app store or click here: <a href="http://itunes.apple.com/us/app/the-bards-tale/id480375355?mt=8" title="The Bards Tale" target="_blank">click here</a></p>
<p><a href="http://www.wrmichael.com/wp-content/uploads/2012/04/20120430-202337.jpg"><img src="http://www.wrmichael.com/wp-content/uploads/2012/04/20120430-202337.jpg" alt="20120430-202337.jpg" class="alignnone size-full" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wrmichael.com/?feed=rss2&#038;p=1825</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vb.Net adding menu&#8217;s dynamicly</title>
		<link>http://www.wrmichael.com/?p=1821</link>
		<comments>http://www.wrmichael.com/?p=1821#comments</comments>
		<pubDate>Wed, 18 Apr 2012 10:19:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VB.Net]]></category>

		<guid isPermaLink="false">http://www.wrmichael.com/?p=1821</guid>
		<description><![CDATA[<p>I was looking a simple example of how to add menus in VB and did not find many samples helpful. I decided to provide this just in case someone else was looking for similar code. Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim mym As New MainMenu Dim myi As [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<p>I was looking a simple example of how to add menus in VB and did not find many samples helpful.</p>
<p>I decided to provide this just in case someone else was looking for similar code. </p>
<p><code><br />
 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load<br />
        Dim mym As New MainMenu<br />
        Dim myi As MenuItem = mym.MenuItems.Add("File")<br />
        myi.MenuItems.Add("Item1")<br />
        myi.MenuItems.Add("Item2")<br />
        Dim myi3 As MenuItem = myi.MenuItems.Add("Item3", New System.EventHandler(AddressOf menuClick))<br />
        Me.Menu = mym<br />
    End Sub<br />
    Sub menuClick(ByVal sender As Object, ByVal e As EventArgs)<br />
        'you can use a case statement here to decide how to handle the menu item.<br />
        'in my case I will use an INI file to pull in more data based on the menu item.<br />
        MsgBox(sender.text)</p>
<p>    End Sub</p>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wrmichael.com/?feed=rss2&#038;p=1821</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAAS Class Certificate</title>
		<link>http://www.wrmichael.com/?p=1815</link>
		<comments>http://www.wrmichael.com/?p=1815#comments</comments>
		<pubDate>Wed, 11 Apr 2012 07:59:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wrmichael.com/?p=1815</guid>
		<description><![CDATA[<p>Free online courses can be found at</p>
 ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.wrmichael.com/wp-content/uploads/2012/04/SOA-SAASCLASSP1-791x1024.jpg" alt="" title="SOA-SAASCLASSP1" width="791" height="1024" class="aligncenter size-large wp-image-1816" /></p>
<p>Free online courses can be found at <a href="http://www.coursera.org" title="Courcera" target="_blank"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wrmichael.com/?feed=rss2&#038;p=1815</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silversword</title>
		<link>http://www.wrmichael.com/?p=1805</link>
		<comments>http://www.wrmichael.com/?p=1805#comments</comments>
		<pubDate>Mon, 02 Apr 2012 18:29:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[adventure]]></category>
		<category><![CDATA[Bards tale]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[RPG]]></category>

		<guid isPermaLink="false">http://www.wrmichael.com/?p=1805</guid>
		<description><![CDATA[<p>Silversword is by far the best iPad game I have played so far. Most games on the iPad Are written for mobile devices with simplicity in mind with little thought to content. This game has a classic feel with a great modern interface. I hope to see more games of this style produced by the [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<p><a href="http://itunes.com/apps/silversword"><br />
<img src="http://www.wrmichael.com/wp-content/uploads/2012/04/20120402-185317-300x154.jpg" alt="" title="20120402-185317.jpg" width="300" height="154" class="aligncenter size-medium wp-image-1804" /><br />
</a></p>
<p>Silversword is by far the best iPad game I have played so far.  Most games on the iPad<br />
Are written for mobile devices with simplicity in mind with little thought to content.  This game has a classic feel with a great modern interface.  I hope to see more games of this style produced by the author.</p>
<p>This game was done in the style of bards tale i-iii but has its own unique feel.  The game like any good rpg has a main plot and many smaller sub quests that are optional.  </p>
<p>This game, unlike many iPad games, does not pressure you to purchase anything.  You can purchase gold and a extra guide but this is not required to complete the game or have fun&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wrmichael.com/?feed=rss2&#038;p=1805</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When RDP (Remote Desktop) on XP cannot connect</title>
		<link>http://www.wrmichael.com/?p=1802</link>
		<comments>http://www.wrmichael.com/?p=1802#comments</comments>
		<pubDate>Mon, 05 Mar 2012 09:17:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[System Admin]]></category>

		<guid isPermaLink="false">http://www.wrmichael.com/?p=1802</guid>
		<description><![CDATA[<p>I found this article very useful Enabling Network Level Authentication on Windows XP Service Pack 3 for access to Server 2008 via Remote Desktop Solution When connecting to a Windows 2008 Server using remote desktop from a Windows XP client running service pack 2 or earlier, you get the following error message: The remote computer [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<p>I found this article very useful</p>
<p><a href="https://support.soundenterprises.com/?_m=knowledgebase&#038;_a=viewarticle&#038;kbarticleid=221" title="https://support.soundenterprises.com/?_m=knowledgebase&#038;_a=viewarticle&#038;kbarticleid=221" target="_blank"></a></p>
<p>Enabling Network Level Authentication on Windows XP Service Pack 3 for access to Server 2008 via Remote Desktop<br />
Solution When connecting to a Windows 2008 Server using remote desktop from a Windows XP client running service pack 2 or earlier, you get the following error message:</p>
<p>The remote computer requires Network Level Authentication, which your computer does not support.</p>
<p>To enable NLA in XP machines; first install XP SP3, then edit the registry settings on the XP client machine to allow NLA</p>
<p>• Configure Network Level Authentication</p>
<p>1. Click Start, click Run, type regedit, and then press ENTER.<br />
2. In the navigation pane, locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa<br />
3. In the details pane, right-click Security Packages, and then click Modify.<br />
4. In the Value data box, type tspkg. Leave any data that is specific to other SSPs, and then click OK.<br />
5. In the navigation pane, locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders<br />
6. In the details pane, right-click SecurityProviders, and then click Modify.<br />
7. In the Value data box, type credssp.dll. Leave any data that is specific to other SSPs, and then click OK.<br />
8. Exit Registry Editor.<br />
9. Restart the computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wrmichael.com/?feed=rss2&#038;p=1802</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DropBox</title>
		<link>http://www.wrmichael.com/?p=1799</link>
		<comments>http://www.wrmichael.com/?p=1799#comments</comments>
		<pubDate>Tue, 21 Feb 2012 09:49:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://www.wrmichael.com/?p=1799</guid>
		<description><![CDATA[<p>Always have your stuff when you need it with @Dropbox. 2GB account is free! http://db.tt/LARbhwBy</p>
 ]]></description>
			<content:encoded><![CDATA[<p>Always have your stuff when you need it with @Dropbox. 2GB account is free! <a href="http://db.tt/LARbhwBy" title="http://db.tt/LARbhwBy" target="_blank">http://db.tt/LARbhwBy</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wrmichael.com/?feed=rss2&#038;p=1799</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ice Shoves</title>
		<link>http://www.wrmichael.com/?p=1795</link>
		<comments>http://www.wrmichael.com/?p=1795#comments</comments>
		<pubDate>Fri, 27 Jan 2012 17:33:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://www.wrmichael.com/?p=1795</guid>
		<description><![CDATA[<p>Growing up in Wisconsin I became very familiar with winter, ice and the freezing cold. some things about winter have a bit of magic to them. Ice Shoves are one of those things. As a kid they where a place to test your balance, strength and persistence to climb to the top. They also made [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<p>Growing up in Wisconsin I became very familiar with winter, ice and the freezing cold. </p>
<p>some things about winter have a bit of magic to them.  Ice Shoves are one of those things.</p>
<p>As a kid they where a place to test your balance, strength and persistence to climb to the top.  They also made magical noise as the water moves the chunks of ice. </p>
<p>Apparently unknown to my childhood adventures they also did much damage to property. </p>
<p>Here are some photos I found on the web.</p>
<p>http://www.uwgb.edu/dutchs/GeologyWisconsin/weather/ICESHOVE.HTM</p>
<p><a href="http://www.uwgb.edu/dutchs/GeologyWisconsin/weather/ICESHOVE.HTM" title="http://www.uwgb.edu/dutchs/GeologyWisconsin/weather/ICESHOVE.HTM"></a></p>
<p>If I make it back to the lake I grew up on I plan to take some photos if the timing is good.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wrmichael.com/?feed=rss2&#038;p=1795</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Select count(*) and MS SQL using a Union</title>
		<link>http://www.wrmichael.com/?p=1789</link>
		<comments>http://www.wrmichael.com/?p=1789#comments</comments>
		<pubDate>Thu, 26 Jan 2012 17:24:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wrmichael.com/?p=1789</guid>
		<description><![CDATA[<p>I was looking for a way to get a count of two tables that shared the same structure and both used an account number in the where clause. my database has one record in one table that has account number of &#8217;123&#8242; This code return two records, 1,0 in my case The secret is to [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<p>I was looking for a way to get a count of two tables that shared the same structure and both used an account number in the where clause.</p>
<p>my database has one record in one table that has account number of &#8217;123&#8242;</p>
<p>This code return two records,  1,0 in my case</p><pre class="crayon-plain-tag">declare @Account varchar(20);
set @Account = '123'

select count(*) as mycount From tableone where accountNumber = @Account 
union  
select count(*) as mycount From tabletwo  where Accountnumber = @Account</pre><p></p>
<p>The secret is to select from the union and using the union as the &#8220;FROM&#8221; part of your query.</p>
<p>This is the T-SQL to get it done with SQL-2005<br />
In this instance I get one row with the sum or total of the two count requests.  That value is 1.</p><pre class="crayon-plain-tag">declare @Account varchar(20);
set @Account = '123'

select sum(mycount) from 
(
select count(*) as mycount From tableone where accountNumber = @Account 
union  
select count(*) as mycount From tabletwo  where Accountnumber = @Account
) as myUnion</pre><p></p>
<p>VB.NET Code:</p>
<p></p><pre class="crayon-plain-tag">Dim sql As String 

sql = &quot;select sum(mycount) from ( select count(*) as mycount From table1 where accountNumber = @Account union select count(*) as mycount From tabletwo  where Accountnumber = @Account) as myUnion&quot;

            Dim recCount As Integer = 0 
            sqlcn.Open()
            sqlCmd.Connection = sqlcn
            sqlCmd.CommandText = sql
            sqlCmd.Parameters.AddWithValue(&quot;@Account&quot;, myAccount)
            sqlReader = sqlCmd.ExecuteReader()

            sqlReader.Read()
            recCount = sqlReader.GetValue(0)

...</pre><p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wrmichael.com/?feed=rss2&#038;p=1789</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

