<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Adam Carter&#187; Adam Carter</title>
	<link>http://adam-carter.com</link>
	<description>Documenting the misadventures of yours truly.</description>
	<lastBuildDate>Tue, 13 Jul 2010 14:42:23 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Row not found or changed &amp; LINQ</title>
		<description><![CDATA[This is a particularly well-known error (see here, here, and here), but this is the second time that I&#8217;ve had to do a search on this error so I thought that I&#8217;d post it here so that I can find it more quickly. Anyway, when this error occurs, make sure that the NULL types in [...]]]></description>
		<link>http://adam-carter.com/posts/188</link>
			</item>
	<item>
		<title>SaveFileDialog Error When Debugging Silverlight Applications</title>
		<description><![CDATA[If you&#8217;re having difficulties debugging a section of code that uses the SafeFileDialog.ShowDialog() method, the reason is that Silverlight requires that the ShowDialog() method be called from a user-generated action. For whatever reason, entering into debug mode makes Silverlight think that you are not responding to a user-action, even when you are. To work around [...]]]></description>
		<link>http://adam-carter.com/posts/173</link>
			</item>
	<item>
		<title>Change Default Layout when Using Zend Framework</title>
		<description><![CDATA[Quick Tip: If you want to change the default layout script in your Zend Framework MVC application, you can do one of the following: // Within controller $this-&#62;_helper_layout-&#62;setLayout('other-layout') //other-layout.phtml //Within view script layout()-&#62;setLayout('other-layout'); ?&#62; Thanks to Andrew at the StackOverflow forums. &#8211;Adam]]></description>
		<link>http://adam-carter.com/posts/167</link>
			</item>
	<item>
		<title>Extending a UserControl in Silverlight</title>
		<description><![CDATA[In a current project that I&#8217;m working on, I needed to extend a UserControl to add some additional specialized functionality. This is very easy to do if all you need is to extend code, but it becomes much more difficult if you want to extend it via a XAML/C# UserControl. After much web searching, I [...]]]></description>
		<link>http://adam-carter.com/posts/162</link>
			</item>
	<item>
		<title>Setting Document Root to Point to a Network Share With Windows/Apache</title>
		<description><![CDATA[Quick tip: If you’re wanting to have your Apache document root point to a network share in Windows, here’s what you have to do: Change your DocumentRoot to the network share (drive remapping doesn’t seem to work).&#160; Example: DocumentRoot “//path/to/share” Make sure to update the DocumentRoot path in your &#60;Directory&#62; config Edit the Apache service [...]]]></description>
		<link>http://adam-carter.com/posts/158</link>
			</item>
	<item>
		<title>The New Vanity Search</title>
		<description><![CDATA[From time to time, everyone is prone to perform a vanity search or two. Because I have a somewhat generic name (currently, Adam ranks at #72, Carter is #40), web searching always returns an interesting variety of results. Movie stars, a character in a British television series, an Elvis impersonator, and I all share the [...]]]></description>
		<link>http://adam-carter.com/posts/149</link>
			</item>
	<item>
		<title>PHP 5.3 and MySQL: A connection attempt failed because the connected party did not properly respond after a period of time&#8230;</title>
		<description><![CDATA[Having difficulty connecting to MySQL through PHP 5.3.x? Know that MySQL and PHP are properly configured? Using Windows Vista / 7? The problem may very well be that you&#8217;re connecting to &#8216;localhost.&#8217; According to Joe Bedan, simply changing &#8216;localhost&#8217; to &#8217;127.0.0.7&#8242; will fix the problem, and he&#8217;s right! According to another forum post, this is [...]]]></description>
		<link>http://adam-carter.com/posts/144</link>
			</item>
	<item>
		<title>Canceling AutoPostBack for Asp.Net DropDownList</title>
		<description><![CDATA[In my most recent project, I decided to prompt the user before doing a post back when a DropDownList changed. In order to do so, you need to add an &#8220;onchange&#8221; event to your DropDownList. It should look something like: onclick="if(!SomeFunction(this)) return false;" Some Notes: &#8220;SomeFunction&#8221; is a javascript function that returns true or false [...]]]></description>
		<link>http://adam-carter.com/posts/140</link>
			</item>
	<item>
		<title>Recognizing Network Cards During Windows Home Server Restores</title>
		<description><![CDATA[If you attempt to restore a PC on your Windows Home Server network only to discover that the WHS restore CD doesn&#8217;t recognize your network card, here&#8217;s an easy fix. All you have to do is put the network driver for Windows XP onto the root level of a flash drive and have the WSH [...]]]></description>
		<link>http://adam-carter.com/posts/136</link>
			</item>
	<item>
		<title>Windows Home Server Restore Error</title>
		<description><![CDATA[For the last month or so, I&#8217;ve been using my gaming box as my development machine. With that role come tons of background services which, in turn, eat up memory that could otherwise be used to play games. Luckily, I have Windows Home Server and made a backup prior to the computer&#8217;s transformation. However, whenever [...]]]></description>
		<link>http://adam-carter.com/posts/127</link>
			</item>
</channel>
</rss>
