<?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>Everything stepwise</title>
	<atom:link href="http://www.stepwise.hk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stepwise.hk/blog</link>
	<description>One thing at a time</description>
	<lastBuildDate>Fri, 02 Mar 2012 06:25:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install SCWS and its PHP extension module</title>
		<link>http://www.stepwise.hk/blog/install-scws-and-its-php-extension-module/</link>
		<comments>http://www.stepwise.hk/blog/install-scws-and-its-php-extension-module/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 09:51:41 +0000</pubDate>
		<dc:creator>Steven Choy</dc:creator>
				<category><![CDATA[Share Good Stuff]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.stepwise.hk/blog/?p=31</guid>
		<description><![CDATA[SCWS stands for Simple Chinese Words Segmentation. It is a library for your to develop applications that need Chinese words segmentation. This post records down what I have done to install this tool.]]></description>
		<wfw:commentRss>http://www.stepwise.hk/blog/install-scws-and-its-php-extension-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install and try Node.js</title>
		<link>http://www.stepwise.hk/blog/install-and-try-node-js/</link>
		<comments>http://www.stepwise.hk/blog/install-and-try-node-js/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 04:10:57 +0000</pubDate>
		<dc:creator>Steven Choy</dc:creator>
				<category><![CDATA[Share Good Stuff]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[node]]></category>

		<guid isPermaLink="false">http://www.stepwise.hk/blog/?p=30</guid>
		<description><![CDATA[Node.js is an evented I/O for V8 JavaScript engine. Its goal is to provide an easy way to build scalable network programs. This post records my first and quick try on Node.js on my Ubuntu VPS.]]></description>
		<wfw:commentRss>http://www.stepwise.hk/blog/install-and-try-node-js/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Install Google Sitemap Generator on Ubuntu</title>
		<link>http://www.stepwise.hk/blog/install-google-sitemap-generator-on-ubuntu/</link>
		<comments>http://www.stepwise.hk/blog/install-google-sitemap-generator-on-ubuntu/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 08:40:36 +0000</pubDate>
		<dc:creator>Steven Choy</dc:creator>
				<category><![CDATA[Manage Web Hosting]]></category>

		<guid isPermaLink="false">http://www.stepwise.hk/blog/?p=29</guid>
		<description><![CDATA[Google Sitemap Generator is software from Google Code that improves the ability of search engines to find the content of your websites. It will analyze the way that users access your websites, and then builds Sitemap files automatically for search engines. In this post I record down the kep steps that I install the software on my VPS.]]></description>
		<wfw:commentRss>http://www.stepwise.hk/blog/install-google-sitemap-generator-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to check if your Apache server is running prefork or worker?</title>
		<link>http://www.stepwise.hk/blog/check-if-apache-running-prefork-or-worker/</link>
		<comments>http://www.stepwise.hk/blog/check-if-apache-running-prefork-or-worker/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 09:44:37 +0000</pubDate>
		<dc:creator>Steven Choy</dc:creator>
				<category><![CDATA[Manage Web Hosting]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://www.stepwise.hk/blog/?p=28</guid>
		<description><![CDATA[Multi-Processing Modules (MPMs) are Apache modules that manage the network connections and dispatching the requests. Different from other Apache modules, these two MPMs are compiled into the Apache binary and not loaded as a module. So you cannot tell which module your Apache server is running by looking at the loaded modules list. The solution is to ask the Apache binary which modules it has compiled in to find out the answer.]]></description>
		<wfw:commentRss>http://www.stepwise.hk/blog/check-if-apache-running-prefork-or-worker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install and configure Apache deflate module</title>
		<link>http://www.stepwise.hk/blog/install-configure-apache-deflate-module/</link>
		<comments>http://www.stepwise.hk/blog/install-configure-apache-deflate-module/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 02:02:41 +0000</pubDate>
		<dc:creator>Steven Choy</dc:creator>
				<category><![CDATA[Manage Web Hosting]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://www.stepwise.hk/blog/?p=27</guid>
		<description><![CDATA[Apache2's mod_deflate is a module which provides the DEFLATE output filter that allows output from your server to be compressed before being sent to the client over the HTTP. Have the mod_deflate module enabled, you can save some bandwidth and speed up your website at the expense of little CPU time compressing the data your Web server sends.]]></description>
		<wfw:commentRss>http://www.stepwise.hk/blog/install-configure-apache-deflate-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Say Goodbye to stevenchoy.com</title>
		<link>http://www.stepwise.hk/blog/say-goodbye-to-stevenchoy-com/</link>
		<comments>http://www.stepwise.hk/blog/say-goodbye-to-stevenchoy-com/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 16:07:19 +0000</pubDate>
		<dc:creator>Steven Choy</dc:creator>
				<category><![CDATA[Share Good Stuff]]></category>

		<guid isPermaLink="false">http://www.stepwise.hk/blog/?p=22</guid>
		<description><![CDATA[Stevenchoy.com is the first internet domain I used to build websites. I decide not to use the domain after November 2010. In this post, I capture some websites there for recording purpose.]]></description>
		<wfw:commentRss>http://www.stepwise.hk/blog/say-goodbye-to-stevenchoy-com/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install Question2Answer on Ubuntu</title>
		<link>http://www.stepwise.hk/blog/install-question2answer-on-ubuntu/</link>
		<comments>http://www.stepwise.hk/blog/install-question2answer-on-ubuntu/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 06:12:33 +0000</pubDate>
		<dc:creator>Steven Choy</dc:creator>
				<category><![CDATA[Develop Usable Websites]]></category>

		<guid isPermaLink="false">http://www.stepwise.hk/blog/?p=26</guid>
		<description><![CDATA[Question2Answer is a free platform for Question and Answer sites. This post records down the steps I followed to install the script on a Ubuntu VPS.]]></description>
		<wfw:commentRss>http://www.stepwise.hk/blog/install-question2answer-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Question and Answer Scripts</title>
		<link>http://www.stepwise.hk/blog/question-and-answer-scripts/</link>
		<comments>http://www.stepwise.hk/blog/question-and-answer-scripts/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 02:01:10 +0000</pubDate>
		<dc:creator>Steven Choy</dc:creator>
				<category><![CDATA[Review Cool Software]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.stepwise.hk/blog/?p=23</guid>
		<description><![CDATA[I recently find a good Q&#038;A site and want to build a similar website myself. So, I use the phase "question and answer scripts" to do some web search and hope to find something good. This post is about some of my findings in question-and-answer scripts.]]></description>
		<wfw:commentRss>http://www.stepwise.hk/blog/question-and-answer-scripts/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Add New Users to MySQL Databases</title>
		<link>http://www.stepwise.hk/blog/add-new-users-to-mysql-databases/</link>
		<comments>http://www.stepwise.hk/blog/add-new-users-to-mysql-databases/#comments</comments>
		<pubDate>Mon, 31 May 2010 08:41:25 +0000</pubDate>
		<dc:creator>Steven Choy</dc:creator>
				<category><![CDATA[Manage Web Hosting]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.stepwise.hk/blog/?p=21</guid>
		<description><![CDATA[I have a VPS server for hosting a number of websites. For each specific database of a website, I usually created a dedicated user to access it. This means that if the website is vulnerable to a security problem only the single database is compromised. In other situation, I need to create or add new users to a database so that the database can be shared.]]></description>
		<wfw:commentRss>http://www.stepwise.hk/blog/add-new-users-to-mysql-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Purge records older than 3 months in MySQL database</title>
		<link>http://www.stepwise.hk/blog/purge-records-in-mysql-database/</link>
		<comments>http://www.stepwise.hk/blog/purge-records-in-mysql-database/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 09:33:23 +0000</pubDate>
		<dc:creator>Steven Choy</dc:creator>
				<category><![CDATA[Manage Web Hosting]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.stepwise.hk/blog/?p=19</guid>
		<description><![CDATA[I have a database table that store basic information about daily local news. The table content will be used by other applications. In order to save space and increase the performance, I need to purge old records older than 100 days. The following is what I did to accomplish the task.]]></description>
		<wfw:commentRss>http://www.stepwise.hk/blog/purge-records-in-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

