<?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>Justin&#039;s Blog</title>
	<atom:link href="http://blog.justinhaygood.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.justinhaygood.com</link>
	<description>A day in the life of a geek.</description>
	<lastBuildDate>Fri, 07 Jun 2013 21:32:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Aura 1.2.1 released</title>
		<link>http://blog.justinhaygood.com/2013/04/27/aura-1-2-1-released/</link>
		<comments>http://blog.justinhaygood.com/2013/04/27/aura-1-2-1-released/#comments</comments>
		<pubDate>Sat, 27 Apr 2013 16:51:38 +0000</pubDate>
		<dc:creator>Justin Haygood</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MongoDB Aura]]></category>

		<guid isPermaLink="false">http://blog.justinhaygood.com/?p=443</guid>
		<description><![CDATA[Aura 1.2.1 fixes an issue with Aura 1.2.0 where having an index with null options (IndexOptions.Null) would cause an exception during the creation of DatabaseManager.]]></description>
				<content:encoded><![CDATA[<p>Aura 1.2.1 fixes an issue with Aura 1.2.0 where having an index with null options (IndexOptions.Null) would cause an exception during the creation of DatabaseManager.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justinhaygood.com/2013/04/27/aura-1-2-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aura 1.2.0</title>
		<link>http://blog.justinhaygood.com/2013/04/23/aura-1-2-0/</link>
		<comments>http://blog.justinhaygood.com/2013/04/23/aura-1-2-0/#comments</comments>
		<pubDate>Tue, 23 Apr 2013 19:59:32 +0000</pubDate>
		<dc:creator>Justin Haygood</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.justinhaygood.com/?p=442</guid>
		<description><![CDATA[Aura 1.2.0 was just uploaded to NuGet (and GitHub). It&#8217;s a pretty small change from 1.1, but it has one new feature that will make schema migrations easier. If you are using DatabaseManager, and using RecordManager&#8217;s RemoveProperty method, Aura can now invoke a callback passing in the collection of documents that have that property (as [...]]]></description>
				<content:encoded><![CDATA[<p>Aura 1.2.0 was just uploaded to NuGet (and GitHub). It&#8217;s a pretty small change from 1.1, but it has one new feature that will make schema migrations easier.</p>
<p>If you are using DatabaseManager, and using RecordManager&#8217;s RemoveProperty method, Aura can now invoke a callback passing in the collection of documents that have that property (as a BsonDocument), so you can migrate the values of the property to other properties.</p>
<p>If the property simply isn&#8217;t used anymore, you can continue to use the older RemoveProperty method.</p>
<p>Please note: if you migrate a property to another collection, you shouldn&#8217;t use record manager to access the other collection, since the record managers aren&#8217;t set up yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justinhaygood.com/2013/04/23/aura-1-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aura is now on NuGet</title>
		<link>http://blog.justinhaygood.com/2013/03/14/aura-is-now-on-nuget/</link>
		<comments>http://blog.justinhaygood.com/2013/03/14/aura-is-now-on-nuget/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 19:52:57 +0000</pubDate>
		<dc:creator>Justin Haygood</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.justinhaygood.com/?p=439</guid>
		<description><![CDATA[The Aura project (announced a few weeks ago) is now available on NuGet: http://www.nuget.org/packages/Aura/ or just search for Aura in the NuGet Package Manager As always, its also available on GitHub at http://aura.reaktix.com]]></description>
				<content:encoded><![CDATA[<p>The Aura project (<a title="New open source project: Aura" href="http://blog.justinhaygood.com/2013/01/27/new-open-source-project-aura/">announced a few weeks ago</a>) is now available on <a href="http://www.nuget.org">NuGet</a>:</p>
<p><a href="http://www.nuget.org/packages/Aura/">http://www.nuget.org/packages/Aura/</a> or just search for Aura in the NuGet Package Manager</p>
<p>As always, its also available on <a href="http://www.github.com">GitHub</a> at <a href="http://aura.reaktix.com">http://aura.reaktix.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justinhaygood.com/2013/03/14/aura-is-now-on-nuget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New open source project &#8212; FastCGI Library for .NET</title>
		<link>http://blog.justinhaygood.com/2013/02/11/new-open-source-project-fastcgi-library-for-net/</link>
		<comments>http://blog.justinhaygood.com/2013/02/11/new-open-source-project-fastcgi-library-for-net/#comments</comments>
		<pubDate>Mon, 11 Feb 2013 17:33:56 +0000</pubDate>
		<dc:creator>Justin Haygood</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.justinhaygood.com/?p=431</guid>
		<description><![CDATA[This project is still in the very early stages, but it&#8217;s basically designed to allow you to build high performance FastCGI servers. It doesn&#8217;t work with IIS&#8217;s FastCGI implementation, but it does work with Nginx. See it on github at https://github.com/jhaygood86/FastCgiServerLibrary. Pull requests are welcomed]]></description>
				<content:encoded><![CDATA[<p>This project is still in the very early stages, but it&#8217;s basically designed to allow you to build high performance FastCGI servers. It doesn&#8217;t work with IIS&#8217;s FastCGI implementation, but it does work with Nginx.</p>
<p>See it on github at <a href="https://github.com/jhaygood86/FastCgiServerLibrary">https://github.com/jhaygood86/FastCgiServerLibrary</a>. Pull requests are welcomed <img src='http://blog.justinhaygood.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justinhaygood.com/2013/02/11/new-open-source-project-fastcgi-library-for-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New open source project: Aura</title>
		<link>http://blog.justinhaygood.com/2013/01/27/new-open-source-project-aura/</link>
		<comments>http://blog.justinhaygood.com/2013/01/27/new-open-source-project-aura/#comments</comments>
		<pubDate>Sun, 27 Jan 2013 18:24:28 +0000</pubDate>
		<dc:creator>Justin Haygood</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.justinhaygood.com/?p=423</guid>
		<description><![CDATA[What is Aura? It&#8217;s simple: it&#8217;s a C# library to make working with MongoDB databases easier. It still uses the official 10gen MongoDB C# driver to work, just makes life less stressful while using it. Why the name Aura? Aura is the daughter of Ming the Merciless, the ruler of the planet Mongo. Ming is [...]]]></description>
				<content:encoded><![CDATA[<p>What is Aura? It&#8217;s simple: it&#8217;s a C# library to make working with MongoDB databases easier. It still uses the official 10gen MongoDB C# driver to work, just makes life less stressful while using it.</p>
<p>Why the name Aura? Aura is the daughter of Ming the Merciless, the ruler of the planet Mongo. Ming is already taken (by a Python project), so why not pick his daughter?</p>
<p>It&#8217;s based on Mongol by Ephisys, however, it&#8217;s diverged quite a bit since then. However, it should be straight-forward to port your code over. In many cases, its as simple as changing the app setting Mongol.Url to a connection string property, and changing your using statement to using Aura;. That will get you started. There&#8217;s also plenty of other useful features that you use that Mongol doesn&#8217;t have.</p>
<p>Oh, and its on GitHub. <a href="https://github.com/jhaygood86/aura">Check it out now</a>! It&#8217;s licensed under the Apache Public License v2.0. Feel free to request any changes you want, or go ahead and contribute them. I will most likely accept it if I like it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justinhaygood.com/2013/01/27/new-open-source-project-aura/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Now using nginx!</title>
		<link>http://blog.justinhaygood.com/2013/01/20/now-using-nginx/</link>
		<comments>http://blog.justinhaygood.com/2013/01/20/now-using-nginx/#comments</comments>
		<pubDate>Sun, 20 Jan 2013 21:33:16 +0000</pubDate>
		<dc:creator>Justin Haygood</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.justinhaygood.com/?p=421</guid>
		<description><![CDATA[We have switched over our web servers to use nginx. If your site isn&#8217;t working, let us know, and I&#8217;ll be sure to get it back up ASAP. It only takes a few minutes.]]></description>
				<content:encoded><![CDATA[<p>We have switched over our web servers to use nginx. If your site isn&#8217;t working, let us know, and I&#8217;ll be sure to get it back up ASAP. It only takes a few minutes.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justinhaygood.com/2013/01/20/now-using-nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spending Christmas In Canada</title>
		<link>http://blog.justinhaygood.com/2012/12/22/spending-christmas-in-canada/</link>
		<comments>http://blog.justinhaygood.com/2012/12/22/spending-christmas-in-canada/#comments</comments>
		<pubDate>Sat, 22 Dec 2012 21:28:23 +0000</pubDate>
		<dc:creator>Justin Haygood</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.justinhaygood.com/?p=419</guid>
		<description><![CDATA[I&#8217;m spending my birthday (tomorrow) and Christmas with my lovely wife in the Great White North]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m spending my birthday (tomorrow) and Christmas with my lovely wife in the Great White North <img src='http://blog.justinhaygood.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justinhaygood.com/2012/12/22/spending-christmas-in-canada/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merry Christmas from DG</title>
		<link>http://blog.justinhaygood.com/2012/12/11/merry-christmas-from-dg/</link>
		<comments>http://blog.justinhaygood.com/2012/12/11/merry-christmas-from-dg/#comments</comments>
		<pubDate>Tue, 11 Dec 2012 20:54:20 +0000</pubDate>
		<dc:creator>Justin Haygood</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.justinhaygood.com/?p=415</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.justinhaygood.com/wp-content/uploads/2012/12/dgmdmdcard.jpg"><img class="alignnone size-full wp-image-416" title="dgmdmdcard" src="http://blog.justinhaygood.com/wp-content/uploads/2012/12/dgmdmdcard.jpg" alt="" width="418" height="646" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justinhaygood.com/2012/12/11/merry-christmas-from-dg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minecraft on Mountain Lion</title>
		<link>http://blog.justinhaygood.com/2012/10/20/minecraft-on-mountain-lion/</link>
		<comments>http://blog.justinhaygood.com/2012/10/20/minecraft-on-mountain-lion/#comments</comments>
		<pubDate>Sat, 20 Oct 2012 23:51:54 +0000</pubDate>
		<dc:creator>Justin Haygood</dc:creator>
				<category><![CDATA[Macs suck]]></category>

		<guid isPermaLink="false">http://blog.justinhaygood.com/?p=410</guid>
		<description><![CDATA[If you get the error message that Minecraft is damaged after you download it, do the following: 1. Open System Preferences 2. Choose Security &#38; Privacy 3. Click the lock to make changes 4. Change the setting &#8220;Allow Applications downloaded from&#8221; to Anywhere Minecraft should now work on Mountain Lion (Mac OS X 10.8)]]></description>
				<content:encoded><![CDATA[<p>If you get the error message that Minecraft is damaged after you download it, do the following:</p>
<p>1. Open System Preferences<br />
2. Choose Security &amp; Privacy<br />
3. Click the lock to make changes<br />
4. Change the setting &#8220;Allow Applications downloaded from&#8221; to Anywhere</p>
<p>Minecraft should now work on Mountain Lion (Mac OS X 10.8)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justinhaygood.com/2012/10/20/minecraft-on-mountain-lion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Removing Press popup from Marietta Daily Journal Online (www.mdjonline.com)</title>
		<link>http://blog.justinhaygood.com/2012/09/26/removing-press-popup-from-marietta-daily-journal-online-www-mdjonline-com/</link>
		<comments>http://blog.justinhaygood.com/2012/09/26/removing-press-popup-from-marietta-daily-journal-online-www-mdjonline-com/#comments</comments>
		<pubDate>Wed, 26 Sep 2012 04:56:17 +0000</pubDate>
		<dc:creator>Justin Haygood</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.justinhaygood.com/?p=401</guid>
		<description><![CDATA[Download the zip from here. Open up Google Chrome. If you don&#8217;t use it, you should. It&#8217;s free! Click on the wrench (or if you have an updated Chrome version, the 3 lines) on the top right hand corner, and goto Settings Switch to the Extensions tab. Unzip the zip you downloaded earlier Drag mdjonline.user.js [...]]]></description>
				<content:encoded><![CDATA[<ol>
<li>Download the zip from <a href="http://www.justinhaygood.com/downloads/mdjonline.user.js.zip">here</a>.</li>
<li>Open up Google Chrome. If you don&#8217;t use it, you should. It&#8217;s free!</li>
<li>Click on the wrench (or if you have an updated Chrome version, the 3 lines) on the top right hand corner, and goto Settings</li>
<li>Switch to the Extensions tab.</li>
<li>Unzip the zip you downloaded earlier</li>
<li>Drag mdjonline.user.js to the extensions window</li>
<li>Reload any article on mdjonline.com, and it should be popup free!</li>
</ol>
<p>This doesn&#8217;t hack their servers or anything.. they use 2 divs, one that makes it grey, and one with the popup content. This just automates removing those divs.</p>
<p><strong>UPDATE</strong></p>
<p><strong></strong>You can use this script to remove from any website that uses Press+. Just edit the script before installing it to have the URL of the website. If you know a website that uses it, leave it in the comments, and I&#8217;ll update the script to include that site. Until Press+ comes up with a better solution to their problem, I&#8217;ll keep exploiting and updating this workaround.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justinhaygood.com/2012/09/26/removing-press-popup-from-marietta-daily-journal-online-www-mdjonline-com/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.298 seconds. -->
<!-- File not cached! Super Cache Couldn't write to: wp-content/cache/wp-cache-b00e99a0f8ea88a18b89d793876f0f2a.html -->