<?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>KokPinLab.com &#187; wordpress</title>
	<atom:link href="http://www.kokpinlab.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kokpinlab.com</link>
	<description>Photo Laboratory of Live &#124; Eat &#124; Play &#124; Work with Passion</description>
	<lastBuildDate>Tue, 29 Jun 2010 15:14:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Security Alert : Upgrade WordPress to 2.8.4!</title>
		<link>http://www.kokpinlab.com/general/security-alert-upgrade-wordpress-to-2-8-4/</link>
		<comments>http://www.kokpinlab.com/general/security-alert-upgrade-wordpress-to-2-8-4/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 16:09:09 +0000</pubDate>
		<dc:creator>KP Yang</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.kokpinlab.com/?p=485</guid>
		<description><![CDATA[There has been an outbreak on Wordpress community throught the weekend... Many wordpress blogs were hacked by a worm due to a security loophole. I have just completed upgrading my wordpress to 2.8.4]]></description>
			<content:encoded><![CDATA[<div id="attachment_484" class="wp-caption alignright" style="width: 310px"><img class="size-full wp-image-484" title="WordPress 2.8.4 Security Issued Fixed" src="http://www.kokpinlab.com/wp-content/uploads/2009/09/wordpress2-8-4-security-fixed.jpg" alt="WordPress 2.8.4 Security Issued Fixed" width="300" height="300" /><p class="wp-caption-text">WordPress 2.8.4 Security Issued Fixed</p></div>
<p>There has been an outbreak on WordPress community throught the weekend&#8230; Many wordpress blogs were hacked by a worm due to a security loophole.</p>
<h2>Upgrade WordPress to 2.8.4 NOW</h2>
<p>What is the security issue? Frankly, I do not know and I could not bother to find out too&#8230; as I could not understand it anyway. As a user, I have just completed upgrading my wordpress to 2.8.4&#8230; just to make sure I can now sleep with peace at night&#8230; ;-)</p>
<p>To know more about the WordPress loophole, check out the following post:</p>
<ul>
<li><a title="WordPress Worm" href="http://lorelle.wordpress.com/2009/09/04/old-wordpress-versions-under-attack/" target="_blank">Old WordPress Versions Under Attack</a></li>
<li><a title="WordPress Worm" href="http://wordpress.org/development/2009/09/keep-wordpress-secure/" target="_blank">How to Keep WordPress Secure</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kokpinlab.com/general/security-alert-upgrade-wordpress-to-2-8-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup WordPress for Both English &amp; Chinese Languages</title>
		<link>http://www.kokpinlab.com/work/setup-wordpress-for-both-english-chinese-languages/</link>
		<comments>http://www.kokpinlab.com/work/setup-wordpress-for-both-english-chinese-languages/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 12:52:46 +0000</pubDate>
		<dc:creator>KP Yang</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Chinese]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.kokpinlab.com/?p=441</guid>
		<description><![CDATA[I have set up this wordpress blog primarily using English as 1st language. However, sometimes I do like to write in Chinese as well. I found that there is a way you can set up the blog for using both english &#038; chinese. Here's the step by step guide that I went through.]]></description>
			<content:encoded><![CDATA[<p>I have set up this wordpress blog primarily using English as 1st language. However, sometimes I do like to write in Chinese as well. I found that there is a way you can set up the blog for using both english &amp; chinese. Here&#8217;s the step by step guide that I went through.</p>
<h2>Setup WordPress for Both English &amp; Chinese Languages</h2>
<h3>1. Open phpMyAdmin in CPanel</h3>
<p>In order to type chinese on your blog, you will need to change some settings inside the SQL database. Firstly, you will need to login to your CPanel, then open phpMyAdmin as followed:</p>
<div id="attachment_443" class="wp-caption alignnone" style="width: 303px"><img class="size-full wp-image-443" title="phpMyAdmin in CPanel" src="http://www.kokpinlab.com/wp-content/uploads/2009/08/phpMyAdmin.jpg" alt="phpMyAdmin in CPanel" width="293" height="106" /><p class="wp-caption-text">phpMyAdmin in CPanel</p></div>
<h3>2. Select Database &amp; Table of Your Blog</h3>
<p>After launching the phpMyAdmin screen, you will need to select the database of your blog on the pull down menu. Once you have selected the database, you will be able to see all the existing tables of the database showing right below the pull down menu.</p>
<div id="attachment_439" class="wp-caption alignnone" style="width: 458px"><img class="size-full wp-image-439" title="Select Database &amp; Table in phpMyAdmin" src="http://www.kokpinlab.com/wp-content/uploads/2009/08/phpMyAdmin-select-database-table.jpg" alt="Select Database &amp; Table in phpMyAdmin" width="448" height="340" /><p class="wp-caption-text">Select Database &amp; Table in phpMyAdmin</p></div>
<p><strong>3. Set Collation to utf8_unicode_ci</strong></p>
<p>Click on the database table, you will see the table structure appearing on the right hand side of the screen. In order to store chinese in the database, you need to change the collation setting from <em>latin1_swedish_ci</em> to <strong><em>utf8_unicode_ci</em></strong>.</p>
<p>To change the collation setting, click on the pencil button and you will be a pop up window appearing. Scroll on the pull down menu to select utf8_unicode_ci and save the setting.</p>
<p>You need to go through this steps for all the fields that has existing setting of <em>latin1_swedish_ci.</em> You also need to repeat this step for all tables in the database as well.</p>
<div id="attachment_440" class="wp-caption alignnone" style="width: 578px"><img class="size-full wp-image-440" title="Set utf8_unicode_ci in phpMyAdmin" src="http://www.kokpinlab.com/wp-content/uploads/2009/08/phpMyAdmin-set-utf8-unicode.jpg" alt="Set utf8_unicode_ci in phpMyAdmin" width="568" height="340" /><p class="wp-caption-text">Set utf8_unicode_ci in phpMyAdmin</p></div>
<p>You are Done&#8230; Good Luck to You!</p>
<p>After completing the above mentioned steps, you should be able to type and store chinese text (中文） like I do. I suppose you should be able to do this for all other asian language as well. But I have never tried that. Maybe you can share with me if you do have some success on that.</p>
<p>All the best and enjoy blogging in your asian language&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kokpinlab.com/work/setup-wordpress-for-both-english-chinese-languages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KokPinLab is Now On WordPress 2.8</title>
		<link>http://www.kokpinlab.com/general/kokpinlab-is-now-on-wordpress-2-8/</link>
		<comments>http://www.kokpinlab.com/general/kokpinlab-is-now-on-wordpress-2-8/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 13:11:36 +0000</pubDate>
		<dc:creator>KP Yang</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.kokpinlab.com/?p=376</guid>
		<description><![CDATA[After a few hours of hard work, KokPinLab.com has been upgraded to wordpress 2.8. I hope you will like the new feel and touch!]]></description>
			<content:encoded><![CDATA[<div id="attachment_375" class="wp-caption alignnone" style="width: 490px"><a title="KokPinLab.com" href="http://www.kokpinlab.com"><img class="size-full wp-image-375" title="KokPinLab now Upgraded to WordPress 2.8" src="http://www.kokpinlab.com/wp-content/uploads/2009/08/KokPinLab-V2.0.jpg" alt="KokPinLab now Upgraded to WordPress 2.8" width="480" height="399" /></a><p class="wp-caption-text">KokPinLab now Upgraded to WordPress 2.8</p></div>
<p><span class="drop-cap">A</span>fter a few hours of hard work, I have finally upgraded my blog to wordpress 2.8.</p>
<p>I was running on wordpress 2.5 for the last one year. I was hesitated to upgrade because my older theme does not work with wordpress 2.8.</p>
<p>Finally, I decided to spend few hours today to do something about it. I have heard lots of new features on new wordpress and I really do not want to miss that.</p>
<p>I re-edited the images, re-configured the theme files and now, <a title="KokPinLab.com" href="http://www.kokpinlab.com" target="_self">KokPinLab.com</a> has Gone LIVE!!! This is just a new little milestone for myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kokpinlab.com/general/kokpinlab-is-now-on-wordpress-2-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
