<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>David Huby's Blog</title>
	<link>http://blog.davidhuby.com</link>
	<description>Technical and business stuff</description>
	<lastBuildDate>Tue, 10 Aug 2010 06:09:57 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Android Development &#8211; ADT Eclipse error</title>
		<description><![CDATA[I got Hello World working without any problems, but when getting the LunarLander example I ran into a bit of an issue ... "The project cannot be built until build path errors are resolved"
I found the solution at http://code.google.com/p/android/issues/detail?id=5509 (by Philip Lowman)
1. Right click in Package Explorer and choose Import
2. Choose "Existing project into workspace" [...]]]></description>
		<link>http://blog.davidhuby.com/index.php/2010/08/android-development-adt-eclipse-error/</link>
			</item>
	<item>
		<title>Get started learning PHP</title>
		<description><![CDATA[Someone I met the other day asked me how they could get started with PHP - should they do a course?
I don't think a course is the best way to start PHP - with so many good resources online you can get started and start writing practical PHP, and come back and use a book [...]]]></description>
		<link>http://blog.davidhuby.com/index.php/2010/08/get-started-learning-php/</link>
			</item>
	<item>
		<title>ASP.NET Control Lifecycle</title>
		<description><![CDATA[Complete Lifecycle of an ASP.Net page and controls
http://blogs.thesitedoctor.co.uk/tim/2006/06/30/Complete+Lifecycle+Of+An+ASPNet+Page+And+Controls.aspx
]]></description>
		<link>http://blog.davidhuby.com/index.php/2010/04/asp-net-control-lifecycle/</link>
			</item>
	<item>
		<title>Baretail &#8211; a great tool for montoring changing logs</title>
		<description><![CDATA[Brian Canzanella blogged about Baretail in this article http://www.csharptocsharp.com/log4net-configuration-for-rockin-loggin
It doesn't look too special in the screenshot, but if you are looking for a tool which can monitor your logs live in Windows, this tool is fantastic.
]]></description>
		<link>http://blog.davidhuby.com/index.php/2010/03/baretail-a-great-tool-for-montoring-changing-logs/</link>
			</item>
	<item>
		<title>Single sign on in Sitecore</title>
		<description><![CDATA[Even after going through the Active Directory and Custom Providers documentation with a fine toothed comb, there was still an issue with Single Sign On. Every time I hit sitecore/admin/LDAPLogin.aspx - the 'configuration test' for SSO, which had anonymous authentication disabled and Windows Integrated authentication turned on, I was presented with a pop up login [...]]]></description>
		<link>http://blog.davidhuby.com/index.php/2010/03/single-sign-on-in-sitecore/</link>
			</item>
	<item>
		<title>Add Windows Authentication Provider IIS 7 Windows 7</title>
		<description><![CDATA[http://weblogs.asp.net/zroiy/archive/2008/08/17/missing-windows-authentication-provider-for-iis-7-on-windows-server-2008.aspx describes how to set up Windows Authentication providers in IIS 7 on Windows 2008; the image below shows how it's done in Windows 7
]]></description>
		<link>http://blog.davidhuby.com/index.php/2010/03/add-windows-authentication-provider-iis-7-windows-7/</link>
			</item>
	<item>
		<title>Event validation error in ASP.NET</title>
		<description><![CDATA[I ran into this .NET error yesterday:
Invalid postback or callback argument.  Event validation is enabled using &#60;pages enableEventValidation="true"/&#62; in configuration or &#60;%@ Page EnableEventValidation="true" %&#62; in a page.  For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them.  If the [...]]]></description>
		<link>http://blog.davidhuby.com/index.php/2010/03/event-validation-error-in-asp-net/</link>
			</item>
	<item>
		<title>Sitecore CryptographicException: Padding is invalid and cannot be removed.</title>
		<description><![CDATA[Something to try if you get the error below: Recycle the application pool for the given website. It worked for me.
Update: If that doesn’t fix your problem, try clearing your cookies.
Server Error in '/' Application.
Padding is invalid and cannot be removed.
Description: An unhandled exception occurred during the execution of the current web request. Please review [...]]]></description>
		<link>http://blog.davidhuby.com/index.php/2010/03/sitecore-cryptographicexception-padding-is-invalid-and-cannot-be-removed/</link>
			</item>
	<item>
		<title>Sitecore issue &#8211; not all users being displayed in the User Manager</title>
		<description><![CDATA[I know there more than 15 users should be returned by my providers, but only the first 15 are being displayed in the User Manager. 
If I search using a search string such as "a" the results are correctly filtered to those including only "a". Some of the users returned in this result were not [...]]]></description>
		<link>http://blog.davidhuby.com/index.php/2010/03/sitecore-issue-not-all-users-being-displayed-in-the-user-manager/</link>
			</item>
	<item>
		<title>Sitecore tip of the day &#8211; Rebuild Lucene Search Index</title>
		<description><![CDATA[How do I rebuild a Lucene Search Index in Sitecore?

Log in to the Sitecore desktop at http://yoursite/sitecore/
Click the Sitecore button and open the Control Panel
Click on the Database group
Click Rebuild the Search Index
Select the indexes you wish to rebuild and click the Rebuild button

]]></description>
		<link>http://blog.davidhuby.com/index.php/2010/02/sitecore-tip-of-the-day-rebuild-lucene-search-index/</link>
			</item>
</channel>
</rss>
