<?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>Fri, 04 May 2012 14:01:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Flash Player 10 Loader.unloadAndStop()</title>
		<link>http://www.jakesee.com/2012/05/flash-player-10-loader-unloadandstop/</link>
		<comments>http://www.jakesee.com/2012/05/flash-player-10-loader-unloadandstop/#comments</comments>
		<pubDate>Fri, 04 May 2012 14:01:54 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[Flash & AS]]></category>

		<guid isPermaLink="false">http://www.jakesee.com/?p=186</guid>
		<description><![CDATA[One of the biggest problem with Flash Player 9 AS3 is that it doesn&#8217;t take initiative in cleaning up its mess and you always have to tell it what to do and even so, they do not do it promptly. If the mess doesn&#8217;t affect us, we can easy just turn a blind eye to [...]]]></description>
		<wfw:commentRss>http://www.jakesee.com/2012/05/flash-player-10-loader-unloadandstop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which to use: Interface or Abstract Class</title>
		<link>http://www.jakesee.com/2012/04/which-to-use-interface-or-abstract-class/</link>
		<comments>http://www.jakesee.com/2012/04/which-to-use-interface-or-abstract-class/#comments</comments>
		<pubDate>Sat, 21 Apr 2012 06:23:54 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Interface]]></category>

		<guid isPermaLink="false">http://www.jakesee.com/?p=484</guid>
		<description><![CDATA[I ran into a struggle choosing between interface and an abstract class, and finally solved it with something I already knew but seriously overlooked until the good folks at stackoverflow.com reminded me. I am writing a drawing library that picks up vertex and transformation data from IRenderable objects to be rendered to the screen. I [...]]]></description>
		<wfw:commentRss>http://www.jakesee.com/2012/04/which-to-use-interface-or-abstract-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interface versus Abstract class Explained</title>
		<link>http://www.jakesee.com/2012/04/interface-versus-abstract-class/</link>
		<comments>http://www.jakesee.com/2012/04/interface-versus-abstract-class/#comments</comments>
		<pubDate>Sat, 21 Apr 2012 03:07:13 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[Interface]]></category>

		<guid isPermaLink="false">http://www.jakesee.com/?p=474</guid>
		<description><![CDATA[There are 2 general types of objects that will use an interface. (1) an object that provides services (2) a newbie object that wants to get along well and integrate with existing objects. Objects that provides services or Service Providers Take for example your local landline telephone operator, a very big service provider. It provides the [...]]]></description>
		<wfw:commentRss>http://www.jakesee.com/2012/04/interface-versus-abstract-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How does VSTO add-in loads</title>
		<link>http://www.jakesee.com/2012/03/how-does-vsto-add-in-loads/</link>
		<comments>http://www.jakesee.com/2012/03/how-does-vsto-add-in-loads/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 02:35:18 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.jakesee.com/?p=470</guid>
		<description><![CDATA[NOTE: This post is written in the context of Excel, but it is the same for all Office VSTO. Application level VSTO load sequence is triggered when the associated Office application starts. The Application looks into the registry under the key: HKCU\Software\Microsoft\Office\Excel\Addins\[Addin Name]\Manifest Workbook level VSTO load sequence is triggered by opening a workbook. The [...]]]></description>
		<wfw:commentRss>http://www.jakesee.com/2012/03/how-does-vsto-add-in-loads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

