<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.2" -->
<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/"
	>

<channel>
	<title>Code Pagoda</title>
	<link>http://codepagoda.com</link>
	<description>Coding when I'm not drinking a cold on at Juana's.</description>
	<pubDate>Tue, 30 Dec 2008 22:11:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<item>
		<title>Annual Free Software Advice for 2009</title>
		<link>http://codepagoda.com/2008/12/30/annual-free-software-advice-for-2009/</link>
		<comments>http://codepagoda.com/2008/12/30/annual-free-software-advice-for-2009/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 22:08:53 +0000</pubDate>
		<dc:creator>Kevin Grohoske</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://codepagoda.com/2008/12/30/annual-free-software-advice-for-2009/</guid>
		<description><![CDATA[Posted my Annual Free Software Advice last December and despite a wild year in Microsoft development technologies, I don&#8217;t have a major updates to this list other than:

Vista is a solid OS now. It will take more resources then XP and will take you a while to get use to it, but I don&#8217;t know [...]]]></description>
			<content:encoded><![CDATA[<p>Posted my <a href="http://codepagoda.com/2007/12/12/annual-free-software-advice/">Annual Free Software Advice last December</a> and despite a wild year in Microsoft development technologies, I don&#8217;t have a major updates to this list other than:</p>
<ul>
<li>Vista is a solid OS now. It will take more resources then XP and will take you a while to get use to it, but I don&#8217;t know of any reason the average home user could not use it. I would not upgrade a current XP computer to Vista, but I also would not downgrade a brand new Vista machine to XP unless I had a specific reason. Bottom line if you buy a new PC use Vista.</li>
<li>Keep in mind Windows 7 will be out in late 2009.</li>
</ul>
<p>Since I don&#8217;t have any real updates I will give out a couple free tools/web site that I like:</p>
<ul>
<li><a href="http://www.woot.com" target="_blank">Woot</a> - they (mostly) sell one thing a day until it sells out. Great deals and very humorous product descriptions.</li>
<li><a href="http://www.digsby.com/" target="_blank">Digsby</a> - great multi-client chat tool (AOL-MSN-Yahoo).</li>
<li><a href="http://www.live.com/" target="_blank">Microsoft Live Search</a> - love the artwork on this search site</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://codepagoda.com/2008/12/30/annual-free-software-advice-for-2009/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google has hacked ZDNet News!!</title>
		<link>http://codepagoda.com/2008/12/30/google-has-hacked-zdnet-news/</link>
		<comments>http://codepagoda.com/2008/12/30/google-has-hacked-zdnet-news/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 21:08:39 +0000</pubDate>
		<dc:creator>Kevin Grohoske</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://codepagoda.com/2008/12/30/all-hail-google/</guid>
		<description><![CDATA[Gmail is a nice web based email system, and Google Search is my default search engine (though I do like live.com for its stunning images), but has ZDNet&#8217;s editorial staff simply been replace by Google Adwords? Are there suddenly no other web technology companies in the world to report news about?
]]></description>
			<content:encoded><![CDATA[<p>Gmail is a nice web based email system, and Google Search is my default search engine (though I do like <a href="http://live.com">live.com</a> for its stunning images), but has ZDNet&#8217;s editorial staff simply been replace by Google Adwords? Are there suddenly no other web technology companies in the world to report news about?<br />
 <a href="http://codepagoda.com/2008/12/30/google-has-hacked-zdnet-news/#more-48" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codepagoda.com/2008/12/30/google-has-hacked-zdnet-news/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Editing The HOSTS file to Reroute Web Requests and URL&#8217;s For Testing ASP.NET Applications</title>
		<link>http://codepagoda.com/2008/12/05/editing-the-hosts-file-to-reroute-web-requests-and-urls-for-testing-aspnet-applications/</link>
		<comments>http://codepagoda.com/2008/12/05/editing-the-hosts-file-to-reroute-web-requests-and-urls-for-testing-aspnet-applications/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 18:54:11 +0000</pubDate>
		<dc:creator>Kevin Grohoske</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://codepagoda.com/2008/12/05/editing-the-hosts-file-to-reroute-web-requests-and-urls-for-testing-aspnet-applications/</guid>
		<description><![CDATA[A long time ago before the world of Visual Studio&#8217;s Integrated Web Server and .NET you had to  test web sites a bit more &#8220;manually&#8221;. Here is one trick that is a somewhat lost art.
If you want to test your web application and/or web service (very handy trick for web services)  for some reason [...]]]></description>
			<content:encoded><![CDATA[<p>A long time ago before the world of Visual Studio&#8217;s Integrated Web Server and .NET you had to  test web sites a bit more &#8220;manually&#8221;. Here is one trick that is a somewhat lost art.</p>
<p>If you want to test your web application and/or web service (very handy trick for web services)  for some reason you need it to be at a specific URL, such as http://www.testingURL.com. You will need to assign a separate IP address for your web site/webservice.</p>
<p>On windows servers and desktops, you can modify the &#8220;hosts&#8221; file (note there is no file extension). If you have not modified this file it should look like the following: <a href="http://codepagoda.com/2008/12/05/editing-the-hosts-file-to-reroute-web-requests-and-urls-for-testing-aspnet-applications/#more-47" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codepagoda.com/2008/12/05/editing-the-hosts-file-to-reroute-web-requests-and-urls-for-testing-aspnet-applications/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tallahassee Code Camp Last Saturday</title>
		<link>http://codepagoda.com/2008/10/16/tallahassee-code-camp-last-saturday/</link>
		<comments>http://codepagoda.com/2008/10/16/tallahassee-code-camp-last-saturday/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 20:44:46 +0000</pubDate>
		<dc:creator>Kevin Grohoske</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://codepagoda.com/2008/10/16/tallahassee-code-camp-last-saturday/</guid>
		<description><![CDATA[Had a great day on Saturday learning new skills and mingling with my peers at the Tallahassee Code camp. Thank you Capitol City .NET User Group for putting on such a great program.
I hope to work with you soon to get some speakers over to your user group and to bring in you presenters as [...]]]></description>
			<content:encoded><![CDATA[<p>Had a great day on Saturday learning new skills and mingling with my peers at the Tallahassee Code camp. Thank you <a href="http://capitalcitydotnet.net" target="_blank">Capitol City .NET User Group</a> for putting on such a great program.</p>
<p>I hope to work with you soon to get some speakers over to your user group and to bring in you presenters as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://codepagoda.com/2008/10/16/tallahassee-code-camp-last-saturday/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Inaccessible logs: Security Error On Windows Server 2008 in IIS7</title>
		<link>http://codepagoda.com/2008/09/05/inaccessible-logs-security-error-on-windows-server-2008-in-iis7/</link>
		<comments>http://codepagoda.com/2008/09/05/inaccessible-logs-security-error-on-windows-server-2008-in-iis7/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 16:03:13 +0000</pubDate>
		<dc:creator>Kevin Grohoske</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://codepagoda.com/2008/09/05/inaccessible-logs-security-error-on-windows-server-2008-in-iis7/</guid>
		<description><![CDATA[We use a custom exception handler which utilizes the MS Enterprise Library Exception Block. I recently had an ASP.NET page I was testing that failed a test and I received &#8220;Inaccessible logs: Security Error&#8221; message.
Problem: 
Root problem is the first time a ASP.Net application attempts to write to the Event Log an exception type for [...]]]></description>
			<content:encoded><![CDATA[<p>We use a custom exception handler which utilizes the MS Enterprise Library Exception Block. I recently had an ASP.NET page I was testing that failed a test and I received &#8220;Inaccessible logs: Security Error&#8221; message.</p>
<p><strong>Problem: </strong></p>
<p>Root problem is the first time a ASP.Net application attempts to write to the Event Log an exception type for that application is created. In this case the Application Pool was running as the &#8220;NetworkService&#8221; identity.</p>
<p><strong>Solution:</strong></p>
<p>Simple fix is to change the identity that the Application Pool is running  as an identity that has administrative privileges. In this case, I switched the identity to &#8220;LocalSystem&#8221;. Run the offending page again one time and the exception&#8217;s event type is created, then switch the Application Pool&#8217;s Identity back to &#8220;NetworkService&#8221;.</p>
<p><a href="http://codepagoda.com/2008/09/05/inaccessible-logs-security-error-on-windows-server-2008-in-iis7/adjusting-the-identity-in-iis7s-application-pool/" rel="attachment wp-att-45" title="Adjusting the Identity in IIS7’s Application Pool"><img src="http://codepagoda.com/wp-content/uploads/2008/09/applicationpool_sample.thumbnail.JPG" alt="Adjusting the Identity in IIS7’s Application Pool" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://codepagoda.com/2008/09/05/inaccessible-logs-security-error-on-windows-server-2008-in-iis7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>.NET Framework 3.5 SP1 issue on Windows SharePoint Services v2.0</title>
		<link>http://codepagoda.com/2008/08/29/net-framework-35-sp1-issue-on-windows-sharepoint-services-v20/</link>
		<comments>http://codepagoda.com/2008/08/29/net-framework-35-sp1-issue-on-windows-sharepoint-services-v20/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 19:21:07 +0000</pubDate>
		<dc:creator>Kevin Grohoske</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://codepagoda.com/2008/08/29/net-framework-35-sp1-issue-on-windows-sharepoint-services-v20/</guid>
		<description><![CDATA[Just a quick pass through to the original blog article on the SharePoint team&#8217;s blog.
Read the article here.
]]></description>
			<content:encoded><![CDATA[<p>Just a quick pass through to the original blog article on the SharePoint team&#8217;s <a href="http://blogs.msdn.com/sharepoint" target="_blank">blog</a>.</p>
<p>Read the article <a href="http://blogs.msdn.com/sharepoint/archive/2008/08/27/net-framework-3-5-sp1-issue-on-windows-sharepoint-services-v2-0.aspx" target="_blank">here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codepagoda.com/2008/08/29/net-framework-35-sp1-issue-on-windows-sharepoint-services-v20/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating and Displaying Dynamic Serverside Error Messages with MS Ajax</title>
		<link>http://codepagoda.com/2008/08/26/example-error-messages-using-a-modal-dialog-box-with-the-modalpopupextender-in-microsoft-ajax/</link>
		<comments>http://codepagoda.com/2008/08/26/example-error-messages-using-a-modal-dialog-box-with-the-modalpopupextender-in-microsoft-ajax/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 21:01:42 +0000</pubDate>
		<dc:creator>Kevin Grohoske</dc:creator>
		
		<category><![CDATA[General]]></category>

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

		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://codepagoda.com/2008/08/26/example-error-messages-using-a-modal-dialog-box-with-the-modalpopupextender-in-microsoft-ajax/</guid>
		<description><![CDATA[Thank you Keith Brooks for contributing to this article.
If you have ever tried to capture exceptions in your codebehind and display friendly messges the users using Microsoft&#8217;s AJAX toolkit, you may find the very simple idea becomes complicated very quickly. I ran into this when I had some projects that I wanted to AJAX&#8217;ify by [...]]]></description>
			<content:encoded><![CDATA[<p>Thank you Keith Brooks for contributing to this article.</p>
<p>If you have ever tried to capture exceptions in your codebehind and display friendly messges the users using Microsoft&#8217;s AJAX toolkit, you may find the very simple idea becomes complicated very quickly. I ran into this when I had some projects that I wanted to AJAX&#8217;ify by using a typical alert method that registered a block of client side javascript and was fired on the pages Load event, but found that method failed when using AJAX. <a href="http://codepagoda.com/2008/08/26/example-error-messages-using-a-modal-dialog-box-with-the-modalpopupextender-in-microsoft-ajax/#more-37" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codepagoda.com/2008/08/26/example-error-messages-using-a-modal-dialog-box-with-the-modalpopupextender-in-microsoft-ajax/feed/</wfw:commentRss>
<enclosure url="http://codepagoda.com/wp-content/uploads/2008/08/ajaxalertexample.avi" length="1096704" type="video/x-msvideo" />
		</item>
		<item>
		<title>Hidden _EventValidation Element Breaks 1.1 Framework Applications on IIS7</title>
		<link>http://codepagoda.com/2008/08/13/hidden-_eventvalidation-element-breaks-11-framework-applications-on-iis7/</link>
		<comments>http://codepagoda.com/2008/08/13/hidden-_eventvalidation-element-breaks-11-framework-applications-on-iis7/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 15:28:27 +0000</pubDate>
		<dc:creator>Kevin Grohoske</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

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

		<guid isPermaLink="false">http://codepagoda.com/2008/08/13/hidden-_eventvalidation-element-breaks-11-framework-applications-on-iis7/</guid>
		<description><![CDATA[Yesterday a few of us at the office had to track down a frustrating bug/feature that prevented ASP.NET 1.1 Framework web application from running on Internet Information Server 7 (IIS7) and Windows Server 2008 (Windows 2008).
Situation:
We host several client sites on our public hosting server. We migrated the 1.1 Framework Applications to Windows 2008 / [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday a few of us at the office had to track down a frustrating bug/feature that prevented ASP.NET 1.1 Framework web application from running on Internet Information Server 7 (IIS7) and Windows Server 2008 (Windows 2008).</p>
<p><strong>Situation:</strong></p>
<p>We host several client sites on our public hosting server. We migrated the 1.1 Framework Applications to Windows 2008 / IIS7 running the pool pipeline in &#8216;classic mode&#8217;. One site appeared to work fine, except that a button on a particular page did now work.  It appeared as if the asp:button, which is generated in the HTML as a Submit button,  did not post back to the server. The button did work on the Windows Server 2003 / IIS6 environment. <a href="http://codepagoda.com/2008/08/13/hidden-_eventvalidation-element-breaks-11-framework-applications-on-iis7/#more-36" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codepagoda.com/2008/08/13/hidden-_eventvalidation-element-breaks-11-framework-applications-on-iis7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Great Primer/Review For Being A Technical Lead On Software Projects</title>
		<link>http://codepagoda.com/2008/07/10/a-great-primerreview-for-being-a-technical-lead-on-software-projects/</link>
		<comments>http://codepagoda.com/2008/07/10/a-great-primerreview-for-being-a-technical-lead-on-software-projects/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 21:07:10 +0000</pubDate>
		<dc:creator>Kevin Grohoske</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://codepagoda.com/2008/07/10/a-great-primerreview-for-being-a-technical-lead-on-software-projects/</guid>
		<description><![CDATA[I have seen both great technically savy developers and great managers fail at being a Technical Lead on software development projects. It seems of takes a special personality, skill set, and drive to take ownership of a project in this special capacity.
A former co-worker of mine sent me the following link to a great article [...]]]></description>
			<content:encoded><![CDATA[<p>I have seen both great technically savy developers and great managers fail at being a Technical Lead on software development projects. It seems of takes a special personality, skill set, and drive to take ownership of a project in this special capacity.</p>
<p>A former co-worker of mine sent me the following <a href="http://littletutorials.com/2008/07/07/success-as-technical-lead/" target="_blank">link</a> to a great article that captures a  checklist of some of the ideals needed to pull off this great balancing act.</p>
<p>I hope he wasn&#8217;t suggesting I should study some more :-)  Of course I did review them and ask myself how I was doing.</p>
]]></content:encoded>
			<wfw:commentRss>http://codepagoda.com/2008/07/10/a-great-primerreview-for-being-a-technical-lead-on-software-projects/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Office SharePoint Server 2007 Setup Error Encountered</title>
		<link>http://codepagoda.com/2008/06/10/microsoft-office-sharepoint-server-2007-setup-error-encountered/</link>
		<comments>http://codepagoda.com/2008/06/10/microsoft-office-sharepoint-server-2007-setup-error-encountered/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 15:29:06 +0000</pubDate>
		<dc:creator>Kevin Grohoske</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://codepagoda.com/2008/06/10/microsoft-office-sharepoint-server-2007-setup-error-encountered/</guid>
		<description><![CDATA[Note: I&#8217;m less sleepy and much more patient today, so now I&#8217;m correcting this blog entry.
This evening I was setting up a new instance of MOSS (Microsoft Office Share Point Server 2007) and ran into a error during installation. The installer would almost immediately display the following message and show a simple &#8216;Close&#8217; button. Obviously [...]]]></description>
			<content:encoded><![CDATA[<p>Note: I&#8217;m less sleepy and much more patient today, so now I&#8217;m correcting this blog entry.</p>
<p>This evening I was setting up a new instance of MOSS (Microsoft Office Share Point Server 2007) and ran into a error during installation. The installer would almost immediately display the following message and show a simple &#8216;Close&#8217; button. Obviously this would be a bit better user experience (UX) if there was some way to determine what the particular error was that caused the installer to quit. (I have faith that the MS SharePoint team is working on this as we speak) After checking a few blogs and TechNet, I found the <a href="http://tiredblogger.wordpress.com/2007/11/16/fixing-a-broken-moss-2007-installation/" target="_blank">solution at David Longnecker&#8217;s blog</a> which, ironically, is named Ramblings of the Sleepy.</p>
<blockquote><p><strong>&#8220;Microsoft Office Sharepoint Server 2007 encountered an error during setup.&#8221;</strong></p></blockquote>
<p>The fix was to install and run a tool from Microsoft called the, &#8220;<a href="http://support.microsoft.com/kb/290301">Windows Installer Clean Up Utility</a>&#8220;, and then reboot the machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://codepagoda.com/2008/06/10/microsoft-office-sharepoint-server-2007-setup-error-encountered/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
