<rss version="2.0" 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/"><channel><title>Mark Wagner's .NET C# Cogitation</title><link>http://blogs.crsw.com/mark/</link><description>.NET Architect and Developer - Simple Thoughts from a Simple Mind</description><managingEditor>Mark H. Wagner</managingEditor><dc:language>en-US</dc:language><generator>.Text Version 0.95.2004.102</generator><item><dc:creator>Mark H. Wagner</dc:creator><title>This is my old blog</title><link>http://blogs.crsw.com/mark/archive/2007/09/21/5529.aspx</link><pubDate>Fri, 21 Sep 2007 06:24:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2007/09/21/5529.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/5529.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2007/09/21/5529.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/5529.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/5529.aspx</trackback:ping><description>&lt;P&gt;My blog has moved to:&lt;BR&gt;&lt;A href="http://www.wagnerlive.com/mark"&gt;http://www.wagnerlive.com/mark&lt;/A&gt;&amp;nbsp;(or &lt;A href="http://www.crsw.com/mark"&gt;http://www.crsw.com/mark&lt;/A&gt;)&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/5529.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>Code Monkey - This may be your theme song</title><link>http://blogs.crsw.com/mark/archive/2006/07/06/2033.aspx</link><pubDate>Thu, 06 Jul 2006 20:02:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2006/07/06/2033.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/2033.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2006/07/06/2033.aspx#Feedback</comments><slash:comments>69</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/2033.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/2033.aspx</trackback:ping><description>&lt;P&gt;If your a software developer, computer programmer, software engineer, or even a code monkey; you now have a song&amp;nbsp;written&amp;nbsp;just for you.&amp;nbsp; You'll enjoy Code Monkey by Jonathan Coulton.&amp;nbsp;&amp;nbsp;I encourage you to visite Jonathans web site and listen to it and other songs in his list.&lt;/P&gt;
&lt;P&gt;Jonathan Coulton&lt;BR&gt;&lt;A href="http://www.jonathancoulton.com/songs"&gt;http://www.jonathancoulton.com/songs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Code Monkey:&lt;BR&gt;&lt;A href="http://www.jonathancoulton.com/music/thingaweek/CodeMonkey.mp3"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;http://www.jonathancoulton.com/music/thingaweek/CodeMonkey.mp3&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/P&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/2033.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>How to send SMTP email using Telnet</title><link>http://blogs.crsw.com/mark/archive/2006/07/06/2032.aspx</link><pubDate>Thu, 06 Jul 2006 11:08:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2006/07/06/2032.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/2032.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2006/07/06/2032.aspx#Feedback</comments><slash:comments>66</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/2032.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/2032.aspx</trackback:ping><description>&lt;P&gt;&lt;STRONG&gt;How to send SMTP email using Telnet&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This is an old method of sending email using Telnet.&amp;nbsp; I've posted it here mostly for a remider to me on exactly how to do this, but thought I would share it with others who may not know of this.&amp;nbsp; This can be useful when testing if a server can successfully send email.&amp;nbsp; For example, I use this to confirm if a SharePoint server can successfully send emails for alerts and notifications.&lt;/P&gt;
&lt;P&gt;The items in &lt;STRONG&gt;bold&lt;/STRONG&gt; are what you should type.&lt;/P&gt;
&lt;P&gt;Start a Telnet session from a command line by entering:&lt;BR&gt;&lt;STRONG&gt;Telnet your.mailserver.com 25&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;220 a.mail.server.com Microsoft ESMTP MAIL Service, Version: 6.0.3790.2499 ready at&amp;nbsp; Thu, 29 Jun 2006 15:59:02 -0600&lt;BR&gt;&lt;STRONG&gt;helo&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;250 a.mail.server.com Hello [192.168.125.237]&lt;BR&gt;&lt;STRONG&gt;mail from: fromemail@server.com&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;250 2.1.0 &lt;A href="mailto:email@server.com...Sender"&gt;email@server.com...Sender&lt;/A&gt; OK&lt;BR&gt;&lt;STRONG&gt;rcpt to: joe@server.com&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;250 2.1.5 &lt;A href="mailto:joe@server.com"&gt;joe@server.com&lt;/A&gt;&lt;BR&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;354 Start mail input; end with &lt;CRLF&gt;.&lt;CRLF&gt;&lt;BR&gt;&lt;STRONG&gt;This is a test.&lt;BR&gt;&lt;/STRONG&gt;&lt;STRONG&gt;.&amp;nbsp; (enter a dot/period to end the data)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;250 2.6.0 &lt;A.MAIL.SERVER.COM&gt;Queued mail for delivery&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;quit&lt;BR&gt;&lt;/STRONG&gt;Connection to host lost.&lt;BR&gt;&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/2032.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>Disabling Network Connection Balloons</title><link>http://blogs.crsw.com/mark/archive/2006/01/16/1635.aspx</link><pubDate>Mon, 16 Jan 2006 11:21:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2006/01/16/1635.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/1635.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2006/01/16/1635.aspx#Feedback</comments><slash:comments>46</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/1635.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/1635.aspx</trackback:ping><description>&lt;P&gt;I found the&amp;nbsp;informational balloon tips that appear on my task bar to be very informative - initially, but become very annoying over time.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="/images/blogs_crsw_com/mark/49/o_NetworkBalloonSample.JPG"&gt;&lt;/P&gt;
&lt;P&gt;You can easily disable these network connection balloons in two ways.&lt;/P&gt;
&lt;P&gt;The first and easiest is by disabling the &lt;STRONG&gt;Show&amp;nbsp;icon in the notification area when connected&lt;/STRONG&gt; option.&amp;nbsp; To hide the icon &lt;U&gt;and&lt;/U&gt; disable the newtork connection balloons, simply open your Network Connections, edit the properties for the network adapter you desire, and uncheck the &lt;STRONG&gt;Show&amp;nbsp;icon in the notification area when connected&lt;/STRONG&gt; option.&lt;/P&gt;
&lt;P&gt;However, I personally like having the icons appear on the task bar, but the balloons have become very annoying.&amp;nbsp; To allow your network icons to appear without the balloons, you can do the&amp;nbsp;following.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These instructions are for Windows XP&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Run the REGEDIT.EXE from the Start &amp;gt; Run dialog. 
&lt;LI&gt;Locate the following registry folder:&lt;BR&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced 
&lt;LI&gt;Create a DWORD value called "&lt;STRONG&gt;EnableBalloonTips&lt;/STRONG&gt;".&amp;nbsp; The default value will be zero.&amp;nbsp; Leave the value as zero.
&lt;LI&gt;Reboot your computer for&amp;nbsp;this change to take effect.&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;This will disable &lt;STRONG&gt;&lt;U&gt;all&lt;/U&gt;&lt;/STRONG&gt; balloon tips on your task bar.&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/1635.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>Professional Grade Hosting starting at $4.95</title><link>http://blogs.crsw.com/mark/archive/2005/12/11/1602.aspx</link><pubDate>Sun, 11 Dec 2005 08:29:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2005/12/11/1602.aspx</guid><description>&lt;P&gt;I have been hosting at &lt;A title="" href="http://www.webhost4life.com/default.asp?refid=MarkHWagner" target=_blank&gt;WebHost4Life&lt;/A&gt; how for about three years.&amp;nbsp; I cannot say enough good things about this hosting service.&amp;nbsp; Yes, this is something of a shameless advertisement - but it is the honest truth.&amp;nbsp; If you are in the market for a new hosting service with professional grade products, you should try &lt;A title="" href="http://www.webhost4life.com/default.asp?refid=MarkHWagner" target=_blank&gt;WebHost4Life&lt;/A&gt;. Here is an &lt;A href="http://blogs.crsw.com/mark/archive/2005/03/30/814.aspx"&gt;article&lt;/A&gt; I posted a while back that covers my experience with WebHost4Life.&lt;/P&gt;
&lt;P&gt;Here are the reasons I find the &lt;A title="" href="http://www.webhost4life.com/default.asp?refid=MarkHWagner" target=_blank&gt;WebHost4Life&lt;/A&gt; hosting service of great value:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Excellent self-service control panel.&amp;nbsp; (I can do it myself) 
&lt;LI&gt;Unlimited Bandwidth/Traffice (no monthly fee suprises) 
&lt;LI&gt;Excellent support with very good response 
&lt;LI&gt;and Professional grade products&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;IMG src="/images/blogs_crsw_com/mark/49/o_MicrosoftServers.gif"&gt;&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/1602.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>Amazon.com Customer Service Telephone Number</title><link>http://blogs.crsw.com/mark/archive/2005/09/30/1517.aspx</link><pubDate>Fri, 30 Sep 2005 08:52:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2005/09/30/1517.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/1517.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2005/09/30/1517.aspx#Feedback</comments><slash:comments>53</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/1517.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/1517.aspx</trackback:ping><description>&lt;P&gt;&lt;STRONG&gt;What is the most difficult thing to find on the Internet?&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;A telephone number.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Far to many companies are using their web site as a barrier to contacting a person directly.&lt;/P&gt;
&lt;P&gt;I needed to contact Amazon Customer Service to resolve an issue.&amp;nbsp; Finding their telephone number is an absolute chore and very frustrating, by design in my opinion.&amp;nbsp; For those of you looking for the Amazon.com Customer Service telephone number, here it is.&lt;/P&gt;
&lt;P&gt;Amazon.com Customer Service Telephone Number&lt;BR&gt;1.800.201.7575&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#ffffff&gt;Amazon.com Customer Service Telephone Number Amazon.com Customer Service Telephone Number Amazon.com Customer Service Telephone Number Amazon.com Customer Service Telephone Number Amazon.com Customer Service Telephone Number Amazon.com Customer Service Telephone Number Amazon.com Customer Service Telephone Number Amazon.com Customer Service Telephone Number Amazon.com Customer Service Telephone Number Amazon.com Customer Service Telephone Number Amazon.com Customer Service Telephone Number Amazon.com Customer Service Telephone Number&lt;/FONT&gt;&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/1517.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>Web Part Package Installer</title><link>http://blogs.crsw.com/mark/archive/2005/06/20/1101.aspx</link><pubDate>Mon, 20 Jun 2005 17:48:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2005/06/20/1101.aspx</guid><description>&lt;P&gt;&lt;B&gt;Web Part Package Installer for Windows SharePoint Services 2003&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://blogs.crsw.com/mark/articles/1100.aspx"&gt;Click here for&amp;nbsp;the complete article...&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;A title="" href="/mark" target=_blank&gt;&lt;/A&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;For those of us who are familiar with installing and removing SharePoint web parts, it&amp;#8217;s a pretty easy process.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;However, for those individuals who spend more time &lt;EM&gt;using&lt;/EM&gt; SharePoint than installing and configuring it; locating and using the STSADM command can be a bit tedious.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;To help simplify the installation of web parts packages, I have created a simple Web Part Package Installer program.&lt;/P&gt;
&lt;P&gt;The purpose of this program is to make the installation of web part packages much easier for less-technical people.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;Web Part Packages are stored in files having a .CAB file extension.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;The nice thing about a web part package is that a package can define some initial properties and configuration settings&amp;nbsp;for the web part being installed.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;This is where my Web Part Package Installer program may be useful.&lt;/P&gt;
&lt;P&gt;The installer form is very simple.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="/mark/images/WPPI.jpeg" border=0&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://blogs.crsw.com/mark/articles/1100.aspx"&gt;Click here for&amp;nbsp;the complete article...&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/1101.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>Google Web Part for SharePoint</title><link>http://blogs.crsw.com/mark/archive/2005/06/08/992.aspx</link><pubDate>Wed, 08 Jun 2005 16:21:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2005/06/08/992.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/992.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2005/06/08/992.aspx#Feedback</comments><slash:comments>81</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/992.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/992.aspx</trackback:ping><description>&lt;P&gt;&lt;SPAN&gt;&lt;FONT size=4&gt;&lt;STRONG&gt;Google Search Web Part&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A title="" href="/mark" target=_blank&gt;&lt;FONT color=#000080&gt;Mark Wagner&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.crsw.com/mark"&gt;http://blogs.crsw.com/mark&lt;/A&gt;&lt;BR&gt;June 10, 2005&lt;/P&gt;
&lt;P&gt;Article: &lt;A href="http://blogs.crsw.com/mark/articles/1009.aspx"&gt;http://blogs.crsw.com/mark/articles/1009.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;/SPAN&gt;&lt;SPAN&gt;I created a custom Google web part a few weeks ago for my demo SharePoint site.&amp;nbsp; You can see what it looks like on&amp;nbsp;my testing SharePoint&amp;nbsp;home page &lt;A href="http://sharepoint.crsw.com/" target=_blank&gt;http://sharepoint.crsw.com&lt;/A&gt;.&amp;nbsp; The Google web part submits a search request by navigating the user directly to the Google search web page and performs a Google search using the Google search engine.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;I have since received a number of emails requesting to get this web part for use on their SharePoint sites, so I decided to make it available for others. &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;&lt;SPAN&gt;First and foremost, the &lt;/SPAN&gt;&lt;/I&gt;&lt;I&gt;&lt;SPAN&gt;Google name and search service are the property of Google.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;I have no affiliation with the Google name and its services. 
&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/I&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Google is a must-have resource for my daily work.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;If I need to find something, I Google it, and nothing else comes close when searching on the Internet.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;With this &lt;I&gt;dependency&lt;/I&gt;, I had to have it on my new SharePoint demo site.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;My SharePoint demo site is more of a test-harness at this point since it is hosted on a shared/public server, so don&amp;#8217;t be too disappointed when you&amp;nbsp;see it. 
&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For those of you not familiar with Google, welcome to the Internet.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;Google is the single best Internet search service available on the Internet, for the Internet.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;If you need to find something on the Internet, Google will find it for you.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;This process of searching is commonly referred to Googling.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;If you &lt;I&gt;Google&lt;/I&gt; something, your are using Google to search the Internet for it.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;For the rest of you, Google is probably how you found this article. 
&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It is important to remember that this Google Search web part is not intended to replace the SharePoint search feature.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;In order for Google to find any results, Google must have already searched and indexed your site.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;Also remember that Google will not be able to crawl and index pages on your SharePoint site that are not accessible to the public.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;This is where the SharePoint search has the upper hand.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;Again, this web part is not intended to replace the SharePoint search feature, but to conveniently access the much used Google search from your SharePoint page. 
&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN&gt;Configuring the Google Search Web Part &lt;/SPAN&gt;&lt;/B&gt;
&lt;P&gt;&lt;SPAN&gt;Here is a picture of the web part configurations.&lt;/SPAN&gt; 
&lt;P&gt;&lt;IMG src="/mark/images/GoogleSearchWP-Config.jpeg" border=0&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN&gt;Google Image URL 
&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/B&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Once you have installed the web part, in the configuration options of the web part is a Google Image URL property which defaults to an image on Google&amp;#8217;s web site.&amp;nbsp; You should&amp;nbsp;use&amp;nbsp;the default url for the Google image.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;I have made this property available just in case Google renames or moves their image. 
&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This&amp;nbsp;Google Search Web Part can be configured in three distinct ways. 
&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;BR&gt;Standard Google Search&lt;/STRONG&gt; 
&lt;P&gt;&lt;IMG src="/mark/images/GoogleSearchWP.jpeg" border=0&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Local Site Search &lt;/STRONG&gt;
&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;IMG src="/mark/images/GoogleSearchWP-Local.jpeg" border=0&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Custom Site Search&lt;/STRONG&gt; 
&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;IMG src="/mark/images/GoogleSearchWP-Custom.jpeg" border=0&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.crsw.com/mark/articles/1009.aspx"&gt;Complete article here...&lt;/A&gt;&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/992.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>WinFX: Guidelines and Best Practices</title><link>http://blogs.crsw.com/mark/archive/2005/05/04/898.aspx</link><pubDate>Wed, 04 May 2005 10:22:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2005/05/04/898.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/898.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2005/05/04/898.aspx#Feedback</comments><slash:comments>20</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/898.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/898.aspx</trackback:ping><description>&lt;P&gt;The &lt;A target="_blank" class=small href="http://winfx.msdn.microsoft.com/library/en-us/gettingstarted/html/03889fd2-0def-411e-b4fa-dc98b86ea3c6.asp" target=_top&gt;WinFX SDK Community Technology Preview Edition&lt;/A&gt;&amp;nbsp;has some very good content.&amp;nbsp; I recommend the reading the&amp;nbsp;&lt;A target="_blank" href="http://winfx.msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_fxguidance/html/2995cebf-2b57-4cdb-8cac-0e171fb7b0b7.asp"&gt;WinFX: Guidelines and Best Practices&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A target="_blank" href="http://winfx.msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_fxguidance/html/2995cebf-2b57-4cdb-8cac-0e171fb7b0b7.asp"&gt;http://winfx.msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_fxguidance/html/2995cebf-2b57-4cdb-8cac-0e171fb7b0b7.asp&lt;/A&gt;&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/898.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>SoftPro: Books, Books, and more Technical Books</title><link>http://blogs.crsw.com/mark/archive/2005/05/02/893.aspx</link><pubDate>Mon, 02 May 2005 13:55:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2005/05/02/893.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/893.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2005/05/02/893.aspx#Feedback</comments><slash:comments>31</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/893.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/893.aspx</trackback:ping><description>&lt;P&gt;SoftPro bookstore&lt;/P&gt;
&lt;P&gt;For those of you who live in the Denver, Colorado area there is an excellent bookstore that specializes in only technical books.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;There selection is excellent and they almost always have what I am looking for - &lt;B&gt;in stock&lt;/B&gt;.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;If you want it now and don&amp;#8217;t like paying for overnight shipping, I suggest you stop by their store just south of Denver. 
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;A target="_blank" href="http://www.softpro.com"&gt;http://www.softpro.com&lt;/A&gt;&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/893.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>BusinessWeek's blog: BlogSpotting.net</title><link>http://blogs.crsw.com/mark/archive/2005/04/22/878.aspx</link><pubDate>Fri, 22 Apr 2005 15:54:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2005/04/22/878.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/878.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2005/04/22/878.aspx#Feedback</comments><slash:comments>49</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/878.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/878.aspx</trackback:ping><description>&lt;P&gt;BusinessWeek is now trying to dip their toe into the blogging waters with their new blog site &lt;A href="http://blogspotting.net/" target=_blank&gt;BlogSpotting.net&lt;/A&gt;.  My initial 4-second impression is they intend to use it to sell online advertising more than anything else.  My popup blocker was the first thing to fire.  They also know how to stir up the publicity by picking a name that immediately begs an explanation &amp;#8211; and they most certainly have provided their &amp;#8220;oh no, not that&amp;#8221; response. 
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;What this does show is how the blogosphere has become big enough and influential enough across the globe to demand attention and participation from more a more major old-media based corporations. 
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Welcome to the 21 century BusinessWeek!  Remember this; your competition will be much stronger and your subscribers will be more demanding and more critical about what you write.&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/878.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>Spence Prahl - Now Blogging</title><link>http://blogs.crsw.com/mark/archive/2005/04/21/875.aspx</link><pubDate>Thu, 21 Apr 2005 18:55:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2005/04/21/875.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/875.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2005/04/21/875.aspx#Feedback</comments><slash:comments>19</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/875.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/875.aspx</trackback:ping><description>&lt;P&gt;A&amp;nbsp;sharp .NET developer has just started blogging.&amp;nbsp; &lt;A href="http://blogs.crsw.com/spence"&gt;Spence&lt;/A&gt; is an excellent .NET developer and I expect good things to come from his blog in the future.&amp;nbsp; He always seems to deliver something just a little extra special when it comes to software development.&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/875.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>MSDN Download Manager keeps suspending?</title><link>http://blogs.crsw.com/mark/archive/2005/04/20/869.aspx</link><pubDate>Wed, 20 Apr 2005 14:40:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2005/04/20/869.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/869.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2005/04/20/869.aspx#Feedback</comments><slash:comments>46</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/869.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/869.aspx</trackback:ping><description>&lt;P&gt;&lt;A href="http://www.jasonbunting.com/blahg/"&gt;Jason Bunting&lt;/A&gt; has a cool little trick to keep it running &lt;A href="http://www.jasonbunting.com/blahg/PermaLink,guid,1bdae955-e735-4b91-8db0-e880aa27f7c9.aspx"&gt;here&lt;/A&gt;.&amp;nbsp; Sometimes the obvious - is just not obvious enough.&amp;nbsp; Good job Jason.&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/869.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>Google does Maps</title><link>http://blogs.crsw.com/mark/archive/2005/04/18/863.aspx</link><pubDate>Mon, 18 Apr 2005 15:18:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2005/04/18/863.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/863.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2005/04/18/863.aspx#Feedback</comments><slash:comments>9</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/863.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/863.aspx</trackback:ping><description>&lt;P&gt;&lt;A target="_blank" href="http://maps.google.com/"&gt;Google Maps&lt;/A&gt; - very nice!&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/863.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>Visual Studio 2005 Standard Beta 2 Released</title><link>http://blogs.crsw.com/mark/archive/2005/04/18/857.aspx</link><pubDate>Mon, 18 Apr 2005 08:33:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2005/04/18/857.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/857.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2005/04/18/857.aspx#Feedback</comments><slash:comments>19</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/857.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/857.aspx</trackback:ping><description>&lt;P&gt;For those of you with an MSDN subscription, &lt;STRONG&gt;Visual Studio 2005 Standard Beta 2&lt;/STRONG&gt; has been released.&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/857.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>.NET Compact Framework developer links for Pocket PC 2002</title><link>http://blogs.crsw.com/mark/archive/2005/04/15/847.aspx</link><pubDate>Fri, 15 Apr 2005 12:09:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2005/04/15/847.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/847.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2005/04/15/847.aspx#Feedback</comments><slash:comments>18</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/847.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/847.aspx</trackback:ping><description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;.NET Compact Framework developer links for Pocket PC 2002
&lt;P&gt;&lt;/P&gt;&lt;/B&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This is a quick of the links I found to be useful while creating a Pocket PC 2002 application.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;This includes a number of resource links along with a problem I had that seemed to take forever to find the fix.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;I hope this post is useful for anyone wanting to start developing Pocket PC applications using Visual Studio .NET 2003.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This post is nothing more than a number of useful links and is not intended to be any sort of concise article.&lt;/P&gt;
&lt;P&gt;An article worth reading &amp;#8211; or at least quickly browsing.&lt;BR&gt;&lt;A href="http://www.sys-con.com/dotnet/articleprint.cfm?id=298"&gt;http://www.sys-con.com/dotnet/articleprint.cfm?id=298&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Know what version of the .NET Compact Framework you have installed on our personal device and your emulator.&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/smartclient/community/cffaq/default.aspx#Q5u8yhkym"&gt;http://msdn.microsoft.com/smartclient/community/cffaq/default.aspx#Q5u8yhkym&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did have a problem connecting to the Pocket PC 2002 emulator in Visual Studio .NET 2003.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Problem:&lt;BR&gt;&lt;/B&gt;I was getting the following error when trying to use my emulator&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#006400&gt;Launching Application&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#006400&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;FONT color=#006400&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#006400&gt;Error while trying to run project: Unable to start debugging.&lt;/FONT&gt;
&lt;P&gt;&lt;FONT color=#006400&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;FONT color=#006400&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#006400&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color=#006400&gt;Unable to start program 'D:\YourProgramPathHere...&lt;/FONT&gt;
&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN&gt;Solution:&lt;BR&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN&gt;Install the &lt;/SPAN&gt;Windows CE Utilities for Visual Studio .NET 2003 Add-on Pack 1.1&lt;BR&gt;&lt;SPAN&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=7EC99CA6-2095-4086-B0CC-7C6C39B28762&amp;amp;displaylang=en"&gt;&lt;B&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=7EC99CA6-2095-4086-B0CC-7C6C39B28762&amp;amp;displaylang=en&lt;/B&gt;&lt;/A&gt;&lt;B&gt;
&lt;P&gt;&lt;/P&gt;&lt;/B&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;/B&gt;&amp;nbsp;
&lt;P&gt;&lt;B&gt;Resouces
&lt;P&gt;&lt;/P&gt;&lt;/B&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;A href="http://www.opennetcf.org/CategoryView.aspx?category=Home"&gt;&lt;SPAN&gt;Open NETCF&lt;/SPAN&gt;&lt;/A&gt;&lt;/B&gt; is an excellent library extension for the .NET Compact Framework, and is used by many Pocket PC applications.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://wiki.opennetcf.org/"&gt;Open NETCF Wiki&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.pocketpcdn.com/"&gt;Pocket PC Developer Network&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://msdn.microsoft.com/smartclient/community/cffaq/default.aspx"&gt;Microsoft .NET Compact Framework FAQ&lt;/A&gt;
&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://msdn.microsoft.com/smartclient/understanding/netcf/FAQ/default.aspx"&gt;Microsoft .NET Compact Framework FAQ (old but good)&lt;/A&gt;
&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://samples.gotdotnet.com/quickstart/compactframework/"&gt;Microsoft .NET Compact Framework QuickStarts&lt;/A&gt;
&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://msdn.microsoft.com/mobility/"&gt;Microsoft Mobile Development Center&lt;/A&gt;
&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://msdn.microsoft.com/embedded/usewinemb/ce/default.aspx"&gt;Microsoft Windows Embedded Developer Center&lt;/A&gt;
&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/mobileembedded.asp"&gt;Microsoft Mobile and Embedded Development Center&lt;/A&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://msdn.microsoft.com/mobility/community/thirdparty/default.aspx"&gt;Microsofts Thirt-Party Developer Sites&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Bloggers worth noting
&lt;P&gt;&lt;/P&gt;&lt;/B&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blog.opennetcf.org/pfoot/"&gt;Peter Foot&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/onoj/"&gt;Jono&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blog.opennetcf.org/ayakhnin/"&gt;Alex Yakhnin&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.dotnetfordevices.com/forum.html"&gt;Martin Struys&lt;/A&gt;&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/847.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>Get your Naked Pocket PC 2002 Skin from Peter Foot</title><link>http://blogs.crsw.com/mark/archive/2005/04/15/846.aspx</link><pubDate>Fri, 15 Apr 2005 11:19:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2005/04/15/846.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/846.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2005/04/15/846.aspx#Feedback</comments><slash:comments>16</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/846.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/846.aspx</trackback:ping><description>&lt;P&gt;For you Pocket PC developers, Peter Foot points out how to implement a &lt;A target="_blank" href="http://blog.opennetcf.org/pfoot/PermaLink.aspx?guid=2d20cbcc-cbe4-4cd2-aa8d-407f85e411fe"&gt;Naked Pocket PC 2002 emulator&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;This excellent for creating screen catpures of your Pocket PC appliations - as shown below.&lt;/P&gt;
&lt;P&gt;&lt;IMG target="_blank" src="/images/blogs_crsw_com/mark/49/o_NakedPocketPC2002Skin.jpg"&gt;&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/846.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>Microsoft and .NET - a true enabler!</title><link>http://blogs.crsw.com/mark/archive/2005/04/15/845.aspx</link><pubDate>Fri, 15 Apr 2005 10:51:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2005/04/15/845.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/845.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2005/04/15/845.aspx#Feedback</comments><slash:comments>15</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/845.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/845.aspx</trackback:ping><description>&lt;P&gt;I have been on a blitz with the .NET Compact Framework.&amp;nbsp; I have a number of items I intend to post.&amp;nbsp; There is so much information available its a significant task just trying to get your arms around where to start.&amp;nbsp; I have a number of (100?) reminder emails I sent myself as I&amp;nbsp;cruised the Internet for information - just so I would remember to read in more detail later.&amp;nbsp; The .NET Framework 2.0, .NET Compact Framework 2.0 and Visual Studio 2005 gets more exciting the more I learn.&amp;nbsp; This will truly become the ultimate enabler for developers. 
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have been developing for more than 18 years now.&amp;nbsp; Yes, I know this may make me a &lt;STRONG&gt;grandpa&lt;/STRONG&gt; in the developer community.&amp;nbsp; lol.&amp;nbsp; You shouldn't laugh so hard.&amp;nbsp; You might just hurt my feelings.&amp;nbsp; lol.&amp;nbsp; I've&amp;nbsp;barely touched my fourth decade in life and I am as excited about development and technology as I was 18 years ago.&amp;nbsp; That is why I have chosen to remain a technical resource, and have opted to stay away from the management track.&amp;nbsp; And, with no regrets. 
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Microsoft and .NET - a true enabler! 
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/845.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>FBI agents crack WEP in 3 minutes</title><link>http://blogs.crsw.com/mark/archive/2005/04/07/836.aspx</link><pubDate>Thu, 07 Apr 2005 10:39:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2005/04/07/836.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/836.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2005/04/07/836.aspx#Feedback</comments><slash:comments>27</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/836.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/836.aspx</trackback:ping><description>&lt;P&gt;There is an interesting article about how FBI agents crack WEP (wireless encryption) in 3 minutes.&amp;nbsp; The article at TomsNetworking covers this in detail including the tools they used.&amp;nbsp; There is also a list of steps you can take to secure your wireless&amp;nbsp;home network.&lt;/P&gt;
&lt;P&gt;&lt;A target="_blank" href="http://www.tomsnetworking.com/Sections-article111-page1.php"&gt;http://www.tomsnetworking.com/Sections-article111-page1.php&lt;/A&gt;&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/836.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>Send Email Link for IE</title><link>http://blogs.crsw.com/mark/archive/2005/04/07/835.aspx</link><pubDate>Thu, 07 Apr 2005 10:24:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2005/04/07/835.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/835.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2005/04/07/835.aspx#Feedback</comments><slash:comments>26</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/835.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/835.aspx</trackback:ping><description>&lt;P&gt;I try not to have any (OK, many) obsessions; however, one is my consumption for information.&amp;nbsp; Because of this I have to strictly monitor myself from deviating from my present task.&amp;nbsp; I am sometimes easily distracted.&lt;/P&gt;
&lt;P&gt;To help me remember about &amp;#8220;something I found interesting&amp;#8220;, I have a nice little custom link button labeled &amp;#8220;Send&amp;#8221; that&amp;nbsp;I use in my Internet Explorer browser to quickly send myself an email.&amp;nbsp; The email contains a subject and the link to the website in the body.&amp;nbsp; Yes, you can do this by clicking, File &amp;gt; Send &amp;gt; Link&amp;nbsp;by E-Mail,&amp;nbsp;but&amp;nbsp;this is to many clicks for me.&amp;nbsp;&amp;nbsp;Yes, I am impatient and have to work on this also.&lt;/P&gt;
&lt;P&gt;This works with &lt;STRONG&gt;one click&lt;/STRONG&gt; - much better.&amp;nbsp; Your Links toolbar needs to be turned on to easily access the buttons in IE.&amp;nbsp; I have my located immediately after the Address bar as shown here.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="/mark/postfiles/sendbutton.jpeg"&gt;&lt;/P&gt;
&lt;P&gt;Simply paste the the following javascript code into the URL of the link properties.&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#000080&gt;javascript:navigate('mailto:YOUR-EMAIL@HERE.COM?subject=LINK:%20'+escape(document.title)+'&amp;amp;BODY='+escape(location.href))&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;The only thing you need to customize is the YOUR-EMAIL@HERE.COM portion.&amp;nbsp; Here is a sample of the properties dialog.&lt;/P&gt;
&lt;P&gt;To create a link button you can drag the &amp;#8220;e&amp;#8220; icon in the address bar to the Link toobar.&amp;nbsp; To get the properties, right-mouse-click on a link you want to edit.&amp;nbsp; Here is a sample of the properties dialog.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="/mark/postfiles/sendbuttonprops.jpeg"&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Warning:&lt;/STRONG&gt; For me these emails are subtle &amp;#8220;tasks&amp;#8221; to learn more.&amp;nbsp; Your inbox may quickly fill up. :)&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/835.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>Convert a string to an enumerated (enum) value</title><link>http://blogs.crsw.com/mark/archive/2005/04/07/832.aspx</link><pubDate>Thu, 07 Apr 2005 08:12:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2005/04/07/832.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/832.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2005/04/07/832.aspx#Feedback</comments><slash:comments>39</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/832.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/832.aspx</trackback:ping><description>&lt;P&gt;Convert a string to an enumerated (enum) value.&lt;/P&gt;
&lt;P&gt;Using the Enum.Parse method, you can easily convert a string value to an enumerated value.  Doing this requires the type of the enum and string value.  Adding the &lt;EM&gt;true&lt;/EM&gt; argument will cause the case to be ignored.&lt;/P&gt;
&lt;P&gt;Using the following enum for this example:&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#006400&gt;private enum Aircraft&lt;BR&gt;{&lt;BR&gt;   Beech,&lt;BR&gt;   Cessna,&lt;BR&gt;   Piper&lt;BR&gt;}&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;You can easily convert the string to an enum value like this:&lt;/P&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#006400&gt;Aircraft air = (Aircraft) Enum.Parse(typeof(Aircraft), "Cessna", true); &lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Ideally you should wrap a try-catch around the Enum.Parse statement.&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/832.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>Got Fonts?</title><link>http://blogs.crsw.com/mark/archive/2005/04/06/830.aspx</link><pubDate>Wed, 06 Apr 2005 20:44:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2005/04/06/830.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/830.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2005/04/06/830.aspx#Feedback</comments><slash:comments>8</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/830.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/830.aspx</trackback:ping><description>&lt;P&gt;DaFont.com has an excellent library of downloadable fonts.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.dafont.com/en/"&gt;http://www.dafont.com/en/&lt;/A&gt;&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/830.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>String Date Validator</title><link>http://blogs.crsw.com/mark/archive/2005/04/06/829.aspx</link><pubDate>Wed, 06 Apr 2005 20:19:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2005/04/06/829.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/829.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2005/04/06/829.aspx#Feedback</comments><slash:comments>36</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/829.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/829.aspx</trackback:ping><description>&lt;P&gt;Simple string date validator.&lt;/P&gt;
&lt;P&gt;I am a big fan of maintaining a library of simple and clean helper methods.  Here is a simple and clean way to verify if a string formatted date is a valid date.  This allows you to encapsulate the exception handling making it easy to use and very readable - another important coding practice.&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#006400&gt;private static bool IsDate(string sDate) &lt;BR&gt;{&lt;BR&gt;    DateTime dt;&lt;BR&gt;    bool isDate = true;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#006400&gt;    try&lt;BR&gt;    {&lt;BR&gt;        dt = DateTime.Parse(sDate); &lt;BR&gt;    }&lt;BR&gt;    catch&lt;BR&gt;    {&lt;BR&gt;        isDate = false;&lt;BR&gt;    }&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#006400&gt;    return isDate;&lt;BR&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/829.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>What is your (assembly's) native tongue?</title><link>http://blogs.crsw.com/mark/archive/2005/04/06/828.aspx</link><pubDate>Wed, 06 Apr 2005 20:05:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2005/04/06/828.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/828.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2005/04/06/828.aspx#Feedback</comments><slash:comments>17</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/828.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/828.aspx</trackback:ping><description>&lt;P&gt;Per an MSDN TV episode (&lt;A href="http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20040826netaa/manifest.xml" target=_blank&gt;Using Managed Resources&lt;/A&gt;) - to improve the performance (albeit minimal - I expect) of your&amp;nbsp;assemblies, you should include the following line in your assemblyinfo.cs&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#006400&gt;[assembly: NeutralResourcesLanguageAttribute("en-US")]&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This defines the default&amp;nbsp;language for your assembly.&amp;nbsp; This allows the .NET runtime to bypass the process of looking for a satellite assembly for the &amp;#8220;en-US&amp;#8221; (default) language if the current culture matches the assemblies default culture.&amp;nbsp; Of course, assemblies intended for other languages should define&amp;nbsp;that&amp;nbsp;language as the default&amp;nbsp;language.&lt;/P&gt;
&lt;P&gt;Also, if you can put your satelite assemblies in the Global Assembly Cache (GAC), the Common Language Runtime (CLR) will load the assembly faster by not having to verify the cryptographic assembly signature.&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/828.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Mark H. Wagner</dc:creator><title>Trace.axd - The more you learn, the less you know</title><link>http://blogs.crsw.com/mark/archive/2005/04/06/827.aspx</link><pubDate>Wed, 06 Apr 2005 15:08:00 GMT</pubDate><guid>http://blogs.crsw.com/mark/archive/2005/04/06/827.aspx</guid><wfw:comment>http://blogs.crsw.com/mark/comments/827.aspx</wfw:comment><comments>http://blogs.crsw.com/mark/archive/2005/04/06/827.aspx#Feedback</comments><slash:comments>16</slash:comments><wfw:commentRss>http://blogs.crsw.com/mark/comments/commentRss/827.aspx</wfw:commentRss><trackback:ping>http://blogs.crsw.com/mark/services/trackbacks/827.aspx</trackback:ping><description>&lt;P&gt;The more you learn, the less you know.&lt;/P&gt;
&lt;P&gt;Trying to keep up with the extensive areas of .NET and Microsoft products can easily bring you to this conclusion.  Its easy for us to continually focus on all the new technologies and versions (Whidbey and the .NET Framework 2.0) only to overlook some of the low hanging fruit - at least for me it is.  Remember, this is the &amp;#8220;Simple Thoughts from a Simple Mind&amp;#8220; blog. ;)&lt;/P&gt;
&lt;P&gt;One area I forgot about is the ASP.NET Trace - Trace.axd page.  As you may know, ASP.NET allows you to trace the processing for a single page or for all pages.  The trace output can be rendered at the end of each page.  Don't forget (as I did) there is also the Trace.axd page that provides a nice list of traced pages such as this.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="/Mark/PostFiles/Trace/TracePic1.jpeg"&gt; &lt;/P&gt;
&lt;P&gt;The web.config file needs only a small change to make this available.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="/Mark/PostFiles/Trace/TracePic2.jpeg"&gt; &lt;/P&gt;
&lt;P&gt;Clicking on the View Details link for a page process will present you with the familiar trace detail.&lt;/P&gt;&lt;img src ="http://blogs.crsw.com/mark/aggbug/827.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>