<?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>Lim Guo Hong</title>
	<atom:link href="http://www.limguohong.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.limguohong.com</link>
	<description>Personal Blog</description>
	<lastBuildDate>Fri, 03 Sep 2010 09:25:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Windows Phone 7 Navigation</title>
		<link>http://www.limguohong.com/2010/09/windows-phone-7-navigation/</link>
		<comments>http://www.limguohong.com/2010/09/windows-phone-7-navigation/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 09:25:53 +0000</pubDate>
		<dc:creator>Guo Hong</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[articles]]></category>

		<guid isPermaLink="false">http://www.limguohong.com/?p=483</guid>
		<description><![CDATA[This guide is accurate as of 12 August 2010, using Windows Phone 7 Beta SDK.. Seems like this will be the opening post for our Developers&#8217; corner , Windows Phone 7 Navigation. Recently, I have been doing alot development on Windows Phone 7, for demostrations, for projects and many other stuffs and one of the [...]]]></description>
			<content:encoded><![CDATA[<p>This guide is accurate as of <em>12 August 2010</em>, using <em>Windows Phone 7 Beta SDK.</em>. </p>
<p>Seems like this will be the opening post for our <a href="http://www.limguohong.com/developers-corner/">Developers&#8217; corner</a> , Windows Phone 7 Navigation. Recently, I have been doing alot development on Windows Phone 7, for demostrations, for projects and many other stuffs and one of the most basic thing that people will ask when they start a development is how to navigate from &#8220;page&#8221; to &#8220;page&#8221;. ( In fact, a handful people had asked me already.) This tutorial shows us how to use the NavigationService.Navigate(). </p>
<p>1. Create a Windows Phone 7 Silverlight project on Visual Studio. I named it as <strong>NavigationService</strong><br />
<a href="http://img535.imageshack.us/img535/2471/ns1.png"><img src="http://img535.imageshack.us/img535/2471/ns1.png" alt="Creating a new project in Visual Studio 2010" /></a><br />
<a href="http://img837.imageshack.us/img837/923/ns2n.png"><img src="http://img837.imageshack.us/img837/923/ns2n.png" alt="Creating a new Windows Phone 7 Silverlight project with Visual Studio 2010" /></a></p>
<p>2. Create a new page by right clicking on your solution explorer and add a new item and choose Windows Phone Potrait page call Page2.xaml<br />
<a href="http://img62.imageshack.us/img62/4470/ns3.png"><img src="http://img62.imageshack.us/img62/4470/ns3.png" alt="Creating a new item in a Windows Phone 7 Project" /></a><br />
<a href="http://img40.imageshack.us/img40/6049/ns4.png"><img src="http://img40.imageshack.us/img40/6049/ns4.png" alt="Adding a new page" /></a></p>
<p>3. We need to set some stuffs in the second page and main page so we know it navigated. I made use of the properties window. If you cant find your properties window, you can do a Ctrl+W, P.<br />
This are what i changed and added.</p>
<p>Edit the PageTitle in MainPage.xaml<br />
&#8212;Text : Page 1</p>
<p>Edit the PageTitle in Page2.xaml<br />
&#8212;Text : Page 2</p>
<p>Add a button in MainPage.xaml<br />
&#8212;Name : btnGo<br />
&#8212;Content : Go to Page 2</p>
<p><a href="http://img251.imageshack.us/img251/2603/ns5.png"><img src="http://img251.imageshack.us/img251/2603/ns5.png" alt="Changing properties" /></a></p>
<p>4. Lets add some code for Navigation in, double click on the button you created on MainPage.xaml, it should generate a click event handler for your button, btnGo. Add this in.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="java" style="font-family:monospace;">NavigationService.<span style="color: #006633;">Navigate</span><span style="color: #009900;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> Uri<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;/Page2.xaml&quot;</span>, UriKind.<span style="color: #006633;">Relative</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>5. F5 and see if your Page 1 changes to Page 2!! <img src='http://www.limguohong.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Sample Code : <a href="http://public.blu.livefilestore.com/y1pdrWWk0AL9Eih9eBgHwkuBbaAOTPOSGJ4K5Dc9L3PfKUOirZIe8HDr9_bh2ve3yXiSILcmPBpUUDJFdZOMyHw4Q/NavigationService.zip?download&#038;psid=1">Download sample code</a></p>
<p>Do visit out <a href="http://www.limguohong.com/developers-corner/">Developers&#8217; corner</a> for other guides!</p>
<p>Should there be any problem, please feel free to contact me at guohong ( at ) limguohong ( dot ) com</p>
<div class='wpfblike' style='.wpfblike{float:right}'><fb:like href='http://www.limguohong.com/2010/09/windows-phone-7-navigation/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.limguohong.com/2010/09/windows-phone-7-navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exciting time for limguohong.com</title>
		<link>http://www.limguohong.com/2010/08/exciting-time-for-limguohong/</link>
		<comments>http://www.limguohong.com/2010/08/exciting-time-for-limguohong/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 17:14:52 +0000</pubDate>
		<dc:creator>Guo Hong</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.limguohong.com/?p=438</guid>
		<description><![CDATA[In a way, i have finally moved my blog. This is going to be an exciting time for my blog. Left some minor changes to be done on it. Header, sidebar.. A few key changes you will notice and the change in direction this blog will be heading. 1. Theme changed 2. You will be [...]]]></description>
			<content:encoded><![CDATA[<p>In a way, i have finally moved my blog. This is going to be an exciting time for my blog. Left some minor changes to be done on it. Header, sidebar..</p>
<p>A few key changes you will notice and the change in direction this blog will be heading.<br />
1. Theme changed<br />
2. You will be able to like my post on facebook / retweet my post on twitter now.<br />
3. There&#8217;s a <a href="http://www.limguohong.com/developers-corner/">Developers&#8217; Corner</a> now. Me and my guest blogger/s will post technology-related guides / stuffs here. Lets await the cool upcoming stuffs. We have stuffs ranging from VS IDE to Windows Phone to C#.</p>
<p>This blog will still remain as my personal blog, just that I wish to leverage on this platform to share my findings and knowledge on programming. Please feel free to contact me should you need any help. <img src='http://www.limguohong.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
guohong ( at ) limguohong ( dot ) com <img src='http://www.limguohong.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class='wpfblike' style='.wpfblike{float:right}'><fb:like href='http://www.limguohong.com/2010/08/exciting-time-for-limguohong/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.limguohong.com/2010/08/exciting-time-for-limguohong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing the like feature of my blog</title>
		<link>http://www.limguohong.com/2010/08/testing-the-like-feature-of-my-blog/</link>
		<comments>http://www.limguohong.com/2010/08/testing-the-like-feature-of-my-blog/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 17:56:46 +0000</pubDate>
		<dc:creator>Guo Hong</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.limguohong.com/?p=443</guid>
		<description><![CDATA[Title explains everything!]]></description>
			<content:encoded><![CDATA[<p>Title explains everything! <img src='http://www.limguohong.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<div class='wpfblike' style='.wpfblike{float:right}'><fb:like href='http://www.limguohong.com/2010/08/testing-the-like-feature-of-my-blog/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.limguohong.com/2010/08/testing-the-like-feature-of-my-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Continuing codeXtremeApp Application</title>
		<link>http://www.limguohong.com/2010/07/continuing-codextremeapp-application/</link>
		<comments>http://www.limguohong.com/2010/07/continuing-codextremeapp-application/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 16:19:16 +0000</pubDate>
		<dc:creator>Guo Hong</dc:creator>
				<category><![CDATA[competition]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.limguohong.com/?p=432</guid>
		<description><![CDATA[After talking to Mr Yeak, it seems like we will continue and fix all the bugs of the application which we had created during the codeXtremeApp 2010 competition, A green application. Great! Our focus of our major project will still be Savior though. On 2 side note, 1. Seems like I am really going to [...]]]></description>
			<content:encoded><![CDATA[<p>After talking to Mr Yeak, it seems like we will continue and fix all the bugs of the application which we had created during the codeXtremeApp 2010 competition, A green application.  <img src='http://www.limguohong.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Great! Our focus of our major project will still be Savior though.</p>
<p>On 2 side note,<br />
1. Seems like I am really going to be sick soon, keep coughing. Esp after watching Inception. It wasnt that bad this afternoon. Inception is a nice movie!<br />
2. Finally, i am only left with mysql to move before I can move limguohong.com to a Windows Server! Hope that the index.php problem will not happen.</p>
<div class='wpfblike' style='.wpfblike{float:right}'><fb:like href='http://www.limguohong.com/2010/07/continuing-codextremeapp-application/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.limguohong.com/2010/07/continuing-codextremeapp-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>codeXtremeApps 2010 Update</title>
		<link>http://www.limguohong.com/2010/07/codextremeapps-2010-update/</link>
		<comments>http://www.limguohong.com/2010/07/codextremeapps-2010-update/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 04:50:10 +0000</pubDate>
		<dc:creator>Guo Hong</dc:creator>
				<category><![CDATA[competition]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[code::XtremeApps:: 2010]]></category>
		<category><![CDATA[codextremeapps]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hostgator]]></category>
		<category><![CDATA[move host]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.limguohong.com/?p=430</guid>
		<description><![CDATA[Seems like the presentation for codeXtremeApps 2010 went pretty well yesterday. Although its kinda scary facing 24 people Judges in the room presenting on our solution. Mr Yeak followed us to SMU and giving us advice. Thanks Mr Yeak. Certainly a mentor that everyone wishes to have. Thursday is the prize presentation. Although I am [...]]]></description>
			<content:encoded><![CDATA[<p>Seems like the presentation for codeXtremeApps 2010 went pretty well yesterday. Although its kinda scary facing 24 <del datetime="2010-07-27T04:46:09+00:00">people</del> <strong>Judges</strong> in the room presenting on our solution. Mr Yeak followed us to SMU and giving us advice. Thanks Mr Yeak. Certainly a mentor that everyone wishes to have.</p>
<p>Thursday is the prize presentation. Although I am not putting in high hopes for it but then, lets hope for the best.</p>
<p>On a side note, I have yet to transfer my host. <img src='http://www.limguohong.com/wp-includes/images/smilies/icon_mad.gif' alt=':x' class='wp-smiley' />  Still have some trouble backing up all my data..</p>
<p>Alright, off to do work! =)</p>
<div class='wpfblike' style='.wpfblike{float:right}'><fb:like href='http://www.limguohong.com/2010/07/codextremeapps-2010-update/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.limguohong.com/2010/07/codextremeapps-2010-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error while upgrading to WordPress 3.0</title>
		<link>http://www.limguohong.com/2010/07/error-while-upgrading-to-wordpress-3-0/</link>
		<comments>http://www.limguohong.com/2010/07/error-while-upgrading-to-wordpress-3-0/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 17:36:56 +0000</pubDate>
		<dc:creator>Guo Hong</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Call to a member function add_rewrite_tag() on a non-object in]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress 3.0]]></category>

		<guid isPermaLink="false">http://www.limguohong.com/?p=427</guid>
		<description><![CDATA[While I am trying very hard to backup some other stuffs from my ftp to my localdisk before the move to another host, i tried to upgrade my wordpress blog to 3.0 and I gotten this error&#8230; Call to a member function add_rewrite_tag() on a non-object in&#8230; Did a quick research and they ask me [...]]]></description>
			<content:encoded><![CDATA[<p>While I am trying very hard to backup some other stuffs from my ftp to my localdisk before the move to another host, i tried to upgrade my wordpress blog to 3.0 and I gotten this error&#8230;</p>
<blockquote><p>Call to a member function add_rewrite_tag() on a non-object in&#8230;</p></blockquote>
<p>Did a quick research and they ask me to deactivate my plugin which i did. ( <a href="http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F">Link here</a> ) and here we go, it works&#8230; now I have to figure out, which plugin causes the problem  before I continue.</p>
<div class='wpfblike' style='.wpfblike{float:right}'><fb:like href='http://www.limguohong.com/2010/07/error-while-upgrading-to-wordpress-3-0/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.limguohong.com/2010/07/error-while-upgrading-to-wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 12 in codeXtremeApps 2010</title>
		<link>http://www.limguohong.com/2010/07/top-12-in-codextremeapps-2010/</link>
		<comments>http://www.limguohong.com/2010/07/top-12-in-codextremeapps-2010/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 07:21:21 +0000</pubDate>
		<dc:creator>Guo Hong</dc:creator>
				<category><![CDATA[competition]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[code::XtremeApps:: 2010]]></category>
		<category><![CDATA[codextremeapps]]></category>
		<category><![CDATA[hostgator]]></category>
		<category><![CDATA[M1]]></category>
		<category><![CDATA[move host]]></category>
		<category><![CDATA[SMU]]></category>
		<category><![CDATA[top 12]]></category>

		<guid isPermaLink="false">http://www.limguohong.com/?p=424</guid>
		<description><![CDATA[Alright, competition ended and I had a long sleep last night. Not long after I woke up this afternoon, i receive an email stating we are shortedlisted and have to present tomorrow, meaning to say we are in top 12. Congrats team! Time to get busy tonight to prepare for the presentation tomorrow. Seems like [...]]]></description>
			<content:encoded><![CDATA[<p>Alright, competition ended and I had a long sleep last night.</p>
<p>Not long after I woke up this afternoon, i receive an email stating we are shortedlisted and have to present tomorrow, meaning to say we are in top 12. Congrats team!</p>
<p>Time to get busy tonight to prepare for the presentation tomorrow. Seems like my plan to move hosting today will fail. <img src='http://www.limguohong.com/wp-includes/images/smilies/icon_mad.gif' alt=':x' class='wp-smiley' /> </p>
<div class='wpfblike' style='.wpfblike{float:right}'><fb:like href='http://www.limguohong.com/2010/07/top-12-in-codextremeapps-2010/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.limguohong.com/2010/07/top-12-in-codextremeapps-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging directly from codeXtremeApps 2010</title>
		<link>http://www.limguohong.com/2010/07/blogging-directly-from-codextremeapps-2010/</link>
		<comments>http://www.limguohong.com/2010/07/blogging-directly-from-codextremeapps-2010/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 03:12:13 +0000</pubDate>
		<dc:creator>Guo Hong</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[codextremeapps]]></category>
		<category><![CDATA[M1]]></category>
		<category><![CDATA[Singapore]]></category>

		<guid isPermaLink="false">http://www.limguohong.com/?p=422</guid>
		<description><![CDATA[11.06am now. 17 hours into the competition already. More or less completed&#8230; ALOT testing and intergradation to do. 1 picture from codeXtremeApps 2010, proudly sponsored by M1.]]></description>
			<content:encoded><![CDATA[<p>11.06am now. 17 hours into the competition already. More or less completed&#8230; ALOT testing and intergradation to do.</p>
<p>1 picture from codeXtremeApps 2010, proudly sponsored by M1. <img src='http://www.limguohong.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
<img src="http://img248.imageshack.us/img248/6062/imag0519.jpg" width="30%" /></p>
<div class='wpfblike' style='.wpfblike{float:right}'><fb:like href='http://www.limguohong.com/2010/07/blogging-directly-from-codextremeapps-2010/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.limguohong.com/2010/07/blogging-directly-from-codextremeapps-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Next few days &#8211; code::XtremeApps:: 2010 , Moving Host, etc</title>
		<link>http://www.limguohong.com/2010/07/next-few-days-codextremeapps-2010-moving-host-etc/</link>
		<comments>http://www.limguohong.com/2010/07/next-few-days-codextremeapps-2010-moving-host-etc/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 18:54:52 +0000</pubDate>
		<dc:creator>Guo Hong</dc:creator>
				<category><![CDATA[competition]]></category>
		<category><![CDATA[code::XtremeApps:: 2010]]></category>
		<category><![CDATA[codextremeapps]]></category>
		<category><![CDATA[hostgator]]></category>
		<category><![CDATA[move hosting]]></category>
		<category><![CDATA[project nimbus]]></category>

		<guid isPermaLink="false">http://www.limguohong.com/?p=419</guid>
		<description><![CDATA[So lets see&#8230; Over the next few days, I am &#8220;pretty&#8221; free. I have codeXtremeApps 2010 which I will be using Project Nimbus ( http://www.projectnimbus.org ) You will be asking, what is codeXtremeApps and Project Nimbus. Basically, codeXtremeApps is a 24 hours round-the-clock competition organised by ITSC, we were to use one of the 3 [...]]]></description>
			<content:encoded><![CDATA[<p>So lets see&#8230; Over the next few days, I am &#8220;pretty&#8221; free.</p>
<p>I have codeXtremeApps 2010 which I will be using Project Nimbus ( http://www.projectnimbus.org )<br />
You will be asking, what is codeXtremeApps and Project Nimbus.</p>
<p>Basically, codeXtremeApps is a 24 hours round-the-clock competition organised by ITSC, we were to use one of the 3 technologies which they provide.</p>
<p>Taken directly from their website ( http://www.projectnimbus.org )<br />
&#8220;Project Nimbus is an initiative that hopes to solve innovators’ problem of finding data sets and services by offering a central place for authoritative and reliable data and services access from government and commercial entities in Singapore.&#8221;</p>
<p>This will start on Friday night to Saturday night. Interesting. Shall blog what happen when I am at SMU. Afterwhich, I have a &#8220;free&#8221; Sunday, i suppose. I will use that whole day to make sure my blog is properly revamped and moved away from Hostgator to a Windows Server. The move is not that Hostgator isn&#8217;t good but I find it pointless having 3 hosting with 3 different companies now. I rather move it to a platform, Windows, which I am more comfortable with now.</p>
<p>Almost 3am, time to sleep. Night!</p>
<div class='wpfblike' style='.wpfblike{float:right}'><fb:like href='http://www.limguohong.com/2010/07/next-few-days-codextremeapps-2010-moving-host-etc/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.limguohong.com/2010/07/next-few-days-codextremeapps-2010-moving-host-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving of content almost done</title>
		<link>http://www.limguohong.com/2010/07/moving-of-content-almost-done/</link>
		<comments>http://www.limguohong.com/2010/07/moving-of-content-almost-done/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 06:05:58 +0000</pubDate>
		<dc:creator>Guo Hong</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hostgator]]></category>
		<category><![CDATA[move host]]></category>

		<guid isPermaLink="false">http://www.limguohong.com/?p=416</guid>
		<description><![CDATA[Seems like the moving of my content is almost done, left 2-3 more folders on the root folder. After I get all folders copied and pasted onto my local drive, I am left with the mysql database then I am ready to move out of Hostgator.]]></description>
			<content:encoded><![CDATA[<p>Seems like the moving of my content is almost done, left 2-3 more folders on the root folder.</p>
<p>After I get all folders copied and pasted onto my local drive, I am left with the mysql database then I am ready to move out of Hostgator.</p>
<div class='wpfblike' style='.wpfblike{float:right}'><fb:like href='http://www.limguohong.com/2010/07/moving-of-content-almost-done/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.limguohong.com/2010/07/moving-of-content-almost-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alot things to be done</title>
		<link>http://www.limguohong.com/2010/07/alot-things-to-be-done/</link>
		<comments>http://www.limguohong.com/2010/07/alot-things-to-be-done/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 16:17:46 +0000</pubDate>
		<dc:creator>Guo Hong</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.limguohong.com/?p=414</guid>
		<description><![CDATA[Have been really busy with my Major Project and Imagine Cup. I need to do something about this blog too. Lets see. 1. Transfer all stuffs out of this hosting]]></description>
			<content:encoded><![CDATA[<p>Have been really busy with my Major Project and Imagine Cup. I need to do something about this blog too.</p>
<p>Lets see.</p>
<p>1. Transfer all stuffs out of this hosting<- Have been doing this for quite long already and still doing it.. <img src='http://www.limguohong.com/wp-includes/images/smilies/icon_mad.gif' alt=':x' class='wp-smiley' /><br />
2. Setup a new blog with this MYSQL database<br />
3. Choose a new template<br />
4. Update About Me / Side Bar<br />
5. Check ALL Links<br />
6. Add in My projects / Facebook / Twitter / Tutorials <img src='http://www.limguohong.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
7. Add in CV. <img src='http://www.limguohong.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
8. Change personal page <img src='http://www.limguohong.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class='wpfblike' style='.wpfblike{float:right}'><fb:like href='http://www.limguohong.com/2010/07/alot-things-to-be-done/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.limguohong.com/2010/07/alot-things-to-be-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quotes I have been hearing recently</title>
		<link>http://www.limguohong.com/2010/02/quotes-i-have-been-hearing-recently/</link>
		<comments>http://www.limguohong.com/2010/02/quotes-i-have-been-hearing-recently/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 04:31:43 +0000</pubDate>
		<dc:creator>Guo Hong</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.limguohong.com/?p=412</guid>
		<description><![CDATA[I have heard some great quotes from my friends, from my friends&#8217; parent and from people whom i respect alot&#8230; - Leaders must be firm! - Leaders must not to be affected by emotions to make your decisions. - I will not allow my family and friends to be bullied. Also, to leave you guys [...]]]></description>
			<content:encoded><![CDATA[<p>I have heard some great quotes from my friends, from my friends&#8217; parent and from people whom i respect alot&#8230;</p>
<p>- Leaders must be firm!<br />
- Leaders must not to be affected by emotions to make your decisions.<br />
- I will not allow my family and friends to be bullied.</p>
<p>Also, to leave you guys with,<br />
<!--copy and paste--><object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param><param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/BlaiseAguerayArcas_2010-medium.mp4&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/BlaiseAgueraYArcas-2010.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=766&#038;introDuration=16500&#038;adDuration=4000&#038;postAdDuration=2000&#038;adKeys=talk=blaise_aguera;year=2010;theme=new_on_ted_com;theme=the_creative_spark;theme=a_taste_of_ted2010;event=TED2010;&#038;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" flashvars="vu=http://video.ted.com/talks/dynamic/BlaiseAguerayArcas_2010-medium.mp4&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/BlaiseAgueraYArcas-2010.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=766&#038;introDuration=16500&#038;adDuration=4000&#038;postAdDuration=2000&#038;adKeys=talk=blaise_aguera;year=2010;theme=new_on_ted_com;theme=the_creative_spark;theme=a_taste_of_ted2010;event=TED2010;"></embed></object></p>
<div class='wpfblike' style='.wpfblike{float:right}'><fb:like href='http://www.limguohong.com/2010/02/quotes-i-have-been-hearing-recently/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.limguohong.com/2010/02/quotes-i-have-been-hearing-recently/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frustrated</title>
		<link>http://www.limguohong.com/2010/02/frustrated/</link>
		<comments>http://www.limguohong.com/2010/02/frustrated/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 14:59:50 +0000</pubDate>
		<dc:creator>Guo Hong</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[frustrated]]></category>

		<guid isPermaLink="false">http://www.limguohong.com/?p=408</guid>
		<description><![CDATA[To start off, i decided to post this on my blog because lesser people will view it. Else people will always comment my facebook too emo. Recently someone&#8217;s mother whom i know passed away, i wanted to attend the wake yet I cant due to family belief of chinese 19 years old cannot go red/white [...]]]></description>
			<content:encoded><![CDATA[<p>To start off, i decided to post this on my blog because lesser people will view it. Else people will always comment my facebook too emo.</p>
<p>Recently someone&#8217;s mother whom i know passed away, i wanted to attend the wake yet I cant due to family belief of chinese 19 years old cannot go red/white event. ( Wedding &#8211; red / funeral &#8211; white ). So I have to ask someone else to give the &#8220;white silver&#8221; (Bai Jin). In fact, i had an heated arugment with my mum because of this getting me very pissed and upset.</p>
<p>Due to the death of his mother, I have been requested to take his classes cause he cant help to instruct. I tried my best to shift my schedule around already so I can help him, taking his classes. But I cant take his Monday afternoon class because of my commitement in school and I cant miss anymore lessons in school. I have already tried my best to help and assist. Just because I cant help on Monday afternoon class, i was called being &#8220;unloyal&#8221; to my brother. I was wondering what is wrong when I have already tried my best? The comment from him is a simple comment and totally mean no harm but sometimes I was thinking, whatever you have done for others can just be spoilt by just 1 &#8220;wrong&#8221; action of yours? I know it hurts when it lost a parent, in fact, i got very emotional because he lost his mum. Ask my classmate, I have been abnormal in school today. I even almost had an arugment because of that.</p>
<p>I cant accept a fact when someone lost their parents because I myself who is very very weak is very scare that the same thing will happen to me. I am weak, period. I am just learning how to accept life. I am scare i will lost my parents too. Maybe just because of my &#8220;wrong&#8221; action, if my parents passed away, no one will help me and the worse, i am alone. I don&#8217;t know.. I have this feeling. If my parents passed away, I am not gonna tell anyone? I don&#8217;t know..</p>
<p>In sumamry, i am just thinking, just a wrong action of yours, can result in all the trust you have built to be gone?</p>
<div class='wpfblike' style='.wpfblike{float:right}'><fb:like href='http://www.limguohong.com/2010/02/frustrated/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.limguohong.com/2010/02/frustrated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pain in the heart</title>
		<link>http://www.limguohong.com/2010/01/pain-in-the-heart/</link>
		<comments>http://www.limguohong.com/2010/01/pain-in-the-heart/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 05:55:32 +0000</pubDate>
		<dc:creator>Guo Hong</dc:creator>
				<category><![CDATA[family]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[aus]]></category>
		<category><![CDATA[beverly]]></category>
		<category><![CDATA[sad]]></category>

		<guid isPermaLink="false">http://www.limguohong.com/?p=405</guid>
		<description><![CDATA[I just recieve a message from someone who is very close to me. I knew what is going to happen since 3 months back but I didn&#8217;t feel much then but now when i got the message from her, a happy message&#8230; I feel sad, i never feel so sad for a long time already. [...]]]></description>
			<content:encoded><![CDATA[<p>I just recieve a message from someone who is very close to me. I knew what is going to happen since 3 months back but I didn&#8217;t feel much then but now when i got the message from her, a happy message&#8230; I feel sad, i never feel so sad for a long time already. I wanted to hide my feeling in front of my classmates but this time round, i cant.. i just cant put a persona anymore.</p>
<p>She is someone who is not even blood related to me. My sister. I don&#8217;t know, but what i know now is that i cannot afford to lose someone who is close to me..Sometimes when I am feeling sad and down, she is one of the first person i can talk to without any barrier. Haiz, I am going to miss this sister of mine. The feeling isn&#8217;t good. She is going for 4-8 years.. I know we can still contact and talk to each other through skype, msn but the feeling seriously.. Awww really feel sucky</p>
<p>Wishing her all the best when she is in Aus.</p>
<div class='wpfblike' style='.wpfblike{float:right}'><fb:like href='http://www.limguohong.com/2010/01/pain-in-the-heart/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.limguohong.com/2010/01/pain-in-the-heart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How technology helps in relief efforts</title>
		<link>http://www.limguohong.com/2010/01/how-technology-helps-in-relief-efforts/</link>
		<comments>http://www.limguohong.com/2010/01/how-technology-helps-in-relief-efforts/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 16:38:33 +0000</pubDate>
		<dc:creator>Guo Hong</dc:creator>
				<category><![CDATA[videos]]></category>
		<category><![CDATA[efforts]]></category>
		<category><![CDATA[relief]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.limguohong.com/?p=403</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" data="http://www.immersivemedia.com/haiti/Video1/IMPlayer.swf?config=http://www.immersivemedia.com/haiti/Video1/config.xml" width="520" height="345"><param name="movie" value="http://www.immersivemedia.com/haiti/Video1/IMPlayer.swf?config=http://www.immersivemedia.com/haiti/Video1/config.xml"/><param name="FlashVars" value="externalInterface=0&#038;video=Video1.flv"/></object></p>
<div class='wpfblike' style='.wpfblike{float:right}'><fb:like href='http://www.limguohong.com/2010/01/how-technology-helps-in-relief-efforts/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.limguohong.com/2010/01/how-technology-helps-in-relief-efforts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
