<?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>Colin&#039;s Blog</title>
	<atom:link href="http://www.colinblog.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.colinblog.com</link>
	<description></description>
	<lastBuildDate>Sun, 07 Feb 2010 02:01:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Can&#8217;t let go</title>
		<link>http://www.colinblog.com/2010/01/cant-let-go.html</link>
		<comments>http://www.colinblog.com/2010/01/cant-let-go.html#comments</comments>
		<pubDate>Sun, 03 Jan 2010 14:25:01 +0000</pubDate>
		<dc:creator>colin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.colinblog.com/?p=20</guid>
		<description><![CDATA[Finally, it turns out that it&#8217;s me who can&#8217;t let go.
]]></description>
			<content:encoded><![CDATA[<p>Finally, it turns out that it&#8217;s me who can&#8217;t let go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.colinblog.com/2010/01/cant-let-go.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jetty 7 &#8211; How to enable aliases for static content</title>
		<link>http://www.colinblog.com/2009/11/jetty-7-how-to-enable-aliases-for.html</link>
		<comments>http://www.colinblog.com/2009/11/jetty-7-how-to-enable-aliases-for.html#comments</comments>
		<pubDate>Mon, 30 Nov 2009 14:44:00 +0000</pubDate>
		<dc:creator>colin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.colinblog.com/2009/11/jetty-7-how-to-enable-aliases-for-static-content.html</guid>
		<description><![CDATA[I was looking for a simplest way to setup an HTTP server for publishing some static content, then I found jetty.
I can just start the jetty, and simply put my static content into the /javadoc folder, and then it can be viewed through a browser.
But I encounter a problem that the URL is case sensitive. ]]></description>
			<content:encoded><![CDATA[<p>I was looking for a simplest way to setup an HTTP server for publishing some static content, then I found <a href="http://www.eclipse.org/jetty/">jetty</a>.</p>
<p>I can just start the jetty, and simply put my static content into the /javadoc folder, and then it can be viewed through a browser.</p>
<p>But I encounter a problem that the URL is case sensitive. That means if the file is test.pdf, and I cannot find it via TEST.PDF, but I really need it.</p>
<p>After searching in goolge for a long time, I find that most of the articles about jetty aliases are out-dated, they are not suitable for jetty 7.</p>
<p>But finally, I found the answer from <a href="http://download.eclipse.org/jetty/stable-7/apidocs/org/eclipse/jetty/server/handler/ResourceHandler.html#setAliases%28boolean%29">jetty 7&#8217;s javadoc &#8211; ResourceHandler.setAliases()</a>, and it redirected me to <a href="http://download.eclipse.org/jetty/stable-7/apidocs/org/eclipse/jetty/server/handler/ContextHandler.html#isAliases%28%29">ContextHandler.isAliases()</a></p>
<p>Here is the update I made to make it work:<br />
1. Open the javadoc.xml in the contexts folder<br />
2. Add below line into the &lt;Configure&gt;:</p>
<p>&lt;Set name=&#8221;aliases&#8221;&gt;true&lt;/Set&gt;</p>
<p>3. Start jetty</p>
]]></content:encoded>
			<wfw:commentRss>http://www.colinblog.com/2009/11/jetty-7-how-to-enable-aliases-for.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install Broadcom BCM4310 USB controller driver in Ubuntu</title>
		<link>http://www.colinblog.com/2008/04/how-to-install-broadcom-bcm4310-usb.html</link>
		<comments>http://www.colinblog.com/2008/04/how-to-install-broadcom-bcm4310-usb.html#comments</comments>
		<pubDate>Sat, 19 Apr 2008 06:42:00 +0000</pubDate>
		<dc:creator>colin</dc:creator>
				<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.colinblog.com/2008/04/how-to-install-broadcom-bcm4310-usb-controller-driver-in-ubuntu.html</guid>
		<description><![CDATA[My lenovo C466 (so as on Dell Vostro 1500)laptop has an embedded wireless network card &#8220;BCM4310 USB controller&#8220;.
To install the driver of this card, we need to use &#8220;ndiswrapper&#8221; which makes the drivers for windows work in Ubuntu &#38; it&#8217;s GUI &#8220;ndisgtk&#8221; to facilitate the installation.
Here are the steps to install the driver for BCM4310 ]]></description>
			<content:encoded><![CDATA[<p>My lenovo C466 (so as on Dell Vostro 1500)laptop has an embedded wireless network card &#8220;<strong>BCM4310 USB controller</strong>&#8220;.</p>
<p>To install the driver of this card, we need to use &#8220;ndiswrapper&#8221; which makes the drivers for windows work in Ubuntu &amp; it&#8217;s GUI &#8220;ndisgtk&#8221; to facilitate the installation.</p>
<p>Here are the steps to install the driver for BCM4310 USB Controller Wireless Network Card in Ubuntu (have been tested in both 7.10 &amp; 8.04)</p>
<p><strong>1. Install &#8220;ndiswrapper&#8221; &amp; &#8220;ndisgtk&#8221;</strong><br />
You can install the packages from command line with below command:<br />
<code><em>sudo apt-get install ndiswrapper-common ndiswrapper-utils ndisgtk</em></code><br />
or you can install them from &#8220;Synaptic Package Manager&#8221;</p>
<p><strong>2. Download the driver</strong><br />
Download the driver from Dell&#8217;s site: <a href="http://ftp.us.dell.com/network/R174291.exe">http://ftp.us.dell.com/network/R174291.exe</a></p>
<p><strong>3. Unzip the file</strong><br />
Unzip the file to your desktop, there should be a &#8220;DRIVER_US&#8221; folder which contains the &#8220;bcmwl5.inf&#8221; file, we need this file later</p>
<p><strong>4. Run &#8220;ndisgtk&#8221;</strong><br />
command:<br />
<code><em>sudo ndisgtk</em></code><br />
or you can launch it from &#8220;System -&gt; Administration -&gt; Windows Wireless Drivers&#8221;</p>
<p><strong>5. Install the driver</strong><br />
Click &#8220;Install New Driver&#8221;, and select the &#8220;bcmw5.inf&#8221; mentioned above, and then click &#8220;Install&#8221;</p>
<p><a href="http://flickr.com/photos/colinzhu/2424916610/" target="_blank"><img style="margin: 0pt 0pt 10px 10px; " src="http://farm3.static.flickr.com/2086/2424916610_4038ab910b_m.jpg"  alt="How to install Broadcom BCM4310 USB controller Wireless Network Card in Ubuntu" /></a></p>
<p>After the above 5 steps, the wireless card indicating lamp should be on now, if you still cannot connect to the network, you should make some configuration.</p>
<blockquote><p>1. Open the Networking Admin tool (System | Administration | Networking), select the Wireless connection and click Properties, ensure the Enable roaming mode checkbox is ticked.<br />
2. Click the Network Manager icon (computers icon in the top right corner of system tray), your network ESSID should be shown in the drop-down list. Select your network by clicking on it.<br />
3. If the Network requires any further configuration (e.g. WEP key), a dialog should appear, select the correct settings and paste in your key.</p></blockquote>
<p>2008-10-06 update:<br />
For BCM4310 USB controller in Fedora Core 8, <a href="http://www.blackermedia.com/headspace.php" target="_blank">alexander</a> has shared his experience <a href="http://www.blackermedia.com/BCM4310.html" target="_blank">here</a></p>
<p>And if you still have problems after applying the above steps, <a href="http://ubuntuforums.org/showpost.php?p=5913039&amp;postcount=200" target="_blank">here</a>, nadavkav has shared his experience on driving his BCM4310 (14e4:4315) on his HP Pavilion tx2520ej by compiling Broadcom&#8217;s source.</p>
<p><strong>Reference:</strong><br />
1. http://ubuntuforums.org/archive/index.php/t-650729.html<br />
2. http://linux.dell.com/wiki/index.php/Tech/Wireless/Truemobile_ndiswrapper<br />
3. http://ubuntuforums.org/showthread.php?t=650729</p>
]]></content:encoded>
			<wfw:commentRss>http://www.colinblog.com/2008/04/how-to-install-broadcom-bcm4310-usb.html/feed</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Lovely cats</title>
		<link>http://www.colinblog.com/2007/10/lovely-cats.html</link>
		<comments>http://www.colinblog.com/2007/10/lovely-cats.html#comments</comments>
		<pubDate>Sat, 13 Oct 2007 09:12:00 +0000</pubDate>
		<dc:creator>colin</dc:creator>
				<category><![CDATA[cat]]></category>

		<guid isPermaLink="false">http://www.colinblog.com/2007/10/lovely-cats.html</guid>
		<description><![CDATA[Three cats are living outside my girlfriend&#8217;s house, they are the Cow Boy, the Black and their mother. Click here to see all the photos of the lovely cats.
  
]]></description>
			<content:encoded><![CDATA[<p>Three cats are living outside my girlfriend&#8217;s house, they are the Cow Boy, the Black and their mother. <a href="http://flickr.com/photos/colinzhu/tags/cat/" target="_blank">Click here to see all the photos of the lovely cats</a>.</p>
<p><a href="http://www.flickr.com/photos/colinzhu/1503132999/" title="Cow Boy" target="_blank"><img src="http://farm3.static.flickr.com/2068/1503132999_5bcd92f25f_m.jpg" width="240" height="180" alt="Cow boy" /></a> <a href="http://www.flickr.com/photos/colinzhu/1541529975/" title="The Black" target="_blank"><img src="http://farm3.static.flickr.com/2287/1541529975_1b45f17217_m.jpg" width="240" height="180" alt="The Black" /></a> <a href="http://www.flickr.com/photos/colinzhu/1503178657/" title="Their mother" target="_blank"><img src="http://farm1.static.flickr.com/245/1503178657_3dd3453317.jpg" width="500" height="375" alt="Cow boy's mother" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.colinblog.com/2007/10/lovely-cats.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A trip to Guangzhou Huolu Mountain</title>
		<link>http://www.colinblog.com/2007/10/a-trip-to-guangzhou-huolu-mountain.html</link>
		<comments>http://www.colinblog.com/2007/10/a-trip-to-guangzhou-huolu-mountain.html#comments</comments>
		<pubDate>Tue, 02 Oct 2007 09:26:00 +0000</pubDate>
		<dc:creator>colin</dc:creator>
				<category><![CDATA[guangzhou]]></category>
		<category><![CDATA[mountain]]></category>
		<category><![CDATA[trip]]></category>

		<guid isPermaLink="false">http://www.colinblog.com/2007/10/a-trip-to-guangzhou-huolu-mountain.html</guid>
		<description><![CDATA[It was China&#8217;s National Day (1st Oct) yesterday, and the first day of a week-long holiday which is called the Ten-one Golden Week in mainland China. I had a wonderful trip to the Huolu Mountain with my YMCA friends.
As you may know, the most famous mountains in Guangzhou are the Baiyun Mountain &#038; the Yuexiu ]]></description>
			<content:encoded><![CDATA[<p><a href="http://flickr.com/photos/colinzhu/tags/huolu-mountain/" title="View all the photos about Huolu Mountain on Flickr" target="_blank"><img src="http://farm2.static.flickr.com/1339/1471096961_dd386b7d8d_m.jpg" width="240" height="180" alt="Huolu Mountain" align="right"/></a>It was China&#8217;s National Day (1st Oct) yesterday, and the first day of a week-long holiday which is called the Ten-one <a href="http://en.wikipedia.org/wiki/Golden_Week_(China)" target="_blank" title="What is a Golden Week">Golden Week</a> in mainland China. I had a wonderful trip to the Huolu Mountain with my YMCA friends.</p>
<p>As you may know, the most famous mountains in Guangzhou are the <a href="http://flickr.com/photos/tags/baiyun-mountain/" target="_blank" title="View photos about Baiyun Mountain on Flickr">Baiyun Mountain</a> &#038; the <a href="http://flickr.com/photos/colinzhu/tags/yuexiu/" target="_blank" title="View photos about Yuexiu Mountain(Park) on Flickr">Yuexiu Mountain</a>, which lie in almost the center of the city, their green trees, fresh air, histories and the convenient traffic have attracted quite a lot of tourists. But, they are not as natural as were, and they are crowded with people in holidays.</p>
<p>Huolu Mountain is different, it was not invested until about 5 years ago, but at present it still keeps most of its original appearance, only have some roads paved. To get to the peak of the mountain, you can choose to walk on the small roads or to <a href="http://photo.163.com/photos/library0522/137640141/3871721637/" target="_blank" title="View the photo of the slope">climb a slope over 45 degrees</a> which is a little dangerous. On the peak of the mountain, there are several huge stones, climb onto the stone then you will be able to take a glance of the city.</p>
<p>Walk along the roads, besides trees, flowers and insects, you may also find some people gathering water from springs in the mountain. Yes, there are still springs in the mountain, in the city of Guangzhou.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.colinblog.com/2007/10/a-trip-to-guangzhou-huolu-mountain.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does GoDaddy really support PayPal?</title>
		<link>http://www.colinblog.com/2007/09/does-godaddy-really-support-paypal.html</link>
		<comments>http://www.colinblog.com/2007/09/does-godaddy-really-support-paypal.html#comments</comments>
		<pubDate>Sat, 29 Sep 2007 07:54:00 +0000</pubDate>
		<dc:creator>colin</dc:creator>
				<category><![CDATA[godaddy]]></category>
		<category><![CDATA[paypal]]></category>

		<guid isPermaLink="false">http://www.colinblog.com/2007/09/does-godaddy-really-support-paypal.html</guid>
		<description><![CDATA[Just before I can start writing this post, I spent several hours on trying to purchase my new domain name from GoDaddy through PayPal, because I have some funds in PayPal and want to avoid being charged without my permission in the future. But finally I could only give up and change to use my ]]></description>
			<content:encoded><![CDATA[<p>Just before I can start writing this post, I spent several hours on trying to purchase my new domain name from GoDaddy through PayPal, because I have some funds in PayPal and want to avoid being charged without my permission in the future. But finally I could only give up and change to use my credit card to finish the payment.</p>
<p>The problem I encountered was almost at the final step, that it showed the following error messages:</p>
<blockquote><p>Transaction failed because has no funding sources (10210)<br />
There was a problem authorizing your credit. Please verify your payment information or use an alternate form of payment.</p></blockquote>
<p>I&#8217;ve searched the problem on the internet, and found that some people had the same problem with me. So I&#8217;m wondering whether GoDaddy supports PayPal or not at present.</p>
<p>05/Oct/2008 update: recently I&#8217;ve successfully renewed my domain with PayPal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.colinblog.com/2007/09/does-godaddy-really-support-paypal.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
