<?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>THINK</title>
	<atom:link href="http://www.jakesee.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jakesee.com</link>
	<description>that's how i naturally know</description>
	<lastBuildDate>Mon, 19 Dec 2011 03:18:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>WCF Gotcha: Windows Service cannot start because ServiceMeta HttpGet is true</title>
		<link>http://www.jakesee.com/2011/12/wcf-gotcha-windows-service-cannot-start-because-servicemeta-httpget-is-true/</link>
		<comments>http://www.jakesee.com/2011/12/wcf-gotcha-windows-service-cannot-start-because-servicemeta-httpget-is-true/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 03:17:09 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.jakesee.com/?p=466</guid>
		<description><![CDATA[When using WCF + Windows Service + net.Tcp binding, ServiceBehavior > ServiceMeta > HttpGet must be set to false. It normally defaults to true when first created in WCF Configuration Editor. The fastest way to get rid of it is to edit the App.config XML directly, deleting the related &#60;serviceMeta&#62; tag.]]></description>
		<wfw:commentRss>http://www.jakesee.com/2011/12/wcf-gotcha-windows-service-cannot-start-because-servicemeta-httpget-is-true/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Desktop full screen mode not working in secondary monitor</title>
		<link>http://www.jakesee.com/2011/12/remote-desktop-full-screen-mode-not-working-in-secondary-monitor/</link>
		<comments>http://www.jakesee.com/2011/12/remote-desktop-full-screen-mode-not-working-in-secondary-monitor/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 01:50:42 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Computer]]></category>

		<guid isPermaLink="false">http://www.jakesee.com/?p=463</guid>
		<description><![CDATA[After fiddling around with this irritating nonsense for a while, I came to know the real meaning of the full screen option in Remote Desktop settings. Instead of the intuitive meaning of really full screen in the monitor you maximise on, it actually means &#8220;same resolution as my primary monitor&#8221;. To get it to full [...]]]></description>
		<wfw:commentRss>http://www.jakesee.com/2011/12/remote-desktop-full-screen-mode-not-working-in-secondary-monitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App.Config configuration startup in mixed mode .NET runtime version</title>
		<link>http://www.jakesee.com/2011/12/app-config-configuration-startup-in-mixed-mode-runtime-version/</link>
		<comments>http://www.jakesee.com/2011/12/app-config-configuration-startup-in-mixed-mode-runtime-version/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 07:07:19 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.jakesee.com/?p=456</guid>
		<description><![CDATA[If an application or DLL is compiled to in a .NET runtime vresion and references another DLL which is in another .NET runtime version, then it may cause an exception stating that the application is unabled to load DLL in mixed runtime mode. The solution is to have an app.config file (athough I think there [...]]]></description>
		<wfw:commentRss>http://www.jakesee.com/2011/12/app-config-configuration-startup-in-mixed-mode-runtime-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WCF Tutorial: WCF Service with Windows Service (Part 3 of 3)</title>
		<link>http://www.jakesee.com/2011/12/wcf-tutorial-wcf-service-with-windows-service-part-3-of-3/</link>
		<comments>http://www.jakesee.com/2011/12/wcf-tutorial-wcf-service-with-windows-service-part-3-of-3/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 06:55:48 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.jakesee.com/?p=451</guid>
		<description><![CDATA[Just a stub Creating Service Contract Creating DataContract Creating FaultContract Creating Windows Service Host Creating Proxy Creating Client Creating app.config with WCF config Editor in Microsoft Visual Studio 2010 Installing/Uninstalling/Starting/Stopping Windows Service Host with sc.exe Use client to connect proxy to host, and consuming services. Programatically configure service and proxy using and without using app.config [...]]]></description>
		<wfw:commentRss>http://www.jakesee.com/2011/12/wcf-tutorial-wcf-service-with-windows-service-part-3-of-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WCF Tutorial: WCF jargon (Part 2 of 3)</title>
		<link>http://www.jakesee.com/2011/12/wcf-tutorial-wcf-jargon-part-2-of-3/</link>
		<comments>http://www.jakesee.com/2011/12/wcf-tutorial-wcf-jargon-part-2-of-3/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 06:47:53 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.jakesee.com/?p=448</guid>
		<description><![CDATA[Just a stub: Service Host Endpoint Binding Metadata Behavior Protocol Tracing Message Fault Proxy Client]]></description>
		<wfw:commentRss>http://www.jakesee.com/2011/12/wcf-tutorial-wcf-jargon-part-2-of-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WCF Tutorial: WCF Overview (part 1 of 3)</title>
		<link>http://www.jakesee.com/2011/12/wcf-tutorial-wcf-overview-part-1-of-3/</link>
		<comments>http://www.jakesee.com/2011/12/wcf-tutorial-wcf-overview-part-1-of-3/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 06:44:08 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.jakesee.com/?p=445</guid>
		<description><![CDATA[Just a stub first: WCF is Windows Communications Foundation By default, it sends message using SOAP protocol by serializing data structures into XML. For serialization, it specifies the DataContract and DataMember attributes. For Interface programming, it specifies the ServiceContract and OperationContract attributes. For Error and Exception handling, it specifies the FaultContract attribute. Language agnostic (the [...]]]></description>
		<wfw:commentRss>http://www.jakesee.com/2011/12/wcf-tutorial-wcf-overview-part-1-of-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Sync Framework Unhandled Exception &#8220;Retrieving the COM class factory for component with CLSID&#8230;&#8221;</title>
		<link>http://www.jakesee.com/2011/12/microsoft-sync-framework-unhandled-exception-retrieving-the-com-class-factory-for-component-with-clsid/</link>
		<comments>http://www.jakesee.com/2011/12/microsoft-sync-framework-unhandled-exception-retrieving-the-com-class-factory-for-component-with-clsid/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 02:33:05 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Microsoft Sync Framework]]></category>

		<guid isPermaLink="false">http://www.jakesee.com/?p=435</guid>
		<description><![CDATA[From the Microsoft Sync Framework 2.1 SDK download page http://www.microsoft.com/download/en/details.aspx?displaylang=en&#38;id=23217 in the last part where it says instructions: It is not possible have full 32-bit Sync Framework 2.1 SDK installed side-by-side with the 64-bit SDK; therefore you will have to install one version of SDK (64-bit) completely and only selected components of other version (32-bit) [...]]]></description>
		<wfw:commentRss>http://www.jakesee.com/2011/12/microsoft-sync-framework-unhandled-exception-retrieving-the-com-class-factory-for-component-with-clsid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PTR, rDNS, SPF, DKIM, DomainKeys and SMTP set up for sending emails</title>
		<link>http://www.jakesee.com/2011/12/ptr-rdns-spf-dkim-domainkeys-and-smtp-set-up-for-sending-emails/</link>
		<comments>http://www.jakesee.com/2011/12/ptr-rdns-spf-dkim-domainkeys-and-smtp-set-up-for-sending-emails/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 07:13:09 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.jakesee.com/?p=426</guid>
		<description><![CDATA[The DNS records related to sending emails has to be set correctly according to prevailing standards otherwise you will get into various non-delivery issues. PTR and rDNS When the sender server (S) email arrives at the recipient server (R), R will do a rDNS check and this sequence of events will happen: R will check [...]]]></description>
		<wfw:commentRss>http://www.jakesee.com/2011/12/ptr-rdns-spf-dkim-domainkeys-and-smtp-set-up-for-sending-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What should we do with the disabled?</title>
		<link>http://www.jakesee.com/2011/11/what-should-we-do-with-the-disabled/</link>
		<comments>http://www.jakesee.com/2011/11/what-should-we-do-with-the-disabled/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 17:42:28 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[handicap]]></category>
		<category><![CDATA[social-security]]></category>
		<category><![CDATA[sociology]]></category>

		<guid isPermaLink="false">http://www.jakesee.com/?p=423</guid>
		<description><![CDATA[In a much bigger picture, various bad things happen to people all over the world and all the time. There is no need to specially pick out one bad thing and apply special consideration and treatment while demeaning the rest of the problems that happen to people on a regular basis. As a race, we [...]]]></description>
		<wfw:commentRss>http://www.jakesee.com/2011/11/what-should-we-do-with-the-disabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connect to remote SQLEXPRESS server (2005 / 2008)</title>
		<link>http://www.jakesee.com/2011/11/connect-to-remote-sqlexpress-server-2005-2008/</link>
		<comments>http://www.jakesee.com/2011/11/connect-to-remote-sqlexpress-server-2005-2008/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 05:19:07 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[MSSQL]]></category>

		<guid isPermaLink="false">http://www.jakesee.com/?p=419</guid>
		<description><![CDATA[A few things to set up on the SQLEXPRESS before client can connect to it remotely. Go to SQL Server Configuration Manager > Network Configuration > Protocols for SQLEXPRESS and enable TCP/IP. The default installation of SQLEXPRESS does not enable TCP/IP. If you are connecting via other protocols, enable those (obviously). Go to the host [...]]]></description>
		<wfw:commentRss>http://www.jakesee.com/2011/11/connect-to-remote-sqlexpress-server-2005-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

