<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris Miller &#187; Uncategorized</title>
	<atom:link href="http://www.ee99ee.com/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ee99ee.com/blog</link>
	<description>ee99ee.com</description>
	<lastBuildDate>Sat, 17 Jul 2010 19:55:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to search and replace data in MySQL</title>
		<link>http://www.ee99ee.com/blog/2010/07/17/how-to-search-and-replace-data-in-mysql/</link>
		<comments>http://www.ee99ee.com/blog/2010/07/17/how-to-search-and-replace-data-in-mysql/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 19:54:03 +0000</pubDate>
		<dc:creator>cmiller</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ee99ee.com/blog/?p=194</guid>
		<description><![CDATA[Finding a string in a set of MySQL result rows and replacing the text is very easy. Use the following command as a template: UPDATE [table_name] SET [field_name] = REPLACE( [field_name], '[string_to_find]', '[string_to_replace]' );]]></description>
		<wfw:commentRss>http://www.ee99ee.com/blog/2010/07/17/how-to-search-and-replace-data-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Family Holiday Computer Repair and Upgrades</title>
		<link>http://www.ee99ee.com/blog/2009/12/12/family-holiday-computer-repair-and-upgrades/</link>
		<comments>http://www.ee99ee.com/blog/2009/12/12/family-holiday-computer-repair-and-upgrades/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 20:35:26 +0000</pubDate>
		<dc:creator>cmiller</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.ee99ee.com/blog/?p=187</guid>
		<description><![CDATA[The holidays are upon us! Or so I am told. Given that many of us will be traveling and visiting family for the holiday, the techies in us always seem to have a misleading simple question posed by family: &#8220;Hey my computer is running slow? Can you look at it real quick?&#8221; For many of us, it&#8217;s a dreaded task for we only have to think back one year to the massive amounts of spyware, viruses and outdated security software we may have found on these systems. Regardless, it is our duty as techies to step up and make things work again. So, what are you doing this holiday season to your family&#8217;s computers? What are your favorite apps to help keep a computer you probably won&#8217;t see for another year clean? Certainly one thing I am doing is upgrading family systems to Windows 7. I need to select a good anti-virus through. Suggestions?]]></description>
		<wfw:commentRss>http://www.ee99ee.com/blog/2009/12/12/family-holiday-computer-repair-and-upgrades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MVC Futures 1.0 for Visual Studio 2010</title>
		<link>http://www.ee99ee.com/blog/2009/10/02/mvc-futures-1-0-for-visual-studio-2010/</link>
		<comments>http://www.ee99ee.com/blog/2009/10/02/mvc-futures-1-0-for-visual-studio-2010/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 07:05:13 +0000</pubDate>
		<dc:creator>cmiller</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ee99ee.com/blog/?p=110</guid>
		<description><![CDATA[After having issues due to version problems and assembly mismatch (DLL hell) with the Microsoft MVC Futures project, I had to recompile the MVC 1.0 Future assembly from source code on my system. I am running Visual Studio 2010 and don&#8217;t have Visual Studio 2008 installed. Thus, I have MVC Framework 1.1 installed, NOT MVC framework 1.0. When loading the DLL provided from Codeplex, I received an error about unable to locate System.Web.MVC 1.0 because instead, System.Web.MVC 1.1 is installed on my system. If you manually reference this DLL instead of the binary from Codeplex, your issues should be resolved. Good luck! Download the file here]]></description>
		<wfw:commentRss>http://www.ee99ee.com/blog/2009/10/02/mvc-futures-1-0-for-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
