<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/1.10.2" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Dave's Thoughts</title>
						<link>http://davemoats.com/blog/index.php</link>
				<description>Dave's thoughts on Security and Stuff</description>
				<language>en-US</language>
				<docs>http://backend.userland.com/rss</docs>
				<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=1.10.2"/>
				<ttl>60</ttl>
								<item>
					<title>Funny Android App</title>
					<link>http://davemoats.com/blog/index.php/a/2011/12/01/funny_android_app</link>
					<pubDate>Thu, 01 Dec 2011 17:36:10 +0000</pubDate>
					<dc:creator>dave</dc:creator>
					<category domain="main">Fun Stuff</category>					<guid isPermaLink="false">316@http://davemoats.com/blog/</guid>
					<description>My little girl just laughs and laughs and laughs when she plays with this little app.

http://youtu.be/Xj2o9_UwUlc

I am sure we get some funny looks from other folks, but she gets a big kick out of it.  :D

Cheers,
Dave</description>
					<content:encoded><![CDATA[<p>My little girl just laughs and laughs and laughs when she plays with this little app.</p>

<p><a href="http://youtu.be/Xj2o9_UwUlc">http://youtu.be/Xj2o9_UwUlc</a></p>

<p>I am sure we get some funny looks from other folks, but she gets a big kick out of it.  <img src="http://davemoats.com/blog/rsc/smilies/icon_biggrin.gif" alt="&#58;&#68;" class="middle" /></p>

<p>Cheers,<br />
Dave</p>]]></content:encoded>
					<comments>http://davemoats.com/blog/index.php?p=316&amp;c=1&amp;tb=1&amp;pb=1#comments</comments>
				</item>
								<item>
					<title>Using regions in ASP.NET</title>
					<link>http://davemoats.com/blog/index.php/dev/2010/09/26/using_regions_in_asp_net</link>
					<pubDate>Sun, 26 Sep 2010 23:22:03 +0000</pubDate>
					<dc:creator>dave</dc:creator>
					<category domain="main">ASP.NET</category>					<guid isPermaLink="false">315@http://davemoats.com/blog/</guid>
					<description>I have been doing some ASP.NET coding recently I was looking for a way to use the #region directive in Visual Studio 2010 to manage sections of the aspx files.  I really wanted to be able to collapse and expand the region sections to make it easier to navigate the files.  I searched for some solutions, but did not find anything.  What I did find was a post about using #regions in javascript files.  The solution was written for Visual Studio 2008 and with a little [very little tweaking], I was able to use the same solution for my need.  I started with this post and made the following changes in order to get it to work for me.  
First I changed these two lines from:
Code:Const REGION_START As String = "//#region"
Const REGION_END As String = "//#endregion"


TO:
Code:Const REGION_START As String = "&#60;%--#region"
Const REGION_END As String = "#endregion--%&#62;"


Then I changed the macro mapping from Ctrl+M Ctrl+E to Ctrl+A Ctrl+P.

Other than these two changes, I followed the instructions from this post verbatim.

Now I can add region tags to my ASP.NET files, run the macro [each time I load the file - including after a debugging session] and collapse and expand those sections as needed.

Cheers,
Dave
</description>
					<content:encoded><![CDATA[<p>I have been doing some ASP.NET coding recently I was looking for a way to use the #region directive in Visual Studio 2010 to manage sections of the aspx files.  I really wanted to be able to collapse and expand the region sections to make it easier to navigate the files.  I searched for some solutions, but did not find anything.  What I did find was a post about using #regions in javascript files.  The solution was written for Visual Studio 2008 and with a little [very little tweaking], I was able to use the same solution for my need.  I started with this <a href="http://blog.devarchive.net/2008/04/using-region-directive-with-javascript.html">post</a> and made the following changes in order to get it to work for me.  <br />
First I changed these two lines from:<br />
<p class="amcode">Code:</p><div class="codeblock amc_code amc_short"><table><tr class="amc_code_odd"><td class="amc_line"><div class="amc1"></div></td><td><code><span class="amc_default">Const REGION_START As String = "//#region"</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc2"></div></td><td><code><span class="amc_default">Const REGION_END As String = "//#endregion"</span></code></td></tr>
</table></div>

<p>TO:<br />
<p class="amcode">Code:</p><div class="codeblock amc_code amc_short"><table><tr class="amc_code_odd"><td class="amc_line"><div class="amc1"></div></td><td><code><span class="amc_default">Const REGION_START As String = "&lt;%--#region"</span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc2"></div></td><td><code><span class="amc_default">Const REGION_END As String = "#endregion--%&gt;"</span></code></td></tr>
</table></div>

<p>Then I changed the macro mapping from Ctrl+M Ctrl+E to Ctrl+A Ctrl+P.</p>

<p>Other than these two changes, I followed the instructions from <a href="http://blog.devarchive.net/2008/04/using-region-directive-with-javascript.html">this post</a> verbatim.</p>

<p>Now I can add region tags to my ASP.NET files, run the macro [each time I load the file - including after a debugging session] and collapse and expand those sections as needed.</p>

<p>Cheers,<br />
Dave</p>
]]></content:encoded>
					<comments>http://davemoats.com/blog/index.php?p=315&amp;c=1&amp;tb=1&amp;pb=1#comments</comments>
				</item>
								<item>
					<title>Using Virtual CDRom in Windows 7</title>
					<link>http://davemoats.com/blog/index.php/wintools/2010/09/26/using_virtual_cdrom_in_windows_7</link>
					<pubDate>Sun, 26 Sep 2010 13:08:29 +0000</pubDate>
					<dc:creator>dave</dc:creator>
					<category domain="main">Microsoft Tools</category>
