<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The World Through My Eyes</title>
	<atom:link href="http://nkwan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nkwan.wordpress.com</link>
	<description>Technology, Hobbies, and Life</description>
	<lastBuildDate>Sat, 29 Nov 2008 19:43:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='nkwan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The World Through My Eyes</title>
		<link>http://nkwan.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nkwan.wordpress.com/osd.xml" title="The World Through My Eyes" />
	<atom:link rel='hub' href='http://nkwan.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Ripping music with LAME</title>
		<link>http://nkwan.wordpress.com/2008/11/28/ripping-music-with-lame/</link>
		<comments>http://nkwan.wordpress.com/2008/11/28/ripping-music-with-lame/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 08:39:05 +0000</pubDate>
		<dc:creator>nkwan</dc:creator>
				<category><![CDATA[sound]]></category>
		<category><![CDATA[eac]]></category>
		<category><![CDATA[lame]]></category>
		<category><![CDATA[rip]]></category>

		<guid isPermaLink="false">http://nkwan.wordpress.com/?p=61</guid>
		<description><![CDATA[The following entry is based on my personal opinion and not necessarily representing the view on the entire public. I always thought ripping music with LAME was a breeze; that wasn&#8217;t exactly the case.  It took me a couple hours to achieve what I wanted.  After my SHURE SE310 headphones (which, by the way, you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nkwan.wordpress.com&amp;blog=3746657&amp;post=61&amp;subd=nkwan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The following entry is based on my personal opinion and not necessarily representing the view on the entire public.</p>
<p>I always thought ripping music with LAME was a breeze; that wasn&#8217;t exactly the case.  It took me a couple hours to achieve what I wanted.  After my SHURE SE310 headphones (which, by the way, you can see here: <a href="http://flickr.com/photos/kwan-family/sets/72157609132387652/">http://flickr.com/photos/kwan-family/sets/72157609132387652/</a> ) arrived on Friday, I went to my friend&#8217;s house and borrowed some CD&#8217;s.  So I downloaded LAME v3.97b2 because I looked at online sources that it was the stable and very good.  So, I went onto download EAC because it seemed to be widely used with LAME.  After some research, I found an instructions set on hydrogenaudio:</p>
<p><a href="http://wiki.hydrogenaudio.org/index.php?title=EAC_and_Lame">http://wiki.hydrogenaudio.org/index.php?title=EAC_and_Lame</a></p>
<p>Here are the instructions in brief:</p>
<ol>
<li>After the CD is in the drive, open Compress options under EAC Menu</li>
<li>Click the <strong>External Compression</strong> Tab, and put a check box in <strong>Use external program for compression</strong>.</li>
<li>Change <strong>Parameter passing scheme</strong> to <strong>User Defined Encoder</strong> (see <a class="external text" title="http://www.hydrogenaudio.org/forums/index.php?showtopic=57617" rel="nofollow" href="http://www.hydrogenaudio.org/forums/index.php?showtopic=57617">this thread</a> for reasoning).</li>
<li>Change <strong>Use file extension</strong> to <strong>.mp3</strong>.</li>
<li>Click the <strong>Browse</strong> button and locate the <strong>lame.exe</strong> that you unzipped into the EAC directory earlier.</li>
</ol>
<p>However, after I downloaded v3.97b2, unzipped it into the EAC file, went to Compression option, and browsed for the lame.exe file&#8230;. guess what, it wasn&#8217;t there!</p>
<p>The horror&#8230;.  I did more research and found that the lame.exe is NOT in every version available.  However, I also found that the latest version: 3.98.2 had it and so I downloaded the file from here: <a href="http://sourceforge.net/project/showfiles.php?group_id=290&amp;package_id=309">http://sourceforge.net/project/showfiles.php?group_id=290&amp;package_id=309</a></p>
<p>I got rid of the old LAME and unzipped the new LAME into the EAC folder.  I located the file and put it in there.</p>
<p>But that&#8217;s not all&#8230; the code on hydrogenaudio did not give me what I wanted.  I wanted V0 inside of V2; so, I researched some more and found this line of code:  -V 0 &#8211;id3v2-only &#8211;pad-id3v2 &#8211;ta &#8220;%a&#8221; &#8211;tt &#8220;%t&#8221; &#8211;tl &#8220;%g&#8221; &#8211;ty &#8220;%y&#8221; &#8211;tn &#8220;%n&#8221; %s %d which is what I wanted: V0 and ID3 v2.  So I put this in the &#8220;Additional command-line options&#8221; where it belongs.</p>
<p>For more important on what these are, feel free to visit <a href="http://wiki.hydrogenaudio.org/index.php?title=Lame">http://wiki.hydrogenaudio.org/index.php?title=Lame</a> and <a href="http://en.wikipedia.org/wiki/ID3">http://en.wikipedia.org/wiki/ID3</a> .</p>
<p>But trust me, these results are pretty much as good as you can get with mp3 files.  If you don&#8217;t believe me, you can read here: <a href="http://www.soundexpert.info/coders320.jsp">http://www.soundexpert.info/coders320.jsp</a></p>
<p>After that, just fill in the reminder settings (default should be fine) and press OK.  Note that Bit rate drop down menu actually has no effect when you actually rip the music because the additional command-line options take priority.   </p>
<p>And a screenshot to double check if you have everything.</p>
<p> </p>
<p><a href="http://nkwan.files.wordpress.com/2008/11/eac_lame2.jpg"><img class="alignnone size-full wp-image-90" title="eac_lame2" src="http://nkwan.files.wordpress.com/2008/11/eac_lame2.jpg?w=628&#038;h=534" alt="eac_lame2" width="628" height="534" /></a></p>
<p>Open up your disk, high MP3 on the right hand menu bar, and watch you computer do the magic.</p>
<p>You nature responses might be: &#8220;why not use aac with Winamp, that has a much better rating&#8221; and &#8220;what about loseless&#8221; and &#8220;V2 is good enough, isn&#8217;t it?&#8221;</p>
<p>My answers are: aac is not compatible with everything, including Windows Media Player which many people uses.  I also prefer LAME over Winamp due to simplicity and the &#8220;cool factor&#8221; (not that there is much).  Loseless is definiately a great alternative if your portable music player supports it and if you have ample space on your hard drive and music player.  I have a 1TB external hard drive, 250 GB hard drive, 8 GB phone, therefore, V0 sometimes is referred as &#8220;overkill&#8221;, but why not? it&#8217;s available anyways.</p>
<p>Hope this helps!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nkwan.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nkwan.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nkwan.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nkwan.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nkwan.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nkwan.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nkwan.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nkwan.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nkwan.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nkwan.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nkwan.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nkwan.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nkwan.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nkwan.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nkwan.wordpress.com&amp;blog=3746657&amp;post=61&amp;subd=nkwan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nkwan.wordpress.com/2008/11/28/ripping-music-with-lame/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37b62fc55cf4a58dc05abdd284d27413?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nkwan</media:title>
		</media:content>

		<media:content url="http://nkwan.files.wordpress.com/2008/11/eac_lame2.jpg" medium="image">
			<media:title type="html">eac_lame2</media:title>
		</media:content>
	</item>
		<item>
		<title>Left 4 Dead</title>
		<link>http://nkwan.wordpress.com/2008/11/27/left-4-dead/</link>
		<comments>http://nkwan.wordpress.com/2008/11/27/left-4-dead/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 19:08:28 +0000</pubDate>
		<dc:creator>nkwan</dc:creator>
				<category><![CDATA[L4D]]></category>
		<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://nkwan.wordpress.com/?p=77</guid>
		<description><![CDATA[I bought L4D last week before it came out, and I have been enjoying the game so far.  I have finished all 4 campaigns on Advanced but have not finished any of them in Expert (oh, I&#8217;ve tried&#8230; many times).  I will definitely keep you posted if I ever do complete one of the Experts.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nkwan.wordpress.com&amp;blog=3746657&amp;post=77&amp;subd=nkwan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I bought L4D last week before it came out, and I have been enjoying the game so far.  I have finished all 4 campaigns on Advanced but have not finished any of them in Expert (oh, I&#8217;ve tried&#8230; many times).  I will definitely keep you posted if I ever do complete one of the Experts.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nkwan.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nkwan.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nkwan.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nkwan.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nkwan.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nkwan.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nkwan.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nkwan.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nkwan.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nkwan.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nkwan.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nkwan.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nkwan.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nkwan.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nkwan.wordpress.com&amp;blog=3746657&amp;post=77&amp;subd=nkwan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nkwan.wordpress.com/2008/11/27/left-4-dead/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37b62fc55cf4a58dc05abdd284d27413?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nkwan</media:title>
		</media:content>
	</item>
		<item>
		<title>Autumn Pictures</title>
		<link>http://nkwan.wordpress.com/2008/11/16/autumn-pictures/</link>
		<comments>http://nkwan.wordpress.com/2008/11/16/autumn-pictures/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 00:45:17 +0000</pubDate>
		<dc:creator>nkwan</dc:creator>
				<category><![CDATA[a300]]></category>
		<category><![CDATA[autumn]]></category>
		<category><![CDATA[flickr]]></category>

		<guid isPermaLink="false">http://nkwan.wordpress.com/?p=75</guid>
		<description><![CDATA[Today, I finally took all the pictures I took in the last month or so and put them on my computer.  Then I uploaded some onto my flickr.  Feel free to take a look at them, all my nature pictures I took this fall is located here: http://flickr.com/photos/kwan-family/sets/72157608249000618/ Feel free to leave a comment!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nkwan.wordpress.com&amp;blog=3746657&amp;post=75&amp;subd=nkwan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today, I finally took all the pictures I took in the last month or so and put them on my computer.  Then I uploaded some onto my flickr.  Feel free to take a look at them, all my nature pictures I took this fall is located here: <a href="http://flickr.com/photos/kwan-family/sets/72157608249000618/">http://flickr.com/photos/kwan-family/sets/72157608249000618/</a></p>
<p>Feel free to leave a comment!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nkwan.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nkwan.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nkwan.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nkwan.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nkwan.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nkwan.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nkwan.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nkwan.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nkwan.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nkwan.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nkwan.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nkwan.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nkwan.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nkwan.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nkwan.wordpress.com&amp;blog=3746657&amp;post=75&amp;subd=nkwan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nkwan.wordpress.com/2008/11/16/autumn-pictures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37b62fc55cf4a58dc05abdd284d27413?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nkwan</media:title>
		</media:content>
	</item>
		<item>
		<title>Accelerometer and Python on N95</title>
		<link>http://nkwan.wordpress.com/2008/11/05/accelerometer-on-n95/</link>
		<comments>http://nkwan.wordpress.com/2008/11/05/accelerometer-on-n95/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 07:33:33 +0000</pubDate>
		<dc:creator>nkwan</dc:creator>
				<category><![CDATA[n95]]></category>
		<category><![CDATA[accelerometer]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://nkwan.wordpress.com/?p=66</guid>
		<description><![CDATA[So, after 5 months of using my phone, I finally decided to go beyond the programs I had and get the accelerometer working.  I didn&#8217;t need it previously so I didn&#8217;t bother.  So, I did what I read some stuff online and install the accelerometer plugin (http://www.s60tips.com/wp-content/uploads/files/N95AccelerometerPlugin.sis) , then I installed a program to try it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nkwan.wordpress.com&amp;blog=3746657&amp;post=66&amp;subd=nkwan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So, after 5 months of using my phone, I finally decided to go beyond the programs I had and get the accelerometer working.  I didn&#8217;t need it previously so I didn&#8217;t bother.  So, I did what I read some stuff online and install the accelerometer plugin (http://www.s60tips.com/wp-content/uploads/files/N95AccelerometerPlugin.sis) , then I installed a program to try it out, LightSaber 1.5 (http://lightsaber.en.softonic.com/symbian/download).  </p>
<p>Much to my surprise, the program not only not work, it didn&#8217;t even start.</p>
<p>Then I read online that it&#8217;s important to install the program in your PHONE memory.  So, for future references.  Install all programs, especially the ones that use hardware like the camera or accelerometer extensively, in the PHONE memory. </p>
<p>I uninstalled the plugin and program; reinstalled it in the phone memory, and it worked like a charm.  Useless yet fun program to have.</p>
<p>Wait, but that&#8217;s not all!<br />
I also decided to play around with Python as well.  Python is one of my last things to learn on my &#8220;to do&#8221; list for 2008.  I&#8217;ve heard about the book <em>Mobile Python: Rapid prototyping of applications on the mobile platform</em> a while ago, however, never bothered looking into it.  However, yesterday, I decided it was time to get the book and play around with it.</p>
<p>I acquired the book and I must admit the concept of Python programming is much much more simple than C++ or Java.  <br />
To start, you need the following two things: Python for S60 and the Shell that runs it.  The latest files are located here: <a href="http://sourceforge.net/project/showfiles.php?group_id=154155&amp;package_id=171153&amp;release_id=609802">http://sourceforge.net/project/showfiles.php?group_id=154155&amp;package_id=171153&amp;release_id=609802</a></p>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=154155&amp;package_id=171153&amp;release_id=609802"></a>For the N95, you will need the Python for S60 3rd ed file and Python Script Shell for S60 3rd ed.  Remember to install the Python for S60 before the script shell.  <br />
Basically, you need the Python program installed in your phone, have a script handy (some are included in those files), and the shell is a place where it allows the files to run (feel free to correct me if I&#8217;m wrong).  </p>
<p>I just wrote the &#8220;Hello World&#8221; program on my PC and ran it on my phone, I look forward to do more and keep you guys updated!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nkwan.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nkwan.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nkwan.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nkwan.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nkwan.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nkwan.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nkwan.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nkwan.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nkwan.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nkwan.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nkwan.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nkwan.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nkwan.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nkwan.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nkwan.wordpress.com&amp;blog=3746657&amp;post=66&amp;subd=nkwan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nkwan.wordpress.com/2008/11/05/accelerometer-on-n95/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37b62fc55cf4a58dc05abdd284d27413?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nkwan</media:title>
		</media:content>
	</item>
		<item>
		<title>WordPress Tutorial</title>
		<link>http://nkwan.wordpress.com/2008/11/04/wordpress-tutorial/</link>
		<comments>http://nkwan.wordpress.com/2008/11/04/wordpress-tutorial/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 06:13:14 +0000</pubDate>
		<dc:creator>nkwan</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[olt]]></category>
		<category><![CDATA[ubc]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://nkwan.wordpress.com/?p=63</guid>
		<description><![CDATA[As some of you know, I manage the weblogs for the University of British Columbia.  We are trying to move from MovableTypes to WordPress and I have written some documentation for it.  Here it is: I wrote the &#8220;comments&#8221; and &#8220;settings&#8221; section today.  Going to head towards &#8220;design&#8221; tomorrow, hopefully. Settings: http://blogs.ubc.ca/nkwan/2008/11/03/settings-tab/ Comments: http://blogs.ubc.ca/nkwan/2008/11/03/comments/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nkwan.wordpress.com&amp;blog=3746657&amp;post=63&amp;subd=nkwan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As some of you know, I manage the weblogs for the University of British Columbia.  We are trying to move from MovableTypes to WordPress and I have written some documentation for it.  Here it is: I wrote the &#8220;comments&#8221; and &#8220;settings&#8221; section today.  Going to head towards &#8220;design&#8221; tomorrow, hopefully.</p>
<p>Settings: <a href="http://blogs.ubc.ca/nkwan/2008/11/03/settings-tab/">http://blogs.ubc.ca/nkwan/2008/11/03/settings-tab/</a></p>
<p>Comments: <a href="http://blogs.ubc.ca/nkwan/2008/11/03/comments/">http://blogs.ubc.ca/nkwan/2008/11/03/comments/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nkwan.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nkwan.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nkwan.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nkwan.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nkwan.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nkwan.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nkwan.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nkwan.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nkwan.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nkwan.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nkwan.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nkwan.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nkwan.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nkwan.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nkwan.wordpress.com&amp;blog=3746657&amp;post=63&amp;subd=nkwan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nkwan.wordpress.com/2008/11/04/wordpress-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37b62fc55cf4a58dc05abdd284d27413?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nkwan</media:title>
		</media:content>
	</item>
		<item>
		<title>Aegis Gundam and a hobby renewed</title>
		<link>http://nkwan.wordpress.com/2008/10/12/aegis-gundam-and-a-hobby-renewed/</link>
		<comments>http://nkwan.wordpress.com/2008/10/12/aegis-gundam-and-a-hobby-renewed/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 05:08:45 +0000</pubDate>
		<dc:creator>nkwan</dc:creator>
				<category><![CDATA[gundam]]></category>
		<category><![CDATA[aegis]]></category>
		<category><![CDATA[HG]]></category>

		<guid isPermaLink="false">http://nkwan.wordpress.com/?p=43</guid>
		<description><![CDATA[Although I am not an anime enthusiast, I do enjoy the mega series Gundam.  I have always been interested in it but I never actually watched any series as a whole.  So over the summer, I finished Seed and also bought the Aegis Gundam (High Grade).  This took me only a couple hours to finish [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nkwan.wordpress.com&amp;blog=3746657&amp;post=43&amp;subd=nkwan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Although I am not an anime enthusiast, I do enjoy the mega series Gundam.  I have always been interested in it but I never actually watched any series as a whole.  So over the summer, I finished Seed and also bought the Aegis Gundam (High Grade).  This took me only a couple hours to finish and this is just a stepping stone to the perfect grade I bought.  (Some pictures of the PG are already on my flickr!)  This is really a tiny project, there wasn&#8217;t any paint added.  The only tool I used was a nail clipper.  I&#8217;m going to write all about my journey in building the PG, so watch out for that!</p>
<p> <br />
<a title="08252008130 by Nicholas Kwan, on Flickr" href="http://www.flickr.com/photos/kwan-family/2800671633/"><img src="http://farm4.static.flickr.com/3055/2800671633_5b18ec8bf1.jpg" alt="08252008130" width="500" height="375" /></a></p>
<p><a href="http://www.flickr.com/photos/kwan-family/2933755860/" title="DSC00153 by Nicholas Kwan, on Flickr"><img src="http://farm4.static.flickr.com/3247/2933755860_0fabe72640.jpg" width="334" height="500" alt="DSC00153" /></a></p>
<p><a href="http://www.flickr.com/photos/kwan-family/2932899329/" title="DSC00152 by Nicholas Kwan, on Flickr"><img src="http://farm4.static.flickr.com/3245/2932899329_e4a98fcec5.jpg" width="500" height="334" alt="DSC00152" /></a></p>
<p><a href="http://www.flickr.com/photos/kwan-family/2932899019/" title="DSC00151 by Nicholas Kwan, on Flickr"><img src="http://farm4.static.flickr.com/3146/2932899019_811bcc1a4b.jpg" width="500" height="334" alt="DSC00151" /></a></p>
<p><a href="http://www.flickr.com/photos/kwan-family/2932898717/" title="DSC00150 by Nicholas Kwan, on Flickr"><img src="http://farm4.static.flickr.com/3278/2932898717_694dcaf2af.jpg" width="334" height="500" alt="DSC00150" /></a></p>
<p><a href="http://www.flickr.com/photos/kwan-family/2932898321/" title="DSC00143 by Nicholas Kwan, on Flickr"><img src="http://farm4.static.flickr.com/3007/2932898321_7f393f1c42.jpg" width="500" height="334" alt="DSC00143" /></a></p>
<p>You can look at higher resolution photos by clicking on the picture and going to all sizes.  They were all taken with my Sony alpha 300 and the &#8220;original&#8221; on flickr is actually 60% of the actual RAW picture.  Those I keep to myself =).  </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nkwan.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nkwan.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nkwan.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nkwan.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nkwan.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nkwan.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nkwan.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nkwan.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nkwan.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nkwan.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nkwan.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nkwan.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nkwan.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nkwan.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nkwan.wordpress.com&amp;blog=3746657&amp;post=43&amp;subd=nkwan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nkwan.wordpress.com/2008/10/12/aegis-gundam-and-a-hobby-renewed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37b62fc55cf4a58dc05abdd284d27413?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nkwan</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3055/2800671633_5b18ec8bf1.jpg" medium="image">
			<media:title type="html">08252008130</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3247/2933755860_0fabe72640.jpg" medium="image">
			<media:title type="html">DSC00153</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3245/2932899329_e4a98fcec5.jpg" medium="image">
			<media:title type="html">DSC00152</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3146/2932899019_811bcc1a4b.jpg" medium="image">
			<media:title type="html">DSC00151</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3278/2932898717_694dcaf2af.jpg" medium="image">
			<media:title type="html">DSC00150</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3007/2932898321_7f393f1c42.jpg" medium="image">
			<media:title type="html">DSC00143</media:title>
		</media:content>
	</item>
		<item>
		<title>My version of &#8220;How to play the Scout in Team Fortress 2&#8243;</title>
		<link>http://nkwan.wordpress.com/2008/10/10/my-version-of-how-to-play-the-scout-in-team-fortress-2/</link>
		<comments>http://nkwan.wordpress.com/2008/10/10/my-version-of-how-to-play-the-scout-in-team-fortress-2/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 23:11:15 +0000</pubDate>
		<dc:creator>nkwan</dc:creator>
				<category><![CDATA[tf2]]></category>
		<category><![CDATA[scout]]></category>

		<guid isPermaLink="false">http://nkwan.wordpress.com/?p=39</guid>
		<description><![CDATA[I have decided to start my short quick tutorials on all 9 classes of TF2.  I try to start with “the obvious” and get right down to specific tactics.  This is my take on the game and might not be the “most pro” way of playing.  I will also try to update them as time [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nkwan.wordpress.com&amp;blog=3746657&amp;post=39&amp;subd=nkwan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have decided to start my short quick tutorials on all 9 classes of TF2.  I try to start with “the obvious” and get right down to specific tactics.  This is my take on the game and might not be the “most pro” way of playing.  I will also try to update them as time goes by when gaming styles changes.  Feel free to leave your comments.  =)</p>
<p>Week 1: Scout</p>
<p>Before I start this, remember to watch the following 2 videos first.<br />
<span style="text-align:center; display: block;"><a href="http://nkwan.wordpress.com/2008/10/10/my-version-of-how-to-play-the-scout-in-team-fortress-2/"><img src="http://img.youtube.com/vi/jRSW0Y1SgoA/2.jpg" alt="" /></a></span><br />
<span style="text-align:center; display: block;"><a href="http://nkwan.wordpress.com/2008/10/10/my-version-of-how-to-play-the-scout-in-team-fortress-2/"><img src="http://img.youtube.com/vi/j59kujK004o/2.jpg" alt="" /></a></span></p>
<p>Some of this is repetition of what he mentioned.</p>
<p>Scout is a speed class that has the ability to run pretty much twice as fast as the other classes.  They also capture points twice as fast.</p>
<p>Scout is useful in most capture maps: well (both cp and ctf), badlands, and granary.  The attack/defend maps with open spaces is also useful, such as gravelpit.  I find it extremely difficult to do much in dustbowl or parts of gold rush and parts of basinwater because of the tight spaces in certain parts of the map.  Open spaces is essential for a scout to hop around.</p>
<p>Many scouts are afraid of confrontation because of the “weakness” of the scout hp and scattergun.  Actually, while the hp is low on a scout, it’s extremely difficult to kill one if they don’t let you hit them.  Keep moving around as the scout (duh) and you will likely dodge much more than 50% of scouts.</p>
<p>Flanking is probably the skill that separates me from the average player.  Each class has the ability to use flanking to a certain advantage but scout is definitely one of them.  Don’t fear sentries close range.  When a sentry is mid-ranged to far-ranged from you, you shouldn’t confront it.  However, open sentries are getting less common these days because of lobbing pipes and long ranged rockets and sniper shots.  Sentries are usually build in “surprise spaces” while covering as wide of a range as possible.  (More on this when I write about engineers).  Back to my point, a scout can take out a level 3 sentry with 3 scattershots.  You don&#8217;t even have to be too close because the hit-box for sentries are so large.  Just circle around and a sentry and fire at it 3 or 4 times and it&#8217;ll explode.  After that, the engineer should be a piece of cake.</p>
<p>Because I am an aggressive player, I like to always “ go for it”.  This is actually quite contagious, so beware.  Once you start constantly going for the enemy, your team will follow.  At the beginning of a round on blue that requires setup, demos usually lay stickies on the ground outside the door.  One of to help your team (assuming you lack medics with ubers) is to jump out there and take one for the team.  Because of the speed on the scout and the delayed response time of most players, you will not die.  Just head back to the spawn and heal yourself and you’ve saved your team from the stickies.</p>
<p>Don&#8217;t's:</p>
<p>Don&#8217;t give away your position too early.  If your target (like a sniper) doesn&#8217;t see you from mid-ranged, and there are no other people too close, don&#8217;t fire!  Wait until you are close enough so most or all of your bullets from your scattergun hits.</p>
<p>Don&#8217;t circle around medics and spamming E for them to heal you if there are medic kits available, just take those.</p>
<p>Don&#8217;t take teleporters.  Your teammates need it a lot more than you do.</p>
<p>Don&#8217;t camp.  While camping for some classes are useful (demo and pyro), scouts aren&#8217;t made for camping.  If you&#8217;re squished in some small area, the other class will probably kill you before you kill them.</p>
<p>Bottom Line: Keep moving and think &#8220;stealth&#8221;</p>
<p>I will add more later when I think of more stuff; but for now, I hope this helps.</p>
<p><!-- Altering or removing this link is a breach of the Vizu Terms and Conditions --></p>
<div style="font-family:Arial, Helvetica, sans-serif;font-size:9px;height:20px;text-align:center;width:160px;letter-spacing:-.5px;margin:0;padding:0;"><a href="http://www.vizu.com" target="_blank"><span style="color:#999999;font-size:9px;text-decoration:underline;">Online Surveys</span></a><span style="color:#999;"> &amp; </span><a href="http://answers.vizu.com/market-research.htm" target="_blank"><span style="color:#999999;font-size:9px;text-decoration:underline;">Market Research</span></a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nkwan.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nkwan.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nkwan.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nkwan.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nkwan.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nkwan.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nkwan.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nkwan.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nkwan.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nkwan.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nkwan.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nkwan.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nkwan.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nkwan.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nkwan.wordpress.com&amp;blog=3746657&amp;post=39&amp;subd=nkwan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nkwan.wordpress.com/2008/10/10/my-version-of-how-to-play-the-scout-in-team-fortress-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37b62fc55cf4a58dc05abdd284d27413?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nkwan</media:title>
		</media:content>
	</item>
		<item>
		<title>Camera</title>
		<link>http://nkwan.wordpress.com/2008/10/02/camera/</link>
		<comments>http://nkwan.wordpress.com/2008/10/02/camera/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 00:29:43 +0000</pubDate>
		<dc:creator>nkwan</dc:creator>
				<category><![CDATA[a300]]></category>
		<category><![CDATA[dslr]]></category>

		<guid isPermaLink="false">http://nkwan.wordpress.com/?p=29</guid>
		<description><![CDATA[My camera arrived and I am loving it.  There is so much to learn about still photography, I will definiately keep readers up to date about the things I learn.  Also, my next posts will be more extensive and detailed. Cheers!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nkwan.wordpress.com&amp;blog=3746657&amp;post=29&amp;subd=nkwan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My camera arrived and I am loving it.  There is so much to learn about still photography, I will definiately keep readers up to date about the things I learn.  Also, my next posts will be more extensive and detailed.</p>
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nkwan.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nkwan.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nkwan.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nkwan.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nkwan.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nkwan.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nkwan.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nkwan.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nkwan.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nkwan.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nkwan.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nkwan.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nkwan.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nkwan.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nkwan.wordpress.com&amp;blog=3746657&amp;post=29&amp;subd=nkwan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nkwan.wordpress.com/2008/10/02/camera/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37b62fc55cf4a58dc05abdd284d27413?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nkwan</media:title>
		</media:content>
	</item>
		<item>
		<title>My N95 programs</title>
		<link>http://nkwan.wordpress.com/2008/09/25/my-n95-programs/</link>
		<comments>http://nkwan.wordpress.com/2008/09/25/my-n95-programs/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 19:05:05 +0000</pubDate>
		<dc:creator>nkwan</dc:creator>
				<category><![CDATA[n95]]></category>
		<category><![CDATA[programs]]></category>

		<guid isPermaLink="false">http://nkwan.wordpress.com/?p=18</guid>
		<description><![CDATA[I have found a list of N95 programs that are really useful in my everything life, some are &#8220;essential&#8221; while others are not. Calcium-because i&#8217;m an engineering student and I am only comfortable with RPN WWIGO-because I don&#8217;t have a webcam and I want to use a webcam ShoZu-because I just got a flickr pro [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nkwan.wordpress.com&amp;blog=3746657&amp;post=18&amp;subd=nkwan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have found a list of N95 programs that are really useful in my everything life, some are &#8220;essential&#8221; while others are not.</p>
<p>Calcium-because i&#8217;m an engineering student and I am only comfortable with RPN</p>
<p>WWIGO-because I don&#8217;t have a webcam and I want to use a webcam</p>
<p>ShoZu-because I just got a flickr pro account and bought a new camera (posts on the cameras coming soon)</p>
<p>MsnMessenger- because I need to chat</p>
<p>Opera Mini-because I need a browser that works</p>
<p>Coreplayer-because I need to watch movies</p>
<p>MobiTubia-because I like youtube</p>
<p>A bunch of other programs I don&#8217;t REALLY use: sports tracker, googlemaps, metal slug, fring, FlipSilent&#8230; and others</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nkwan.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nkwan.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nkwan.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nkwan.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nkwan.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nkwan.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nkwan.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nkwan.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nkwan.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nkwan.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nkwan.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nkwan.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nkwan.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nkwan.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nkwan.wordpress.com&amp;blog=3746657&amp;post=18&amp;subd=nkwan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nkwan.wordpress.com/2008/09/25/my-n95-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37b62fc55cf4a58dc05abdd284d27413?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nkwan</media:title>
		</media:content>
	</item>
		<item>
		<title>iPhone</title>
		<link>http://nkwan.wordpress.com/2008/06/16/iphone/</link>
		<comments>http://nkwan.wordpress.com/2008/06/16/iphone/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 19:10:23 +0000</pubDate>
		<dc:creator>nkwan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://nkwan.wordpress.com/?p=11</guid>
		<description><![CDATA[Do you want an iphone? Of course I want an iphone, everyone wants an iphone, even people who don&#8217;t know anything about technology wants an iphone.  It indeed is revolutionary, and with the new things going on with phones, I would like to talk about more later.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nkwan.wordpress.com&amp;blog=3746657&amp;post=11&amp;subd=nkwan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Do you want an iphone?</p>
<p>Of course I want an iphone, everyone wants an iphone, even people who don&#8217;t know anything about technology wants an iphone.  It indeed is revolutionary, and with the new things going on with phones, I would like to talk about more later.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nkwan.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nkwan.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nkwan.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nkwan.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nkwan.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nkwan.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nkwan.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nkwan.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nkwan.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nkwan.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nkwan.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nkwan.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nkwan.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nkwan.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nkwan.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nkwan.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nkwan.wordpress.com&amp;blog=3746657&amp;post=11&amp;subd=nkwan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nkwan.wordpress.com/2008/06/16/iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37b62fc55cf4a58dc05abdd284d27413?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nkwan</media:title>
		</media:content>
	</item>
	</channel>
</rss>
