<?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>BradJanke.com</title>
	<atom:link href="http://www.bradjanke.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bradjanke.com</link>
	<description></description>
	<lastBuildDate>Wed, 13 Jul 2011 17:23:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>&#8220;PageHandlerFactory-Integrated&#8221; has a bad module</title>
		<link>http://www.bradjanke.com/2011/07/13/pagehandlerfactory-integrated-has-a-bad-module/</link>
		<comments>http://www.bradjanke.com/2011/07/13/pagehandlerfactory-integrated-has-a-bad-module/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 17:23:07 +0000</pubDate>
		<dc:creator>bradj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bradjanke.com/?p=128</guid>
		<description><![CDATA[I was receiving this error: HTTP Error 500.21 - Internal Server Error Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list. This link provided a [...]]]></description>
			<content:encoded><![CDATA[<p>I was receiving this error:</p>
<p><code>HTTP Error 500.21 - Internal Server Error </p>
<p>Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list.</code></p>
<p><a href="http://www.gotknowhow.com/articles/fix-bad-module-managedpipelinehandler-in-iis7">This link</a> provided a solution for the issue.  There are two solutions on this page.  The bottom solution that involves using <strong>aspnet_regiis.exe</strong> is the one that worked on my machine.</p>
<p>In case you are interested; <a href="http://support.microsoft.com/kb/943891">This site</a> lists the HTTP status codes for IIS 7.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradjanke.com/2011/07/13/pagehandlerfactory-integrated-has-a-bad-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Could not load file or assembly ‘Oracle.DataAccess’</title>
		<link>http://www.bradjanke.com/2011/07/13/could-not-load-file-or-assembly-%e2%80%98oracle-dataaccess%e2%80%99-or-one-of-its-dependencies/</link>
		<comments>http://www.bradjanke.com/2011/07/13/could-not-load-file-or-assembly-%e2%80%98oracle-dataaccess%e2%80%99-or-one-of-its-dependencies/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 17:12:29 +0000</pubDate>
		<dc:creator>bradj</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.bradjanke.com/?p=119</guid>
		<description><![CDATA[Here is the error I was receiving: Could not load file or assembly ‘Oracle.DataAccess’ or one of its dependencies. Below are a few links to help out [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the error I was receiving: <strong>Could not load file or assembly ‘Oracle.DataAccess’ or one of its dependencies.</strong></p>
<p>Below are a few links to help out if you are receiving a similar error.  But first, here is how I solved the issue.</p>
<p><code>In IIS go to whatever the app pool that running your website, click on "Advanced Settings", the set "Enable 32-Bit Applications" to True.</code></p>
<p>I found this answer <a href="http://forums.oracle.com/forums/thread.jspa?threadID=697883">here</a>.</p>
<p><a href="http://nandakishore.wordpress.com/2009/10/30/could-not-load-file-or-assembly-oracle-dataaccess-or-one-of-its-dependencies/">This site</a> may also be of some use.</p>
<p>Hth.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradjanke.com/2011/07/13/could-not-load-file-or-assembly-%e2%80%98oracle-dataaccess%e2%80%99-or-one-of-its-dependencies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project ‘Project Name’ is missing required source folder: ‘gen’</title>
		<link>http://www.bradjanke.com/2011/04/12/project-%e2%80%98project-name%e2%80%99-is-missing-required-source-folder-%e2%80%98gen%e2%80%99/</link>
		<comments>http://www.bradjanke.com/2011/04/12/project-%e2%80%98project-name%e2%80%99-is-missing-required-source-folder-%e2%80%98gen%e2%80%99/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 14:12:59 +0000</pubDate>
		<dc:creator>bradj</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://www.bradjanke.com/?p=114</guid>
		<description><![CDATA[I came across this error in the recent branching of YAAIC. It was quite a simple fix, for me. Go to Project Properties by right clicking on [...]]]></description>
			<content:encoded><![CDATA[<p>I came across this error in the recent branching of <a href="http://www.yaaic.org/">YAAIC</a>.  It was quite a simple fix, for me.</p>
<ol>
<li>Go to Project Properties by right clicking on the project and selecting <strong>Properties</strong></li>
<li>Select <strong>Java Build Path</strong> from the left menu</li>
<li>Select the Source tab</li>
<li>You should see the <strong>gen</strong> folder referenced as well as the src folder (and potentially many others)</li>
<li>Simply click the gen folder and hit Remove</li>
<li>Then click Add Folder and select the folder to add it back to the project</li>
</ol>
<p>If this does not work then please check out <a href="http://www.joshuakerr.com/2009/10/23/android-and-the-missing-gen-folder/">this post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradjanke.com/2011/04/12/project-%e2%80%98project-name%e2%80%99-is-missing-required-source-folder-%e2%80%98gen%e2%80%99/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Flex Debug Player Crash</title>
		<link>http://www.bradjanke.com/2011/02/28/firefox-flex-debug-player-crash/</link>
		<comments>http://www.bradjanke.com/2011/02/28/firefox-flex-debug-player-crash/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 16:13:53 +0000</pubDate>
		<dc:creator>bradj</dc:creator>
				<category><![CDATA[Adobe Flex]]></category>

		<guid isPermaLink="false">http://www.bradjanke.com/?p=107</guid>
		<description><![CDATA[I was having issues with Firefox while debugging Flex applications. For some reason Firefox kept crashing or timing out. I followed this post. Solved my problem! Let [...]]]></description>
			<content:encoded><![CDATA[<p>I was having issues with Firefox while debugging Flex applications.  For some reason Firefox kept crashing or timing out.  I followed <a href="http://www.riaxe.com/blog/flex/flex-firefox-flash-debug-player-crash-solved/">this post</a>.  Solved my problem!</p>
<p>Let me know if you are having further issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradjanke.com/2011/02/28/firefox-flex-debug-player-crash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class IIMEClient could not be found</title>
		<link>http://www.bradjanke.com/2011/02/27/class-iimeclient-could-not-be-found/</link>
		<comments>http://www.bradjanke.com/2011/02/27/class-iimeclient-could-not-be-found/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 02:08:04 +0000</pubDate>
		<dc:creator>bradj</dc:creator>
				<category><![CDATA[Adobe Flex]]></category>

		<guid isPermaLink="false">http://www.bradjanke.com/?p=101</guid>
		<description><![CDATA[Are you getting this error in your Flash Builder 4 environment? VerifyError: Error #1014: Class IIMEClient could not be found. Fret no more. Change the following lines [...]]]></description>
			<content:encoded><![CDATA[<p>Are you getting this error in your Flash Builder 4 environment?<br />
<code>VerifyError: Error #1014: Class IIMEClient could not be found.</code></p>
<p>Fret no more.  Change the following lines in your <strong>name-app.xml</strong>:</p>
<p>From:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;utf-8&quot;</span> <span style="color: #000066;">standalone</span>=<span style="color: #ff0000;">&quot;no&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;application</span> <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">&quot;http://ns.adobe.com/air/application/1.5&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span></pre></div></div>

<p>To:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;utf-8&quot;</span> <span style="color: #000066;">standalone</span>=<span style="color: #ff0000;">&quot;no&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;application</span> <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">&quot;http://ns.adobe.com/air/application/2.0&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span></pre></div></div>

<p>For those who cannot see the difference; I replaced the <strong>xmlns</strong> version number.  If you would like a more in depth walk through then please <a href="http://blog.natebeck.net/2010/06/tip-of-the-day-building-air-2-applications-with-flash-builder-4/">go here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradjanke.com/2011/02/27/class-iimeclient-could-not-be-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Center Elements in Adobe Flex When Using s:layout</title>
		<link>http://www.bradjanke.com/2011/02/15/center-elements-in-adobe-flex-when-using-slayout/</link>
		<comments>http://www.bradjanke.com/2011/02/15/center-elements-in-adobe-flex-when-using-slayout/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 03:55:11 +0000</pubDate>
		<dc:creator>bradj</dc:creator>
				<category><![CDATA[Adobe Flex]]></category>

		<guid isPermaLink="false">http://www.bradjanke.com/?p=78</guid>
		<description><![CDATA[This is something I found quite irritating. When you are using &#60;s:layout&#62; &#60;s:VerticalLayout /&#62; &#60;/s:layout&#62; it generates a container around the rest of your components. Thus, whenever [...]]]></description>
			<content:encoded><![CDATA[<p>This is something I found quite irritating.  When you are using</p>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;"><span style="color: #7400FF;">&lt;s:layout</span><span style="color: #7400FF;">&gt;</span></span>
	<span style="color: #000000;"><span style="color: #7400FF;">&lt;s:VerticalLayout</span> <span style="color: #7400FF;">/&gt;</span></span>
<span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:layout</span><span style="color: #7400FF;">&gt;</span></span></pre></div></div>

<p> it generates a container around the rest of your components.  Thus, whenever you try to align those components they are bound to the limits of the auto generated <code></code> container.  Which means you will get something like this:</p>
<p><a href="http://www.bradjanke.com/wp-content/uploads/2011/02/goodAlignment1.png"><img class="alignleft size-full wp-image-85" title="goodAlignment" src="http://www.bradjanke.com/wp-content/uploads/2011/02/badAlignment1.png" alt="" width="616" height="438" /></a></p>
<p>This is bad.  So, how do you fix it?  This is how:</p>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;"><span style="color: #7400FF;">&lt;s:layout</span><span style="color: #7400FF;">&gt;</span></span>
	<span style="color: #000000;"><span style="color: #7400FF;">&lt;s:VerticalLayout</span> horizontalAlign=<span style="color: #ff0000;">&quot;center&quot;</span> verticalAlign=<span style="color: #ff0000;">&quot;middle&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
<span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:layout</span><span style="color: #7400FF;">&gt;</span></span></pre></div></div>

<p>Which yields&#8230;</p>
<p><a href="http://www.bradjanke.com/wp-content/uploads/2011/02/goodAlignment.png"><img class="alignleft size-full wp-image-80" title="goodAlignment" src="http://www.bradjanke.com/wp-content/uploads/2011/02/goodAlignment1.png" alt="" width="616" height="438" /></a></p>
<p>This annoyed me for a solid 30 minutes.  Hope it helped you.</p>
<p>This is the entire application I was working in while figuring this out.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
</pre></td><td class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;">&lt;?xml version=<span style="color: #ff0000;">&quot;1.0&quot;</span> encoding=<span style="color: #ff0000;">&quot;utf-8&quot;</span>?<span style="color: #7400FF;">&gt;</span></span>
<span style="color: #000000;"><span style="color: #7400FF;">&lt;s:WindowedApplication</span> xmlns:fx=<span style="color: #ff0000;">&quot;http://ns.adobe.com/mxml/2009&quot;</span> </span>
<span style="color: #000000;">					   xmlns:s=<span style="color: #ff0000;">&quot;library://ns.adobe.com/flex/spark&quot;</span> </span>
<span style="color: #000000;">					   xmlns:mx=<span style="color: #ff0000;">&quot;library://ns.adobe.com/flex/mx&quot;</span></span>
<span style="color: #000000;">					   height=<span style="color: #ff0000;">&quot;400&quot;</span></span>
<span style="color: #000000;">					   width=<span style="color: #ff0000;">&quot;600&quot;</span><span style="color: #7400FF;">&gt;</span></span>
	<span style="color: #000000;"><span style="color: #7400FF;">&lt;s:layout</span><span style="color: #7400FF;">&gt;</span></span>
		<span style="color: #000000;"><span style="color: #7400FF;">&lt;s:VerticalLayout</span> horizontalAlign=<span style="color: #ff0000;">&quot;center&quot;</span> verticalAlign=<span style="color: #ff0000;">&quot;middle&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
	<span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:layout</span><span style="color: #7400FF;">&gt;</span></span>
&nbsp;
	<span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Declarations</span><span style="color: #7400FF;">&gt;</span></span>
		<span style="color: #000000;"><span style="color: #808080; font-style: italic;">&lt;!-- Place non-visual elements (e.g., services, value objects) here --&gt;</span></span>
	<span style="color: #000000;"><span style="color: #7400FF;">&lt;/fx:Declarations</span><span style="color: #7400FF;">&gt;</span></span>
&nbsp;
	<span style="color: #000000;"><span style="color: #7400FF;">&lt;s:VGroup</span> width=<span style="color: #ff0000;">&quot;{this.width - 10}&quot;</span> height=<span style="color: #ff0000;">&quot;{this.height - 30}&quot;</span><span style="color: #7400FF;">&gt;</span></span>
		<span style="color: #000000;"><span style="color: #7400FF;">&lt;mx:HBox</span> width=<span style="color: #ff0000;">&quot;100%&quot;</span><span style="color: #7400FF;">&gt;</span></span>
			<span style="color: #000000;"><span style="color: #7400FF;">&lt;s:TextInput</span> id=<span style="color: #ff0000;">&quot;ti_url&quot;</span> width=<span style="color: #ff0000;">&quot;100%&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
			<span style="color: #000000;"><span style="color: #7400FF;">&lt;s:Button</span> id=<span style="color: #ff0000;">&quot;bt_submit&quot;</span> label=<span style="color: #ff0000;">&quot;Get Response&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
		<span style="color: #000000;"><span style="color: #7400FF;">&lt;/mx:HBox</span><span style="color: #7400FF;">&gt;</span></span>
		<span style="color: #000000;"><span style="color: #7400FF;">&lt;s:TextArea</span> id=<span style="color: #ff0000;">&quot;returnArea&quot;</span> editable=<span style="color: #ff0000;">&quot;false&quot;</span> height=<span style="color: #ff0000;">&quot;100%&quot;</span> width=<span style="color: #ff0000;">&quot;100%&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
	<span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:VGroup</span><span style="color: #7400FF;">&gt;</span></span>
&nbsp;
<span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:WindowedApplication</span><span style="color: #7400FF;">&gt;</span></span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.bradjanke.com/2011/02/15/center-elements-in-adobe-flex-when-using-slayout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten Harsh Truths About Institutional Websites</title>
		<link>http://www.bradjanke.com/2010/10/22/ten-harsh-truths-about-institutional-websites/</link>
		<comments>http://www.bradjanke.com/2010/10/22/ten-harsh-truths-about-institutional-websites/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 14:55:36 +0000</pubDate>
		<dc:creator>bradj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bradjanke.com/?p=74</guid>
		<description><![CDATA[This video was created by Paul Boag. Props. Every organisation makes mistakes running their website; the nature of those mistakes varies, however, depending on the size and [...]]]></description>
			<content:encoded><![CDATA[<p>This video was created by <a href="http://vimeo.com/user378578">Paul Boag</a>.  Props.</p>
<p>Every organisation makes mistakes running their website; the nature of those mistakes varies, however, depending on the size and type of organisation. Institutional websites are often large unwieldy creatures plagued by bureaucracy. In this talk Paul will share some of the harsh truths surrounding these websites and suggests ways to tame the beast!</p>
<p><iframe src="http://player.vimeo.com/video/6304387" width="400" height="300" frameborder="0"></iframe>
<p><a href="http://vimeo.com/6304387">Ten harsh truths about institutional websites</a> from <a href="http://vimeo.com/user378578">Paul Boag</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradjanke.com/2010/10/22/ten-harsh-truths-about-institutional-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VisualStudio 2010 Theme</title>
		<link>http://www.bradjanke.com/2010/10/21/visualstudio-2010-theme/</link>
		<comments>http://www.bradjanke.com/2010/10/21/visualstudio-2010-theme/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 14:34:15 +0000</pubDate>
		<dc:creator>bradj</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.bradjanke.com/?p=67</guid>
		<description><![CDATA[Want a new theme for VisualStudio? Here are the steps I took in order to do just that. First, download Visual Studio Color Theme Editor. It is [...]]]></description>
			<content:encoded><![CDATA[<p>Want a new theme for VisualStudio?  Here are the steps I took in order to do just that.</p>
<p>First, download <a href="http://visualstudiogallery.msdn.microsoft.com/en-us/20cd93a2-c435-4d00-a797-499f16402378" target="_blank">Visual Studio Color Theme Editor</a>.  It is a theme editor specifically for Visual Studio that is maintained by Microsoft.  Second, follow the instructions in <a href="http://www.nerdpad.com/visual-studio/visual-studio-2010-dark-expression-blend-color-theme" target="_blank">this post</a> and download the <strong>Expression Color Theme</strong>.  That post also describes how to switch between themes so be sure to read carefully.  Lastly, visit <a href="http://winterdom.com/2010/04/metroline-a-vs2010-color-scheme" target="_blank">this post</a> to download the <strong>.vssettings</strong> for the <strong>Metroline color scheme</strong>.  This color scheme will colorize the xml/csharp/javascript/etc.  If you are unhappy with the font size and font style then simply go to <strong>Tools > Options > Environment > Fonts and Colors</strong> to change them accordingly.</p>
<p>As for my configuration, I chose the Dark theme in the Theme Editor along with the Metroline color scheme.  They compliment each other well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradjanke.com/2010/10/21/visualstudio-2010-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweetdeck in 64bit Ubuntu</title>
		<link>http://www.bradjanke.com/2010/10/20/tweetdeck-in-64bit-ubuntu/</link>
		<comments>http://www.bradjanke.com/2010/10/20/tweetdeck-in-64bit-ubuntu/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 20:03:40 +0000</pubDate>
		<dc:creator>bradj</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tweetdeck]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.bradjanke.com/?p=63</guid>
		<description><![CDATA[I found this post to work perfectly. Check it out! You may have to restart Tweetdeck a time or two for it to work. I had to [...]]]></description>
			<content:encoded><![CDATA[<p>I found this post to work perfectly.  <a href=" http://www.ossramblings.com/tweetdeck_in_64_bit_ubuntu">Check it out!</a></p>
<p>You may have to restart <a href="http://www.tweetdeck.com/">Tweetdeck</a> a time or two for it to work.  I had to restart it just once.</p>
<p>Enjoy <img src='http://www.bradjanke.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradjanke.com/2010/10/20/tweetdeck-in-64bit-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hg don&#8217;t know which shard repo is on</title>
		<link>http://www.bradjanke.com/2010/09/07/hg-dont-know-which-shard-repo-is-on/</link>
		<comments>http://www.bradjanke.com/2010/09/07/hg-dont-know-which-shard-repo-is-on/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 14:49:23 +0000</pubDate>
		<dc:creator>bradj</dc:creator>
				<category><![CDATA[Mercurial]]></category>

		<guid isPermaLink="false">http://www.bradjanke.com/?p=58</guid>
		<description><![CDATA[Are you receiving this error from bitbucket.org? Access the repository from the web interface then try pulling/pushing again. I think the repo becomes dormant after a few [...]]]></description>
			<content:encoded><![CDATA[<p>Are you receiving this error from bitbucket.org?  Access the repository from the web interface then try pulling/pushing again.  I think the repo becomes dormant after a few weeks of inactivity (at least that is when the issue occurred with me).  <a href="http://bitbucket.org/jespern/bitbucket/issue/2094/error-after-renaming-repository-ponq-dont-know-which">Here is the issue</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradjanke.com/2010/09/07/hg-dont-know-which-shard-repo-is-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