<category domain="alt">Open Source</category>
<category domain="alt">Using the Command Line</category>					<guid isPermaLink="false">314@http://davemoats.com/blog/</guid>
					<description>I wanted to do some database design work this weekend on my secondary laptop.  In order to this, I needed to install SQL Server 2008.  My secondary laptop is a Windows 7 machine.  I think to myself, this will be pretty easy, download the bits from MSDN, use the Virtual CDRom Utility from Microsoft to mount the iso and away we go.  Imagine my surprise to learn that the great little iso mounting utility that worked so well on XP does not work on Windows 7.  This started my search for a solution that was light weight and of course free.

[...] Read more!</description>
					<content:encoded><![CDATA[<p>I wanted to do some database design work this weekend on my secondary laptop.  In order to this, I needed to install SQL Server 2008.  My secondary laptop is a Windows 7 machine.  I think to myself, this will be pretty easy, download the bits from MSDN, use the <a href="http://download.microsoft.com/download/7/b/6/7b6abd84-7841-4978-96f5-bd58df02efa2/winxpvirtualcdcontrolpanel_21.exe">Virtual CDRom Utility</a> from Microsoft to mount the iso and away we go.  Imagine my surprise to learn that the great little iso mounting utility that worked so well on XP does not work on Windows 7.  This started my search for a solution that was light weight and of course free.</p>

<p class="bMore"><a href="http://davemoats.com/blog/index.php/wintools/2010/09/26/p314#more314">Read more! &raquo;</a></p>]]></content:encoded>
					<comments>http://davemoats.com/blog/index.php?p=314&amp;c=1&amp;tb=1&amp;pb=1#comments</comments>
				</item>
								<item>
					<title>NWA ISSA January Meeting Post Poned</title>
					<link>http://davemoats.com/blog/index.php/issec/2010/01/04/nwa_issa_january_meeting_post_poned</link>
					<pubDate>Tue, 05 Jan 2010 01:01:21 +0000</pubDate>
					<dc:creator>dave</dc:creator>
					<category domain="main">Security</category>					<guid isPermaLink="false">313@http://davemoats.com/blog/</guid>
					<description>Due to the inclement weather, we are postponing the meeting on 1/5/2010 until 1/19/2010.  The time (11-1) and location (Whole Hog Bentonville) will remain the same.</description>
					<content:encoded><![CDATA[<p>Due to the inclement weather, we are postponing the meeting on 1/5/2010 until 1/19/2010.  The time (11-1) and location (Whole Hog Bentonville) will remain the same.</p>]]></content:encoded>
					<comments>http://davemoats.com/blog/index.php?p=313&amp;c=1&amp;tb=1&amp;pb=1#comments</comments>
				</item>
								<item>
					<title>Making your blog display more mobile friendly</title>
					<link>http://davemoats.com/blog/index.php/scripts/2009/12/31/making_your_blog_display_more_mobile_fri</link>
					<pubDate>Fri, 01 Jan 2010 03:26:57 +0000</pubDate>
					<dc:creator>dave</dc:creator>
					<category domain="main">Web Technologies</category>
<category domain="alt">PHP</category>					<guid isPermaLink="false">312@http://davemoats.com/blog/</guid>
					<description>After adding the twitterlution plugin to my blog, I thought it would be a good idea to make the blog a little more mobile friendly.  So after doing some research, I came across Mike Industries' post about making your site mobile friendly and  Lightweight Device-Detection in PHP post.

After some creative combining, I have updated this blog to display in a different format if you access the blog from a mobile device.  I know that the site is much more lightweight now, but the format needs tweaked to be more usable.  That being said, here is what I did.
[...] Read more!</description>
					<content:encoded><![CDATA[<p>After adding the twitterlution plugin to my blog, I thought it would be a good idea to make the blog a little more mobile friendly.  So after doing some research, I came across <a href="http://www.mikeindustries.com/blog/archive/2005/07/make-your-site-mobile-friendly" target="_blank">Mike Industries' post about making your site mobile friendly</a> and <a href="http://mobiforge.com/developing/story/lightweight-device-detection-php" target="_blank"> Lightweight Device-Detection in PHP post</a>.</p>

<p>After some creative combining, I have updated this blog to display in a different format if you access the blog from a mobile device.  I know that the site is much more lightweight now, but the format needs tweaked to be more usable.  That being said, here is what I did.</p>
<p class="bMore"><a href="http://davemoats.com/blog/index.php/scripts/2009/12/31/p312#more312">Read more! &raquo;</a></p>]]></content:encoded>
					<comments>http://davemoats.com/blog/index.php?p=312&amp;c=1&amp;tb=1&amp;pb=1#comments</comments>
				</item>
					</channel>
</rss>

