<?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>GotDibbs</title>
	<atom:link href="http://www.gotdibbs.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gotdibbs.net/blog</link>
	<description>Technology, Life, and Laughter</description>
	<lastBuildDate>Sun, 12 May 2013 21:36:53 +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>Upcoming Meetings App for Windows</title>
		<link>http://www.gotdibbs.net/blog/2013/05/02/upcoming-meetings-app-for-windows/</link>
		<comments>http://www.gotdibbs.net/blog/2013/05/02/upcoming-meetings-app-for-windows/#comments</comments>
		<pubDate>Thu, 02 May 2013 22:52:21 +0000</pubDate>
		<dc:creator>Dibbs</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[General Technology]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Exchange Web Services]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[Lync]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Upcoming Meetings]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.gotdibbs.net/blog/?p=246</guid>
		<description><![CDATA[I recently found myself getting pretty annoyed when working from home. Why? When I needed to go join a Lync meeting, I’d have to copy the URL from Outlook on my remote desktop session, paste it into a new IE window on my home computer and then wait for it to close IE and open [...]]]></description>
		<wfw:commentRss>http://www.gotdibbs.net/blog/2013/05/02/upcoming-meetings-app-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Missing some content in your Windows 8 HTML/JS app?</title>
		<link>http://www.gotdibbs.net/blog/2013/02/05/missing-some-content-in-your-windows-8-htmljs-app/</link>
		<comments>http://www.gotdibbs.net/blog/2013/02/05/missing-some-content-in-your-windows-8-htmljs-app/#comments</comments>
		<pubDate>Tue, 05 Feb 2013 20:13:12 +0000</pubDate>
		<dc:creator>Dibbs</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IFrame]]></category>
		<category><![CDATA[Tags]]></category>

		<guid isPermaLink="false">http://www.gotdibbs.net/blog/?p=217</guid>
		<description><![CDATA[I am reposting my Sonoma Partners blog post from today, hope you find it useful! While working on an HTML/JavaScript Windows 8 app recently, we noticed that on some of our pages we could not get certain elements to show up. It was really throwing us for a loop. In some cases we’d have an [...]]]></description>
		<wfw:commentRss>http://www.gotdibbs.net/blog/2013/02/05/missing-some-content-in-your-windows-8-htmljs-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is your template showing?</title>
		<link>http://www.gotdibbs.net/blog/2013/01/28/is-your-template-showing/</link>
		<comments>http://www.gotdibbs.net/blog/2013/01/28/is-your-template-showing/#comments</comments>
		<pubDate>Tue, 29 Jan 2013 03:13:05 +0000</pubDate>
		<dc:creator>Dibbs</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.gotdibbs.net/blog/?p=212</guid>
		<description><![CDATA[I encountered an odd issue the other day where I was seeing a random horizontal rule element at the top of a page I was working on when no data was loaded to my ListViews. There was really only one place this extraneous element could’ve been coming from, and it was my list item template [...]]]></description>
		<wfw:commentRss>http://www.gotdibbs.net/blog/2013/01/28/is-your-template-showing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Patterns for &#8216;using&#8217; statements in WinJS</title>
		<link>http://www.gotdibbs.net/blog/2013/01/28/patterns-for-using-statements-in-winjs/</link>
		<comments>http://www.gotdibbs.net/blog/2013/01/28/patterns-for-using-statements-in-winjs/#comments</comments>
		<pubDate>Mon, 28 Jan 2013 17:13:09 +0000</pubDate>
		<dc:creator>Dibbs</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Discussion]]></category>
		<category><![CDATA[Patterns]]></category>

		<guid isPermaLink="false">http://www.gotdibbs.net/blog/?p=208</guid>
		<description><![CDATA[I’ve been working on Windows 8 HTML &#38; JavaScript applications for a while now and just today it hit me that I could be doing a part of my coding style for those applications a bit differently. Basically in WinJS you sometimes need to alias Windows objects because of the lengthy namespace Microsoft has given [...]]]></description>
		<wfw:commentRss>http://www.gotdibbs.net/blog/2013/01/28/patterns-for-using-statements-in-winjs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Eight.js: The Windows 8 JavaScript Toolkit</title>
		<link>http://www.gotdibbs.net/blog/2013/01/21/eight-js-a-windows-8-javascript-toolkit/</link>
		<comments>http://www.gotdibbs.net/blog/2013/01/21/eight-js-a-windows-8-javascript-toolkit/#comments</comments>
		<pubDate>Mon, 21 Jan 2013 15:05:26 +0000</pubDate>
		<dc:creator>Dibbs</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[CodePlex]]></category>
		<category><![CDATA[Library]]></category>

		<guid isPermaLink="false">http://www.gotdibbs.net/blog/?p=207</guid>
		<description><![CDATA[Just this weekend I was working on polishing up a Windows 8 application I’ve been working on in my free time and decided to pull together some of the more useful functions I’ve been using into a library. Hopefully others will be able to benefit from some of these shortcuts all bundled into one small [...]]]></description>
		<wfw:commentRss>http://www.gotdibbs.net/blog/2013/01/21/eight-js-a-windows-8-javascript-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using built-in icons in your WinJS app</title>
		<link>http://www.gotdibbs.net/blog/2012/12/12/using-built-in-icons-in-your-winjs-app/</link>
		<comments>http://www.gotdibbs.net/blog/2012/12/12/using-built-in-icons-in-your-winjs-app/#comments</comments>
		<pubDate>Wed, 12 Dec 2012 18:32:43 +0000</pubDate>
		<dc:creator>Dibbs</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Unicode]]></category>

		<guid isPermaLink="false">http://www.gotdibbs.net/blog/?p=202</guid>
		<description><![CDATA[If you’ve been doing some work in Windows 8, you no doubt have found a need for an icon here or there. There is a great list of icons you can use for the AppBar but wouldn’t it be nice if you could use those icons and more elsewhere? By now I bet you’ve guessed [...]]]></description>
		<wfw:commentRss>http://www.gotdibbs.net/blog/2012/12/12/using-built-in-icons-in-your-winjs-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Skeleton for Custom Controls with WinJS</title>
		<link>http://www.gotdibbs.net/blog/2012/11/11/a-skeleton-for-custom-controls-with-winjs/</link>
		<comments>http://www.gotdibbs.net/blog/2012/11/11/a-skeleton-for-custom-controls-with-winjs/#comments</comments>
		<pubDate>Sun, 11 Nov 2012 17:13:42 +0000</pubDate>
		<dc:creator>Dibbs</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Controls]]></category>
		<category><![CDATA[Patterns]]></category>

		<guid isPermaLink="false">http://www.gotdibbs.net/blog/?p=189</guid>
		<description><![CDATA[If you’ve worked on or are starting to work on a Windows 8 app with relative complexity, you’ve probably encountered a scenario where you thought: “hey, instead of all this repeated markup, this might be better as a control.” I’ve run into this myself a couple of times and have settled on a fairly solid [...]]]></description>
		<wfw:commentRss>http://www.gotdibbs.net/blog/2012/11/11/a-skeleton-for-custom-controls-with-winjs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2010 Extension Debugging Woes</title>
		<link>http://www.gotdibbs.net/blog/2012/08/15/visual-studio-2010-extension-debugging-woes/</link>
		<comments>http://www.gotdibbs.net/blog/2012/08/15/visual-studio-2010-extension-debugging-woes/#comments</comments>
		<pubDate>Wed, 15 Aug 2012 19:20:57 +0000</pubDate>
		<dc:creator>Dibbs</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[VSIX]]></category>

		<guid isPermaLink="false">http://www.gotdibbs.net/blog/?p=178</guid>
		<description><![CDATA[I recently came back to a Visual Studio extension (vsix) I had created a while back to make some updates. In the time since, someone had cleaned up the project structure a bit. What was confusing was that when I would try to hit F5 to debug the extension, I did not get what I [...]]]></description>
		<wfw:commentRss>http://www.gotdibbs.net/blog/2012/08/15/visual-studio-2010-extension-debugging-woes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CRM 2011 Plugin Registration Error on Connect: 407 Proxy Authentication Required</title>
		<link>http://www.gotdibbs.net/blog/2012/06/10/crm-2011-plugin-registration-error-on-connect-407-proxy-authentication-required/</link>
		<comments>http://www.gotdibbs.net/blog/2012/06/10/crm-2011-plugin-registration-error-on-connect-407-proxy-authentication-required/#comments</comments>
		<pubDate>Sun, 10 Jun 2012 16:57:41 +0000</pubDate>
		<dc:creator>Dibbs</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[MSCRM 2011]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Plugin Registration]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.gotdibbs.net/blog/?p=163</guid>
		<description><![CDATA[Stumbled across a weird error the other day when trying to use the CRM 2011 Plugin Registration Tool to register a plugin assembly in a new On-Premise environment. I fired up the Plugin Registration Tool and setup all my connection information, however when I hit Connect I received an error almost immediately: “The remote server [...]]]></description>
		<wfw:commentRss>http://www.gotdibbs.net/blog/2012/06/10/crm-2011-plugin-registration-error-on-connect-407-proxy-authentication-required/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An alternate explanation for the error &#8220;Assembly must be registered in isolation&#8221;</title>
		<link>http://www.gotdibbs.net/blog/2012/04/13/an-alternate-explanation-for-the-error-assembly-must-be-registered-in-isolation/</link>
		<comments>http://www.gotdibbs.net/blog/2012/04/13/an-alternate-explanation-for-the-error-assembly-must-be-registered-in-isolation/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 20:35:04 +0000</pubDate>
		<dc:creator>Dibbs</dc:creator>
				<category><![CDATA[General Technology]]></category>
		<category><![CDATA[MSCRM 2011]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Importing]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://www.gotdibbs.net/blog/?p=154</guid>
		<description><![CDATA[If you’ve spent a significant amount of time developing plugins for CRM 2011, then you’ve most likely at one point or another run into the error message “Assembly must be registered in isolation”. Whether that occurs when using the Plugin Registration Tool from the SDK, or during import of a solution. Most of the time [...]]]></description>
		<wfw:commentRss>http://www.gotdibbs.net/blog/2012/04/13/an-alternate-explanation-for-the-error-assembly-must-be-registered-in-isolation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
