<?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>Jayce Ooi&#039;s Paradise &#187; key</title>
	<atom:link href="http://www.jayceooi.com/tag/key/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jayceooi.com</link>
	<description>Technology, mobile, photography, gaming, programming, anything</description>
	<lastBuildDate>Sat, 11 Feb 2012 10:02:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>HTC HD2, knife, keys and scissors are friends</title>
		<link>http://www.jayceooi.com/2009/11/10/htc-hd2-knife-keys-and-scissors-are-friends/</link>
		<comments>http://www.jayceooi.com/2009/11/10/htc-hd2-knife-keys-and-scissors-are-friends/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 15:17:38 +0000</pubDate>
		<dc:creator>Jayce</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[HD2]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[HTC HD2]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[knife]]></category>
		<category><![CDATA[mobile-review.com]]></category>
		<category><![CDATA[scissors]]></category>

		<guid isPermaLink="false">http://www.jayceooi.com/?p=4063</guid>
		<description><![CDATA[HTC HD2, knife, keys and scissors are friends. Woo&#8230; Check out this video on HTC HD2 large capacitive glass touchscreen make friend with knife, keys and scissors. Damn&#8230; I am sure that I won&#8217;t do this when I get my HTC HD2. Ouch&#8230; That fellow might be hurt.]]></description>
		<wfw:commentRss>http://www.jayceooi.com/2009/11/10/htc-hd2-knife-keys-and-scissors-are-friends/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>c# ~ How to read and write Windows System Registry Keys and Values?</title>
		<link>http://www.jayceooi.com/2009/03/05/c-how-to-read-and-write-windows-system-registry-keys-and-values/</link>
		<comments>http://www.jayceooi.com/2009/03/05/c-how-to-read-and-write-windows-system-registry-keys-and-values/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 00:00:31 +0000</pubDate>
		<dc:creator>Jayce</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[HKEY_LOCAL_MACHINE]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[RegistryKey]]></category>
		<category><![CDATA[SCOM]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[value]]></category>
		<category><![CDATA[Win32]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows System]]></category>
		<category><![CDATA[Windows System Registry]]></category>
		<category><![CDATA[write]]></category>

		<guid isPermaLink="false">http://www.jayceooi.com/?p=2164</guid>
		<description><![CDATA[How to read and write Windows System Registry Keys and Values? I need to create a value at Windows System Registry for my project lately. It is used for SCOM discovery. I need a Windows System Registry key to determine that the server is the server that SCOM going to monitor. First thing to do [...]]]></description>
		<wfw:commentRss>http://www.jayceooi.com/2009/03/05/c-how-to-read-and-write-windows-system-registry-keys-and-values/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ASP.NET C# Input TextBox value by pressing Enter key</title>
		<link>http://www.jayceooi.com/2009/01/17/aspnet-c-input-textbox-value-by-pressing-enter-key/</link>
		<comments>http://www.jayceooi.com/2009/01/17/aspnet-c-input-textbox-value-by-pressing-enter-key/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 00:00:37 +0000</pubDate>
		<dc:creator>Jayce</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[asp:panel]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[defaultbutton]]></category>
		<category><![CDATA[enter]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[textbox]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://www.jayceooi.com/2009/01/17/aspnet-c-input-textbox-value-by-pressing-enter-key/</guid>
		<description><![CDATA[ASP.NET C# Input TextBox value by pressing Enter key. Huh? I want to get the value of the textbox without click on the submit button. But getting the textbox value by just pressing enter key on keyboard. How am I going to do so? The page just refresh if I press enter key. I want [...]]]></description>
		<wfw:commentRss>http://www.jayceooi.com/2009/01/17/aspnet-c-input-textbox-value-by-pressing-enter-key/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Setup Silent Hill Homecoming USB PS2 joypad controller key</title>
		<link>http://www.jayceooi.com/2009/01/11/setup-silent-hill-homecoming-usb-ps2-joypad-controller-key/</link>
		<comments>http://www.jayceooi.com/2009/01/11/setup-silent-hill-homecoming-usb-ps2-joypad-controller-key/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 00:00:27 +0000</pubDate>
		<dc:creator>Jayce</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[analog]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[joypad]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[PS2]]></category>
		<category><![CDATA[right]]></category>
		<category><![CDATA[setting]]></category>
		<category><![CDATA[Silent Hill]]></category>
		<category><![CDATA[Silent Hill Homecoming]]></category>
		<category><![CDATA[stick]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[XBOX]]></category>

		<guid isPermaLink="false">http://www.jayceooi.com/2009/01/11/setup-silent-hill-homecoming-usb-ps2-joypad-controller-key/</guid>
		<description><![CDATA[Setup Silent Hill Homecoming USB PS2 joypad controller key. Huh? Why do you need to setup Silent Hill Homecoming controller key? Shouldn&#8217;t you can change it at the setting page? Hmm&#8230; I am not sure why. But all the key that I set at Controls page turned back to default after exit Silent Hill Homecoming. [...]]]></description>
		<wfw:commentRss>http://www.jayceooi.com/2009/01/11/setup-silent-hill-homecoming-usb-ps2-joypad-controller-key/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
	</channel>
</rss>

